> You also need CFLAGS="-arch x86_64", there are some .c files in fltk.
>

Thanks, I got much further.  But I'm now getting different linker errors.  Any 
idea what's up with the following?

- Christian

Linking fluid...
Undefined symbols:
  "_fl_utf8encode", referenced from:
      carbonTextHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) in 
libfltk.a(Fl.o)
      Fl_Help_View::format()      in libfltk.a(Fl_Help_View.o)
      Fl_Help_View::draw()      in libfltk.a(Fl_Help_View.o)
      fl_shortcut_label(unsigned int, char const**)in libfltk.a(fl_shortcut.o)
      _fl_utf_tolower in libfltk.a(fl_utf8.o)
      _fl_utf_toupper in libfltk.a(fl_utf8.o)
      Fl::compose(int&)  in libfltk.a(Fl_compose.o)
      Fl::compose(int&)  in libfltk.a(Fl_compose.o)
      Fl::compose(int&)  in libfltk.a(Fl_compose.o)
  "_fl_snprintf", referenced from:
      Shortcut_Button::draw()      in Fl_Menu_Type.o
      Fl_Preferences::Node::copyTo(Fl_Tree*, Fl_Tree_Item*)     in 
libfltk.a(Fl_Preferences.o)
  "_fl_utf8decode", referenced from:
      Fl_Input_::index(int) constin libfltk.a(Fl_Input_.o)
      Fl_Input_::word_end(int) constin libfltk.a(Fl_Input_.o)
      Fl_Input_::word_end(int) constin libfltk.a(Fl_Input_.o)

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

Reply via email to