PDA

View Full Version : Trouble compiling after X11.app upgrade


wgscott
02-12-2003, 11:00 PM
Today I verified on a second machine that by simply upgrading X11.app from 0.1 to 0.2 a program that successfully compiled before is now broken. It breaks with the following error:

http://chemistry.ucsc.edu/~wgscott/xtal/molmol/spew.txt

I changed NOTHING except the above. This is an openmotif3 based program. Everything is installed via fink.

Oddly, the program that I compiled successfully under 0.1 runs BETTER under 0.2. :rolleyes:

at_sym
02-13-2003, 03:36 AM
They also updated the SDK. Did you install the new version?

wgscott
02-15-2003, 12:44 PM
Yes.

I also found the problem.

libGL no longer allows you to compile with

-no_flat_namespace

and it used to require this flag.