Re: [GnomeMeeting-list] GnomeMeeting without Quicknet



Well, I think I'm getting close! I have one big problem, though. I can't
compile main_window.cpp because the compiler (gcc 3.4) does not seem to
like libintl.h. But I have MANY Gnome tools that include this header
file, so I am not sure why this is failing. All other sources are now
building and I am pretty sure that they are at least quite close to
correct. Lots of #ifdefs and #ifndef. 

The error I get on main_window.h is:
In file included from main_window.cpp:71:
/usr/local/include/libintl.h:118: error: expected unqualified-id before "const"
/usr/local/include/libintl.h:118: error: expected `)' before "const"
/usr/local/include/libintl.h:118: error: expected init-declarator before "const"/usr/local/include/libintl.h:118: error: expected `,' or `;' before "const"
/usr/local/include/libintl.h:134: error: expected unqualified-id before "const"
/usr/local/include/libintl.h:134: error: expected `)' before "const"
/usr/local/include/libintl.h:134: error: expected init-declarator before "const"/usr/local/include/libintl.h:134: error: expected `,' or `;' before "const"
/usr/local/include/libintl.h:152: error: expected unqualified-id before "const"
/usr/local/include/libintl.h:152: error: expected `)' before "const"
/usr/local/include/libintl.h:152: error: expected init-declarator before "const"/usr/local/include/libintl.h:152: error: expected `,' or `;' before "const"
/usr/local/include/libintl.h:233: error: expected unqualified-id before "const"
/usr/local/include/libintl.h:233: error: expected `)' before "const"
/usr/local/include/libintl.h:233: error: expected init-declarator before "const"/usr/local/include/libintl.h:233: error: expected `,' or `;' before "const"
/usr/local/include/libintl.h:251: error: expected unqualified-id before "const"
/usr/local/include/libintl.h:251: error: expected `)' before "const"
/usr/local/include/libintl.h:251: error: expected init-declarator before "const"/usr/local/include/libintl.h:251: error: expected `,' or `;' before "const"
/usr/local/include/libintl.h:269: error: expected unqualified-id before "const"
/usr/local/include/libintl.h:269: error: expected `)' before "const"
/usr/local/include/libintl.h:269: error: expected init-declarator before "const"/usr/local/include/libintl.h:269: error: expected `,' or `;' before "const"
main_window.cpp: In function `int main(int, char**, char**)':


Any idea what is going on here? Any idea on how to fix it? I suspect
that it's a c++ thing as they look fine to me from a C perspective.

Thanks in advance for any suggestions.
-- 
R. Kevin Oberman, Network Engineer
Energy Sciences Network (ESnet)
Ernest O. Lawrence Berkeley National Laboratory (Berkeley Lab)
E-mail: oberman es net			Phone: +1 510 486-8634



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]