Forums

Full Version: Cant compile bullet on windows
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I did everything the installation instructions said and did this command:
build_bullet.sh
this is the output:
Quote:checking build system type... i686-pc-mingw32
checking host system type... i686-pc-mingw32
checking for gcc... gcc
checking for C compiler default output file name... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... .exe
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking if gcc accepts -pipe... -pipe
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking how to treat C++ warnings as errors... -Werror
checking how to enable C++ PIC generation... no
checking if -shared is accepted... -shared
checking if -soname is accepted... yes
checking for ranlib... ranlib
checking for dlltool... dlltool
checking for dllwrap... dllwrap
checking for windres... windres
checking for strings... strings
checking for objcopy... objcopy
checking for libtool... no
checking for glibtool... no
checking for gnulibtool... no
checking for libtool... no
checking how to create a directory.
checking how to create a directory
checking for install... install
checking for doxygen... no
checking for dot... no
checking for perl5... no
checking for perl... no
checking for perl5... no
checking for perl... no
checking how to disable C++ excepti

checking how to run the C preproces
checking for X... no
checking for grep that handles long
checking for egrep... /bin/grep -E
checking for ANSI C header files...
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes

checking for strings... strings
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for int32... no
checking for windows.h... yes
checking for OpenGL... yes
checking for GLU... yes
checking for GLUT... yes
checking build mode... optimize
configure: creating ./config.status
config.status: creating Jamfile
config.status: creating bullet.pc
config.status: creating config.h
config.status: executing Jamconfig commands
configure:

Please note that this project uses Jam as its build tool,
therefore you must type 'jam' to build the project.

Jam home: http://www.perforce.com/jam/jam.html
Jam source: ftp://ftp.perforce.com/jam/

Compiler is GCC with Mingw
...patience...
...patience...
...found 2361 target(s)...
...updating 685 target(s)...
MkDir1 ./out/ntx86/optimize\libs
spawn: No such file or directory
Compiler is GCC with Mingw
...patience...
...patience...
...found 2361 target(s)...
...updating 685 target(s)...
MkDir1 ./out/ntx86/optimize\libs
spawn: No such file or directory

thanks for any help
i then tried to compile vvdrift with scons and I got the error
lbulletcollision.h not found
Have you installed MinGW, MSYS, Python and SCons via the instructions in http://wiki.vdrift.net/Compiling#Windows ? Are you running these commands inside the msys command prompt?