Mark R. Bowyer wrote:
Hi,

OK, quick run-down on getting this running on Solaris10/SPARC.

First point is - it does =O)  and the Window List and stuff all works on
latest Solaris with latest Sun-built Gnome =O)  Many, Many thanks =O)

:-)

OK, what I had to do:

a) On Solaris, $YACC in the Makefiles for some reason was set to ":"
instead of "bison".  Easy to fix (only needed to in intl) but odd.

The intl/Makefile.in the tarball contains "YACC = @INTLBISON@ -y -d", so I guess this must be a Solaris auto(conf/make/???) problem?

b) Set --prefix=/opt.  Most everything then goes into
/opt/enlightenment.  Except bin, lib, man and share.  Not sure what
happened here, or what was supposed to.  I started off using
--prefix=/opt/enlightenment and it was shouting
/opt/enlightenment/enlightenment everywhere in the configure and initial
make.  Again, cleaned up after make install and all is fine.

You should be able to put things where you want them using --prefix, --bindir, and --datadir, see configure --help.
Maybe what you want is --prefix=/opt --enable-fsstd.


c) Makefile in po not created.  Doing "make po" from base "e" directory
is fine, but the main makefile wants to step into po and make there, and
fails?  Not a problem, since the old 0.16.5 po files seem OK, and I just
removed po from the SUBDIRS in the main Makefile so it didn't bother.

When I do ./configure ..., po/Makefile.in and po/Makefile are created, so again, I guess it's a Solaris/auto*(/gettext?) problem.

I think that was it.  Are these Solaris-specific, luser-specific or have
I found problems? ;O)

Any Solaris/auto*/gettext wizards out there that have an opinion about this?

Oh, and I was going to mention Iconbox appearing in the Window List,
until I tried toggling the "Skip Window List" setting on it =O)  New to
me but pretty obvious.

Again, many thanks.

Ta,

Thanks for the feedback.


/Kim




------------------------------------------------------- This SF.net email is sponsored by: Etnus, makers of TotalView, The best thread debugger on the planet. Designed with thread debugging features you've never dreamed of, try TotalView 6 free at www.etnus.com. _______________________________________________ enlightenment-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to