Compiling on a Sun Ultra with Solaris, xgl, opengl, ELite-3D
Bryan VanDeVen
bryanv at arlut.utexas.edu
Tue May 2 18:28:15 EDT 2000
> Actually, the problem is that gcc needs an option to work with
> the broken X11 files that come with the sun.
>
> If you add -fpermissive in user.make to USER_CXXFLAGS, I think
> it fixes the problem.
An even better solution than -fpermissive is to add "-isystem
/usr/openwin/include" (or something equivalent) to CXX_FLAGS in your
user.make, that way g++ will only be lenient for the specified
system directories and still strict for everything else.
Again, this seems to come up quite frequently, maybe it should be made a
FAQ :)
Regards,
--
Bryan Van de Ven
Applied Research Labs
University of Texas, Austin
--------------------------------------------------------------------
This is the private VTK discussion list. Please keep messages on-topic.
Check the FAQ at: <http://public.kitware.com/cgi-bin/vtkfaq>
To UNSUBSCRIBE, send message body containing "unsubscribe vtkusers" to
<majordomo at public.kitware.com>. For help, send message body containing
"info vtkusers" to the same address.
--------------------------------------------------------------------
More information about the vtkusers
mailing list