Discussion forums: Help
Expanded view | Monitor forum | Save place
Message
New Compilation Problem
Submitted by Tommi Hassinen;
posted on Friday, January 3, 2003
Hi! I also encountered this problem with gcc-3 and it's solvable (or at least it was in my system :)
Please note that the error occurs in /usr/include/libintl.h which does not belong to ghemical sources but system libraries. The libintl just seems not be gcc-3 compatible yet and it will be fixed, sooner or later.
How I fixed this problem in my system, was that I simply truncated the libintl.h file into a zero length file (since the compilation succeeded even without it). To try the same thing, please first make a backup of libint.h:
cp /usr/include/libintl.h /usr/include/libintl.h_
and then truncate it:
rm /usr/include/libintl.h
touch /usr/include/libintl.h
Ok, that's how I fixed it; but do this at your own risk! ;)
|
Post a followup to this message:
You have to be logged in to post a reply.
Thread view
|
|||
|
|||
|
|||
|