[/quote]$ open ./MeshViewer.app
LSOpenURLsWithRole() failed with error -10810 for the file /SDK/irrlicht-1.7.2/source/Irrlicht/MacOSX/build/Release/MeshViewer.app
running MeshViewer.app in OSX without XCode
running MeshViewer.app in OSX without XCode
trying to figure out how I can get the MeshViewer running in OSX without XCode. Double-clicking the .app file does nothing, likely because it expects console input for the driver selection. I'm not sure how to run this in the console, or if it works, but all attempts thus far have failed:
Re: running MeshViewer.app in OSX without XCode
I have this issue as well on OS X 10.6 with nearly every single example except for 01.HelloWorld.
-
- Admin
- Posts: 14143
- Joined: Wed Apr 19, 2006 9:20 pm
- Location: Oldenburg(Oldb), Germany
- Contact:
Re: running MeshViewer.app in OSX without XCode
Just don't use open, but use the direct call ./something
I'm not sure if ti's possible to call this on the .app, or if you always have to cd into the app and execute the binary directly. But one of these ways will definitely work, it's also what I do.
I'm not sure if ti's possible to call this on the .app, or if you always have to cd into the app and execute the binary directly. But one of these ways will definitely work, it's also what I do.