On Tue, 18 Jul 2006 17:00:27 PDT, "William D. Tallman" said: > Cut and pasted each into a separate directory, three files each: header, > test and code. Each of these spews what looks to be simple coding > errors at compile time. Are these known to be problematic, and if so, > can someone point me to the fixes? I don't know enough about gtk, much > less gtk-2.0, to handily correct them. > > Do I need to post the errors? Yes. We're not mind readers. :) It also helps a lot if you include the actual 'cc' or whatever command was issued, so we can tell what you were doing. The #1 screw-up at this stage of the game: Right: cc `pkg-config --cflags --libs gtk+-2.0` program.c Wrong: cc 'pkg-config --cflags --libs gtk+-2.0' program.c Single quotes ' and back quotes ` are very different even if they look the same. If that isn't it, cut-n-paste the command and the errors...
Attachment:
pgpxdMA0cvjSX.pgp
Description: PGP signature