GLBasic forum

Main forum => GLBasic - en => Topic started by: javiero on 2008-Oct-16

Title: Problems with Mac OSX
Post by: javiero on 2008-Oct-16
Hi:

I was compile some test with GLbasic for Mac OSX and the samples don't run in my Mac.

I have iMAC 20" with Tiger 10.5.5

When you click in the sample (inside mac) they not open.

Anyone know whats is the problem?

Thanks.
Title: Re: Problems with Mac OSX
Post by: MrTAToad on 2008-Oct-16
Could you make one of the executables availiable ?
Title: Re: Problems with Mac OSX
Post by: javiero on 2008-Oct-16
Quote from: MrTAToad on 2008-Oct-16
Could you make one of the executables availiable ?

Sorry I dont understand your question?.

Do you want a executable compiled by me ?, or what?
Title: Re: Problems with Mac OSX
Post by: trucidare on 2008-Oct-16
please check permissions. If you compress you app the permissions will gone. cd ...app/Contents/MacOS/ : chmod +x glbasic
Have fun
Title: Re: Problems with Mac OSX
Post by: javiero on 2008-Oct-16
Quote from: javiero on 2008-Oct-16
Quote from: MrTAToad on 2008-Oct-16
Could you make one of the executables availiable ?

Sorry I dont understand your question?.

Do you want a executable compiled by me ?, or what?

Yes please. You was test any executable with mac osx ?
Title: Re: Problems with Mac OSX
Post by: Kitty Hello on 2008-Oct-16
For Mac, please try the SDK V6 (beta SDK). The V5 has a problem with x86.
Title: Re: Problems with Mac OSX
Post by: javiero on 2008-Oct-16
Quote from: trucidare on 2008-Oct-16
please check permissions. If you compress you app the permissions will gone. cd ...app/Contents/MacOS/ : chmod +x glbasic
Have fun

Hi trucidare:

I compile the simple Hello World in my PC, then I was copy  Hello.app to a usb pendrive and mount in Mac.
Then I double click to Hello.app but not run.

I was change the permissions +x in Hello.app/Contents/MacOS/hello
but nothing happend. The hello world not open.
Title: Re: Problems with Mac OSX
Post by: javiero on 2008-Oct-16
Quote from: Kitty Hello on 2008-Oct-16
For Mac, please try the SDK V6 (beta SDK). The V5 has a problem with x86.

Glbasic 6 beta ?,  or what SDK ?
Title: Re: Problems with Mac OSX
Post by: Hemlos on 2008-Oct-16
Quote from: javiero on 2008-Oct-16
Glbasic 6 beta ?,  or what SDK ?

http://www.glbasic.com/beta/glbasic_sdk.exe
Title: Re: Problems with Mac OSX
Post by: javiero on 2008-Oct-16

_______________________________________
*** Configuration: OS-X_UNI ***
precompiling:
GPC - GLBasic Precompiler V.2008.269 - 3D, NET
Wordcount:3 commands

compile+link:
/cygdrive/c/Archivos de programa/GLBasic/Compiler/platform/Mac/Bin/../libexec/gcc/powerpc-apple-darwin9/4.0.1/ld: can't open: /cygdrive/c/Archivos (No such file or directory, errno = 2)
/cygdrive/c/Archivos de programa/GLBasic/Compiler/platform/Mac/Bin/../libexec/gcc/powerpc-apple-darwin9/4.0.1/ld: can't open: de (No such file or directory, errno = 2)
/cygdrive/c/Archivos de programa/GLBasic/Compiler/platform/Mac/Bin/../libexec/gcc/powerpc-apple-darwin9/4.0.1/ld: can't open: programa/GLBasic/Compiler/platform/Mac/Bin/../lib/gcc/powerpc-apple-darwin9/4.0.1/crt2.o (No such file or directory, errno = 2)
/cygdrive/c/Archivos de programa/GLBasic/Compiler/platform/Mac/Bin/../libexec/gcc/powerpc-apple-darwin9/4.0.1/ld: can't open: /cygdrive/c/Archivos (No such file or directory, errno = 2)
/cygdrive/c/Archivos de programa/GLBasic/Compiler/platform/Mac/Bin/../libexec/gcc/powerpc-apple-darwin9/4.0.1/ld: can't open: de (No such file or directory, errno = 2)
/cygdrive/c/Archivos de programa/GLBasic/Compiler/platform/Mac/Bin/../libexec/gcc/powerpc-apple-darwin9/4.0.1/ld: can't open: programa/GLBasic/Compiler/platform/Mac/Bin/../lib/gcc/powerpc-apple-darwin9/4.0.1/crt3.o (No such file or directory, errno = 2)
compile for PowerPC
failed (1)!
*** FATAL ERROR - Please post this output in the forum
_______________________________________
*** Finished ***
Elapsed: 2.8 sec. Time: 16:19
Build: 0 succeeded.
*** 1 FAILED ***
Title: Re: Problems with Mac OSX
Post by: MrTAToad on 2008-Oct-16
Sounds like you need an updated editor.
Title: Re: Problems with Mac OSX
Post by: javiero on 2008-Oct-16
Quote from: MrTAToad on 2008-Oct-16
Sounds like you need an updated editor.

My glbasic installed is V.6.034, I mind this is the last.
Title: Re: Problems with Mac OSX
Post by: MrTAToad on 2008-Oct-16
There is a V6.035
Title: Re: Problems with Mac OSX
Post by: javiero on 2008-Oct-16
Quote from: MrTAToad on 2008-Oct-16
There is a V6.035

If press INTERNET UPDATE, they sayme "your version is up to date"  :S
Title: Re: Problems with Mac OSX
Post by: trucidare on 2008-Oct-16
Is a problem with space in your path. Kitty is working on a Fix. But with Fix this compiler is the best you ever used (for mac os ;) )
Title: Re: Problems with Mac OSX
Post by: javiero on 2008-Oct-17
I understand.  In spain, the "C:\Program Files\" is "C:\Archivos de programa"

Ok, I'll wait. Thanks.  :good: