Hey,
can you try to set -j 1 to jom?
I am not to familiar with windows build systems (I use mingw on windows when I have to).
But I am just wondering if jom doesn't understand the correct order of compilation.
and thus tries to link something that wasn't ready yet.
Ries
On May 8, 2012, at 3:40 AM, Marina [via LibreCAD] wrote:
为项目librecad执行构建步骤 ...
配置没有改变, 跳过 qmake 步骤.
正在启动 "C:\QtSDK\QtCreator\bin\jom.exe"
cd libraries\ && C:\QtSDK\QtCreator\bin\jom.exe -nologo -j 2 -f Makefile
cd libdxfrw\ && C:\QtSDK\QtCreator\bin\jom.exe -nologo -j 2 -f Makefile
C:\QtSDK\QtCreator\bin\jom.exe -nologo -j 2 -f Makefile.Debug
cd dxflib\ && C:\QtSDK\QtCreator\bin\jom.exe -nologo -j 2 -f Makefile
C:\QtSDK\QtCreator\bin\jom.exe -nologo -j 2 -f Makefile.Debug
cd jwwlib\ && C:\QtSDK\QtCreator\bin\jom.exe -nologo -j 2 -f Makefile
C:\QtSDK\QtCreator\bin\jom.exe -nologo -j 2 -f Makefile.Debug
cd librecad\ && C:\QtSDK\QtCreator\bin\jom.exe -nologo -j 2 -f Makefile
cd src\ && C:\QtSDK\QtCreator\bin\jom.exe -nologo -j 2 -f Makefile
C:\QtSDK\QtCreator\bin\jom.exe -nologo -j 2 -f Makefile.Debug
jom 1.0.4 - empower your cores
Error: dependent '..\..\generated\lib\libdxfrw.a' does not exist.
command failed with exit code 2
command failed with exit code 2
command failed with exit code 2
进程"C:\QtSDK\QtCreator\bin\jom.exe"退出,退出代码 2 。
构建项目librecad 时发生错误 (目标: 桌面)
当执行构建步骤 'Make'时