search for: dyld_fallback_library_path

Displaying 20 results from an estimated 35 matches for "dyld_fallback_library_path".

2006 Jul 11
2
Ferret 0.9.4 C extensions and Macbook Pro
...lysis.c Successfully installed ferret-0.9.4 Installing RDoc documentation for ferret-0.9.4... It appears that it cannot find the dynamic library for the gcc compiler. I have read about others online that had similiar problems with compiling C programs, and they just get rid of the value for the DYLD_FALLBACK_LIBRARY_PATH environment variable: DYLD_FALLBACK_LIBRARY_PATH= Before it was set to /Applications/Locomotive2/Bundles/rails112.locobundle/i386/lib But, I can''t do this before I install the gem b/c I also need the dynamic libraries in the /Applications/Locomotive2/Bundles/rails112.locobundle/i386/l...
2010 Sep 07
3
[Fwd: Trouble with libgsm on Mac OS X 10.6.2]
...? I've never tried messing with LD_LIBRARY_PATH on OSX, but its not *supposed* to do anything normally. The OS Relies on DYLD_LIBRARY_PATH. If you change it, you have to make sure it encompasses every single location for every library accessed... or there are major issues. This is what makes DYLD_FALLBACK_LIBRARY_PATH very useful. If the library isn't found, it'll check the fallback locations. Usually its best to not mess with DYLD_LIBRARY_PATH.... but being a fallback, if a user actually has the file on their machine in a normal location, it can cause problems making anything portable, because it goes...
2011 Jan 02
3
Civilization 3 1.29f on OS X crashes on launch
Hi, This is the first time I've tried WINE. Please see my sig for details of my install. All I'm looking for here is confirmation that I should go ahead and post a "Garbage" vote on the Wine AppDB. Civ3 installs fine from the CD using: Code: DYLD_FALLBACK_LIBRARY_PATH="/usr/X11/lib:/usr/lib" wine Setup.exe I then run the patch installer with: Code: DYLD_FALLBACK_LIBRARY_PATH="/usr/X11/lib:/usr/lib" wine Civilization3.exe which runs without problems. However, when I then navigate to the install folder, and execute: Code: DYLD_FALLBA...
2010 Dec 04
2
Re: Trouble with libgsm on Mac OS X 10.6.2
The only way I could get rid of the err for gsm on launch was to copy libgsm to my DDO folder, even those I use DYLD_FALLBACK_LIBRARY_PATH, and libgsm is in all of those locations. Here's my launching script: Code: on run --edit this to be the correct location and file to run (typically only edit after the "drive_c") set toRun to "Volumes/PORTABLE/PyLotRO/pylotro.exe" --edit winePrefix if you ar...
2010 Aug 24
3
Can't install wine on osx 10.6.4
Hi, I am new to all this wine stuff, and I am having some problems building wine following the official instructions (http://wiki.winehq.org/MacOSX/Building) I have the latest version of Xcode installed and have X11 sitting in my Utilities folder as well. I want to build wine from source without the use of MacPorts of Fink as I want to add the DIB Engine to my build. however I can neither
2012 May 05
12
Error running an app on a Mac
Hi Guys, I'm a newbie, running my first windows app on a Macbook. OS X 10.6.8 2.2 GHz Intel Core 2 Duo 2 GB 667 MHz DDR2 SDRAM When I tried to install X11, both the original X11 app and the update told me it is already installed on my Mac. Here's the error messages from Term: $ wine setup.exe wine: created the configuration directory '/Users/horacemann/.wine' Application tried
2009 Sep 02
1
Locking up on Mac OSX when trying to run Game Maker games
...do a hard reset of the machine. My original setup was wine installed from macport, x11 from apple. Nothing I've tried so far has worked - I switched x.org's x11 for Apple's x11.app, I dried running in "Emulate Desktop" mode, tried turning on audio emulation, and tried setting DYLD_FALLBACK_LIBRARY_PATH=/usr/X11/lib. Other apps, such as solitaire (sol.exe), work just fine. I would like to try debugging this but don't even know where to begin. Any ideas?[/url]
2011 Jan 01
2
Applescript and .exe?
...oRun & "\"; TEMPVAR2=\"" & toRunPath & "\"; echo \"${TEMPVAR#$TEMPVAR2/}\"" do shell script "PATH=\"" & wineLocation & ":$PATH\"; export WINEPREFIX=\"" & winePrefix & "\"; export DYLD_FALLBACK_LIBRARY_PATH=\"" & dyldFallbackLibraryPath & "\"; cd \"" & toRunPath & "\"; wine \"" & toRunFile & "\" > /dev/null 2>&1 &" end run Clicking this "app" doesn't do anything. Code: do shell scri...
2006 Nov 07
3
wine install mac os x (x86)
Hello, I have compiled and installed (almost) wine 0.9.24 within Mac OS X tiger 4.8 with X11 etc installed. The wine configure and compile steps complete without a warning/hitch etc. However, when I run wine <prog> I receive the following warning message -- Wine cannot find the FreeType font library. To enable Wine to use True Type fonts please install a version of FreeType greater
2010 Aug 29
1
Re: Trouble with libgsm on Mac OS X 10.6.2
...ASH_SOURCE=() BASH_VERSINFO=([0]="3" [1]="2" [2]="17" [3]="1" [4]="release" [5]="i386-apple-darwin9.0") BASH_VERSION='3.2.17(1)-release' CLICOLOR=true COLUMNS=270 COMMAND_MODE=unix2003 DIRSTACK=() DISPLAY=/tmp/launch-Byz8pE/org.x:0 DYLD_FALLBACK_LIBRARY_PATH=/Users/panosl/wine/wine-1.3.1/lib:/usr/X11/lib:/usr/lib EUID=501 GROUPS=() HISTFILE=/Users/panosl/.bash_history HISTFILESIZE=500 HISTSIZE=500 HOME=/Users/panosl HOSTNAME=Cormanthor.local HOSTTYPE=i386 IFS=$' \t\n' LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 LC_CTYPE=UTF-8 LINES=66 LOGNAME=panosl LS...
2009 Dec 23
2
Wine 1.1.35 DirectX error on OS X
Hi I have been using Wine to play Lotro on OS X 10.6.2 and everything has been fine until I upgraded to 1.1.35 yesterday. Now when I try to run the game I get a "Direct3D could not be initialised" error and in the terminal window I launched the game from the following errors appear:- err:wgl:has_opengl Failed to load libGL: dlopen(libGL.1.dylib, 266): image not found
2011 Aug 17
4
Regression help
I am having problems getting my app to run under wine-git so that I may perform my regression. Here is the output when I run wine-git/wine: Code: Wine cannot find the FreeType font library. To enable Wine to use TrueType fonts please install a version of FreeType greater than or equal to 2.0.5. http://www.freetype.org Wine cannot find the FreeType font library. To enable Wine to use TrueType
2010 Jan 12
4
How to make icon to command on mac?
Is it possible to make grafic icon to start comand "wine win.exe" on Mac Os? It will pleasent to start without Terminal...
2010 Jul 14
3
Trouble with libgsm on Mac OS X 10.6.2
ralniv <wineforum-user at winehq.org> wrote: >Sent: Jul 14, 2010 12:48 AM >To: wine-users at winehq.org >Subject: [Wine] Re: Trouble with libgsm on Mac OS X 10.6.2 > >The above instructions lead to the following error in the Terminal window while running LOTRO... > > err:gsm:GSM_drvLoad Couldn't load libgsm.1.0.13.dylib: dlopen(libgsm.1.0.13.dylib, 258): image not
2010 Sep 06
1
Re: Trouble with libgsm on Mac OS X 10.6.2
James McKenzie wrote: > doh123 wrote: > > > I'm not sure LD_LIBRARY_PATH actually does anything on OSX... > > > > there are a lot of related things you can do though... just look at 'man dyld' > > > > > > > Doh123: > > Yes it does. Look it up for FreeBSD. > > Without it, the only directories that will be examined for
2011 May 25
2
Include X11 on Mac
Good day, I wanted to ask if there is a way to include either X11 or XQuartz into a custom compiled wine? The idea is that the program will run whether or not the user has XQuartz installed. Basically a fallback that will be included with the .app that holds the wine binaries. I am new to Mac and I had some success but I want to understand it more, where the config files of the included XQuartz
2010 Sep 07
0
[Fwd: Re: Trouble with libgsm on Mac OS X 10.6.2]
...of Free/Net/OpenBSD >> mixed in. But more importantly to this discussion, it uses its own >> dynamic linker - dyld. LD_LIBRARY_PATH doesn't do anything on OS X. >> Saying it does doesn't make it so. The equivalent environment vars >> are DYLD_LIBRARY_PATH and DYLD_FALLBACK_LIBRARY_PATH. Again, a quick >> look at the dyld man page would have told you that. >> >> Grow a clue and stop giving advice until you do. It's getting old. >> > I'm pulling this from another source. Thank you for the correction. > I'll give the source a pointe...
2008 Mar 02
2
MacOSX and OpengGL
Hi. Since there is a lot of misleading info on the net I wanted to ask if there is any way to make OpenGL work with wine on MacOSX? I know it is not wine's fault but maybe there is some workaround that I am not aware of? BTW does anyone when (if at all) Apple is going to fix this OpenGL bug and is there any place where I can find the status of work on it? Regards Michal.
2011 Aug 04
4
Task returned with status 15
...'/Applications/Wine.app/Contents/Resources/bin' PATH.........................: /usr/gnu/bin:/usr/local/bin:/bin:/usr/bin:. WINEPATH.....................: /Applications/Wine.app/Contents/Resources/bin LD_LIBRARY_PATH..............: /Applications/Wine.app/Contents/Resources/lib:/usr/X11R6/lib DYLD_FALLBACK_LIBRARY_PATH...: /usr/lib:/Applications/Wine.app/Contents/Resources/lib:/usr/X11R6/lib FONTCONFIG_FILE..............: /Applications/Wine.app/Contents/Resources/etc/fonts/fonts.conf DIPSPLAY.....................: /tmp/launch-sGzDl8/:0 SILENT.......................: http_proxy...................: https_proxy......
2011 Oct 09
1
error installing MT4
...'/Applications/Wine.app/Contents/Resources/bin' PATH.........................: /usr/gnu/bin:/usr/local/bin:/bin:/usr/bin:. WINEPATH.....................: /Applications/Wine.app/Contents/Resources/bin LD_LIBRARY_PATH..............: /Applications/Wine.app/Contents/Resources/lib:/usr/X11R6/lib DYLD_FALLBACK_LIBRARY_PATH...: /usr/lib:/Applications/Wine.app/Contents/Resources/lib:/usr/X11R6/lib FONTCONFIG_FILE..............: /Applications/Wine.app/Contents/Resources/etc/fonts/fonts.conf DIPSPLAY.....................: /tmp/launch-LThg0I/org.x:0 SILENT.......................: -q http_proxy...................: https_p...