Skipping graphic things during compiling ?

For developers writing C++, Fortran, Java, code who have questions or comments to make.

Moderators: silvia, selimgunay, Moderators

Post Reply
dynaryu
Posts: 8
Joined: Thu Jun 09, 2005 7:38 pm
Location: Geoscience Australia

Skipping graphic things during compiling ?

Post by dynaryu »

Hi

The system that I'm currently try to use doesn't have graphic header file such as gl.h and glx.h. So if I do not use any command relevant to graphic things, is there any way of skipping compiling graphic things ?
I'm not sure which part of Makefile.def should be commented.

Thanks for your help in advance.
fmk
Site Admin
Posts: 5884
Joined: Fri Jun 11, 2004 2:33 pm
Location: UC Berkeley
Contact:

Post by fmk »

threse is notrhing there yet to leave out graphics totally .. though there will be .. in the meantime you can try using:

GRAPHICS = UsingX11
GRAPHICS_FLAG = -DX11

as seen in OpenSees/MAKES/Makefile.def.MacOSX
Post Reply