OK, hope you all are ready for this..

        This is a fresh checkout of 1.3.x and default FLTK build
        on stock Snow Leopard 10.6 + stock Xcode tools
        running on an intel mac mini:

-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --

% make
Makefile:28: makeinclude: No such file or directory
autoconf
if test -f config.status; then \
                ./config.status --recheck; \
                ./config.status; \
        else \
                ./configure; \
        fi
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking for nroff... /usr/bin/nroff
checking for htmldoc... no
checking for doxygen... no
checking for ranlib... ranlib
checking for ar... /usr/bin/ar
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking whether byte ordering is bigendian... no
checking for short... yes
checking size of short... 2
checking for int... yes
checking size of int... 4
checking for long... yes
checking size of long... 8
checking whether the compiler recognizes bool as a built-in type... yes
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking sys/stdtypes.h usability... no
checking sys/stdtypes.h presence... no
checking for sys/stdtypes.h... no
checking for scandir... yes
checking whether we have the POSIX compatible scandir() prototype... no
checking for vsnprintf... yes
checking for snprintf... yes
checking for strings.h... (cached) yes
checking for strcasecmp... yes
checking for strlcat... yes
checking for strlcpy... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking for localeconv... yes
checking for library containing pow... none required
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for long long int... yes
checking for strtoll... yes
checking for library containing dlsym... none required
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for jpeg_CreateCompress in -ljpeg... no
checking for gzgets in -lz... yes
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking for png_read_info in -lpng... no
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking for pthread_create using -lpthreads... no
checking for pthread_create using -lpthread... yes
checking if GCC supports -fno-exceptions... yes
checking if GCC supports -fno-strict-aliasing... yes

Configuration Summary
-------------------------------------------------------------------------
    Directories: prefix=/usr/local
                 bindir=${exec_prefix}/bin
                 datadir=${datarootdir}
                 datarootdir=${prefix}/share
                 exec_prefix=${prefix}
                 includedir=${prefix}/include
                 libdir=${exec_prefix}/lib
                 mandir=${datarootdir}/man
       Graphics: Quartz
Image Libraries: JPEG=Builtin
                 PNG=Builtin
                 ZLIB=System
    Large Files: YES
         OpenGL: YES
        Threads: YES
configure: creating ./config.status
config.status: creating makeinclude
config.status: creating fltk.list
config.status: creating fltk-config
config.status: creating fltk.spec
config.status: creating FL/Makefile
config.status: creating config.h
touch config.h
chmod +x fltk-config
=== making jpeg ===
Compiling jmemnobs.c...
Compiling jcapimin.c...
Compiling jcapistd.c...
Compiling jccoefct.c...
Compiling jccolor.c...
Compiling jcdctmgr.c...
Compiling jchuff.c...
Compiling jcinit.c...
Compiling jcmainct.c...
Compiling jcmarker.c...
Compiling jcmaster.c...
Compiling jcomapi.c...
Compiling jcparam.c...
Compiling jcphuff.c...
Compiling jcprepct.c...
Compiling jcsample.c...
Compiling jctrans.c...
Compiling jdapimin.c...
Compiling jdapistd.c...
Compiling jdatadst.c...
Compiling jdatasrc.c...
Compiling jdcoefct.c...
Compiling jdcolor.c...
Compiling jddctmgr.c...
Compiling jdhuff.c...
Compiling jdinput.c...
Compiling jdmainct.c...
Compiling jdmarker.c...
Compiling jdmaster.c...
Compiling jdmerge.c...
Compiling jdphuff.c...
Compiling jdpostct.c...
Compiling jdsample.c...
Compiling jdtrans.c...
Compiling jerror.c...
Compiling jfdctflt.c...
Compiling jfdctfst.c...
Compiling jfdctint.c...
Compiling jidctflt.c...
Compiling jidctfst.c...
Compiling jidctint.c...
Compiling jidctred.c...
Compiling jquant1.c...
Compiling jquant2.c...
Compiling jutils.c...
Compiling jmemmgr.c...
Archiving ../lib/libfltk_jpeg.a...
=== making png ===
Compiling png.c...
Compiling pngset.c...
Compiling pngget.c...
Compiling pngrutil.c...
Compiling pngtrans.c...
Compiling pngwutil.c...
Compiling pngread.c...
Compiling pngrio.c...
Compiling pngwio.c...
Compiling pngwrite.c...
Compiling pngrtran.c...
Compiling pngwtran.c...
Compiling pngmem.c...
Compiling pngerror.c...
Compiling pngpread.c...
Archiving ../lib/libfltk_png.a...
=== making src ===
Compiling Fl.cxx...
In file included from ../FL/x.H:41,
                 from Fl.cxx:36:
