Installing PureBasic XCode and Commandline Utilities on OS X

Mac OSX specific forum
Clif
New User
New User
Posts: 3
Joined: Thu Jul 30, 2015 6:37 pm
Location: Milwaukee USA

Installing PureBasic XCode and Commandline Utilities on OS X

Post by Clif »

I am fairly new to Pure Basic. I have been using the Demo on Windows 7 64 bit for about a month and confirmed that it will work for my needs, creating software for Engineering design calculations for both windows and OS X operating systems. I purchased the full version and installed it on my MacBook Pro OS X 10.9.5. I took a small console program that runs on my Windows 7 desktop at work and it does not open a console to display the results. I think that my installation is not letting Pure Basic know how to find the apple utilities. Pure basic is in Applications, XCode is in Utilities, and the Commandline utilities are in the User Library developer subfolder. Any suggestions are appreciated.
jack
Addict
Addict
Posts: 1336
Joined: Fri Apr 25, 2003 11:10 pm

Re: Installing PureBasic XCode and Commandline Utilities on

Post by jack »

try selecting console in compiler options executable format, there are three options on OS X, MacOS, Console and Shared .dynlib
Clif
New User
New User
Posts: 3
Joined: Thu Jul 30, 2015 6:37 pm
Location: Milwaukee USA

Re: Installing PureBasic XCode and Commandline Utilities on

Post by Clif »

Jack:

I finially was able to try your suggestion to set the compiler option to "Console" and it works.

Thank you very much.
Post Reply