7 Jun 2006 11:59
wxMDialog error in Windows make
Mark Livingstone <mlivingstone <at> users.sourceforge.net>
2006-06-07 09:59:01 GMT
2006-06-07 09:59:01 GMT
c:\M\src\gui\wxMDialogs.cpp(2165) : error C2065: 'wxHtmlWindow' : undeclared identifier
c:\M\src\gui\wxMDialogs.cpp(2165) : error C2065: 'license' : undeclared identifier
c:\M\src\gui\wxMDialogs.cpp(2165) : error C2061: syntax error : identifier 'wxHtmlWindow'
c:\M\src\gui\wxMDialogs.cpp(2172) : error C2227: left of '->SetPage' must point to class/struct/union
type is ''unknown-type''
c:\M\src\gui\wxMDialogs.cpp(2172) : error C3861: 'license': identifier not found, even with
argument-dependent lookup
c:\M\src\gui\wxMDialogs.cpp(2185) : error C2227: left of '->SetConstraints' must point to class/struct/union
type is ''unknown-type''
c:\M\src\gui\wxMDialogs.cpp(2185) : error C3861: 'license': identifier not found, even with
argument-dependent lookup
mlivingstone <at> constellation ~/projects/M/build $ make
make[1]: Entering directory `/home/mlivingstone/projects/M/build/include'
make[1]: Leaving directory `/home/mlivingstone/projects/M/build/include'
make[1]: Entering directory `/home/mlivingstone/projects/M/build/lib'
set -e; for i in compface imap; do make -C $i -f Makefile.M all; done
make[2]: Entering directory `/home/mlivingstone/projects/M/build/lib/compface'
make[2]: Leaving directory `/home/mlivingstone/projects/M/build/lib/compface'
make[2]: Entering directory `/home/mlivingstone/projects/M/build/lib/imap'
make all `cat SPECIALS`
Building OS-dependent module
If you get No such file error messages for files x509.h, ssl.h,
pem.h, buffer.h, bio.h, and crypto.h, that means that OpenSSL
is not installed on your system. Either install OpenSSL first
or build with command: make lnx SSLTYPE=none
`cat CCTYPE` -c `cat CFLAGS` `cat OSCFLAGS` -c osdep.c
cc1: error: unrecognized command line option "-Wno-pointer-sign"
make[4]: *** [osdep.o] Error 1
make[3]: *** [missing] Error 2
make[2]: *** [c-client/c-client.a] Error 2
make[2]: Leaving directory `/home/mlivingstone/projects/M/build/lib/imap'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/mlivingstone/projects/M/build/lib'
RSS Feed