Playing around with heekscad again

I’t been a while since I’ve been messing around with heekscad.
I was in 8.04 still and now I’m on ubuntu 10.04

I fired up rapidsvn and download the source no problem.
I opened up the project file with code:blocks to see what happens.
Seems like I’m missing something.

||=== HeeksCAD, Debug ===|
/usr/lib/wx/include/gtk2-unicode-release-2.8/wx/setup.h|1079|warning: “HAVE_IOSTREAM” redefined|
src/stdafx.h|41|warning: this is the location of the previous definition|
/usr/include/wx-2.8/wx/gtk/glcanvas.h|19|error: GL/gl.h: No such file or directory|
/usr/include/wx-2.8/wx/gtk/glcanvas.h|20|error: GL/glx.h: No such file or directory|
/usr/include/wx-2.8/wx/gtk/glcanvas.h|21|error: GL/glu.h: No such file or directory|
/usr/include/wx-2.8/wx/gtk/glcanvas.h|47|error: ‘GLXContext’ does not name a type|
/usr/include/wx-2.8/wx/gtk/glcanvas.h|124|error: ISO C++ forbids declaration of ‘GLXFBConfig’ with no type|
/usr/include/wx-2.8/wx/gtk/glcanvas.h|124|error: expected ‘;’ before ‘*’ token|

Now that’s strange wonder whats up

I did a little googling and found this:

http://ubuntuforums.org/showthread.php?t=235000

Hmm… seems gl.h seems to me missing mesa-common-dev

Loaded but I seems to be missing GL/glu.h which leads to needing this libglu1-mesa-dev

Currently compiling heekscad from scratch. This is going to take some time.

On to other things

This entry was posted in Uncategorized. Bookmark the permalink.

Leave a Reply

Your email address will not be published. Required fields are marked *