I usually build with -ansi -pedantic in my CFLAGS, to prevent silly 
non-portable-isms from slipping into my code. As it happens, GIMP CVS has a 
few of these, but they are easily addressed and I have submitted a patch to 
that effect:

        http://bugzilla.gnome.org/show_bug.cgi?id=342390

The most worrisome bits are in four (now three) particular plug-ins, where 
you have non-static, non-extern variables being defined in common header 
files---leading, of course, to the linker bombing out on multiply-defined 
symbols.


--Daniel


-- 
NAME   = Daniel Richard G.       ##  Remember, skunks       _\|/_  meef?
EMAIL1 = [EMAIL PROTECTED]        ##  don't smell bad---    (/o|o\) /
EMAIL2 = [EMAIL PROTECTED]      ##  it's the people who   < (^),>
WWW    = http://www.******.org/  ##  annoy them that do!    /   \
--
(****** = site not yet online)
_______________________________________________
Gimp-developer mailing list
Gimp-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer

Reply via email to