[GCC-XML]problem with output
Raisa Mettänen
mettanen at lut.fi
Tue Nov 4 06:19:39 EST 2003
Hi,
I have a problem concerning the output of gccxml. I get a huge printing
to my stderr which I do not want. Can you tell me how to get rid of it,
please?
I am using both MS Windows 2000 and XP and I am mostly using Nokia S60
project files as an input. I do not have Visual Studio so I am using
following configurations:
GCCXML_COMPILER="gcc"
GCCXML_CXXFLAGS="gcc"
GCCXML_FLAGS="gcc"
Then by using following command:
X:\ gccxml AknExGridView.cpp -fxml=test.xml
-IC:\Symbian\6.1\Series60\epoc32\include -D__GCC32__ -D__wchar_t=wchar_t
-D__declspec(a)= -D_UNICODE -pedantic
I get a very long output to my stderr which is apparently some kind of
debug info and statistics:
"In file included from C:/Symbian/6.1/Series60/epoc32/include/coeaui.h:10,
from C:/Symbian/6.1/Series60/epoc32/include/eikappui.h:10,
from C:/Symbian/6.1/Series60/epoc32/include/aknappui.h:13,
from
C:/Symbian/6.1/Series60/epoc32/include/aknviewappui.h:13,
from
C:/Symbian/6.1/Series60/Series60Ex/Grid/src/AknExGridView.cpp:10:
C:/Symbian/6.1/Series60/epoc32/include/e32std.h:386: warning: comma at
end of
enumerator list
TInt Lim(int, unsigned int) TInt LimX(int, unsigned int) T Min(T, T) T
Min(T, unsigned int) T Max(T, T) T Max(T, unsigned int) T Abs(T) TBool
Rng(T, T, T) T* PtrAdd(T*, S) T* PtrSub(T*, S) T Align2(T) T Align4(T)
TDblQueLinkBase::TDblQueLinkBase() TDblQueLinkBase::TDblQueLinkBase()
TDblQueLinkBase::TDblQueLinkBase() TDesC8::TDesC8() TDesC8::TDesC8()
TDesC8::TDesC8() TDes8::TDes8() TDes8::TDes8() TDes8::TDes8()
TDesC16::TDesC16() TDesC16::TDesC16() TDesC16::TDesC16()
TDes16::TDes16() TDes16::TDes16() TDes16::TDes16()
TPoint::TPoint(TPoint::TUninitialized)
TPoint::TPoint(TPoint::TUninitialized)
TPoint::TPoint(TPoint::TUninitialized)
TSize::TSize(TSize::TUninitialized) TSize::TSize(TSize::TUninitialized)
TSize::TSize(TSize::TUninitialized) TRect::TRect(TRect::TUninitialized)
TRect::TRect(TRect::TUninitialized) TRect::TRect(TRect::TUninitialized)
In file included from C:/Symbian/6.1/Series60/epoc32/include/coeaui.h:10, "
... (continuing several pages, and ending: )
"Execution times (seconds)
garbage collection : 0.58 (21%) usr 0.00 ( 0%) sys 0.58 (16%) wall
preprocessing : 0.15 ( 6%) usr 0.10 (27%) sys 0.63 (18%) wall
lexical analysis : 0.32 (12%) usr 0.17 (43%) sys 0.43 (12%) wall
parser : 1.60 (59%) usr 0.12 (31%) sys 1.80 (51%) wall
varconst : 0.01 ( 1%) usr 0.00 ( 0%) sys 0.03 ( 1%) wall
symout : 0.00 ( 0%) usr 0.00 ( 0%) sys 0.00 ( 0%) wall
TOTAL : 2.71 0.40 3.51 "
Is there any way to prevent this output?
BR,
Raisa
More information about the gccxml
mailing list