Failing to build on windows

Issue #68 invalid
Snow Bezera created an issue

Hey there! I’m attempting to build ODE on Windows, using mingw64, but I keep running into this error.. Does anyone have an insight as to why?

mv -f .deps/collision_convex_trimesh.Tpo .deps/collision_convex_trimesh.Plo
make[2]: *** No rule to make target '../../ou/src/ou/libou.la', needed by 'libode.la'.  Stop.
make[2]: Leaving directory 'C:/ode-0.16.1/ode/src'
make[1]: *** [Makefile:821: all-recursive] Error 1
make[1]: Leaving directory 'C:/ode-0.16.1/ode/src'
make: *** [Makefile:605: all] Error 2

Windows 10 - 64Bit

i686-8.1.0-posix-dwarf-rt_v6-rev0

Latest tarball from here, but also happening on 16.0

Comments (3)

  1. Oleh Derevenko

    You need to configure your project makefiles by running ./build/premake4.exe with some parameters.
    How did you do that?

    Practically speaking, I never tried mingw64 on Windows. Last time I looked at it (it was quite some time ago) they wrote something like “Our 64-bit compiler is experimental and not working well. You are strongly encouraged to use Microsoft compiler instead.“

  2. Log in to comment