[GCC-XML]infinite loop?

Victor A. Wagner, Jr. vawjr at rudbek.com
Mon Oct 13 16:11:43 EDT 2003


I think I've gotten all my "what directories need to go where" problems 
solved, now I have a file that never seems to complete processing.

the command line and response are:

C:\Projects\K2\Projects\GCC_XML>gccxml -I"c:/qt/3.2.0/include" --debug 
c:/qt/3.2.0/include/qmessagebox.h -fxml=testing.xml
Using "C:/Projects/K2/Projects/GCC_XML/gccxml_cc1plus.exe" as GCC-XML 
executable.
Using the following arguments to GCC-XML executable:
   "-quiet"
   "-o"
   "NUL"
   "-nostdinc"
   "-I-"
   "-w"
   "-fsyntax-only"
   ""-Ic:/qt/3.2.0/include""
   ""c:/qt/3.2.0/include/qmessagebox.h""
   ""-fxml=testing.xml""
   "-D__stdcall=__attribute__((__stdcall__))"
   "-D__cdecl=__attribute__((__cdecl__))"
   "-D__fastcall=__attribute__((__fastcall__))"
   "-D_stdcall=__attribute__((__stdcall__))"
   "-D_cdecl=__attribute__((__cdecl__))"
   "-D_fastcall=__attribute__((__fastcall__))"
   "-D__declspec(x)=__attribute__((x))"
   "-D__cplusplus"
   "-D_inline=inline"
   "-D__forceinline=__inline"
   "-D_MSC_VER=1310"
   "-D_MSC_EXTENSIONS"
   "-D_WIN32"
   "-D_M_IX86"
   "-D_WCHAR_T_DEFINED"
   "-DPASCAL="
   "-DRPC_ENTRY="
   "-DSHSTDAPI=HRESULT"
   "-D_INTEGRAL_MAX_BITS=64"
   "-D__uuidof(x)=IID()"
   "-DSHSTDAPI_(x)=x"
   "-D__w64= "-D__int64=long long""
   "-I"C:/Projects/K2/Projects/GCC_XML/Vc71/Include""
   "-I"C:/Projects/K2/Projects/GCC_XML/Vc71/PlatformSDK""
   "-I"C:/Program Files/Microsoft Visual Studio .NET 2003/Vc7/Include""
   "-I"C:/Program Files/Microsoft Visual Studio .NET 
2003/Vc7/PlatformSDK/Include""

then it just "goes away" forever, near as I can tell.  We let it run for 
29+ hours over the weekend  and it produced NO output.  it reads about 300K 
bytes then goes compute bound.

Yes, qt3.2.0 is the latest flavor of QT and I'm trying to pythonize it 
using pyste as a test


Victor A. Wagner Jr.      http://rudbek.com
The five most dangerous words in the English language:
               "There oughta be a law" 




More information about the gccxml mailing list