GIMPARGS = $(shell gimptool-2.0 --cflags --libs)
^^ That line is a GNU Make idiom, which BSD Make ignores.  If you invoke 
GNU Make (usually by typing `gmake`), then it does the right thing.


(note: openbsd gcc will give warnings about 'strcpy' and 'sprintf'.  
Its encouraged that they are fixed, but they are not fatal errors.)


On 2007 Mar 07 (Wed) at 00:49:06 +0000 (+0000), Bryan wrote:
:Owen, David, et al...
:
:I have been told that OpenBSD has no need for -devel packages.  When
:we install GIMP, we install the "-devel" package.
:
:I untarred dbp-1.1.5.tgz in the "plug-ins" directory, like the
:documentation, and I have the following when I do "make"....  Gimp
:2.2.13 is installed via package, as well as GTK.  The Makefile calls
:the program gimptool-2.0, which is in my path "/usr/local/bin/".  It
:would appear that this program was created with only Linux in mind, as
:it is looking for files in locations that aren't the same in other
:UNIX versions.
:
:I would appreciate any help.  I'd like to be able to use this without
:resorting to using the "Winduhs" version...  See the following output
:below.
:
:----------------------------------------------------------------------------------------
:
:# cd /usr/local/lib/gimp/2.0/plug-ins/
:# make
:g++ -o dbp -Wall -O2 -I. *.cc  -DGTK_DISABLE_DEPRECATED
:In file included from dbp.cc:63:
:gui.h:23:21: gtk/gtk.h: No such file or directory
:In file included from op.h:26,
:                 from gui.h:26,
:                 from dbp.cc:63:
:gimpCall.h:25:26: libgimp/gimp.h: No such file or directory
:gimpCall.h:26:28: libgimp/gimpui.h: No such file or directory
:In file included from op.h:26,
:                 from gui.h:26,
:                 from dbp.cc:63:
....


--
Experience is what causes a person to make new mistakes instead of old
ones.
_______________________________________________
Openbsd-newbies mailing list
[email protected]
http://mailman.theapt.org/listinfo/openbsd-newbies

Reply via email to