Page 1 of 1
Can't run or compile Code :-(
Posted: Fri Jan 19, 2007 2:02 pm
by Daniel P.
Hello,
if I liked to run or compile code with PB (3.94d), then I receive the error message “Error: Assembler command not found”. The code is a simple “MessageRequester (“test”, “Hello world! ”, 0) “ - more not. Does somebody know, why i get this error? I using Mac OS X 10.4.8 ... sorry for my bad english
THX
Posted: Fri Jan 19, 2007 3:03 pm
by Kale
Posted: Mon Jan 22, 2007 12:40 pm
by Daniel P.
Hi Kale,
thanks for your answer! I have XCode installed and now PureBasic works fine. But if I build a executable file, then pure basic always makes a console program from it - whatever i try to do (see
HERE). Do you know, what I make wrong?
Posted: Mon Apr 30, 2007 10:54 pm
by Didelphodon
I'm having that console-problem, too. Can anyone help?
Greetz Didel.
Re: Can't run or compile Code :-(
Posted: Tue May 01, 2007 9:27 am
by PB
You should be using the latest version of PureBasic for MacOS, not v3.94d.
I don't know if that'll fix your problem, but v3.94d is not supported anymore.
Posted: Tue May 01, 2007 6:45 pm
by Fred
You have to put a ".app" after the name of your executable (when creating it from the IDE).
Posted: Wed May 02, 2007 12:22 pm
by Didelphodon

Thx Fred! The additional tip "when creating" was the missing one, cause I already tried to rename my executables to .app and that just didn't work, but when I added the .app during the compilation to the executable format (as you mentioned) it really worked!!!
Greetz, Didel.