include folder missing in MacOSX download

You discovered a bug in the engine, and you are sure that it is not a problem of your code? Just post it in here. Please read the bug posting guidelines first.
Post Reply
bluecat
Posts: 17
Joined: Tue Sep 22, 2009 10:29 pm

include folder missing in MacOSX download

Post by bluecat »

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.
bitplane
Admin
Posts: 3204
Joined: Mon Mar 28, 2005 3:45 am
Location: England
Contact:

Post by bitplane »

Yes the include dir is actually inside the .framework, but this doesn't help if you're trying to compile the library! Sorry about this, I will fix asap
Submit bugs/patches to the tracker!
Need help right now? Visit the chat room
bluecat
Posts: 17
Joined: Tue Sep 22, 2009 10:29 pm

Post by bluecat »

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?
fabietto
Posts: 93
Joined: Wed Sep 24, 2008 4:38 pm
Location: Plymouth, UK
Contact:

Post by fabietto »

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.
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.
bitplane
Admin
Posts: 3204
Joined: Mon Mar 28, 2005 3:45 am
Location: England
Contact:

Post by bitplane »

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.
Submit bugs/patches to the tracker!
Need help right now? Visit the chat room
randomMesh
Posts: 1186
Joined: Fri Dec 29, 2006 12:04 am

Post by randomMesh »

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.
This should be done in general, since Linux suffers from the same problem, too.
"Whoops..."
bitplane
Admin
Posts: 3204
Joined: Mon Mar 28, 2005 3:45 am
Location: England
Contact:

Post by bitplane »

It does? When I double click a binary in GNOME I get a console window, if I do that in OSX the app just stops.
Submit bugs/patches to the tracker!
Need help right now? Visit the chat room
sRc
Posts: 431
Joined: Thu Jul 28, 2005 1:44 am
Location: Salt Lake City, Utah
Contact:

Post by sRc »

it might depend on some other factors. I used to be able to in Ubuntu on my Eee but I cant anymore
The Bard sRc

Blog | Twitter
bitplane
Admin
Posts: 3204
Joined: Mon Mar 28, 2005 3:45 am
Location: England
Contact:

Post by bitplane »

Added to tracker here.
Submit bugs/patches to the tracker!
Need help right now? Visit the chat room
Post Reply