reassign 439473 libgimp2.0-dev
retitle 439473 libgimp2.0-dev: #include <libgimp/gimpui.h> fails with g++
found 439473 2.4.0~rc1-4
thanks

Although I'm not sure if this is a bug in the recent g++ (same issue for
4.2 btw), or in gimp - I'm reassigning it to libgimp2.0-dev. It
definitely stops to build properly after upgrading to the 2.4.0~rc1-4
package.

0 [EMAIL PROTECTED]:/tmp$ cat foo.c
#include <gtk/gtk.h>
#include <libgimp/gimp.h>
#include <libgimp/gimpui.h>

int main() { return 1; }
0 [EMAIL PROTECTED]:/tmp$ gcc -o ../foo foo.c -I/usr/include/CImg -Wall -g -O2
`/usr/bin/gimptool-2.0 --cflags`
/usr/bin/ld: cannot open output file ../foo: Permission denied
collect2: ld returned 1 exit status
1 [EMAIL PROTECTED]:/tmp$
1 [EMAIL PROTECTED]:/tmp$
1 [EMAIL PROTECTED]:/tmp$
1 [EMAIL PROTECTED]:/tmp$
1 [EMAIL PROTECTED]:/tmp$ cat foo.c
#include <gtk/gtk.h>
#include <libgimp/gimp.h>
#include <libgimp/gimpui.h>

int main() { return 1; }
0 [EMAIL PROTECTED]:/tmp$ gcc -o foo foo.c -I/usr/include/CImg -Wall -g -O2
`/usr/bin/gimptool-2.0 --cflags`
0 [EMAIL PROTECTED]:/tmp$ g++ -o foo foo.c -I/usr/include/CImg -Wall -g -O2
`/usr/bin/gimptool-2.0 --cflags`
foo.c:5: error: expected `}' at end of input
1 [EMAIL PROTECTED]:/tmp$ dpkg -s gcc-4.1 | grep Version
Version: 4.1.2-15
0 [EMAIL PROTECTED]:/tmp$ dpkg -s g++-4.1 | grep Version
Version: 4.1.2-15
0 [EMAIL PROTECTED]:/tmp$ dpkg -s libgimp2.0-dev | grep Version
Version: 2.4.0~rc1-4
0 [EMAIL PROTECTED]:/tmp$ 


-- 
Bernd Zeimetz
<[EMAIL PROTECTED]>                         <http://bzed.de/>



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to