On Mon, 22 Sep 2003 12:19:11 +1000 (EST) Mark Livingstone
<[EMAIL PROTECTED]> wrote:
> A long time coming but I finally got the configure / configure.in comitted a bit
> earlier this morning. If anyone has a currently working M CVS image, can you get
> configure and see if it compiles without breaking anything.
I fixed some compilation problems related to my #include cleanup and some
other trivial problems, but I still cannot compile. I am getting errors in
two files [1][2], probably because classes have changed and Python code
wasn't updated. I am also getting suspicious warning [3] in empty
swiglib.i. Makefiles have some problems too because I am getting strange
error about MAppBase.cpp [4] despite it has been just built correctly.
Generally, errors come from src/Python directory, because it wasn't built
for a long time.
[1]
/usr/bin/swig -I.src/Python/ -c++ -python -shadow -c -o Python/MProfile.cpp
.src/Python/MProfile
.i
c++ -o Python/MProfile.o -c -I/home/build/mahogany/fresh/include
-I/home/main/store/cvs-track/ma
hogany/source/include -I/usr/include/python2.1 -DNO_IDEA -DNO_DSA -DOPENSSL_NO_KRB5
-DDEBUG -DDE
BUG_build -I/home/main/store/cvs-track/wx/build/lib/wx/include/gtkd-2.5
-I/home/main/store/cvs-t
rack/wx/source/include -D__WXDEBUG__ -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES
-I/home/m
ain/store/cvs-track/mahogany/source/extra/include
-I/home/build/mahogany/fresh/extra/src/c-clien
t -I/home/main/store/cvs-track/mahogany/source/extra/src/compface
-I/home/main/store/cvs-track/m
ahogany/source/src/wx/vcard -fno-exceptions -fno-rtti -fno-operator-names -g3 -O0 -MMD
-Wall Pyt
hon/MProfile.cpp
Python/MProfile.cpp: In function `PyObject* _wrap_Profile_SetPath(PyObject*,
PyObject*)':
Python/MProfile.cpp:786: no matching function for call to `Profile::SetPath(
wxString&)'
make[1]: *** [Python/MProfile.o] Error 1
[2]
/usr/bin/swig -I.src/Python/ -c++ -python -shadow -c -o Python/MailFolder.cpp
.src/Python/MailFo
lder.i
c++ -o Python/MailFolder.o -c -I/home/build/mahogany/fresh/include
-I/home/main/store/cvs-track/
mahogany/source/include -I/usr/include/python2.1 -DNO_IDEA -DNO_DSA -DOPENSSL_NO_KRB5
-DDEBUG -D
DEBUG_build -I/home/main/store/cvs-track/wx/build/lib/wx/include/gtkd-2.5
-I/home/main/store/cvs
-track/wx/source/include -D__WXDEBUG__ -D__WXGTK__ -D_FILE_OFFSET_BITS=64
-D_LARGE_FILES -I/home
/main/store/cvs-track/mahogany/source/extra/include
-I/home/build/mahogany/fresh/extra/src/c-cli
ent -I/home/main/store/cvs-track/mahogany/source/extra/src/compface
-I/home/main/store/cvs-track
/mahogany/source/src/wx/vcard -fno-exceptions -fno-rtti -fno-operator-names -g3 -O0
-MMD -Wall P
ython/MailFolder.cpp
Python/MailFolder.cpp: In function `PyObject*
_wrap_MailFolder_CreateFolder(PyObject*, PyObject*)':
Python/MailFolder.cpp:725: no method `MailFolder::CreateFolder'
Python/MailFolder.cpp: In function `PyObject*
_wrap_MailFolder_ConvertMessageStatusToString(PyObject*, PyObject*)':
Python/MailFolder.cpp:753: no method `MailFolder::ConvertMessageStatusToString'
Python/MailFolder.cpp: In function `PyObject*
_wrap_MailFolder_SetSequenceFlag(PyObject*, PyObject*)':
Python/MailFolder.cpp:1015: no matching function for call to `MailFolder::
SetSequenceFlag(const wxString&, int&, bool&)'
/home/main/store/cvs-track/mahogany/source/include/MailFolder.h:619: candidates
are: virtual bool MailFolder::SetSequenceFlag(MailFolder::SequenceKind,
const Sequence&, int, bool = true)
/home/main/store/cvs-track/mahogany/source/include/MailFolder.h:623:
bool MailFolder::SetSequenceFlag(const Sequence&, int, bool = true)
Python/MailFolder.cpp: In function `PyObject*
_wrap_FolderListingEntry_GetName(PyObject*, PyObject*)':
Python/MailFolder.cpp:1568: `FolderListingEntry' undeclared (first use this
function)
Python/MailFolder.cpp:1568: (Each undeclared identifier is reported only once
for each function it appears in.)
Python/MailFolder.cpp:1568: `arg1' undeclared (first use this function)
make[1]: *** [Python/MailFolder.o] Error 1
[3]
/usr/bin/swig -I.src/Python/ -c++ -python -shadow -o Python/swiglib.cpp
.src/Python/swiglib.i
c++ -o Python/swiglib.o -c -I/home/build/mahogany/fresh/include
-I/home/main/store/cvs-track/mah
ogany/source/include -I/usr/include/python2.1 -DNO_IDEA -DNO_DSA -DOPENSSL_NO_KRB5
-DDEBUG -DDEB
UG_build -I/home/main/store/cvs-track/wx/build/lib/wx/include/gtkd-2.5
-I/home/main/store/cvs-tr
ack/wx/source/include -D__WXDEBUG__ -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES
-I/home/ma
in/store/cvs-track/mahogany/source/extra/include
-I/home/build/mahogany/fresh/extra/src/c-client
-I/home/main/store/cvs-track/mahogany/source/extra/src/compface
-I/home/main/store/cvs-track/ma
hogany/source/src/wx/vcard -fno-exceptions -fno-rtti -fno-operator-names -g3 -O0 -MMD
-Wall -DSW
IG_GLOBAL Python/swiglib.cpp
Python/swiglib.cpp: In function `char* SWIG_UnpackData(char*, void*, int)':
Python/swiglib.cpp:377: warning: `unsigned char uu' might be used uninitialized
in this function
[4]
make[1]: Entering directory `/home/build/mahogany/fresh/include'
make[1]: Leaving directory `/home/build/mahogany/fresh/include'
make[1]: Entering directory `/home/build/mahogany/fresh/extra'
make -j1 -C src/c-client -f .src/Makefile.M
make[2]: Entering directory `/home/build/mahogany/fresh/extra/src/c-client'
make[2]: Leaving directory `/home/build/mahogany/fresh/extra/src/c-client'
set -e; for i in src/compface; do make -C $i; done
make[2]: Entering directory `/home/build/mahogany/fresh/extra/src/compface'
make[2]: Leaving directory `/home/build/mahogany/fresh/extra/src/compface'
make[1]: Leaving directory `/home/build/mahogany/fresh/extra'
make[1]: Entering directory `/home/build/mahogany/fresh/src'
make[1]: *** No rule to make target `Python/MAppBase.cpp', needed by
`Python/MAppBase.o'. Stop.
make[1]: Leaving directory `/home/build/mahogany/fresh/src'
make: *** [all] Error 2
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Mahogany-Developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-developers