loke56 / swtoolkit

Automatically exported from code.google.com/p/swtoolkit
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

LINK : fatal error LNK1104: cannot open file 'kernel32.lib' #6

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I have VS2005 and VS2008 installed, but I receive the following error:

scons: Reading SConscript files ...
scons: done reading SConscript files.
scons: Building targets ...
scons: building associated VariantDir targets: scons-out
________Compiling scons-out\dbg\obj\src\game-optimiser.obj
game-optimiser.cpp
C:\Program Files\Microsoft Visual Studio 9.0\VC\include\xlocale(342) : 
warning C
4530: C++ exception handler used, but unwind semantics are not enabled. 
Specify
/EHsc
________Linking scons-out\dbg\obj\game-optimiser.exe
LINK : fatal error LNK1104: cannot open file 'kernel32.lib'
scons: *** [scons-out\dbg\obj\game-optimiser.exe] Error 1104
scons: building terminated because of errors.

Original issue reported on code.google.com by nick.bolton.uk on 16 Jun 2009 at 8:17

GoogleCodeExporter commented 8 years ago
You may want to run hammer with --verbose so that the swtoolkit authors can see 
what
the command line being emitted from hammer is.  Also, you may want to attach 
your
build config files.

Original comment by glimb...@gmail.com on 24 Jun 2009 at 3:20