-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Excuse me. Could I ask how to run the source here?
I am configing the source of TopMod.
I have installed MinGW5.1.6(the latest edition), Dev C++4.9.2, QT4.3.2,
Python2.5.2. Subvision + Tortoise SVN. and Check out the latest edition of
source code of Topmod.
However, when I run the makeall.bat , the program cannot be compiled
correctely. The wrong information as follow:
Does someone know how to solve the problem? What's the platform of topmod
development should I use?
=================================================================
E:\svndemo\topmod\topmodx\include>mingw32-make
cd vecmat\ && mingw32-make -f Makefile
mingw32-make[1]: *** No rule to make target `C:/Qt/4.1.1/mkspecs/win32-g++\qmake
.conf', needed by `Makefile'. Stop.
mingw32-make[1]: Entering directory `E:/svndemo/topmod/topmodx/include/vecmat'
mingw32-make[1]: Leaving directory `E:/svndemo/topmod/topmodx/include/vecmat'
mingw32-make: *** [sub-vecmat-make_default-ordered] Error 2
=================================================================
Original issue reported on code.google.com by quietwav...@gmail.com on 16 Aug 2010 at 1:58