Date: Sat, 1 Aug 1998 15:10:40 +0800 (CST) From: Joe Jih-Shian Lu <JoeLu@JoeLu.m3.ntu.edu.tw> To: freebsd-ports@FreeBSD.ORG Subject: Re: FreeBSD Port: gimp-1.0.0 Message-ID: <199808010710.PAA04713@JoeLu.m3.ntu.edu.tw>
next in thread | raw e-mail | index | archive | help
> You can fix this by converting all of the gimp_message calls to ... uh my > brain is locking up. Since you've obviously gotten the tarball extracted, > you can go in and search for 'message' in script_fu_console.c and you'll > see something like g_message or gmessage or something like that in > addition to the "gimp_message" calls. Convert the gimp_message calls to > the other *message and then it'll compile. > I have a bad feeling that there are a couple of other places that have > gimp_message commands hiding in them. IMHO, those error messages that came from the linker were due to the lack of the symbol `_gimp_message' in the libgimp.so of the previously installed gimp (as Frank mentioned, v0.99.18). The linker was supposed to build the gimp with the newly created libgimp.so in the source directory, but it got confused with the libgimp.so under /usr/X11R6/lib. I suggest that one should remove the old versions of gimp before compiling the new one. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199808010710.PAA04713>