Hi,
just wanted to inform you, that in the current SDK 1.5.1 for MacOSX, the include folder is missing. Download of the sources and copy over the include folder fixes that.
include folder missing in MacOSX download
Thanks. Maybe someone can help me with another strange problem.
I have set up the projects in XCode 3.2. After changing the build targets etc, I managed to build the library and projects. Now the strange thing is, I can run the HelloWorld App just fine, but other projects i tried (Quake3Map and Movement) do not start properly.
The status bar says "GDB: Running", the executable appears on the "Tasks"-Button, but no window appears, no icon in the dock and no output if i start it from the commandline. No matter if it is debug/release build.
Can anybody tell me what is wrong here, or how i can debug further?
I have set up the projects in XCode 3.2. After changing the build targets etc, I managed to build the library and projects. Now the strange thing is, I can run the HelloWorld App just fine, but other projects i tried (Quake3Map and Movement) do not start properly.
The status bar says "GDB: Running", the executable appears on the "Tasks"-Button, but no window appears, no icon in the dock and no output if i start it from the commandline. No matter if it is debug/release build.
Can anybody tell me what is wrong here, or how i can debug further?
Have a look the the Xcode's console window (Run->Console). Maybe the software is just waiting for your input about the driver to use.bluecat wrote:The status bar says "GDB: Running", the executable appears on the "Tasks"-Button, but no window appears, no icon in the dock and no output if i start it from the commandline. No matter if it is debug/release build.
-
- Posts: 1186
- Joined: Fri Dec 29, 2006 12:04 am
This should be done in general, since Linux suffers from the same problem, too.bitplane wrote:Yeah it's a console thing. For the 1.6 Mac release I'll edit the demos so they don't ask for any input, the software drivers don't work on OSX anyway and it's a pain having to open the console each time you run the applications, afaik OSX GUI apps don't use the console at all.
"Whoops..."