Search found 5 matches

by JokerZ
Sun Oct 09, 2005 5:49 am
Forum: Announcement
Topic: PureBasic 3.94d for MacOS X released
Replies: 38
Views: 22859

which code doesn't work ?

any code with Start/StopDrawing(), CreateSprite(), UseBuffer(), DisplayRGBFilter() (linker Error)


Similar problems for me too.
Could it perhaps be related to running a slightly older version of the xcode tools? I was going to test updating this later when I had some ...
by JokerZ
Mon Sep 20, 2004 1:22 am
Forum: Announcement
Topic: PureBasic for MacOS X beta 1 unleashed !
Replies: 50
Views: 21267

Danjersey,
let's see if I can help you out a bit here.

for changing to a root login, just try sudo su
from memory macs do something a bit weird when trying to change to
superuser. I know I had to tweak mine ages ago, but have forgotten precisely where.. may have been the sudoers file in /etc

if ...
by JokerZ
Sat Sep 18, 2004 1:31 am
Forum: Off Topic
Topic: Mac OS emulator for windows?
Replies: 13
Views: 3312

Num3 writes..
I wonder how many of the 4 OS cd's i have to *buy* to get it working and installed...

in OSX 10.3
Disc 1 is the install disc and contains the OS itself

Disc 2 & 3 contain various other OS X programs (none of which is critical from memory, but at least fun to play around with ...
by JokerZ
Sat Sep 18, 2004 1:22 am
Forum: Announcement
Topic: PureBasic for MacOS X beta 1 unleashed !
Replies: 50
Views: 21267

In regard to the linking, I think it's an issue with cmake and the SDL build itself.

There may be a flag somewhere in the SDL cmake file that says something like

#SDL_USE_SYSTEM_ZLIB ON

this should be uncommented.

I am only guessing here as I have not seen the SDL cmake files.
But something ...
by JokerZ
Fri Sep 17, 2004 2:10 am
Forum: Announcement
Topic: PureBasic for MacOS X beta 1 unleashed !
Replies: 50
Views: 21267

Ok got this installed and running under OS X.

Just a few tips.

The Install.txt file says to
fink install gcc2

that won't work, as fink doesn't maintain gcc for OS X.
What you need to do is get the developer tools and install
GCC version 3.1
That will get you working and operational.

The rest of ...