Forum

Compiling Remake Quake

Discuss programming topics for the various GPL'd game engine sources.

Moderator: InsideQC Admins

Compiling Remake Quake

Postby hondobondo » Sun Nov 28, 2010 5:04 pm

installed sdl and sdl_net libs and include files and i get this:

1>C:\Program Files\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppBuild.targets(990,5): warning MSB8012: TargetPath(F:\downloads\backup2\games\q1\RMQEngine-2010-11-17-Test\MSVC\Debug\RMQ Engine MSVC.exe) does not match the Linker's OutputFile property value (C:\Q1Tests\RMQEngine.exe). This may cause your project to build incorrectly. To correct this, please make sure that $(OutDir), $(TargetName) and $(TargetExt) property values match the value specified in %(Link.OutputFile).
1>C:\Program Files\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppBuild.targets(992,5): warning MSB8012: TargetName(RMQ Engine MSVC) does not match the Linker's OutputFile property value (RMQEngine). This may cause your project to build incorrectly. To correct this, please make sure that $(OutDir), $(TargetName) and $(TargetExt) property values match the value specified in %(Link.OutputFile).
1> RMQ Engine MSVC.vcxproj -> F:\downloads\backup2\games\q1\RMQEngine-2010-11-17-Test\MSVC\Debug\RMQ Engine MSVC.exe


where the heck is the exe? its not here
F:\downloads\backup2\games\q1\RMQEngine-2010-11-17-Test\MSVC\Debug\
hondobondo
 
Posts: 207
Joined: Tue Sep 26, 2006 2:48 am

Postby Stroggos » Sun Nov 28, 2010 9:53 pm

warning MSB8012: TargetName(RMQ Engine MSVC) does not match the Linker's OutputFile property value (RMQEngine). This may cause your project to build incorrectly. To correct this, please make sure that $(OutDir), $(TargetName) and $(TargetExt) property values match the value specified in %(Link.OutputFile).


Maybe that's it???
Stroggos
 
Posts: 50
Joined: Tue Apr 14, 2009 11:40 am
Location: Australia

Postby mh » Mon Nov 29, 2010 12:09 am

They're just warnings so they shouldn't be an issue, but for the record, C:\Q1Tests is one of the locations where I have a copy of Quake installed, and is the one I use for RMQ.

If it does cause any problems you can always easily change it under Project | Properties | Linker | General.

The exe is in C:\Q1Tests of course, rather than in the source tree, and the reason why is to make things easier for debugging (I do religiously run debug builds in the debugger).
We had the power, we had the space, we had a sense of time and place
We knew the words, we knew the score, we knew what we were fighting for
User avatar
mh
 
Posts: 2292
Joined: Sat Jan 12, 2008 1:38 am

Postby hondobondo » Mon Nov 29, 2010 1:32 am

mh wrote:They're just warnings so they shouldn't be an issue, but for the record, C:\Q1Tests is one of the locations where I have a copy of Quake installed, and is the one I use for RMQ.

If it does cause any problems you can always easily change it under Project | Properties | Linker | General.

The exe is in C:\Q1Tests of course, rather than in the source tree, and the reason why is to make things easier for debugging (I do religiously run debug builds in the debugger).


yeah OF COURSE how completely amazingly ignorant of me! :)

thanks mh
hondobondo
 
Posts: 207
Joined: Tue Sep 26, 2006 2:48 am

Postby leileilol » Mon Nov 29, 2010 1:56 am

mh wrote:The exe is in C:\Q1Tests of course, rather than in the source tree, and the reason why is to make things easier for debugging (I do religiously run debug builds in the debugger).


I do the same exact thing, but I never commit my project files with my Quake path.

MSVC6 Debug + debug build = magic things!
i should not be here
leileilol
 
Posts: 2783
Joined: Fri Oct 15, 2004 3:23 am


Return to Engine Programming

Who is online

Users browsing this forum: No registered users and 1 guest