Subject: CGAL users discussion list
List archive
- From: A S <>
- To:
- Subject: [cgal-discuss] About an hour into running nmake on Qt, this happens:
- Date: Mon, 19 Oct 2009 14:52:35 -0700 (PDT)
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type; b=dSBjnwnhiKYz81hLVDJf6zjdeMDkU/2aiVrYaDqe5aAFEkgOs8A/S2D/Jg92HVZCOqQxwNNmB4YXvdLKf/UfOsnfNcc9lxo9QAZnVjkD/Q4JYmHB4qZuqdzB1tjg6uc+88ns2CWsuWJ00owQAMK4nFC1qwxYdT79LINBxb7kSe4=;
(The ellipses immediately below are mine.)
[...]
Microsoft (R) Program Maintenance Utility Version 6.00.8168.0 Copyright (C) Microsoft Corp 1988-1998. All rights reserved. NMAKE -f Makefile.Debug all
Microsoft (R) Program Maintenance Utility Version 6.00.8168.0
Copyright (C) Microsoft Corp 1988-1998. All rights reserved. C:\Qt\4.5.3\bin\moc.exe -DUNICODE -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_O
PENGL_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -I"..\..\include\QtCore " -I"..\..\include\QtGui" -I"..\..\include\QtOpenGL" -I"..\..\include" -I"." -I" ..\..\include\ActiveQt" -I"tmp\moc\debug_shared" -I"..\..\mkspecs\win32-msvc" -D _MSC_VER=1200 -DWIN32 qtbox.h -o tmp\moc\debug_shared\moc_qtbox.cpp C:\Qt\4.5.3\bin\moc.exe -DUNICODE -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_O PENGL_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -I"..\..\include\QtCore " -I"..\..\include\QtGui" -I"..\..\include\QtOpenGL" -I"..\..\include" -I"." -I" ..\..\include\ActiveQt" -I"tmp\moc\debug_shared" -I"..\..\mkspecs\win32-msvc" -D _MSC_VER=1200 -DWIN32 scene.h -o tmp\moc\debug_shared\moc_scene.cpp c:\Qt\4.5.3\bin\rcc.exe -name boxes boxes.qrc -o tmp\rcc\debug_shared\qr c_boxes.cpp cl -c -nologo -Zm200 /Zm1200 -Zi -MDd -W3 -DUNICODE -DQT_LARGEFILE_SUPPO RT -DQT_DLL -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -I".. \..\include\QtCore" -I"..\..\include\QtGui" -I"..\..\include\QtOpenGL" -I"..\..\ include" -I"." -I"..\..\include\ActiveQt" -I"tmp\moc\debug_shared" -I"..\..\mksp ecs\win32-msvc" -Fotmp\obj\debug_shared\ @C:\Users\Robert\AppData\Local\Temp\nma 08112. Command line warning D4025 : overriding '/Zm200' with '/Zm1200' fbm.c cl -c -nologo -Zm200 /Zm1200 -Zi -MDd -GR -GX -W3 -DUNICODE -DQT_LARGEFI LE_SUPPORT -DQT_DLL -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPO RT -I"..\..\include\QtCore" -I"..\..\include\QtGui" -I"..\..\include\QtOpenGL" - I"..\..\include" -I"." -I"..\..\include\ActiveQt" -I"tmp\moc\debug_shared" -I".. \..\mkspecs\win32-msvc" -Fotmp\obj\debug_shared\ @C:\Users\Robert\AppData\Local\ Temp\nmb08112. Command line warning D4025 : overriding '/Zm200' with '/Zm1200' glbuffers.cpp .\vector.h(356) : error C2233: '<Unknown>' : arrays of objects containing zero-s ize arrays are illegal .\vector.h(357) : see reference to class template instantiation 'gfx::Ma trix<T,rows,cols>' being compiled glextensions.cpp glshaders.cpp .\vector.h(356) : error C2233: '<Unknown>' : arrays of objects containing zero-s ize arrays are illegal .\vector.h(357) : see reference to class template instantiation 'gfx::Ma trix<T,rows,cols>' being compiled main.cpp .\vector.h(356) : error C2233: '<Unknown>' : arrays of objects containing zero-s ize arrays are illegal .\vector.h(357) : see reference to class template instantiation 'gfx::Ma trix<T,rows,cols>' being compiled qtbox.cpp .\vector.h(356) : error C2233: '<Unknown>' : arrays of objects containing zero-s ize arrays are illegal .\vector.h(357) : see reference to class template instantiation 'gfx::Ma trix<T,rows,cols>' being compiled roundedbox.cpp .\vector.h(356) : error C2233: '<Unknown>' : arrays of objects containing zero-s ize arrays are illegal .\vector.h(357) : see reference to class template instantiation 'gfx::Ma trix<T,rows,cols>' being compiled scene.cpp .\vector.h(356) : error C2233: '<Unknown>' : arrays of objects containing zero-s ize arrays are illegal .\vector.h(357) : see reference to class template instantiation 'gfx::Ma trix<T,rows,cols>' being compiled trackball.cpp .\vector.h(356) : error C2233: '<Unknown>' : arrays of objects containing zero-s ize arrays are illegal .\vector.h(357) : see reference to class template instantiation 'gfx::Ma trix<T,rows,cols>' being compiled Generating Code... NMAKE : fatal error U1077: 'cl' : return code '0x2' Stop. NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio\VC98\bin\N MAKE.EXE"' : return code '0x2' Stop. NMAKE : fatal error U1077: 'cd' : return code '0x2' Stop. NMAKE : fatal error U1077: 'cd' : return code '0x2' Stop. C:\Qt\4.5.3>
Has anyone seen a problem like this? I've found nothing pertinent so far on search. Thanks for any advice. |
- [cgal-discuss] About an hour into running nmake on Qt, this happens:, A S, 10/19/2009
- Re: [cgal-discuss] About an hour into running nmake on Qt, this happens:, Laurent Rineau (GeometryFactory), 10/20/2009
Archive powered by MHonArc 2.6.16.