rajkr09 / topmod

Automatically exported from code.google.com/p/topmod
0 stars 0 forks source link

How to run the source? #12

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago

I try to re-check out the source of topmod and compile it. The new error 
information is:
================================
C:\Users\JingBo\AppData\Local\Temp/ccMrbaaa.s:1162555: Warning: .stabs: descript
ion field '11e1b' too big, try a different debug format
C:\Users\JingBo\AppData\Local\Temp/ccMrbaaa.s:1162556: Warning: .stabs: descript
ion field '11f11' too big, try a different debug format
C:\Users\JingBo\AppData\Local\Temp/ccMrbaaa.s:1162557: Warning: .stabs: descript
ion field '11f18' too big, try a different debug format
windres -i topmod.rc -o tmp\topmod_res.o --include-dir=.
topmod.rc:1:64: warning: no newline at end of file
g++ -enable-stdcall-fixup -Wl,-enable-auto-import -Wl,-enable-runtime-pseudo-rel
oc -L./lib -LC:/Python25/libs -pg -mthreads -Wl -Wl,-subsystem,windows -o "debug
\TopMod.exe" object_script.TopMod.Debug  -L"c:\Qt\4.3.2\lib" -lopengl32 -lglu32
-lgdi32 -luser32 -lmingw32 -lqtmaind tmp\topmod_res.o -lvecmat -ldlflcore -ldlfl
aux -lpython25 -lQtXmld4 -lQtOpenGLd4 -lQtGuid4 -lQtCored4
C:\MinGW\bin\..\lib\gcc\mingw32\3.4.2\..\..\..\..\mingw32\bin\ld.exe: cannot fin
d -lqtmaind
collect2: ld returned 1 exit status
mingw32-make[1]: *** [debug\TopMod.exe] Error 1
mingw32-make[1]: Leaving directory `E:/svndemo/topmod/topmodx'
mingw32-make: *** [debug] Error 2
===============================

Original comment by quietwav...@gmail.com on 16 Aug 2010 at 2:03

GoogleCodeExporter commented 8 years ago
By the way, my Os is windows 7

Original comment by quietwav...@gmail.com on 16 Aug 2010 at 2:04

GoogleCodeExporter commented 8 years ago
Let me know if this helps:

http://www.assembla.com/wiki/show/topmod/Building_TopMod3d_from_Source

Original comment by dvmor...@gmail.com on 16 Aug 2010 at 2:56

GoogleCodeExporter commented 8 years ago
Dear dvmorris, how kinds of you!
Thank you very much!

Original comment by quietwav...@gmail.com on 16 Aug 2010 at 6:01