Making libmrproject on RedHat9

Marcin Kępiński <[email protected]> Tue, 13 May 2003 11:23:53 +0200
Newsgroups gmane.comp.gnome.apps.mr-project.user
Message-ID <001001c31931$6232bc90$1d00a8c0@mkepinski>
Hi,

	I have RedHat9 fresh installation. I have got libmrproject's
soruces from gnome cvs.
Autogen was OK. Here are last lines from autogen.sh


...
Prefix            : /root/app/
PostgreSQL support: no
Python bindings   : yes
Building API docs : auto

Now type `make' to compile libmrproject
...

After this, when I want to make a libmrproject I have errors probably
with mrp_marshal.
Can somebody tell me what to solve this error?

Here is make output:

...
[root@localhost libmrproject]# make
cd . && /bin/sh /root/cvs/libmrproject/missing --run autoheader
touch ./config.h.in
cd . && /bin/sh ./config.status config.h
config.status: creating config.h
config.status: config.h is unchanged
make  all-recursive
make[1]: Entering directory `/root/cvs/libmrproject'
Making all in m4
make[2]: Entering directory `/root/cvs/libmrproject/m4'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/root/cvs/libmrproject/m4'
Making all in mrproject
make[2]: Entering directory `/root/cvs/libmrproject/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: line 1: --prefix=mrp_marshal: command not found
make[2]: *** [mrp-marshal.c] Error 127
make[2]: Leaving directory `/root/cvs/libmrproject/mrproject'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/cvs/libmrproject'
make: *** [all] Error 2
[root@localhost libmrproject]#
...


Thank you,

Regards,

Marcin Kepinski