try to compile testgtk.c -> undefined reference: create_prop_editor
Tor Lillqvist <[email protected]>
| Newsgroups | gmane.comp.video.gimp.windows.devel |
|---|---|
| Message-ID | <[email protected]> |
calmar writes: > So maybe I have not linked to the proper libraries? > ROOT=testgtk > > $(ROOT).exe : $(ROOT).o > $(CC) $? -o $@ $(LFLAGS) 2>&1 I don't see any prop-editor.o here... --tml