This worked for me punkz thanks

from
export CFLAGS="-I/usr/local/gtk/include -framework Foundation -framework AppKit"

to

export CFLAGS="-I/usr/local/gtk/include"

however kept getting this

gcc: -framework: linker input file unused because linking not done
gcc: Foundation: linker input file unused because linking not done
gcc: -framework: linker input file unused because linking not done
gcc: AppKit: linker input file unused because linking not done

I suppose that flag outside the quotes ?

On 08/02/2006, at 10:00 AM, Richard Hult wrote:

Hi,

electroteque wrote:
Ok i removed the quotes and get a different but similar answer , i
guess i should bug report it ?

No, afaics, it's still the same problem as described in:

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

/Richard


_______________________________________________
gtk-devel-list mailing list
gtk-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-devel-list

Reply via email to