argh, meant to send this to the whole list, not just robert:

On Fri, 10 Oct 2003 12:55:49 +0200 (CEST) Robert Vazan
<[EMAIL PROTECTED]> wrote:

> On Fri, 10 Oct 2003 08:53:01 +0200 Martin Jost <[EMAIL PROTECTED]>
> wrote:
> 
> > classes/MModule.o(.text+0x2ec5): In function
> `RefCounterIncrement(FilterRule*)':
> > : undefined reference to `RefCounterIncrement(MObjectRC*)'
> > classes/MModule.o(.text+0x2ed5): In function
> `RefCounterDecrement(FilterRule*)':
> > : undefined reference to `RefCounterDecrement(MObjectRC*)'
> > classes/MModule.o(.text+0x2ee5): In function
> `RefCounterAssign(FilterRule*,
> > FilterRule*)':
> > : undefined reference to `RefCounterAssign(MObjectRC*, MObjectRC*)'
> 
> Those functions are defined in MObject.o. I can build without problems.
> The
> only difference is that I am using dynamic modules while you are have
> completely static build. I must try static build myself, but it will take
> some time.

my attempts at linux builds all failed yesterday. with freshly checked out
copies of wxWindows HEAD and mahogany:

c++ -o gui/wxSubfoldersDialog.o -c -I/tools/mahogany/M/include -DNO_IDEA
-DNO_DSA -DOPENSSL_NO_KRB5 -DDEBUG -DDEBUG_rwelty
-I/tools/wxwin/wxWindows/lib/wx/include/gtk-2.5
-I/tools/wxwin/wxWindows/include -DGTK_NO_CHECK_CASTS -D__WXGTK__
-D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -I/tools/mahogany/M/extra/include
-I/tools/mahogany/M/extra/src/c-client
-I/tools/mahogany/M/extra/src/compface -I/tools/mahogany/M/src/wx/vcard
-fno-exceptions -fno-rtti -fno-operator-names -g3 -O0 -MMD -Wall
gui/wxSubfoldersDialog.cpp
gui/wxSubfoldersDialog.cpp: In member function `virtual void
   wxSubfoldersTree::OnListFolder(const String&, char, long int)':
gui/wxSubfoldersDialog.cpp:486: `delim' undeclared (first use this
function)
gui/wxSubfoldersDialog.cpp:486: (Each undeclared identifier is reported
only
   once for each function it appears in.)
make[1]: *** [gui/wxSubfoldersDialog.o] Error 1
make[1]: Leaving directory `/tools/mahogany/M/src'
make: *** [all] Error 2

my configuration options:

./configure --with-wxdir=/tools/wxwin/wxWindows/  --with-modules=dynamic
--enable-debug

richard

-------- End of message -------
-- 
Richard Welty                                         [EMAIL PROTECTED]
Averill Park Networking                                         518-573-7592
    Java, PHP, PostgreSQL, Unix, Linux, IP Network Engineering, Security




-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
SourceForge.net hosts over 70,000 Open Source Projects.
See the people who have HELPED US provide better services:
Click here: http://sourceforge.net/supporters.php
_______________________________________________
Mahogany-Users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-users

Reply via email to