Hi all-
Installing pdp-0.12.4 on Debian Linux 2.6.8 ppc on a Pismo.
I'm making the opengl modules and it's choking on the need for "glut.h".
Does anyone know whether I need to install the freeglut/libglut packages, or can I just substitute "GL/gl.h" and "GL/glu.h" for "glut.h"?
Many thanks!
Charles
vze26m98 wrote on 3/29/05:
And I'm guessing:
make[1]: Entering directory
/usr/local/src/pdp-0.12.4/scaf/rules' ../compiler/scafc carules.scaf /tmp/file7xbxoo.s: Assembler messages: /tmp/file7xbxoo.s:4: Error: Unrecognized opcode:
movq' /tmp/file7xbxoo.s:4: Error: Unrecognized opcode:pxor' /tmp/file7xbxoo.s:4: Error: Unrecognized opcode:
pand' /tmp/file7xbxoo.s:5: Error: Unrecognized opcode: `movq'
...and so on means the scaf compiler is dependent on Intel assembly mnemonics?
Best,
Charles
I read:
...and so on means the scaf compiler is dependent on Intel assembly mnemonics?
yes
CK wrote on 3/29/05:
I read:
...and so on means the scaf compiler is dependent on Intel assembly mnemonics?
yes
Now there's an interesting porting project.
vze26m98 wrote on 3/29/05:
I'm making the opengl modules and it's choking on the need for "glut.h".
Does anyone know whether I need to install the freeglut/libglut packages, or can I just substitute "GL/gl.h" and "GL/glu.h" for "glut.h"?
Well, answered my own question. For anybody passing this way in the future, the 3dp stuff in pdp 0.12.4 depends on libglut/freeglut.
Very cool. Thanks, Tom!
Best,
Charles