Advertising (This ad goes away for registered users. You can Login or Register)

Missing headers file vitasdk

Open discussions on programming specifically for the PS Vita.
Forum rules
Forum rule Nº 15 is strictly enforced in this subforum.
Locked
MrSilverstone
Posts: 11
Joined: Mon Jun 29, 2015 7:35 pm

Missing headers file vitasdk

Post by MrSilverstone »

Hi,
I am trying to compile bullet in order to add physic to one of my project. Unfortunately when using arm-vita-eabi-g++ it looks like some headers file are missing (features.h, memory.h). I can compile the library for arm using arm-linux-gnueabihf-g++. Is there a specific reason why those headers file are missing?
Has anyone try to compile bullet?

Thanks!
Advertising
xyz
Posts: 61
Joined: Thu Jan 20, 2011 7:06 pm

Re: Missing headers file vitasdk

Post by xyz »

I have features.h, but not memory.h

xyz@xyz-vm:/usr/local/vitasdk $ find -name memory.h
xyz@xyz-vm:/usr/local/vitasdk $ find -name features.h
./arm-vita-eabi/include/c++/4.9.3/parallel/features.h
./arm-vita-eabi/include/sys/features.h

Either way these do not look like standard C/C++ headers.
Advertising
MrSilverstone
Posts: 11
Joined: Mon Jun 29, 2015 7:35 pm

Re: Missing headers file vitasdk

Post by MrSilverstone »

I managed to have bullet working by creating an empty memory.h header file. I guess it wasn't needed :mrgreen:
Drakon
Posts: 97
Joined: Thu Mar 17, 2011 8:17 pm
Location: Poland
Contact:

Re: Missing headers file vitasdk

Post by Drakon »

What version of bullet are you using?
Locked

Return to “Programming and Security”