compile errors
Richard Welty <[email protected]>
| Newsgroups | gmane.mail.mahogany.user |
|---|---|
| Organization | Averill Park Networking |
| Message-ID | <[email protected]> |
ok, i'm not as far along as i had thought. i tried compiling w/o dspam, and it's blowing up on the first file. richard -- Richard Welty [email protected] Averill Park Networking Java, PHP, PostgreSQL, Unix, Linux, IP Network Engineering, Security "Well, if you're not going to expect unexpected flames, what's the point of going anywhere?" -- Truckle the Uncivil
m-compile-errors.txt
(text/plain, 2.9 KB)
Configured Mahogany 0.66.0 for powerpc-apple-darwin8.2.0.
wxWindows port used: mac (debug build) 2.6.1
Debug mode: yes
SSL support: yes
Modules support: static
Embedded Python: none
DSPAM spam filtering: no
Please look at config.log for more details.
$ make
set -e; for i in compface imap; do make -C $i -f Makefile.M all; done
c++ -o adb/AdbDialogs.o -c -I/Tools/M/M/mac/include -I/Tools/M/M/include -DNO_IDEA -DNO_DSA -DOPENSSL_NO_KRB5 -DDEBUG -DDEBUG_rwelty -I/usr/local/lib/wx/include/mac-ansi-debug-2.6 -I/usr/local/include/wx-2.6 -D__WXDEBUG__ -D__WXMAC__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -DNO_GCC_PRAGMA -I/Tools/M/M/mac/lib/imap/c-client -I/Tools/M/M/lib/compface -I/Tools/M/M/src/wx/vcard -fno-exceptions -fno-rtti -fno-operator-names -I/usr/local/lib/wx/include/mac-ansi-debug-2.6 -I/usr/local/include/wx-2.6 -D__WXDEBUG__ -D__WXMAC__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -DNO_GCC_PRAGMA -g3 -O0 -MMD -Wall .src/adb/AdbDialogs.cpp
In file included from /usr/include/gcc/darwin/4.0/c++/ios:48,
from /usr/include/gcc/darwin/4.0/c++/ostream:45,
from /usr/include/gcc/darwin/4.0/c++/iostream:45,
from /Tools/M/M/include/Mconfig.h:179,
from /Tools/M/M/include/Mpch.h:14,
from .src/adb/AdbDialogs.cpp:21:
/usr/include/gcc/darwin/4.0/c++/bits/localefwd.h:58:34: error: macro "isspace" passed 2 arguments, but takes just 1
/usr/include/gcc/darwin/4.0/c++/bits/localefwd.h:62:34: error: macro "isprint" passed 2 arguments, but takes just 1
/usr/include/gcc/darwin/4.0/c++/bits/localefwd.h:66:34: error: macro "iscntrl" passed 2 arguments, but takes just 1
/usr/include/gcc/darwin/4.0/c++/bits/localefwd.h:70:34: error: macro "isupper" passed 2 arguments, but takes just 1
/usr/include/gcc/darwin/4.0/c++/bits/localefwd.h:74:34: error: macro "islower" passed 2 arguments, but takes just 1
/usr/include/gcc/darwin/4.0/c++/bits/localefwd.h:78:34: error: macro "isalpha" passed 2 arguments, but takes just 1
/usr/include/gcc/darwin/4.0/c++/bits/localefwd.h:82:34: error: macro "isdigit" passed 2 arguments, but takes just 1
/usr/include/gcc/darwin/4.0/c++/bits/localefwd.h:86:34: error: macro "ispunct" passed 2 arguments, but takes just 1
/usr/include/gcc/darwin/4.0/c++/bits/localefwd.h:90:35: error: macro "isxdigit" passed 2 arguments, but takes just 1
/usr/include/gcc/darwin/4.0/c++/bits/localefwd.h:94:34: error: macro "isalnum" passed 2 arguments, but takes just 1
/usr/include/gcc/darwin/4.0/c++/bits/localefwd.h:98:34: error: macro "isgraph" passed 2 arguments, but takes just 1
/usr/include/gcc/darwin/4.0/c++/bits/localefwd.h:102:34: error: macro "toupper" passed 2 arguments, but takes just 1
/usr/include/gcc/darwin/4.0/c++/bits/localefwd.h:106:34: error: macro "tolower" passed 2 arguments, but takes just 1