ilkosta
unread,Nov 5, 2011, 12:50:55 PM11/5/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Mordor Users
Hi,
I just cloned the git repository and tried to build mordor with my box
( 3.0.0-1-amd64 #1 SMP Debian 4.6.1-15 ,Target: x86_64-linux-gnu )
with gcc 4.6.1.
With the standard -Werror disabled I got the following warnings:
mordor/streams/ssl.cpp: In member function 'virtual void
Mordor::SSLStream::flush(bool)':
mordor/streams/ssl.cpp:441:9: error: variable 'dummy' set but not used
[-Werror=unused-but-set-variable]
mordor/streams/zlib.cpp: In member function 'virtual size_t
Mordor::ZlibStream::read(Mordor::Buffer&, size_t)':
mordor/streams/zlib.cpp:153:16: warning: variable 'avail_in' set but
not used [-Wunused-but-set-variable]
At the end this error:
mordor/test/antxmllistener.cpp:3:27: fatal error: mordor/predef.h: No
such file or directory
compilation terminated.
For the predef.h error I'm missing something?
Thank you,
Costantino Giuliodori