Re: Build Problem
Sarah Fung <[email protected]>
| Newsgroups | gmane.comp.gnome.apps.mr-project.user |
|---|---|
| Message-ID | <[email protected]> |
I have glib 2.0 installed by source (with glib 1.x by rpm), however,
with pkgconfig it shouldn't matter (glib-2.0.pc does exit and configure
correctly in my pkg-config directory). My distribution is SuSE 7.2.
And yes, I do have glib-genmarshal installed too (as seen below).
<user>@apollo:/home/<user>/tmp/libmrproject-0.7 > glib-genmarshal -v
glib-genmarshal version 2.0.4
glib-genmarshal comes with ABSOLUTELY NO WARRANTY.
You may redistribute copies of glib-genmarshal under the terms of
the GNU General Public License which can be found in the
GLib source package. Sources, examples and contact
I suspect the error come from libmrproject-0.7/mrproject/Makefile line
556-566:
mrp-marshal.h: Makefile.am mrp-marshal.list
cd $(srcdir) && \
--prefix=mrp_marshal mrp-marshal.list --header >> xgen-gmh \
&& (cmp -s xgen-gmh mrp-marshal.h || cp xgen-gmh mrp-marshal.h) \
&& rm -f xgen-gmh xgen-gmh~
mrp-marshal.c: Makefile.am mrp-marshal.list
cd $(srcdir) && \
--prefix=mrp_marshal mrp-marshal.list --body >> xgen-gmc \
&& cp xgen-gmc mrp-marshal.c \
&& rm -f xgen-gmc xgen-gmc~
Just curious, does anyone successfully compile it by source tar ball
(not from the cvs)?
Thanks.
Best regards,
Sarah
[email protected] wrote:
>Send MrProject mailing list submissions to
> [email protected]
>
>To subscribe or unsubscribe via the World Wide Web, visit
> http://lists.codefactory.se/mailman/listinfo/mrproject
>or, via email, send a message with subject or body 'help' to
> [email protected]
>
>You can reach the person managing the list at
> [email protected]
>
>When replying, please edit your Subject line so it is more specific
>than "Re: Contents of MrProject digest..."
>
>
>Today's Topics:
>
> 1. Re: Build Problem (Richard Hult)
> 2. Re: Calendar UI ideas needed (Richard Hult)
>
>--__--__--
>
>Message: 1
>Subject: Re: [MrProject] Build Problem
>From: Richard Hult <[email protected]>
>To: MrpList <[email protected]>
>Organization:
>Date: 29 Nov 2002 11:46:59 +0100
>Reply-To: [email protected]
>
>ons 2002-11-27 klockan 19.48 skrev Sarah Fung:
>
>
>>I would like to try the program very much. However, as I am not familar
>>with CVS, so I do the installation in my normal way of installation. I
>>download the source tar ball (libmrproject and mrproject). Uncompress
>>it, run the "./configure" command, and "configure" successfully find all
>>the utilities need. But when I run "make", it give the following error:
>>
>>Making all in mrproject
>>make[1]: Entering directory `/home/<user>/tmp/libmrproject-0.7/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[1]: *** [mrp-marshal.c] Error 127
>>make[1]: Leaving directory `/home/<user>/tmp/libmrproject-0.7/mrproject'
>>make: *** [all-recursive] Error 1
>>
>>I have searched in the internet for similar problem for 2hr but with no
>>success. Any help would be appreciated.
>>
>>
>
>Hm... do you have glib-genmarshal on your system? It seems that
>configure doesn't pick up its location... What OS/dist are you running?
>Is glib installed by source or a package?
>
>Regards,
>Richard
>
>
>