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

