LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Solaris / OpenSolaris (https://www.linuxquestions.org/questions/solaris-opensolaris-20/)
-   -   OpenChrome on Solaris Express (https://www.linuxquestions.org/questions/solaris-opensolaris-20/openchrome-on-solaris-express-631933/)

munchkins 03-31-2008 10:08 AM

OpenChrome on Solaris Express
 
Hi everyone,

I am trying to compile my driver for my on-board Video Driver. I could not proceed with it because I am getting these errors:

# ./autogen.sh
Can't exec "aclocal": No such file or directory at /usr/sfw/bin/autoreconf line 174.
Use of uninitialized value in pattern match (m//) at /usr/sfw/bin/autoreconf line 174.
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal --output=aclocal.m4t
Can't exec "aclocal": No such file or directory at /usr/sfw/share/autoconf/Autom4te/FileUtils.pm line 288.
autoreconf: failed to run aclocal: No such file or directory

Here is my $PATH

# echo $PATH
/usr/sbin:/usr/bin:/usr/sfw/bin

What else am I missing.

Here is my system
SunOS darkstar 5.11 snv_70b i86pc i386 i86pc

Thanks a lot in advance.

Gerard

ADxD_7 04-08-2008 04:37 PM

Looks like you are missing some dependencies - if you look at OpenChromes website(www.wiki.openchrome.org) they do not really have anything about Solaris but it looks like you need at least autoconf,subversion,automake(not sure if make works in its place),and libtool -
The Xserver part I think should be on the system but you should check, so as far as I know you would have to compile all those yourself unless you can get the binary somewhere -

Good luck


All times are GMT -5. The time now is 04:06 PM.