GLBasic forum

Main forum => GLBasic - en => Topic started by: Dabz on 2011-Jan-08

Title: Where is libPROGRAM.a?
Post by: Dabz on 2011-Jan-08
Hello! :)

I've wrote a game in GLBasic, built it using Build-Multiplatform/Iphone then opened up the xCode project... Though, when I try to run it (After clearing out a couple of errors), I've found that the lib:-

libPROGRAM.a

Does not exist in its supposed path /Users/michaeldenathorn/Desktop/XCode/GLBasic/Lib/libPROGRAM.a

(With libPROGRAM.a being highlighted red in the xCode thingy)

I've looked on the forum already and cannot see anything that states whats going on, so I apologize if this has been answered before, anyone help?

Cheers

Dabz
Title: Re: Where is libPROGRAM.a?
Post by: MrTAToad on 2011-Jan-09
Have you compile for the correct OS version ?  I believe aProgram.a was posted in the Bugs Forum somewhere :)
Title: Re: Where is libPROGRAM.a?
Post by: Ian Price on 2011-Jan-09
There are a couple of mentions of this problem

If you go to "HOME" on the forum and then type libPROGRAM.a into Search you get a few answers, including

http://www.glbasic.com/forum/index.php?topic=4769.msg36576#msg36576

http://www.glbasic.com/forum/index.php?topic=3265.msg27272#msg27272

http://www.glbasic.com/forum/index.php?topic=5257.msg41235#msg41235


Title: Re: Where is libPROGRAM.a?
Post by: Dabz on 2011-Jan-09
Thanks fella's!!! :D

I dropped into bootcamp and built the project from there, then took a peek inside the Lib folder and sure enough, there it was!!!

Which isnt ideal really, because I was running the editor through VM, in the hope it will miss all the booting in and out from one OS to the other!

Hopefully it'll get fixed up, because doing that will knark the life out of me! :D

Dabz
Title: Re: Where is libPROGRAM.a?
Post by: Kuron on 2011-Jan-09
Slight hijack, but since this thread seems to have run its course, I have to ask Dabz: are you liking GLBasic?