Support #1247
Building
Status: | Closed | Start date: | 01/26/2011 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% |
|
Category: | - | |||
Target version: | - |
Description
I'm trying to build the sources, and I get this error:
[ 45%] Built target pch_Generate_ryzom_client
Linking CXX executable ..\..\..\bin\ryzom_client_r.exe
CMakeFiles/ryzom_client.dir/interface_v3/ctrl_text_button.cpp.obj : fatal error
LNK1136: invalid or corrupt file
LINK failed. with 2
NMAKE : fatal error U1077: '"d:\applications\CMake 2.8\bin\cmake.exe"' : return
code '0xffffffff'
Stop.
I use Visual Studio C++ Lite 10 instead of 9, otherwise everything is as it is specified on the wiki. This is a command line build with manual "cmake .." and "nmake" from the build dir.
Please, help me to solve this problem. I've already tried updating from the hg repo and building it from the scratch, but I get the same problem.
History
#1
Updated by rti over 7 years ago
What do you mean with "building from scratch"? Did you really clean all object files before rebuilding?
If not, try to delete ctrl_text_button.cpp.obj
and run nmake
again (this way the corrupted file should be recreated, linking could work afterwards).
BTW: Those problem should better be discussed in the Help Forums (http://dev.ryzom.com/projects/ryzom/boards/17). Issues are meant to define development tasks.
#2
Updated by VagabondEx over 7 years ago
Thank you, I'll try that. And sorry for asking here, I'll move to the forums now.
#3
Updated by rti over 7 years ago
- Status changed from New to Closed
You're welcome. Good luck. No problem. See you on the boards :)