../FL/mac.H: In function ���OpaqueRgnHandle* XRectangleRegion(int, int, int, 
int)���:
../FL/mac.H:50: error: ���NewRgn��� was not declared in this scope
../FL/mac.H:51: error: ���SetRectRgn��� was not declared in this scope
../FL/mac.H: In function ���void XDestroyRegion(OpaqueRgnHandle*)���:
../FL/mac.H:55: error: ���DisposeRgn��� was not declared in this scope
Fl.cxx: In member function ���void Fl_Widget::damage(uchar, int, int, int, 
int)���:
Fl.cxx:1456: error: ���NewRgn��� was not declared in this scope
Fl.cxx:1457: error: ���SetRectRgn��� was not declared in this scope
Fl.cxx:1458: error: ���UnionRgn��� was not declared in this scope
Fl.cxx:1459: error: ���DisposeRgn��� was not declared in this scope
In file included from Fl.cxx:1483:
Fl_mac.cxx: In function ���OSStatus HandleMenu(HICommand*)���:
Fl_mac.cxx:495: error: ���GetMenuItemRefCon��� was not declared in this scope
Fl_mac.cxx:503: error: ���SetItemMark��� was not declared in this scope
Fl_mac.cxx:515: error: ���SetItemMark��� was not declared in this scope
Fl_mac.cxx:522: error: ���SetItemMark��� was not declared in this scope
Fl_mac.cxx:524: error: ���SetItemMark��� was not declared in this scope
Fl_mac.cxx:528: error: ���HiliteMenu��� was not declared in this scope
Fl_mac.cxx: In function ���OSStatus 
carbonDispatchHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*)���:
Fl_mac.cxx:557: error: ���GetWindowEventTarget��� was not declared in this scope
Fl_mac.cxx:559: error: ���GetWindowEventTarget��� was not declared in this scope
Fl_mac.cxx: In function ���double do_queued_events(double)���:
Fl_mac.cxx:698: error: ���NewRgn��� was not declared in this scope
Fl_mac.cxx:700: error: ���GetMouse��� was not declared in this scope
Fl_mac.cxx:701: error: ���SetRectRgn��� was not declared in this scope
Fl_mac.cxx:702: error: ���SetEventMask��� was not declared in this scope
Fl_mac.cxx:755: error: ���ConvertEventRefToEventRecord��� was not declared in 
this scope
Fl_mac.cxx:766: error: ���MacFindWindow��� was not declared in this scope
Fl_mac.cxx:767: error: ���MenuSelect��� was not declared in this scope
Fl_mac.cxx: In function ���OSStatus 
carbonWindowHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*)���:
Fl_mac.cxx:846: error: ���kEventWindowDrawContent��� was not declared in this 
scope
Fl_mac.cxx:867: error: ���GetWindowClass��� was not declared in this scope
Fl_mac.cxx:882: error: ���GetWindowClass��� was not declared in this scope
Fl_mac.cxx: In function ���OSStatus 
carbonMousewheelHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*)���:
Fl_mac.cxx:939: error: ���typeLongInteger��� was not declared in this scope
Fl_mac.cxx: In function ���OSStatus 
carbonMouseHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*)���:
Fl_mac.cxx:1008: error: ���FindWindow��� was not declared in this scope
Fl_mac.cxx:1025: error: ���IsWindowActive��� was not declared in this scope
Fl_mac.cxx:1063: error: ���GetPort��� was not declared in this scope
Fl_mac.cxx:1064: error: ���GetWindowPort��� was not declared in this scope
Fl_mac.cxx:1064: error: ���SetPort��� was not declared in this scope
Fl_mac.cxx:1065: error: ���SetOrigin��� was not declared in this scope
Fl_mac.cxx:1068: error: ���GlobalToLocal��� was not declared in this scope
Fl_mac.cxx: In function ���short unsigned int keycode_to_sym(UInt32, UInt32, 
short unsigned int)���:
Fl_mac.cxx:1104: error: ���KeyTranslate��� was not declared in this scope
Fl_mac.cxx: In function ���int keycodeToUnicode(char*, int, EventKind, UInt32, 
UInt32, UInt32*, unsigned char, short unsigned int)���:
Fl_mac.cxx:1134: error: ���KLGetCurrentKeyboardLayout��� was not declared in 
this scope
Fl_mac.cxx:1136: error: ���KLGetKeyboardLayoutProperty��� was not declared in 
this scope
Fl_mac.cxx: In function ���OSErr OpenAppleEventHandler(const AppleEvent*, 
AppleEvent*, UInt32)���:
Fl_mac.cxx:1444: error: ���typeFSS��� was not declared in this scope
Fl_mac.cxx: In function ���void fl_open_display()���:
Fl_mac.cxx:1500: error: ���MoreMasters��� was not declared in this scope
Fl_mac.cxx:1504: error: ���GetQDGlobalsArrow��� was not declared in this scope
Fl_mac.cxx:1508: error: ���ClearMenuBar��� was not declared in this scope
Fl_mac.cxx:1509: error: ���GetMenuHandle��� was not declared in this scope
Fl_mac.cxx:1509: error: ���AppendResMenu��� was not declared in this scope
Fl_mac.cxx:1510: error: ���DrawMenuBar��� was not declared in this scope
Fl_mac.cxx: In static member function ���static int Fl::x()���:
Fl_mac.cxx:1590: error: ���GetQDGlobalsScreenBits��� was not declared in this 
scope
Fl_mac.cxx: In static member function ���static int Fl::y()���:
Fl_mac.cxx:1600: error: ���GetQDGlobalsScreenBits��� was not declared in this 
scope
Fl_mac.cxx: In static member function ���static int Fl::w()���:
Fl_mac.cxx:1610: error: ���GetQDGlobalsScreenBits��� was not declared in this 
scope
Fl_mac.cxx: In static member function ���static int Fl::h()���:
Fl_mac.cxx:1620: error: ���GetQDGlobalsScreenBits��� was not declared in this 
scope
Fl_mac.cxx: In static member function ���static void Fl::get_mouse(int&, 
int&)���:
Fl_mac.cxx:1632: error: ���GetMouse��� was not declared in this scope
Fl_mac.cxx:1633: error: ���LocalToGlobal��� was not declared in this scope
Fl_mac.cxx: In member function ���void Fl_X::flush()���:
Fl_mac.cxx:1658: error: ���SetOrigin��� was not declared in this scope
Fl_mac.cxx: In function ���void handleUpdateEvent(OpaqueWindowPtr*)���:
Fl_mac.cxx:1673: error: ���GetPort��� was not declared in this scope
Fl_mac.cxx:1674: error: ���GetWindowPort��� was not declared in this scope
Fl_mac.cxx:1674: error: ���SetPort��� was not declared in this scope
Fl_mac.cxx:1679: error: ���InvalWindowRgn��� was not declared in this scope
Fl_mac.cxx:1683: error: ���DisposeRgn��� was not declared in this scope
Fl_mac.cxx: In static member function ���static int Fl_X::fake_X_wm(const 
Fl_Window*, int&, int&, int&, int&, int&)���:
Fl_mac.cxx:1784: error: ���GetDeviceList��� was not declared in this scope
Fl_mac.cxx:1784: error: ���GetNextDevice��� was not declared in this scope
Fl_mac.cxx:1792: error: ���GetNextDevice��� was not declared in this scope
Fl_mac.cxx:1801: error: ���GetNextDevice��� was not declared in this scope
Fl_mac.cxx:1810: error: ���GetNextDevice��� was not declared in this scope
Fl_mac.cxx:1819: error: ���GetNextDevice��� was not declared in this scope
Fl_mac.cxx:1828: error: ���GetMainDevice��� was not declared in this scope
Fl_mac.cxx:1830: error: ���GetAvailableWindowPositioningBounds��� was not 
declared in this scope
Fl_mac.cxx: In function ���int FSSpec2UnixPath(FSSpec*, char*)���:
Fl_mac.cxx:1850: error: ���FSpMakeFSRef��� was not declared in this scope
In file included from Fl.cxx:1483:
Fl_mac.cxx: In function ���OSErr fillCurrentDragData(OpaqueDragRef*)���:
Fl_mac.cxx:1891: error: ���CountDragItems��� was not declared in this scope
Fl_mac.cxx:1895: error: ���GetDragItemReferenceNumber��� was not declared in 
this scope
Fl_mac.cxx:1896: error: ���GetFlavorFlags��� was not declared in this scope
Fl_mac.cxx:1899: error: ���GetFlavorDataSize��� was not declared in this scope
Fl_mac.cxx:1906: error: ���GetFlavorDataSize��� was not declared in this scope
Fl_mac.cxx:1913: error: ���GetFlavorDataSize��� was not declared in this scope
Fl_mac.cxx:1936: error: ���GetDragItemReferenceNumber��� was not declared in 
this scope
Fl_mac.cxx:1937: error: ���GetFlavorFlags��� was not declared in this scope
Fl_mac.cxx:1940: error: ���GetFlavorDataSize��� was not declared in this scope
Fl_mac.cxx:1941: error: ���GetFlavorData��� was not declared in this scope
Fl_mac.cxx:1950: error: ���GetFlavorDataSize��� was not declared in this scope
Fl_mac.cxx:1951: error: ���GetFlavorData��� was not declared in this scope
Fl_mac.cxx:1959: error: ���GetFlavorDataSize��� was not declared in this scope
Fl_mac.cxx:1960: error: ���GetFlavorData��� was not declared in this scope
Fl_mac.cxx:1969: error: ���GetFlavorData��� was not declared in this scope
Fl_mac.cxx: In function ���OSErr dndTrackingHandler(DragTrackingMessage, 
OpaqueWindowPtr*, void*, OpaqueDragRef*)���:
Fl_mac.cxx:2003: error: ���GetDragMouse��� was not declared in this scope
Fl_mac.cxx: In function ���OSErr dndReceiveHandler(OpaqueWindowPtr*, void*, 
OpaqueDragRef*)���:
Fl_mac.cxx:2056: error: ���GetDragMouse��� was not declared in this scope
Fl_mac.cxx: In function ���void q_set_window_title(OpaqueWindowPtr*, const 
char*)���:
Fl_mac.cxx:2091: error: ���SetWindowTitleWithCFString��� was not declared in 
this scope
Fl_mac.cxx: In static member function ���static void Fl_X::make(Fl_Window*)���:
Fl_mac.cxx:2226: error: ���GetAvailableWindowAttributes��� was not declared in 
this scope
Fl_mac.cxx:2227: error: ���CreateNewWindow��� was not declared in this scope
Fl_mac.cxx:2229: error: ���MoveWindow��� was not declared in this scope
Fl_mac.cxx:2232: error: ���SetWindowClass��� was not declared in this scope
Fl_mac.cxx:2233: error: ���SetWindowActivationScope��� was not declared in this 
scope
Fl_mac.cxx:2239: error: ���RepositionWindow��� was not declared in this scope
Fl_mac.cxx:2241: error: ���RepositionWindow��� was not declared in this scope
Fl_mac.cxx:2243: error: ���RepositionWindow��� was not declared in this scope
Fl_mac.cxx:2255: error: ���GetWindowEventTarget��� was not declared in this 
scope
Fl_mac.cxx:2281: error: ���kEventWindowDrawContent��� was not declared in this 
scope
Fl_mac.cxx:2292: error: ���InstallTrackingHandler��� was not declared in this 
scope
Fl_mac.cxx:2293: error: ���InstallReceiveHandler��� was not declared in this 
scope
Fl_mac.cxx:2309: error: ���ShowWindow��� was not declared in this scope
Fl_mac.cxx:2312: error: ���CollapseWindow��� was not declared in this scope
Fl_mac.cxx:2318: error: ���GetWindowBounds��� was not declared in this scope
Fl_mac.cxx: In member function ���void Fl_Window::size_range_()���:
Fl_mac.cxx:2340: error: ���SetWindowResizeLimits��� was not declared in this 
scope
Fl_mac.cxx: In member function ���virtual void Fl_Window::show()���:
Fl_mac.cxx:2396: error: ���IsWindowCollapsed��� was not declared in this scope
Fl_mac.cxx:2396: error: ���CollapseWindow��� was not declared in this scope
Fl_mac.cxx:2398: error: ���BringToFront��� was not declared in this scope
Fl_mac.cxx:2399: error: ���SelectWindow��� was not declared in this scope
Fl_mac.cxx: In member function ���virtual void Fl_Window::resize(int, int, int, 
int)���:
Fl_mac.cxx:2429: error: ���SetWindowBounds��� was not declared in this scope
Fl_mac.cxx:2431: error: ���InvalWindowRect��� was not declared in this scope
Fl_mac.cxx:2433: error: ���MoveWindow��� was not declared in this scope
Fl_mac.cxx: In member function ���void Fl_Window::make_current()���:
Fl_mac.cxx:2458: error: ���NewRgn��� was not declared in this scope
Fl_mac.cxx:2462: error: ���GetWindowPort��� was not declared in this scope
Fl_mac.cxx:2462: error: ���SetPort��� was not declared in this scope
Fl_mac.cxx:2474: error: ���SetOrigin��� was not declared in this scope
Fl_mac.cxx:2476: error: ���SetRectRgn��� was not declared in this scope
Fl_mac.cxx:2483: error: ���NewRgn��� was not declared in this scope
Fl_mac.cxx:2486: error: ���DiffRgn��� was not declared in this scope
Fl_mac.cxx:2487: error: ���DisposeRgn��� was not declared in this scope
Fl_mac.cxx:2491: error: ���QDBeginCGContext��� was not declared in this scope
Fl_mac.cxx:2503: error: ���SetPortClipRegion��� was not declared in this scope
Fl_mac.cxx: In static member function ���static void Fl_X::q_fill_context()���:
Fl_mac.cxx:2525: error: ���GetWindowPort��� was not declared in this scope
Fl_mac.cxx:2525: error: ���GetPortBounds��� was not declared in this scope
Fl_mac.cxx: In static member function ���static void 
Fl_X::q_release_context(Fl_X*)���:
Fl_mac.cxx:2551: error: ���GetWindowPort��� was not declared in this scope
Fl_mac.cxx:2551: error: ���QDEndCGContext��� was not declared in this scope
Fl_mac.cxx: In function ���void MacDestroyWindow(Fl_Window*, 
OpaqueWindowPtr*)���:
Fl_mac.cxx:2862: error: ���DisposeWindow��� was not declared in this scope
Fl_mac.cxx: In function ���void MacMapWindow(Fl_Window*, OpaqueWindowPtr*)���:
Fl_mac.cxx:2867: error: ���ShowWindow��� was not declared in this scope
Fl_mac.cxx: In function ���void MacUnmapWindow(Fl_Window*, OpaqueWindowPtr*)���:
Fl_mac.cxx:2877: error: ���HideWindow��� was not declared in this scope
make[1]: *** [Fl.o] Error 1
make: *** [all] Error 1
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
_______________________________________________
fltk-dev mailing list
fltk-dev@easysw.com
http://lists.easysw.com/mailman/listinfo/fltk-dev

Reply via email to