[Mesa-dev] [Bug 27978] New: darwin build undefined symbols in glapi_getproc.o

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Wed May 5 01:02:12 PDT 2010


https://bugs.freedesktop.org/show_bug.cgi?id=27978

           Summary: darwin build undefined symbols in glapi_getproc.o
           Product: Mesa
           Version: git
          Platform: x86 (IA32)
        OS/Version: Mac OS X (All)
            Status: NEW
          Severity: blocker
          Priority: medium
         Component: Other
        AssignedTo: mesa-dev at lists.freedesktop.org
        ReportedBy: vlee at vmware.com
                CC: jeremyhu at freedesktop.org


mesa: 30e9ffcd3bf184a0a67be5dcab254e8049c8c578 (7.8)

$ uname -mprsv
Darwin 10.3.0 Darwin Kernel Version 10.3.0: Fri Feb 26 11:58:09 PST 2010;
root:xnu-1504.3.12~1/RELEASE_I386 i386 i386

$ sw_vers
ProductName:    Mac OS X
ProductVersion:    10.6.3
BuildVersion:    10D573

$ make
Making sources for darwin
make[3]: Nothing to be done for `default'.
make[3]: Nothing to be done for `default'.
make[3]: Nothing to be done for `default'.
make[2]: Nothing to be done for `all'.
(cd shader/slang/library && make) || exit 1 ;
make[3]: Nothing to be done for `default'.
/bin/sh ../../../../bin/mklib -o OSMesa -linker 'gcc' -ldflags '' \
        -major 7 -minor 8 -patch 1 \
        -install ../../../../lib  \
        -id /usr/X11/lib/libOSMesa.7.dylib \
        -L../../../../lib -lGL osmesa.o ../../../../src/mesa/libmesa.a
../../../../src/mesa/libglapi.a ../../../../src/glsl/cl/libglslcl.a
../../../../src/glsl/pp/libglslpp.a
mklib: Making Darwin shared library:  libOSMesa.7.8.dylib
Undefined symbols:
  "_gl_dispatch_stub_361", referenced from:
      _static_functions in libglapi.a(glapi_getproc.o)
  "_gl_dispatch_stub_356", referenced from:
      _static_functions in libglapi.a(glapi_getproc.o)
  "_gl_dispatch_stub_362", referenced from:
      _static_functions in libglapi.a(glapi_getproc.o)
  "_gl_dispatch_stub_357", referenced from:
      _static_functions in libglapi.a(glapi_getproc.o)
  "_gl_dispatch_stub_363", referenced from:
      _static_functions in libglapi.a(glapi_getproc.o)
  "_gl_dispatch_stub_358", referenced from:
      _static_functions in libglapi.a(glapi_getproc.o)
  "_gl_dispatch_stub_364", referenced from:
      _static_functions in libglapi.a(glapi_getproc.o)
  "_gl_dispatch_stub_359", referenced from:
      _static_functions in libglapi.a(glapi_getproc.o)
  "_gl_dispatch_stub_365", referenced from:
      _static_functions in libglapi.a(glapi_getproc.o)
  "_gl_dispatch_stub_366", referenced from:
      _static_functions in libglapi.a(glapi_getproc.o)
ld: symbol(s) not found

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the mesa-dev mailing list