Hello,

quick report on giving pre3 a spin on the Mac:

- vos compiled nicely without a hitch, yay!
well, nearly: omnivos and mesh plugins still compile to .so instead of .bundle, so they are not really usable. Oh well... nothing a few symlinks cannot cure.

- crystalspace snapshot compiled nicely after "the usual procedure", i.e.
  export CPPFLAGS=-I/sw/include
  export CXXFLAGS=-I/sw/include
  export LDFLAGS=-L/sw/lib
  (seems nobody likes the fink default install dir, sigh)
  export PKG_CONFIG_PATH=$VOS
  (I am too lazy to use all the -with-metaobject*=... flags)
  export PATH=$WXMAC/osx-build
(use wx-config of my own flaky wxMac instead of flaky XCode wxMac... sigh)

-  vos-browser failed to build *sniff*.
plain terangreal needs -lircclient in final linking, adding this manually worked.
   wxterangreal fails with obscure (to me) errors:

mainframe.cc: In member function 'void TerWxMainFrame::loadWorldFromFile(wxString&)': mainframe.cc:490: error: ambiguous overload for 'operator!=' in '#'obj_type_ref' not supported by dump_expr#<expression error>() != ""' /usr/include/wx-2.5/wx/string.h:1452: note: candidates are: bool operator!=(const wxString&, const wxString&) <near match> /usr/include/wx-2.5/wx/string.h:1456: note: bool operator!=(const wxChar*, const wxString&) <near match> /usr/include/wx-2.5/wx/string.h:1488: note: bool operator!=(wxChar, const wxString&) <near match> /usr/include/wx-2.5/wx/string.h:1489: note: bool operator!=(const wxString&, wxChar) <near match> /usr/include/wx-2.5/wx/string.h:1496: note: bool operator!=(const wxString&, const wxWCharBuffer&) <near match> /usr/include/wx-2.5/wx/longlong.h:872: note: bool operator!=(long int, const wxLongLong&) <near match> /usr/include/wx-2.5/wx/longlong.h:885: note: bool operator!=(long unsigned int, const wxULongLong&) <near match>
make: *** [wxterangreal-mainframe.o] Error 1

Any suggestions?

Faithfully,
Karsten Otto (kao)

_______________________________________________
vos-d mailing list
vos-d@interreality.org
http://www.interreality.org/cgi-bin/mailman/listinfo/vos-d

Reply via email to