Hi list,
I'm complete new to M and try to compile M 0.66 without success :(
This is what i get:
Configured Mahogany 0.66.0 for i686-pc-linux-gnu.
 wxWindows port used:                    gtk2 2.6.1
 Debug mode:                             no
 SSL support:                            yes
 Modules support: dynamic
 Embedded Python:         2.3
 with swig:   /usr/bin/swig

c++ -o gui/wxDialogLayout.o -c
-I/home/eric/Maho/mahogany-0.66/build/include
-I/home/eric/Maho/mahogany-0.66/include -I/usr/include/python2.3
-DNO_IDEA -DNO_DSA -DOPENSSL_NO_KRB5
-I/usr/local/lib/wx/include/gtk2-ansi-release-2.6
-I/usr/local/include/wx-2.6 -DGTK_NO_CHECK_CASTS -D__WXGTK__
-D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_LARGEFILE_SOURCE=1
-I/home/eric/Maho/mahogany-0.66/extra/include
-I/home/eric/Maho/mahogany-0.66/build/extra/src/c-client
-I/home/eric/Maho/mahogany-0.66/extra/src/compface
-I/home/eric/Maho/mahogany-0.66/src/wx/vcard -fno-exceptions
-fno-rtti -fno-operator-names
-I/usr/local/lib/wx/include/gtk2-ansi-release-2.6
-I/usr/local/include/wx-2.6 -DGTK_NO_CHECK_CASTS -D__WXGTK__
-D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_LARGEFILE_SOURCE=1 -O2 -MMD
-Wall .src/gui/wxDialogLayout.cpp
.src/gui/wxDialogLayout.cpp:105: error: invalid static_cast from
type void
   (wxOptionsPageSubdialog::*)(wxEvent&)' to type void
      (wxEvtHandler::*)(wxCommandEvent&)'
      .src/gui/wxDialogLayout.cpp:106: error: invalid static_cast
from type void
   (wxOptionsPageSubdialog::*)(wxEvent&)' to type void
      (wxEvtHandler::*)(wxCommandEvent&)'
      .src/gui/wxDialogLayout.cpp:107: error: invalid static_cast
from type void
   (wxOptionsPageSubdialog::*)(wxEvent&)' to type void
      (wxEvtHandler::*)(wxCommandEvent&)'
      .src/gui/wxDialogLayout.cpp:122: error: invalid static_cast
from type void
   (wxNotebookPageBase::*)(wxEvent&)' to type void
      (wxEvtHandler::*)(wxCommandEvent&)'
      .src/gui/wxDialogLayout.cpp:123: error: invalid static_cast
from type void
   (wxNotebookPageBase::*)(wxEvent&)' to type void
      (wxEvtHandler::*)(wxCommandEvent&)'
      .src/gui/wxDialogLayout.cpp:124: error: invalid static_cast
from type void
   (wxNotebookPageBase::*)(wxEvent&)' to type void
      (wxEvtHandler::*)(wxCommandEvent&)'
      .src/gui/wxDialogLayout.cpp:125: error: invalid static_cast
from type void
   (wxNotebookPageBase::*)(wxEvent&)' to type void
      (wxEvtHandler::*)(wxCommandEvent&)'
      .src/gui/wxDialogLayout.cpp: In function long int
GetMaxLabelWidth(const
   wxArrayString&, wxWindow*)':
   .src/gui/wxDialogLayout.cpp:142: warning: GetSystemFont' is
deprecated
   (declared at /usr/local/include/wx-2.6/wx/settings.h:204)
   .src/gui/wxDialogLayout.cpp: In function wxRadioBox*
CreateRadioBox(wxWindow*,
   const wxChar*, long int, wxControl*, int)':
   .src/gui/wxDialogLayout.cpp:229: warning: GetStringArray' is
deprecated
   (declared at /usr/local/include/wx-2.6/wx/arrstr.h:175)
   .src/gui/wxDialogLayout.cpp: In member function wxControl*
      wxEnhancedPanel::CreateComboBoxOrChoice(bool, const wxChar*,
long int,
   wxControl*, int)':
   .src/gui/wxDialogLayout.cpp:791: warning: GetStringArray' is
deprecated
   (declared at /usr/local/include/wx-2.6/wx/arrstr.h:175)
   make[1]: *** [gui/wxDialogLayout.o] Error 1
   make[1]: Leaving directory /home/eric/Maho/mahogany-0.66/build/src'
   make: *** [all] Error 2

What did i wrong ??

Thanks in advance for your help.

mess-mate                               
--
I must have a prodigious quantity of mind; it takes me as much as a
week sometimes to make it up.
                -- Mark Twain, "The Innocents Abroad"


-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
Mahogany-Users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mahogany-users

Reply via email to