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          
     




------- Additional Comments From [EMAIL PROTECTED]  2006-10-18 13:44 -------
I fetched Mesa 6.5.2 from CVS and compiled. I changed config/darwin to contain 
a line

        COPY_LIBS = gcp -f -d

This way the sym-links created are copied/installed correctly. Also the 
libOSMesa.dylib is installed – but 
the real library files libOSMesa.6.dylib and libGL.1.dylib are not installed:

  lrwxrwxrwx     1 pete  admin       13 18 Okt 21:45 libGL.dylib -> 
libGL.1.dylib
  -rwxr-xr-x     1 pete  admin   910524 18 Okt 21:45 libGLU.1.dylib
  lrwxrwxrwx     1 pete  admin       14 18 Okt 21:45 libGLU.dylib -> 
libGLU.1.dylib
  lrwxrwxrwx     1 pete  admin       17 18 Okt 21:45 libOSMesa.dylib -> 
libOSMesa.6.dylib
  -rwxr-xr-x     1 pete  admin   351532 18 Okt 21:45 libglut.3.dylib
  lrwxrwxrwx     1 pete  admin       15 18 Okt 21:45 libglut.dylib -> 
libglut.3.dylib

Only

        gcp -f -d ../../lib/libGLU.* /usr/X11R7/lib
        gcp -f -d ../../../lib/libglut* /usr/X11R7/lib

are executed, as I can see in *compilation* buffer in GNU Emacs ...

Obviously the lines #158 and #161 in src/mesa/Makefile are incorrect:

                $(COPY_LIBS) $(TOP)/$(LIB_DIR)/$(GL_LIB_NAME)* 
$(INSTALL_DIR)/$(LIB_DIR); \

                $(COPY_LIBS) $(TOP)/$(LIB_DIR)/$(OSMESA_LIB_NAME)* 
$(INSTALL_DIR)/$(LIB_DIR); \

Or the definitions for GL_LIB_NAME and OSMESA_LIB_NAME? I have in 
$(TOP)/configs/current:

        configs/darwin:20:GL_LIB_NAME = libGL.dylib
        configs/darwin:24:OSMESA_LIB_NAME = libOSMesa.dylib          
     
     
--           
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