Opened 14 years ago
Closed 13 years ago
#268 closed defect/bug (Incomplete/Missing infos)
libXrandr not available on Mac OS X ?
Reported by: | Lollisoft | Owned by: | KaZeR |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | core | Version: | git master |
Severity: | Keywords: | ||
Cc: |
Description
Hi,
here is the correct place for the sf bug with ID 2433839 I wrongly made :-)
I didn't find a version entry for the latest release for openmoko.
I am trying to compile navit on Mac OS X Leopard. After getting the gpsd source code I was able to finish configure, but building fails at linking libgui_internal:
/usr/X11/lib/libXrandr.2.1.0.dylib: No such file or directory
Any ideas where to get it ?
What else can I do ?
Thanks
Lothar
Change History (3)
comment:1 Changed 14 years ago by Tsadowski
comment:2 Changed 14 years ago by Singesang
http://article.gmane.org/gmane.os.apple.fink.beginners/22228 Looks like a OS related problem.
Have you tried to create a symlink /usr/X11/lib/libXrandr.2.1.0.dylib -> /usr/X11/lib/libXrandr.2.dylib ?
comment:3 Changed 13 years ago by kazer
- Resolution set to Incomplete/Missing infos
- Status changed from new to closed
8 months without updates, i'm closing. Please reopen if needed, and don't forget our builds at http://download.navit-project.org/ if you want a package for your openmoko device.
Hi,
in Tiger:
locate libXrandr /Developer/SDKs/MacOSX10.3.9.sdk/usr/X11R6/lib/libXrandr.2.0.dylib /Developer/SDKs/MacOSX10.3.9.sdk/usr/X11R6/lib/libXrandr.2.dylib /Developer/SDKs/MacOSX10.3.9.sdk/usr/X11R6/lib/libXrandr.a /Developer/SDKs/MacOSX10.3.9.sdk/usr/X11R6/lib/libXrandr.dylib /Developer/SDKs/MacOSX10.4u.sdk/usr/X11R6/lib/libXrandr.2.0.dylib /Developer/SDKs/MacOSX10.4u.sdk/usr/X11R6/lib/libXrandr.2.dylib /Developer/SDKs/MacOSX10.4u.sdk/usr/X11R6/lib/libXrandr.a /Developer/SDKs/MacOSX10.4u.sdk/usr/X11R6/lib/libXrandr.dylib /usr/X11R6/lib/libXrandr.2.0.dylib /usr/X11R6/lib/libXrandr.2.dylib /usr/X11R6/lib/libXrandr.a /usr/X11R6/lib/libXrandr.dylib
It seems only your X11 library path is wrong.
Cheers, Torsten