[Mesa-users] Make error in Mesa 7.9.2

vijaeendra simha vijaeendra at gmail.com
Fri Sep 9 01:31:21 PDT 2011


 I m trying to build Mesa3D on Solaris-x86 system...
   I downloaded the source from
   http://sourceforge.net/projects/mesa3d/
   Then., I try to build as following...
   bash-3.00# ./configure
   checking build system type... i386-pc-solaris2.10
   checking host system type... i386-pc-solaris2.10
   checking for gcc... gcc
   checking for C compiler default output file name... a.out
   checking whether the C compiler works... yes
   checking whether we are cross compiling... no
   checking for suffix of executables...
   checking for suffix of object files... o
   checking whether we are using the GNU C compiler... yes
   checking whether gcc accepts -g... yes
   checking for gcc option to accept ISO C89... none needed
   checking how to run the C preprocessor... gcc -E
   checking for gcc... (cached) gcc
   checking whether we are using the GNU C compiler... (cached) yes

- Ignored:
   checking whether gcc accepts -g... (cached) yes
   checking for gcc option to accept ISO C89... (cached) none needed
   checking for g++... g++
   checking whether we are using the GNU C++ compiler... yes
   checking whether g++ accepts -g... yes
   checking for gmake... gmake
   checking for makedepend... /usr/openwin/bin/makedepend
   checking for sed... /usr/bin/sed
   checking for ksh93... no
   checking for ksh... /usr/bin/ksh
   checking for pkg-config... /usr/bin/pkg-config
   checking pkg-config is at least version 0.9.0... yes
   checking whether to enable assembly... no, platform not supported
   checking for gcc option to produce PIC... -fPIC
   checking for dlopen... yes
   checking for posix_memalign... no
   checking pkg-config files for X11 are available... no
   checking for X... libraries /usr/openwin/lib, headers
/usr/openwin/include
   checking whether -R must be followed by a space... no
   checking for gethostbyname... no
   checking for gethostbyname in -lnsl... yes
   checking for connect... no
   checking for connect in -lsocket... yes
   checking for remove... yes
   checking for shmat... yes
   checking for IceConnectionNumber in -lICE... yes
   configure: creating ./config.status
   config.status: creating configs/autoconf
   config.status: executing configs commands

           prefix:          /usr/local
           exec_prefix:     ${prefix}
           libdir:          ${exec_prefix}/lib
           includedir:      ${prefix}/include

           Driver:          xlib
           OSMesa:          libOSMesa
           Use XCB:         no

           Gallium:         yes
           Gallium dirs:    auxiliary drivers state_trackers
           Winsys dirs:      xlib
           Winsys drm dirs: intel
           Auxiliary dirs:  draw translate cso_cache pipebuffer tgsi sct
rtasm
   util indices
           Driver dirs:     softpipe failover trace i915simple
           Trackers dirs:   glx

           Shared libs:     yes
           Static libs:     no
           EGL:             yes
           GLU:             yes
           GLw:             yes (Motif: no)
           glut:            no
           Demos:           no

           CFLAGS:          -g -O2 -Wall -Wmissing-prototypes -std=c99
   -ffast-math -fno-strict-aliasing -fPIC
           CXXFLAGS:        -g -O2 -Wall -fno-strict-aliasing -fPIC
           Macros:          -DPTHREADS -DSVR4 -DUSE_XSHM

           Run 'gmake' to build Mesa

   bash-3.00# gmake
   gmake[1]: Entering directory `/export/home/Mesa-7.5.1/src'
   Making sources for autoconf
   gmake[2]: Entering directory `/export/home/Mesa-7.5.1/src/
mesa'
   running /usr/openwin/bin/makedepend
   gmake[2]: *** No rule to make target `depend', needed by `default'.
 Stop.
   gmake[2]: Leaving directory `/export/home/Mesa-7.5.1/src/mesa'
   gmake[1]: *** [subdirs] Error 1
   gmake[1]: Leaving directory `/export/home/Mesa-7.5.1/src'
   gmake: *** [default] Error 1



   Please help me..

   How can I get this fixed...!! ??

- Done.



---------- Forwarded message ----------
From: vijaeendra simha <vijaeendra at gmail.com>
To: mesa-users-request at lists.freedesktop.org,
mesa-users at lists.freedesktop.org
Date: Fri, 9 Sep 2011 13:59:12 +0530
Subject: Build Error
Hi All..,

I m trying to build Mesa3D on Solaris-x86 system...

I downloaded the source from

http://sourceforge.net/projects/mesa3d/

Then., I try to build as following...

bash-3.00# ./configure
checking build system type... i386-pc-solaris2.10
checking host system type... i386-pc-solaris2.10
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... gcc -E
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for gmake... gmake
checking for makedepend... /usr/openwin/bin/makedepend
checking for sed... /usr/bin/sed
checking for ksh93... no
checking for ksh... /usr/bin/ksh
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking whether to enable assembly... no, platform not supported
checking for gcc option to produce PIC... -fPIC
checking for dlopen... yes
checking for posix_memalign... no
checking pkg-config files for X11 are available... no
checking for X... libraries /usr/openwin/lib, headers /usr/openwin/include
checking whether -R must be followed by a space... no
checking for gethostbyname... no
checking for gethostbyname in -lnsl... yes
checking for connect... no
checking for connect in -lsocket... yes
checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... yes
configure: creating ./config.status
config.status: creating configs/autoconf
config.status: executing configs commands

        prefix:          /usr/local
        exec_prefix:     ${prefix}
        libdir:          ${exec_prefix}/lib
        includedir:      ${prefix}/include

        Driver:          xlib
        OSMesa:          libOSMesa
        Use XCB:         no

        Gallium:         yes
        Gallium dirs:    auxiliary drivers state_trackers
        Winsys dirs:      xlib
        Winsys drm dirs: intel
        Auxiliary dirs:  draw translate cso_cache pipebuffer tgsi sct rtasm
util indices
        Driver dirs:     softpipe failover trace i915simple
        Trackers dirs:   glx

        Shared libs:     yes
        Static libs:     no
        EGL:             yes
        GLU:             yes
        GLw:             yes (Motif: no)
        glut:            no
        Demos:           no

        CFLAGS:          -g -O2 -Wall -Wmissing-prototypes -std=c99
-ffast-math -fno-strict-aliasing -fPIC
        CXXFLAGS:        -g -O2 -Wall -fno-strict-aliasing -fPIC
        Macros:          -DPTHREADS -DSVR4 -DUSE_XSHM

        Run 'gmake' to build Mesa

bash-3.00# gmake
gmake[1]: Entering directory `/export/home/Mesa-7.5.1/src'
Making sources for autoconf
gmake[2]: Entering directory `/export/home/Mesa-7.5.1/src/mesa'
running /usr/openwin/bin/makedepend
gmake[2]: *** No rule to make target `depend', needed by `default'.  Stop.
gmake[2]: Leaving directory `/export/home/Mesa-7.5.1/src/mesa'
gmake[1]: *** [subdirs] Error 1
gmake[1]: Leaving directory `/export/home/Mesa-7.5.1/src'
gmake: *** [default] Error 1



Please help me..

How can I get this fixed...!! ??
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/mesa-users/attachments/20110909/7c7f0807/attachment.htm>


More information about the mesa-users mailing list