nirai-compiler / src

Core Nirai repo
Other
22 stars 5 forks source link

Fatal Error #17

Closed LanceBladestorme closed 8 years ago

LanceBladestorme commented 8 years ago

Figured out silly mistake I made earlier, but I ran into this error while compiling my toontown server. By any chance are you aware of what's causing this fatal error?

C:\Private Server\ToontownStride-master\build>python -OO make.py -cnm Compiling CXX codes... main.cxx aes.cxx stride.cxx Linking... LINK : fatal error LNK1181: cannot open input file 'pythonembed.lib' The following command returned non-zero value (1181): link /LTCG /LTCG:STATUS /nologo /out:built/stride.exe "built/aes.obj" "built/main.obj" "built/stride...

LanceBladestorme commented 8 years ago

closest thing I have to pythonembed.lib is pythonembed.vcxproj, pythonembed.vcxproj.filters, and pythonembed.sln

LanceBladestorme commented 8 years ago

Looking over the Cmake file, I realize for whatever reason CMake did not make the pythonembed.lib file. Trying a few different methods to get it to install.

LanceBladestorme commented 8 years ago

Having no luck getting the pythonembed.lib file to form. Anyone else experience or a similar problem or know how to fix this?

linktlh commented 6 years ago

Cmake only generates the project, use VS2010 to build it.