Please do not reply to this email: if you want to comment on the bug, go to    
       
the URL shown below and enter yourcomments there.     
   
https://bugs.freedesktop.org/show_bug.cgi?id=8671          
     
           Summary: 'make install' is faulty on Mac OS X 10.4.x with target
                    darwin
           Product: Mesa
           Version: 6.5
          Platform: Macintosh
        OS/Version: Mac OS X 10.3
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Other
        AssignedTo: [email protected]
        ReportedBy: [EMAIL PROTECTED]


The first problem: libOSMesa is built, but not installed.
The second problem: the sym-links are not created. 'make install' leaves this 
log:

        install -d /usr/X11R7/include/GL
        install -d /usr/X11R7/lib
        install -m 644 ../../include/GL/*.h /usr/X11R7/include/GL
        cp -f ../../lib/libGL.* /usr/X11R7/lib
        ## NOT YET:
        ## install -d /usr/X11R7/include/GLES
        ## install -m 644 include/GLES/*.h /usr/X11R7/include/GLES
        install -d /usr/X11R7/lib
        cp -f ../../lib/libGLU.* /usr/X11R7/lib
        install -d /usr/X11R7/include/GL
        install -d /usr/X11R7/lib
        install -m 644 ../../../include/GL/glut.h /usr/X11R7/include/GL
        cp -f ../../../lib/libglut* /usr/X11R7/lib

Install and cp both copy the file the sym-link is pointing to into the target 
directory. On Mac OS X a '(cd 
<target> ; ln -s <file> <link>)' seems to be needed.          
     
     
--           
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email         
     
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Mesa3d-dev mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mesa3d-dev

Reply via email to