Search found 4 matches

by sblank
Mon Jan 26, 2026 3:59 pm
Forum: Bugs - Mac OSX
Topic: [Done] ld: framework 'AGL' not found - PureBasic 6.30 beta 7
Replies: 2
Views: 5036

Re: ld: framework 'AGL' not found - PureBasic 6.30 beta 7

That worked... thanks!

I tried to download the 6.40 Beta 1 for Mac arm (using the link under the Beta download section), but the version that was downloaded from that link was the 6.30 beta 7. The 6.30 final download works.

Again, thank you!

Stan
by sblank
Sun Jan 25, 2026 11:59 pm
Forum: Bugs - Mac OSX
Topic: [Done] ld: framework 'AGL' not found - PureBasic 6.30 beta 7
Replies: 2
Views: 5036

[Done] ld: framework 'AGL' not found - PureBasic 6.30 beta 7

PureBasic 6.30 beta 7 - C Backend (arm64) - OpenGLGadget.pb

PureBasic - Linker Error

ld: warning: ignoring duplicate libraries: '-lm', '-lpthread', '/Applications/PureBasic.app/Contents/Resources/compilers/debugger.a', '/Applications/PureBasic.app/Contents/Resources/compilers/objectmanager.a ...
by sblank
Thu Feb 26, 2004 5:48 pm
Forum: Game Programming
Topic: OpenGL Camera
Replies: 26
Views: 9602

glWrapper fixed glu commands...

Thanks... worked like a charm!

This language definitely has potential...

Stan
by sblank
Thu Feb 26, 2004 3:46 pm
Forum: Game Programming
Topic: OpenGL Camera
Replies: 26
Views: 9602

gluPerspective__ , gluLookAt__ problems

I have been trying to run the code listed on this page using PureBasic and keep getting an error of this nature:

gluPerspective__() is not a function, an array, or a linked list.

I get a similar error with gluLookAt__ if I remark out the gluPerspective__ statement.

If I reduce the number of ...