Re: Problem Compiling Ver. 0.9.1

Kurt Maute <[email protected]> Wed, 11 Jun 2003 20:46:11 -0400
Newsgroups gmane.comp.gnome.apps.mr-project.user
Message-ID <1055378770.25821.6.camel@Kronk>
On Wed, 2003-06-11 at 17:11, Richard Hult wrote:
> tis 2003-06-10 klockan 23.10 skrev Jonathan Fink:
> > I'm having trouble compiling v.0.9.1 under slackware - I have downloaded
> > and installed all the dependencies from the ./configure script.  When I
> > try to "make" i get the following error:
> > 
> > make  all-recursive
> > make[1]: Entering directory `/home/finkj/src/libmrproject-0.9.1'
> > Making all in mrproject
> > make[2]: Entering directory
> > `/home/finkj/src/libmrproject-0.9.1/mrproject'
> > cd . && \
> >  --prefix=mrp_marshal mrp-marshal.list --body >> xgen-gmc \
> > && cp xgen-gmc mrp-marshal.c \
> > && rm -f xgen-gmc xgen-gmc~
> > /bin/sh: --prefix=mrp_marshal: command not found
> > make[2]: *** [mrp-marshal.c] Error 127
> > make[2]: Leaving directory
> > `/home/finkj/src/libmrproject-0.9.1/mrproject'
> > make[1]: *** [all-recursive] Error 1
> > make[1]: Leaving directory `/home/finkj/src/libmrproject-0.9.1'
> > make: *** [all-recursive-am] Error 2
> 
> This has come up a number of times, yet I can't seem to find it in the
> archives :/ I don't remember what the fix was. Anyone?
> 
> Regards,
> Richard

I found that I got this error when I neglected to set LD_LIBRARY_PATH
before ./configure
LD_LIBRARY_PATH=$GARNOME/lib:/usr/local/lib
In my case, I used Garnome to build Gnome 2, so...
$GARNOME=/root/garnome

I hope that helps.
-- 
Kurt Maute <[email protected]>