[SOLVED] Unable to compile 3d examples on Linux

Linux specific forum
User avatar
Ajm
Enthusiast
Enthusiast
Posts: 242
Joined: Fri Apr 25, 2003 9:27 pm
Location: Kent, UK

[SOLVED] Unable to compile 3d examples on Linux

Post by Ajm »

Hi,

I get the following error when I try to run the entity.pb example.

I get an Invalid memory error on the line if InitEngine3D(). If I add opengl as a subsystem I then get a linker error saying /usr/bin/ld: cannot find -lXxf86vm collect2: ld returned 1 exit status.

Does anyone know why this might be.

I get this on both Ubuntu 32bit and Mint 10 64bit versions of Linux.
Last edited by Ajm on Sun Dec 11, 2011 7:55 pm, edited 1 time in total.
Regards

Andy

Image
Registered PB & PureVision User
Env
Enthusiast
Enthusiast
Posts: 151
Joined: Tue Apr 27, 2010 3:20 pm
Location: Wales, United Kingdom

Re: Unable to compile 3d examples on Linux

Post by Env »

I actually get an Invalid Memory Access error on:

'Screen3DRequester.pb' - Line: 50 - "If ExamineScreenModes()" running the same example...

Some prerequisites missing?
Thanks!
User avatar
Ajm
Enthusiast
Enthusiast
Posts: 242
Joined: Fri Apr 25, 2003 9:27 pm
Location: Kent, UK

Re: Unable to compile 3d examples on Linux

Post by Ajm »

Hi,

I tried searching again and found the answer in the following post.

http://www.purebasic.fr/english/viewtop ... 15&t=48108
Regards

Andy

Image
Registered PB & PureVision User
Post Reply