Hi everybody.
If I try to make fltk2.0 with MAC-OS Snow Leopard I get:

Paco-4:fltk-2.0.x-r8501 ugo$ make
=== making src ===
Compiling clip.cxx...
In file included from clip.cxx:27:
osx/clip.cxx: In function ‘void fl_restore_clip()’:
osx/clip.cxx:73: error: ‘GetWindowPort’ was not declared in this scope
osx/clip.cxx:75: error: ‘NewRgn’ was not declared in this scope
osx/clip.cxx:77: error: ‘CopyRgn’ was not declared in this scope
osx/clip.cxx:79: error: ‘SectRgn’ was not declared in this scope
osx/clip.cxx:80: error: ‘GetPortBounds’ was not declared in this scope
osx/clip.cxx:82: error: ‘ClipCGContextToRegion’ was not declared in this 
scope
osx/clip.cxx:84: error: ‘DisposeRgn’ was not declared in this scope
osx/clip.cxx: In function ‘void fltk::clip_region(OpaqueRgnHandle*)’:
osx/clip.cxx:92: error: ‘DisposeRgn’ was not declared in this scope
osx/clip.cxx: In function ‘void fltk::push_clip(int, int, int, int)’:
osx/clip.cxx:111: error: ‘NewRgn’ was not declared in this scope
osx/clip.cxx:113: error: ‘SetEmptyRgn’ was not declared in this scope
osx/clip.cxx:117: error: ‘SetRectRgn’ was not declared in this scope
osx/clip.cxx:118: error: ‘SectRgn’ was not declared in this scope
osx/clip.cxx: In function ‘void fltk::clipout(const fltk::Rectangle&)’:
osx/clip.cxx:137: error: ‘NewRgn’ was not declared in this scope
osx/clip.cxx:137: error: ‘SetRectRgn’ was not declared in this scope
osx/clip.cxx:138: error: ‘NewRgn’ was not declared in this scope
osx/clip.cxx:139: error: ‘SetRectRgn’ was not declared in this scope
osx/clip.cxx:140: error: ‘DiffRgn’ was not declared in this scope
osx/clip.cxx: In function ‘void fltk::pop_clip()’:
osx/clip.cxx:166: error: ‘DisposeRgn’ was not declared in this scope
osx/clip.cxx: In function ‘bool fltk::not_clipped(const fltk::Rectangle&)’:
osx/clip.cxx:188: error: ‘RectInRgn’ was not declared in this scope
osx/clip.cxx: In function ‘int fltk::intersect_with_clip(fltk::Rectangle&)’:
osx/clip.cxx:217: error: ‘NewRgn’ was not declared in this scope
osx/clip.cxx:218: error: ‘SetRectRgn’ was not declared in this scope
osx/clip.cxx:219: error: ‘SectRgn’ was not declared in this scope
osx/clip.cxx:220: error: ‘GetRegionBounds’ was not declared in this scope
osx/clip.cxx:224: error: ‘DisposeRgn’ was not declared in this scope
make[1]: *** [clip.o] Error 1
make: *** [all] Error 2


What is wrong?
If someone can help me would be the best one!

Thanks
_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to