Hello,
I am using CrossOver on a Mac OS X (10.5.5). I have a Windows executable that
runs fine within CrossOver -- i.e., if I start up CrossOver, and pick this
application from the menu, I can run it with no problems.
However, when I try to run it from the command line (mac terminal), it does not
load. I've tried the following:
$ pwd
/Applications/CrossOver.app/Contents/SharedSupport/CrossOver/bin
$ ./wine --cx-app WinBUGS14.exe
cxgettext:error: missing gettext functions (maybe libintl.so is missing?)
Using the default (win2000) bottle.
Application tried to create a window, but no driver could be loaded.
Unknown error (127).
Does anyone know how to fix this, or what else I could try? I really need to
run this from the command line, and I suspect there must be away, since this
application runs fine within CrossOver.
I want to actually run this application and also pass it an argument (a name of a text file.)
Thanks very much! Best, --Yarden