Page 1 of 1

Missing headers file vitasdk

Posted: Wed Aug 24, 2016 4:33 am
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!

Re: Missing headers file vitasdk

Posted: Thu Aug 25, 2016 2:08 am
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.

Re: Missing headers file vitasdk

Posted: Thu Aug 25, 2016 2:54 am
by MrSilverstone
I managed to have bullet working by creating an empty memory.h header file. I guess it wasn't needed :mrgreen:

Re: Missing headers file vitasdk

Posted: Thu Aug 25, 2016 9:50 am
by Drakon
What version of bullet are you using?