Re: Help building/running SDL/OpenGL code

2009-12-23 Thread Mel Flynn
On Tuesday 22 December 2009 06:36:19 Richard Mace wrote: So, it appears that there is some conflict between the mesa libraries (which I need to #include to build the code) and the NVIDIA-supplied libraries, or am I on the wrong track? Can anyone shed some light on this? I've spent quite

Re: Help building/running SDL/OpenGL code

2009-12-23 Thread Pieter de Goeje
On Wednesday 23 December 2009 04:42:28 Richard Mace wrote: Incidentally, if there is anyone out there with newer hardware who is interested in building the code I am talking about you can find it at: http://physics.ukzn.ac.za/~richm/courses/phys110/lennard-jones-3d.html You'll need to change

Re: Help building/running SDL/OpenGL code

2009-12-23 Thread Richard Mace
On Wednesday 23 December 2009 22:54:07 Pieter de Goeje wrote: On Wednesday 23 December 2009 04:42:28 Richard Mace wrote: Incidentally, if there is anyone out there with newer hardware who is interested in building the code I am talking about you can find it at:

Help building/running SDL/OpenGL code

2009-12-22 Thread Richard Mace
I developed a small molecular dynamics simulation under Linux some time ago. Since recently moving to FreeBSD I thought that I'd try to get it running here, too. However, although I am able to get the code to build, it dumps core -- apparently before getting to any user code! During the build

Re: Help building/running SDL/OpenGL code

2009-12-22 Thread Roland Smith
On Tue, Dec 22, 2009 at 05:36:19PM +0200, Richard Mace wrote: I developed a small molecular dynamics simulation under Linux some time ago. Since recently moving to FreeBSD I thought that I'd try to get it running here, too. However, although I am able to get the code to build, it dumps

Re: Help building/running SDL/OpenGL code

2009-12-22 Thread Richard Mace
On Tuesday 22 December 2009 18:28:07 you wrote: On Tue, Dec 22, 2009 at 05:36:19PM +0200, Richard Mace wrote: I developed a small molecular dynamics simulation under Linux some time ago. Since recently moving to FreeBSD I thought that I'd try to get it running here, too. However,

Re: Help building/running SDL/OpenGL code

2009-12-22 Thread Roland Smith
On Tue, Dec 22, 2009 at 07:06:47PM +0200, Richard Mace wrote: On Tuesday 22 December 2009 18:28:07 you wrote: On Tue, Dec 22, 2009 at 05:36:19PM +0200, Richard Mace wrote: I developed a small molecular dynamics simulation under Linux some time ago. Since recently moving to FreeBSD I

Re: Help building/running SDL/OpenGL code

2009-12-22 Thread Richard Mace
On Tuesday 22 December 2009 19:31:31 you wrote: What version of the nvidia driver are you using? The one in /usr/ports/x11/nvidia-driver-173. I have to use this for the aging FX 5200. Have a look at the x11-drivers/xf86-video-nouveau port. Maybe that works for you? (BTW, problems

Re: Help building/running SDL/OpenGL code

2009-12-22 Thread Roland Smith
On Tue, Dec 22, 2009 at 07:50:19PM +0200, Richard Mace wrote: On Tuesday 22 December 2009 19:31:31 you wrote: What version of the nvidia driver are you using? The one in /usr/ports/x11/nvidia-driver-173. I have to use this for the aging FX 5200. Have a look at the

Re: Help building/running SDL/OpenGL code

2009-12-22 Thread Richard Mace
On Tuesday 22 December 2009 20:35:19 you wrote: On Tue, Dec 22, 2009 at 07:50:19PM +0200, Richard Mace wrote: On Tuesday 22 December 2009 19:31:31 you wrote: What version of the nvidia driver are you using? The one in /usr/ports/x11/nvidia-driver-173. I have to use this for the aging

Re: Help building/running SDL/OpenGL code

2009-12-22 Thread Roland Smith
On Tue, Dec 22, 2009 at 09:57:57PM +0200, Richard Mace wrote: In the end, as a last resort, I de-installed the nvidia driver and started X with an empty /etc/X11/xorg.conf (which presumably loads the nv driver). I re-built my code and it runs, albeit without the smoothest of graphics. On a

Re: Help building/running SDL/OpenGL code

2009-12-22 Thread Pieter de Goeje
On Tuesday 22 December 2009 22:00:51 Roland Smith wrote: On Tue, Dec 22, 2009 at 09:57:57PM +0200, Richard Mace wrote: In the end, as a last resort, I de-installed the nvidia driver and started X with an empty /etc/X11/xorg.conf (which presumably loads the nv driver). I re-built my code and

Re: Help building/running SDL/OpenGL code

2009-12-22 Thread Richard Mace
On Wednesday 23 December 2009 04:20:28 Pieter de Goeje wrote: On Tuesday 22 December 2009 22:00:51 Roland Smith wrote: On Tue, Dec 22, 2009 at 09:57:57PM +0200, Richard Mace wrote: In the end, as a last resort, I de-installed the nvidia driver and started X with an empty