Compiling MrProject on Solaris 8/9

Dhawal Tyagi <[email protected]> Fri, 21 Feb 2003 17:51:05 -0800
Newsgroups gmane.comp.gnome.apps.mr-project.user
Message-ID <[email protected]>
Hi
I have been trying to compile mrproject on Solaris 9 but haven't been 
successful yet.

First I tried the latest version 0.9, but that didn't work since it 
depends on Gnome 2.2 which I don't
have.

Then I tried 0.8 version, which I was able to compile, but when I try to 
run, it gives me this error:
%mrproject
ld.so.1: mrproject: fatal: relocation error: file 
/usr/lib/mrproject/views/libgantt-view.so: symbol mg_view_get_type: 
referenced symbol not found
Killed

There was no error in compilation of either libmrproject or mrproject. I 
have Sun GNOME 2 installed (basedir is /usr) and many
other dependent packages in /usr/local.
What I did was:
in libmrproject0.8 dir:
./configure --prefix=/usr --disable-nls
make
make install

in mrproject0.8 dir:
./configure --prefix=/usr --disable-nls
make
make install

platform is Ultra 10, running Solaris 9 with GNOME 2 and latest patches 
installed.

Could someone help please ?

Thanks
Dhawal