Re: Can't Build the GIMP
"Kevin Myers" <[email protected]>
| Newsgroups | gmane.comp.video.gimp.windows.devel |
|---|---|
| Message-ID | <039101c27969$6014d460$66c8a8c0@gusher> |
Arrrggghhhh!!!! Yet another new and different problem. After everything in the app subdirectory is compiled, make stops after issuing the following message: make[2]: *** No rule to make target `gimp.def', needed by `gimp.exp'. Stop Any help appreciated. I'm managing to get through this, slowly but surely... s/KAM ----- Original Message ----- From: "Kevin Myers" <[email protected]> To: <[email protected]> Cc: "gimpwin users" <[email protected]> Sent: Monday, October 21, 2002 8:09 PM Subject: Re: [gimpwin-dev] Can't Build the GIMP > I see now that it just also needed the path to gettext. So, now I'm past > another sticking point. Sorry for the extra email. > > > ----- Original Message ----- > From: "Kevin Myers" <[email protected]> > To: <[email protected]> > Cc: "gimpwin users" <[email protected]> > Sent: Monday, October 21, 2002 7:46 PM > Subject: Re: [gimpwin-dev] Can't Build the GIMP > > > > OK, I finally got the GIMP to start compiling. > > > > 1. Had to comment out the lines in configure that were enabling > > the -fnative_struct (undocumented?) compiler flag. Apparantly that is > > incompatible with the MinGW version of gcc that I downloaded (version 3.2 > > mingw special 20020817-1). > > > > 2. Had to delete intl from the SUBDIRS variable in the top level Makefile. > > > > 3. Had to change DATADIR to GDATDIR in the Makefile for libgimp and in > > gimpenv.c, because MinGW had a conflicting definition and use of DATADIR > in > > one of its windows related header files. > > > > But now I'm running in to another problem where gcc is executed with > > the -lintl option and ld complains that it can't find -lintl. I have > tried > > supplying the appropriate path to the lib subdirectory of my libintl > > directory by using gcc's -L option. I've tried using both MinGW and dos > > style paths. Neither one seems to work. Any ideas??? > > > > s/KAM > > > > > > ----- Original Message ----- > > From: "Kevin Myers" <[email protected]> > > To: <[email protected]> > > Cc: "gimpwin users" <[email protected]> > > Sent: Monday, October 21, 2002 4:24 PM > > Subject: Re: [gimpwin-dev] Can't Build the GIMP > > > > > > > Hi Tor and all, > > > > > > Thanks very much for your help. Have made more progress. Figured out > > that > > > I didn't need to copy pkg-config to gnome-config after all, as Tor > > mentioned > > > below. Also, found the LIBTIFF, LIBJPEG, LIGPNG, LIBZ, and LIBICONV > > > environment variables, which allow me to point configure to the correct > > > locations for those libraries. Now have yet another problem. configure > > > quits after spitting out the following error message: > > > > > > config.status: error: cannot find input file: plug-ins/perl/config.pl.in > > > > > > Like it says, the subject file does not exist in Tor's gimp source > > > distribution which I downloaded. How can I go about correcting this > > > problem? BTW, I tried the --disable-perl option, and that didn't seem > to > > > help. configure still choked at the same point. > > > > > > Thanks again. > > > > > > s/KAM > > > > > > > > > ----- Original Message ----- > > > From: "Tor Lillqvist" <[email protected]> > > > To: <[email protected]> > > > Cc: "gimpwin users" <[email protected]> > > > Sent: Monday, October 21, 2002 4:06 PM > > > Subject: Re: [gimpwin-dev] Can't Build the GIMP > > > > > > > > > > Kevin Myers writes: > > > > > I had to copy pkg-config.exe to gnome-config.exe (apparantly there > is > > > still > > > > > somewhere within the pkg-config 0.13 source code that it is > refering > > to > > > > > itself by the old gnome-config name), > > > > > > > > Nah, that shouldn't be necessary or useful (other than to shut up the > > > > silly misleading messages). > > > > > > > > > Now the next problem seems to be that configure can't find libtiff. > > My > > > > > tiff-3.5.7-lib directory is at the same level as my gimp-1.2.4 > > > directory. > > > > > How do I tell configure where it should be looking to find libtiff? > > > > > > > > With the CPPFLAGS and LDFLAGS environment variables? As in: > > > > > > > > CC='gcc -mpentiumpro' CPPFLAGS='-I/where/ever/include -I...' > > > LDFLAGS='-L/where/ever/lib -L...' > > > > > > ./configure --disable-static --disable-perl --disable-print --prefix=/some/w > > > here ... > > > > > > > > --tml > > > >