compiling errors on fresh source
by Ace · in Technical Issues · 09/20/2001 (4:19 am) · 8 replies
Hi , i am useing vc++ 6.0 with all the bells and whistles the docs said i should use, so i go to try it out on the fresh (unedited) source and get these errors:
--------------------Configuration: v12 Engine - Win32 Debug--------------------
Performing Custom Build Step on .\math\mMathSSE_ASM.asm
Bad command or file name
Performing Custom Build Step on .\math\mMathAMD_ASM.asm
Bad command or file name
Performing Custom Build Step on .\math\mMath_ASM.asm
Bad command or file name
Performing Custom Build Step on .\interior\itfdump.asm
Bad command or file name
Compiling...
aiConnection.cc
then the last lines:
LINK : fatal error LNK1104: cannot open file "ljpeg_DEBUG.lib"
Error executing link.exe.
v12Test_DEBUG.exe - 1 error(s), 0 warning(s)
any idea whats going on?
iam useing the vc++ for the first time and it is very confuzing, Isnt there away to compile with out vc++?
--------------------Configuration: v12 Engine - Win32 Debug--------------------
Performing Custom Build Step on .\math\mMathSSE_ASM.asm
Bad command or file name
Performing Custom Build Step on .\math\mMathAMD_ASM.asm
Bad command or file name
Performing Custom Build Step on .\math\mMath_ASM.asm
Bad command or file name
Performing Custom Build Step on .\interior\itfdump.asm
Bad command or file name
Compiling...
aiConnection.cc
then the last lines:
LINK : fatal error LNK1104: cannot open file "ljpeg_DEBUG.lib"
Error executing link.exe.
v12Test_DEBUG.exe - 1 error(s), 0 warning(s)
any idea whats going on?
iam useing the vc++ for the first time and it is very confuzing, Isnt there away to compile with out vc++?
About the author
Ace Owner of NoESCape.sytes.net starting from the beginning on 3d torque
#2
--------------------Configuration: v12 Engine - Win32 Debug--------------------
Performing Custom Build Step on .\math\mMathSSE_ASM.asm
Performing Custom Build Step on .\math\mMathAMD_ASM.asm
Performing Custom Build Step on .\math\mMath_ASM.asm
Performing Custom Build Step on .\interior\itfdump.asm
Linking...
LINK : fatal error LNK1104: cannot open file "ljpeg_DEBUG.lib"
Error executing link.exe.
v12Test_DEBUG.exe - 1 error(s), 0 warning(s)
but alass i still must be not clear on some point, some where, any help will be greatly appreciated.
09/20/2001 (12:22 pm)
Thanks for your reply. I did read over and over be fore i posted, some things just are not that clear, to me , i did as you suggested and it seemed to have done some good, but now this is all it does:--------------------Configuration: v12 Engine - Win32 Debug--------------------
Performing Custom Build Step on .\math\mMathSSE_ASM.asm
Performing Custom Build Step on .\math\mMathAMD_ASM.asm
Performing Custom Build Step on .\math\mMath_ASM.asm
Performing Custom Build Step on .\interior\itfdump.asm
Linking...
LINK : fatal error LNK1104: cannot open file "ljpeg_DEBUG.lib"
Error executing link.exe.
v12Test_DEBUG.exe - 1 error(s), 0 warning(s)
but alass i still must be not clear on some point, some where, any help will be greatly appreciated.
#3
--Rick
09/20/2001 (1:28 pm)
you need to build the libaries first. They are in a seperate project file. /v12/lib/libraries.dsw--Rick
#4
http://65.5.70.198/index.htm
Click Here to see the errors
and i may be a pain till i get this compileing down , but once i do i will be writing pages on getting started with the v12 engine and vc++6.0, in a laguage i can understand (and for those not hip with all the techy talk) as i did in the q3 comunity, so please bare with me illl get it sooner or later,,,,Now what do i do?
09/20/2001 (5:00 pm)
Accccck! ok , clearly i am a newbie, i dont get it. i read the docs, and tried to do what they say, now ehrn i compile the lib i get a mess of errors ( have them on a page on my server so as not to clutterup this forum)http://65.5.70.198/index.htm
Click Here to see the errors
and i may be a pain till i get this compileing down , but once i do i will be writing pages on getting started with the v12 engine and vc++6.0, in a laguage i can understand (and for those not hip with all the techy talk) as i did in the q3 comunity, so please bare with me illl get it sooner or later,,,,Now what do i do?
#5
but now when i run the test_debug.exe i get this:
http://65.5.70.198/funkytxtures.png
Click Here for ss
or

heh sorry im not used to this board yet either
but i guess now that i have the comp;ile fixed i will start all over to make sure i can do it, then i will start adding stuff :)
09/21/2001 (2:06 am)
WOOT! got them all to compile with no errors.but now when i run the test_debug.exe i get this:
http://65.5.70.198/funkytxtures.png
Click Here for ss
or

heh sorry im not used to this board yet either
but i guess now that i have the comp;ile fixed i will start all over to make sure i can do it, then i will start adding stuff :)
#6
also is there a way to compile this with out using vc or codewarrior? if so how bout a step by step on how to do it vc just seems like a long unnessasary way to do it.
any one try using batch file? if so lay em on me. thanks
09/23/2001 (3:13 am)
any one else have this problem? i didnt notice this befor i started messing with the vc++ 6.0 And since then i have rmove and reinstalled v12, and even cleared the registry but even on a new install it still like this,,,,any thoughts.also is there a way to compile this with out using vc or codewarrior? if so how bout a step by step on how to do it vc just seems like a long unnessasary way to do it.
any one try using batch file? if so lay em on me. thanks
#7
09/24/2001 (4:50 am)
ok i reformated to be sure this is a bug in the test
#8
10/05/2001 (6:42 am)
heh , it was a vid driver issue,i up date the driver and the problem went away
Torque 3D Owner Pat Wilson
You know that documentation thing, it's good to read it.