Compilation of log4cxx-0.9.7d

classic Classic list List threaded Threaded
5 messages Options
Reply | Threaded
Open this post in threaded view
|

Compilation of log4cxx-0.9.7d

Ortelli Claudio
Hi all,

on a Linux (Kubuntu feisty) platform I'would like to use the quantlib
functions from Openoffice calc. I have successfully compiled
and installed the gcc 3.4.1 compiler and with it compiled and installed
the quantlib library.

At this point, according to the documentation, see

http://quantlib.org/quantlibaddin/calc.html

I should compile the log4cxx library. However, compilation of log4cxx does
not work on my computer.

Here I report the output of the autogen.sh, configure and make commands
as well as the list of the installed packages (from dpkg --get-selection).
I have also compile both gcc 3.4.1 and quantlib library on a Suse 10.2
distribution but when trying to compile log4cxx it fails too.

The problem seem to be a missing "config.h" file
(see the output of the make command below and the following reported line)
../include/log4cxx/helpers/tchar.h:20:28: log4cxx/config.h: No such file or
directory


But I don't use to compile packages, I'm a newbie ... and I suppose I'm
missing something  ... but what?

It would be great if you could give me a hint on the problem and eventually
the way to solve it.

Thanks a lot

Claudio


************* autogen.sh command *****************
claudio@lyrton:~/Desktop/log4cxx-0.9.7d$ ./autogen.sh
/usr/share/aclocal/dotconf.m4:5: warning: underquoted definition of
AM_PATH_DOTCONF
  run info '(automake)Extending aclocal'
  or see http://sources.redhat.com/automake/automake.html#Extending-aclocal
configure.in: installing `./install-sh'
configure.in: installing `./missing'
docs/Makefile.am:8: htmldir was already defined in condition TRUE, which
includes condition DOC ...
configure.in:1: ... `htmldir' previously defined here
examples/Makefile.am: installing `./depcomp'




************* configure command *****************
claudio@lyrton:~/Desktop/log4cxx-0.9.7d$ ./configure
CC=/usr/local/gcc/3.4.1/bin/gcc CXX=/usr/local/gcc/3.4.1/bin/g++
CPP=/usr/local/gcc/3.4.1/bin/cpp
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking for gcc... /usr/local/gcc/3.4.1/bin/gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether /usr/local/gcc/3.4.1/bin/gcc accepts -g... yes
checking for /usr/local/gcc/3.4.1/bin/gcc option to accept ISO C89... none
needed
checking dependency style of /usr/local/gcc/3.4.1/bin/gcc... gcc3
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ld used by /usr/local/gcc/3.4.1/bin/gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking how to run the C preprocessor... /usr/local/gcc/3.4.1/bin/cpp
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking whether we are using the GNU C++ compiler... yes
checking whether /usr/local/gcc/3.4.1/bin/g++ accepts -g... yes
checking dependency style of /usr/local/gcc/3.4.1/bin/g++... gcc3
checking how to run the C++ preprocessor... /usr/local/gcc/3.4.1/bin/g++ -E
checking for g77... g77
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether g77 accepts -g... yes
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/nm -B output
from /usr/local/gcc/3.4.1/bin/gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if /usr/local/gcc/3.4.1/bin/gcc supports -fno-rtti -fno-exceptions...
no
checking for /usr/local/gcc/3.4.1/bin/gcc option to produce PIC... -fPIC
checking if /usr/local/gcc/3.4.1/bin/gcc PIC flag -fPIC works... yes
checking if /usr/local/gcc/3.4.1/bin/gcc static flag -static works... yes
checking if /usr/local/gcc/3.4.1/bin/gcc supports -c -o file.o... yes
checking whether the /usr/local/gcc/3.4.1/bin/gcc linker (/usr/bin/ld)
supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... cat: /etc/ld.so.conf.d/*.conf: No
such file or directory
GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by /usr/local/gcc/3.4.1/bin/g++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the /usr/local/gcc/3.4.1/bin/g++ linker (/usr/bin/ld)
supports shared libraries... yes
checking for /usr/local/gcc/3.4.1/bin/g++ option to produce PIC... -fPIC
checking if /usr/local/gcc/3.4.1/bin/g++ PIC flag -fPIC works... yes
checking if /usr/local/gcc/3.4.1/bin/g++ static flag -static works... yes
checking if /usr/local/gcc/3.4.1/bin/g++ supports -c -o file.o... yes
checking whether the /usr/local/gcc/3.4.1/bin/g++ linker (/usr/bin/ld)
supports shared libraries... yes
checking dynamic linker characteristics... cat: /etc/ld.so.conf.d/*.conf: No
such file or directory
GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
appending configuration tag "F77" to libtool
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for g77 option to produce PIC... -fPIC
checking if g77 PIC flag -fPIC works... yes
checking if g77 static flag -static works... yes
checking if g77 supports -c -o file.o... yes
checking whether the g77 linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... cat: /etc/ld.so.conf.d/*.conf: No
such file or directory
GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for a BSD-compatible install... /usr/bin/install -c
checking whether make sets $(MAKE)... (cached) yes
checking whether we are using the GNU C++ compiler... (cached) yes
checking whether /usr/local/gcc/3.4.1/bin/g++ accepts -g... (cached) yes
checking dependency style of /usr/local/gcc/3.4.1/bin/g++... (cached) gcc3
checking how to run the C++ preprocessor... /usr/local/gcc/3.4.1/bin/g++ -E
checking for doxygen... /usr/bin/doxygen
checking for dot... no
checking for cppunit-config... yes
checking cppunit/TestFixture.h usability... yes
checking cppunit/TestFixture.h presence... yes
checking for cppunit/TestFixture.h... yes
checking for main in -lboost_regex... yes
checking boost/regex.hpp usability... yes
checking boost/regex.hpp presence... yes
checking for boost/regex.hpp... yes
checking for unistd.h... (cached) yes
checking io.h usability... no
checking io.h presence... no
checking for io.h... no
checking alloca.h usability... yes
checking alloca.h presence... yes
checking for alloca.h... yes
checking for syslog... yes
checking for ranlib... (cached) ranlib
checking for thread support... pthread
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking for gethostbyname... yes
checking for setsockopt... yes
checking for XML support... libxml2
checking for xml2-config... yes
checking for UTF-16 Unicode support... no
checking for ODBC support... no
checking for gettimeofday... yes
checking for ftime... yes
checking for setenv... yes
checking for SMTP support... no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating docs/Makefile
config.status: creating docs/Doxyfile
config.status: creating src/Makefile
config.status: creating include/Makefile
config.status: creating include/log4cxx/Makefile
config.status: creating include/log4cxx/helpers/Makefile
config.status: creating include/log4cxx/net/Makefile
config.status: creating include/log4cxx/nt/Makefile
config.status: creating include/log4cxx/spi/Makefile
config.status: creating include/log4cxx/varia/Makefile
config.status: creating include/log4cxx/xml/Makefile
config.status: creating include/log4cxx/config/Makefile
config.status: creating include/log4cxx/db/Makefile
config.status: creating tests/Makefile
config.status: creating tests/input/Makefile
config.status: creating tests/input/xml/Makefile
config.status: creating tests/src/Makefile
config.status: creating tests/src/customlogger/Makefile
config.status: creating tests/src/defaultinit/Makefile
config.status: creating tests/src/helpers/Makefile
config.status: creating tests/src/net/Makefile
config.status: creating tests/src/pattern/Makefile
config.status: creating tests/src/util/Makefile
config.status: creating tests/src/xml/Makefile
config.status: creating tests/src/varia/Makefile
config.status: creating tests/witness/Makefile
config.status: creating performance/Makefile
config.status: creating performance/xml/Makefile
config.status: creating examples/Makefile
config.status: creating msvc/Makefile
config.status: creating msvc/examples/Makefile
config.status: creating msvc/simplesocketserver/Makefile
config.status: creating msvc/static/Makefile
config.status: creating msvc/tests/Makefile
config.status: creating msvc/performance/Makefile
config.status: creating include/log4cxx/config_auto.h
config.status: executing depfiles commands




************* make command *****************
claudio@lyrton:~/Desktop/log4cxx-0.9.7d$ make
Making all in docs
make[1]: Entering directory `/home/claudio/Desktop/log4cxx-0.9.7d/docs'
"/usr/bin/doxygen"
Searching for include files...
Searching for example files...
Searching for images...
Searching for dot files...
Searching for files to exclude
Searching for files to process...
Search for files in directory /home/claudio/Desktop/log4cxx-0.9.7d/include
Search for files in
directory /home/claudio/Desktop/log4cxx-0.9.7d/include/.svn
Search for files in
directory /home/claudio/Desktop/log4cxx-0.9.7d/include/.svn/prop-base
Search for files in
directory /home/claudio/Desktop/log4cxx-0.9.7d/include/.svn/props
Search for files in
directory /home/claudio/Desktop/log4cxx-0.9.7d/include/.svn/text-base
Search for files in
directory /home/claudio/Desktop/log4cxx-0.9.7d/include/.svn/tmp
Search for files in
directory /home/claudio/Desktop/log4cxx-0.9.7d/include/.svn/tmp/prop-base
Search for files in
directory /home/claudio/Desktop/log4cxx-0.9.7d/include/.svn/tmp/props
Search for files in
directory /home/claudio/Desktop/log4cxx-0.9.7d/include/.svn/tmp/text-base
Search for files in
directory /home/claudio/Desktop/log4cxx-0.9.7d/include/log4cxx
Search for files in
directory /home/claudio/Desktop/log4cxx-0.9.7d/include/log4cxx/.svn
Search for files in
directory /home/claudio/Desktop/log4cxx-0.9.7d/include/log4cxx/.svn/prop-base
Search for files in
directory /home/claudio/Desktop/log4cxx-0.9.7d/include/log4cxx/.svn/props
Search for files in
directory /home/claudio/Desktop/log4cxx-0.9.7d/include/log4cxx/.svn/text-base
Search for files in
directory /home/claudio/Desktop/log4cxx-0.9.7d/include/log4cxx/.svn/tmp
Search for files in
directory /home/claudio/Desktop/log4cxx-0.9.7d/include/log4cxx/.svn/tmp/prop-base
Search for files in
directory /home/claudio/Desktop/log4cxx-0.9.7d/include/log4cxx/.svn/tmp/props
Search for files in
directory /home/claudio/Desktop/log4cxx-0.9.7d/include/log4cxx/.svn/tmp/text-base
Search for files in
directory /home/claudio/Desktop/log4cxx-0.9.7d/include/log4cxx/config
Search for files in
directory /home/claudio/Desktop/log4cxx-0.9.7d/include/log4cxx/config/.svn
Search for files in
directory /home/claudio/Desktop/log4cxx-0.9.7d/include/log4cxx/config/.svn/prop-base
Search for files in
directory /home/claudio/Desktop/log4cxx-0.9.7d/include/log4cxx/config/.svn/props
Search for files in
directory /home/claudio/Desktop/log4cxx-0.9.7d/include/log4cxx/config/.svn/text-base
Search for files in
directory /home/claudio/Desktop/log4cxx-0.9.7d/include/log4cxx/config/.svn/tmp
Search for files in
directory /home/claudio/Desktop/log4cxx-0.9.7d/include/log4cxx/config/.svn/tmp/prop-base
Search for files in
directory /home/claudio/Desktop/log4cxx-0.9.7d/include/log4cxx/config/.svn/tmp/props
Search for files in
directory /home/claudio/Desktop/log4cxx-0.9.7d/include/log4cxx/config/.svn/tmp/text-base
Search for files in
directory /home/claudio/Desktop/log4cxx-0.9.7d/include/log4cxx/db
Search for files in
directory /home/claudio/Desktop/log4cxx-0.9.7d/include/log4cxx/xml/.svn/tmp/text-base
.
.(some lines have been removed by me)
.
Search for files in directory /home/claudio/Desktop/log4cxx-0.9.7d/src
Search for files in directory /home/claudio/Desktop/log4cxx-0.9.7d/src/.deps
Reading and parsing tag files
Preprocessing /home/claudio/Desktop/log4cxx-0.9.7d/include/log4cxx/appender.h...
Parsing
file /home/claudio/Desktop/log4cxx-0.9.7d/include/log4cxx/appender.h...
Preprocessing /home/claudio/Desktop/log4cxx-0.9.7d/include/log4cxx/appenderskeleton.h...
Parsing
file /home/claudio/Desktop/log4cxx-0.9.7d/include/log4cxx/appenderskeleton.h...
Preprocessing /home/claudio/Desktop/log4cxx-0.9.7d/include/log4cxx/asyncappender.h...
Parsing
file /home/claudio/Desktop/log4cxx-0.9.7d/include/log4cxx/asyncappender.h...
Preprocessing /home/claudio/Desktop/log4cxx-0.9.7d/include/log4cxx/basicconfigurator.h...
Parsing
file /home/claudio/Desktop/log4cxx-0.9.7d/include/log4cxx/basicconfigurator.h...
Preprocessing /home/claudio/Desktop/log4cxx-0.9.7d/include/log4cxx/config/propertysetter.h...
Parsing
file /home/claudio/Desktop/log4cxx-0.9.7d/include/log4cxx/config/propertysetter.h...
Preprocessing /home/claudio/Desktop/log4cxx-0.9.7d/include/log4cxx/config_auto.h...
Parsing
file /home/claudio/Desktop/log4cxx-0.9.7d/include/log4cxx/config_auto.h...
Preprocessing /home/claudio/Desktop/log4cxx-0.9.7d/include/log4cxx/config_msvc.h...
Parsing
file /home/claudio/Desktop/log4cxx-0.9.7d/include/log4cxx/config_msvc.h...
Preprocessing /home/claudio/Desktop/log4cxx-0.9.7d/include/log4cxx/consoleappender.h...
Parsing
file /home/claudio/Desktop/log4cxx-0.9.7d/include/log4cxx/consoleappender.h...
Preprocessing /home/claudio/Desktop/log4cxx-0.9.7d/include/log4cxx/dailyrollingfileappender.h...
Parsing
file /home/claudio/Desktop/log4cxx-0.9.7d/include/log4cxx/dailyrollingfileappender.h...
Preprocessing /home/claudio/Desktop/log4cxx-0.9.7d/include/log4cxx/db/odbcappender.h...
Parsing
file /home/claudio/Desktop/log4cxx-0.9.7d/include/log4cxx/db/odbcappender.h...
Preprocessing /home/claudio/Desktop/log4cxx-0.9.7d/include/log4cxx/defaultcategoryfactory.h...
Parsing
file /home/claudio/Desktop/log4cxx-0.9.7d/include/log4cxx/defaultcategoryfactory.h...
Preprocessing /home/claudio/Desktop/log4cxx-0.9.7d/include/log4cxx/fileappender.h...
Parsing
file /home/claudio/Desktop/log4cxx-0.9.7d/include/log4cxx/fileappender.h...
Preprocessing /home/claudio/Desktop/log4cxx-0.9.7d/include/log4cxx/helpers/absolutetimedateformat.h...
Parsing
file /home/claudio/Desktop/log4cxx-0.9.7d/include/log4cxx/helpers/absolutetimedateformat.h...
Preprocessing /home/claudio/Desktop/log4cxx-0.9.7d/include/log4cxx/helpers/appenderattachableimpl.h...
Parsing
file /home/claudio/Desktop/log4cxx-0.9.7d/include/log4cxx/helpers/appenderattachableimpl.h...
Preprocessing /home/claudio/Desktop/log4cxx-0.9.7d/include/log4cxx/helpers/boundedfifo.h...
Parsing
file /home/claudio/Desktop/log4cxx-0.9.7d/include/log4cxx/helpers/boundedfifo.h...
Preprocessing /home/claudio/Desktop/log4cxx-0.9.7d/include/log4cxx/helpers/class.h...
.
. (some lines have been removed by me)
.
Parsing
file /home/claudio/Desktop/log4cxx-0.9.7d/src/threadspecificdata.cpp...
Preprocessing /home/claudio/Desktop/log4cxx-0.9.7d/src/timezone.cpp...
Parsing file /home/claudio/Desktop/log4cxx-0.9.7d/src/timezone.cpp...
Preprocessing /home/claudio/Desktop/log4cxx-0.9.7d/src/transform.cpp...
Parsing file /home/claudio/Desktop/log4cxx-0.9.7d/src/transform.cpp...
Preprocessing /home/claudio/Desktop/log4cxx-0.9.7d/src/ttcclayout.cpp...
Parsing file /home/claudio/Desktop/log4cxx-0.9.7d/src/ttcclayout.cpp...
Preprocessing /home/claudio/Desktop/log4cxx-0.9.7d/src/writerappender.cpp...
Parsing file /home/claudio/Desktop/log4cxx-0.9.7d/src/writerappender.cpp...
Preprocessing /home/claudio/Desktop/log4cxx-0.9.7d/src/xmllayout.cpp...
Parsing file /home/claudio/Desktop/log4cxx-0.9.7d/src/xmllayout.cpp...
Preprocessing /home/claudio/Desktop/log4cxx-0.9.7d/src/xmlsocketappender.cpp...
Parsing file /home/claudio/Desktop/log4cxx-0.9.7d/src/xmlsocketappender.cpp...
Preprocessing /home/claudio/Desktop/log4cxx-0.9.7d/docs/mainpage.dox...
Parsing file /home/claudio/Desktop/log4cxx-0.9.7d/docs/mainpage.dox...
Preprocessing /home/claudio/Desktop/log4cxx-0.9.7d/docs/introduction.dox...
Parsing file /home/claudio/Desktop/log4cxx-0.9.7d/docs/introduction.dox...
Building group list...
Building directory list...
Building namespace list...
Building file list...
Searching for included using directives...
Building class list...
Associating documentation with classes...
Computing nesting relations for classes...
Searching for members imported via using declarations...
Building example list...
Searching for enumerations...
Searching for documented variables...
Building member list...
Searching for friends...
Searching for documented defines...
Computing template instances...
Flushing cached template relations that have become invalid...
Creating members for template instances...
Computing class relations...
Searching for member function documentation...
/home/claudio/Desktop/log4cxx-0.9.7d/src/sockethubappender.cpp:167: Warning:
no matching class member found for
  ServerMonitor(int port, const std::vector<
helpers::log4cxx::helpers::ObjectPtrTObjectPtrT< SocketOutputStream > >
&oosList)
Possible candidates:
  log4cxx::net::SocketHubAppender::ServerMonitor::ServerMonitor(int port,
const std::vector< helpers::SocketOutputStreamPtr > &oosList)
Building page list...
Search for main page...
Computing page relations...
Determining the scope of groups...
Sorting lists...
Freeing entry tree
Determining which enums are documented
Computing member relations...
Building full member lists recursively...
Adding members to member groups.
Computing member references...
Inheriting documentation...
Generating disk names...
Adding source references...
Adding todo/test/bug list items...
Generating style sheet...
Counting data structures...
Resolving user defined references...
Combining using relations...
Finding anchors and sections in the documentation...
Generating index page...
Generating example documentation...
Generating file sources...
Generating file documentation...
Generating page documentation...
Generating docs for page Introduction...
Generating group documentation...
Generating group index...
Generating class documentation...
Generating annotated compound index...
Generating alphabetical compound index...
Generating hierarchical class index...
Generating member index...
Generating namespace index...
Generating docs for compound log4cxx::Appender...
Generating docs for compound log4cxx::AppenderSkeleton...
Generating docs for compound log4cxx::AsyncAppender...
Generating docs for compound log4cxx::BasicConfigurator...
Generating docs for compound log4cxx::ConsoleAppender...
/home/claudio/Desktop/log4cxx-0.9.7d/include/log4cxx/consoleappender.h:54:
Warning: explicit link request to 'target' could not be resolved
/home/claudio/Desktop/log4cxx-0.9.7d/include/log4cxx/consoleappender.h:62:
Warning: explicit link request to 'target' could not be resolved
Generating docs for compound log4cxx::RollingCalendar...
Generating docs for compound log4cxx::DailyRollingFileAppender...
Generating docs for compound log4cxx::FileAppender...
Generating docs for compound log4cxx::Hierarchy...
Generating docs for compound log4cxx::HTMLLayout...
Generating docs for compound log4cxx::Layout...
Generating docs for compound log4cxx::Level...
Generating docs for compound log4cxx::Logger...
Generating docs for compound log4cxx::LogManager...
Generating docs for compound log4cxx::MDC...
Generating docs for compound log4cxx::NDC...
/home/claudio/Desktop/log4cxx-0.9.7d/include/log4cxx/ndc.h:92: Warning:
explicit link request to 'clonestack' could not be resolved
/home/claudio/Desktop/log4cxx-0.9.7d/include/log4cxx/ndc.h:123: Warning:
explicit link request to 'setMaxDepth' could not be resolved
Generating docs for compound log4cxx::PatternLayout...
Generating docs for compound log4cxx::PropertyConfigurator...
/home/claudio/Desktop/log4cxx-0.9.7d/include/log4cxx/propertyconfigurator.h:329:
Warning: explicit link request to 'doConfigure(const string&,
spi::LoggerRepositoryPtr&)' could not be resolved
/home/claudio/Desktop/log4cxx-0.9.7d/include/log4cxx/propertyconfigurator.h:348:
Warning: explicit link request to 'LoggerFactory' could not be resolved
/home/claudio/Desktop/log4cxx-0.9.7d/include/log4cxx/propertyconfigurator.h:349:
Warning: explicit link request to 'LOGGER_FACTORY_KEY' could not be resolved
Generating docs for compound log4cxx::RollingFileAppender...
Generating docs for compound log4cxx::SimpleLayout...
Generating docs for compound log4cxx::TTCCLayout...
Generating docs for compound log4cxx::WriterAppender...
Generating docs for compound log4cxx::config::PropertySetter...
Generating docs for compound log4cxx::db::ODBCAppender...
Generating docs for compound log4cxx::helpers::AbsoluteTimeDateFormat...
Generating docs for compound log4cxx::helpers::BoundedFIFO...
Generating docs for compound log4cxx::helpers::InstantiationException...
Generating docs for compound log4cxx::helpers::ClassNotFoundException...
Generating docs for compound log4cxx::helpers::WaitAccess...
Generating docs for compound log4cxx::helpers::CyclicBuffer...
Generating docs for compound log4cxx::helpers::DatagramPacket...
Generating docs for compound log4cxx::helpers::DatagramSocket...
Generating docs for compound log4cxx::helpers::DateFormat...
Generating docs for compound log4cxx::helpers::DateLayout...
Generating docs for compound log4cxx::helpers::DateTimeDateFormat...
Generating docs for compound log4cxx::helpers::Event...
Generating docs for compound log4cxx::helpers::Exception...
Generating docs for compound log4cxx::helpers::RuntimeException...
Generating docs for compound log4cxx::helpers::NullPointerException...
Generating docs for compound log4cxx::helpers::IllegalArgumentException...
Generating docs for compound log4cxx::helpers::IOException...
Generating docs for compound log4cxx::helpers::FileWatchdog...
/home/claudio/Desktop/log4cxx-0.9.7d/include/log4cxx/helpers/filewatchdog.h:30:
Warning: explicit link request to 'doOnChange' could not be resolved
Generating docs for compound log4cxx::helpers::FormattingInfo...
Generating docs for compound log4cxx::helpers::ISO8601DateFormat...
Generating docs for compound log4cxx::helpers::LogLog...
Generating docs for compound log4cxx::helpers::Object...
Generating docs for compound log4cxx::helpers::synchronized...
Generating docs for compound log4cxx::helpers::ObjectImpl...
Generating docs for compound log4cxx::helpers::ObjectPtrT...
Generating docs for compound log4cxx::helpers::OnlyOnceErrorHandler...
Generating docs for compound log4cxx::helpers::OptionConverter...
Generating docs for compound log4cxx::helpers::PatternConverter...
Generating docs for compound log4cxx::helpers::PatternParser...
Generating docs for compound log4cxx::helpers::PropertyResourceBundle...
Generating docs for compound log4cxx::helpers::RelativeTimeDateFormat...
Generating docs for compound log4cxx::helpers::ResourceBundle...
Generating docs for compound log4cxx::helpers::Socket...
Generating docs for compound log4cxx::helpers::SocketException...
Generating docs for compound log4cxx::helpers::ConnectException...
Generating docs for compound log4cxx::helpers::BindException...
Generating docs for compound log4cxx::helpers::InterruptedIOException...
Generating docs for compound log4cxx::helpers::SocketTimeoutException...
Generating docs for compound log4cxx::helpers::SocketImpl...
Generating docs for compound log4cxx::helpers::StrictMath...
Generating docs for compound log4cxx::helpers::StringHelper...
Generating docs for compound log4cxx::helpers::SyslogWriter...
Generating docs for compound log4cxx::helpers::System...
Generating docs for compound log4cxx::helpers::Runnable...
Generating docs for compound log4cxx::helpers::Thread...
Generating docs for compound log4cxx::helpers::Transform...
Generating docs for compound log4cxx::helpers::XMLDOMNode...
Generating docs for compound log4cxx::helpers::XMLDOMDocument...
Generating docs for compound log4cxx::helpers::XMLDOMElement...
Generating docs for compound log4cxx::helpers::XMLDOMNodeList...
Generating docs for compound log4cxx::net::SMTPAppender...
Generating docs for compound log4cxx::net::SocketAppender...
Generating docs for compound log4cxx::net::SocketHubAppender...
Generating docs for compound log4cxx::net::SocketNode...
Generating docs for compound log4cxx::net::SyslogAppender...
Generating docs for compound log4cxx::net::TelnetAppender...
Generating docs for compound log4cxx::net::XMLSocketAppender...
Generating docs for compound log4cxx::nt::NTEventLogAppender...
Generating docs for compound log4cxx::spi::AppenderAttachable...
Generating docs for compound log4cxx::spi::Configurator...
Generating docs for compound log4cxx::spi::ErrorHandler...
Generating docs for compound log4cxx::spi::Filter...
Generating docs for compound log4cxx::spi::HierarchyEventListener...
Generating docs for compound log4cxx::spi::LoggerFactory...
Generating docs for compound log4cxx::spi::LoggerRepository...
Generating docs for compound log4cxx::spi::LoggingEvent...
/home/claudio/Desktop/log4cxx-0.9.7d/include/log4cxx/spi/loggingevent.h:72:
Warning: explicit link request to 'timeStamp' could not be resolved
/home/claudio/Desktop/log4cxx-0.9.7d/include/log4cxx/spi/loggingevent.h:91:
Warning: explicit link request to 'level' could not be resolved
/home/claudio/Desktop/log4cxx-0.9.7d/include/log4cxx/spi/loggingevent.h:95:
Warning: explicit link request to 'logger' could not be resolved
/home/claudio/Desktop/log4cxx-0.9.7d/include/log4cxx/spi/loggingevent.h:98:
Warning: explicit link request to 'message' could not be resolved
/home/claudio/Desktop/log4cxx-0.9.7d/include/log4cxx/spi/loggingevent.h:102:
Warning: explicit link request to 'message' could not be resolved
/home/claudio/Desktop/log4cxx-0.9.7d/include/log4cxx/spi/loggingevent.h:112:
Warning: explicit link request to 'threadId' could not be resolved
/home/claudio/Desktop/log4cxx-0.9.7d/include/log4cxx/spi/loggingevent.h:116:
Warning: explicit link request to 'timeStamp' could not be resolved
Generating docs for compound log4cxx::spi::OptionHandler...
Generating docs for compound log4cxx::spi::RepositorySelector...
Generating docs for compound log4cxx::spi::RootCategory...
Generating docs for compound log4cxx::spi::TriggeringEventEvaluator...
Generating docs for compound log4cxx::varia::FallbackErrorHandler...
Generating docs for compound log4cxx::xml::DOMConfigurator...
Generating docs for compound log4cxx::xml::XMLLayout...
Generating namespace member index...
Generating graph info page...
Generating file index...
Generating example index...
Generating file member index...
Generating page index...
make[1]: Leaving directory `/home/claudio/Desktop/log4cxx-0.9.7d/docs'
Making all in src
make[1]: Entering directory `/home/claudio/Desktop/log4cxx-0.9.7d/src'
if /bin/bash ../libtool --tag=CXX --mode=compile /usr/local/gcc/3.4.1/bin/g++ -DHAVE_CONFIG_H -I. -I. -I../include/log4cxx -I../include -I/usr/include/libxml2  -D_REENTRANT  -g -O2 -MT
appenderattachableimpl.lo -MD -MP -MF ".deps/appenderattachableimpl.Tpo" -c -o
appenderattachableimpl.lo appenderattachableimpl.cpp; \
        then
mv -f ".deps/appenderattachableimpl.Tpo" ".deps/appenderattachableimpl.Plo";
else rm -f ".deps/appenderattachableimpl.Tpo"; exit 1; fi
mkdir .libs
 /usr/local/gcc/3.4.1/bin/g++ -DHAVE_CONFIG_H -I. -I. -I../include/log4cxx -I../include -I/usr/include/libxml2 -D_REENTRANT -g -O2 -MT
appenderattachableimpl.lo -MD -MP -MF .deps/appenderattachableimpl.Tpo -c
appenderattachableimpl.cpp  -fPIC -DPIC -o .libs/appenderattachableimpl.o
In file included from appenderattachableimpl.cpp:17:
../include/log4cxx/helpers/tchar.h:20:28: log4cxx/config.h: No such file or
directory
In file included from ../include/log4cxx/helpers/objectptr.h:20,
                 from ../include/log4cxx/appender.h:21,
                 from appenderattachableimpl.cpp:18:
../include/log4cxx/helpers/exception.h:30: error: invalid function declaration
../include/log4cxx/helpers/exception.h:44: error: invalid function declaration
../include/log4cxx/helpers/exception.h:55: error: invalid function declaration
../include/log4cxx/helpers/exception.h:65: error: invalid function declaration
../include/log4cxx/helpers/exception.h:76: error: invalid function declaration
In file included from ../include/log4cxx/appender.h:21,
                 from appenderattachableimpl.cpp:18:
../include/log4cxx/helpers/objectptr.h: In constructor
`log4cxx::helpers::ObjectPtrT<T>::ObjectPtrT(const int&)':
../include/log4cxx/helpers/objectptr.h:57: error: there are no arguments to
`IllegalArgumentException' that depend on a template parameter, so a
declaration of `IllegalArgumentException' must be available
../include/log4cxx/helpers/objectptr.h:57: error: (if you use `-fpermissive',
G++ will accept your code, but allowing the use of an undeclared name is
deprecated)
../include/log4cxx/helpers/objectptr.h: In member function
`log4cxx::helpers::ObjectPtrT<T>&
log4cxx::helpers::ObjectPtrT<T>::operator=(const int&)':
../include/log4cxx/helpers/objectptr.h:120: error: there are no arguments to
`IllegalArgumentException' that depend on a template parameter, so a
declaration of `IllegalArgumentException' must be available
In file included from ../include/log4cxx/helpers/object.h:21,
                 from ../include/log4cxx/appender.h:22,
                 from appenderattachableimpl.cpp:18:
../include/log4cxx/helpers/class.h: At global scope:
../include/log4cxx/helpers/class.h:35: error: invalid function declaration
../include/log4cxx/helpers/class.h:46: error: invalid function declaration
../include/log4cxx/helpers/class.h:53: error: invalid function declaration
In file included from ../include/log4cxx/appender.h:22,
                 from appenderattachableimpl.cpp:18:
../include/log4cxx/helpers/object.h:70: error: invalid function declaration
../include/log4cxx/helpers/object.h:83: error: invalid function declaration
../include/log4cxx/helpers/object.h: In constructor
`log4cxx::helpers::synchronized::synchronized(const
log4cxx::helpers::Object*)':
../include/log4cxx/helpers/object.h:103: error: invalid use of undefined type
`const struct log4cxx::helpers::Object'
../include/log4cxx/helpers/class.h:27: error: forward declaration of `const
struct log4cxx::helpers::Object'
../include/log4cxx/helpers/object.h: In destructor
`log4cxx::helpers::synchronized::~synchronized()':
../include/log4cxx/helpers/object.h:106: error: invalid use of undefined type
`const struct log4cxx::helpers::Object'
../include/log4cxx/helpers/class.h:27: error: forward declaration of `const
struct log4cxx::helpers::Object'
In file included from ../include/log4cxx/appender.h:24,
                 from appenderattachableimpl.cpp:18:
../include/log4cxx/spi/optionhandler.h: At global scope:
../include/log4cxx/spi/optionhandler.h:34: error: invalid function declaration
In file included from appenderattachableimpl.cpp:18:
../include/log4cxx/appender.h:52: error: invalid function declaration
In file included from ../include/log4cxx/helpers/appenderattachableimpl.h:20,
                 from appenderattachableimpl.cpp:19:
../include/log4cxx/spi/appenderattachable.h:41: error: invalid function
declaration
In file included from ../include/log4cxx/helpers/objectimpl.h:22,
                 from ../include/log4cxx/helpers/appenderattachableimpl.h:21,
                 from appenderattachableimpl.cpp:19:
../include/log4cxx/helpers/criticalsection.h:33: error: invalid function
declaration
../include/log4cxx/helpers/criticalsection.h:55: error: expected `)'
before '&' token
../include/log4cxx/helpers/criticalsection.h:81: error: ISO C++ forbids
declaration of `CriticalSection' with no type
../include/log4cxx/helpers/criticalsection.h:81: error: expected `;'
before '&' token
../include/log4cxx/helpers/criticalsection.h: In member function `void
log4cxx::helpers::WaitAccess::unlock()':
../include/log4cxx/helpers/criticalsection.h:75: error: `cs' undeclared (first
use this function)
../include/log4cxx/helpers/criticalsection.h:75: error: (Each undeclared
identifier is reported only once for each function it appears in.)
In file included from ../include/log4cxx/helpers/appenderattachableimpl.h:21,
                 from appenderattachableimpl.cpp:19:
../include/log4cxx/helpers/objectimpl.h: At global scope:
../include/log4cxx/helpers/objectimpl.h:29: error: invalid function
declaration
In file included from appenderattachableimpl.cpp:19:
../include/log4cxx/helpers/appenderattachableimpl.h:37: error: invalid
function declaration
In file included from ../include/log4cxx/logger.h:24,
                 from ../include/log4cxx/spi/loggingevent.h:23,
                 from appenderattachableimpl.cpp:20:
../include/log4cxx/level.h:53: error: invalid function declaration
In file included from ../include/log4cxx/logger.h:25,
                 from ../include/log4cxx/spi/loggingevent.h:23,
                 from appenderattachableimpl.cpp:20:
../include/log4cxx/spi/loggerfactory.h:35: error: invalid function declaration
../include/log4cxx/spi/loggerfactory.h:43: error: `LoggerFactory' was not
declared in this scope
../include/log4cxx/spi/loggerfactory.h:43: error: template argument 1 is
invalid
../include/log4cxx/spi/loggerfactory.h:43: error: ISO C++ forbids declaration
of `LoggerFactoryPtr' with no type
In file included from ../include/log4cxx/logger.h:26,
                 from ../include/log4cxx/spi/loggingevent.h:23,
                 from appenderattachableimpl.cpp:20:
../include/log4cxx/spi/loggerrepository.h:45: error: conflicting
declaration 'typedef class
log4cxx::helpers::ObjectPtrT<log4cxx::spi::LoggerFactory>
log4cxx::spi::LoggerFactoryPtr'
../include/log4cxx/spi/loggerfactory.h:43:
error: 'log4cxx::spi::LoggerFactoryPtr' has a previous declaration as
`typedef int log4cxx::spi::LoggerFactoryPtr'
../include/log4cxx/spi/loggerrepository.h:45: error: declaration of `typedef
class log4cxx::helpers::ObjectPtrT<log4cxx::spi::LoggerFactory>
log4cxx::spi::LoggerFactoryPtr'
../include/log4cxx/spi/loggerfactory.h:43: error: conflicts with previous
declaration `typedef int log4cxx::spi::LoggerFactoryPtr'
../include/log4cxx/spi/loggerrepository.h:45: error: declaration of `typedef
class log4cxx::helpers::ObjectPtrT<log4cxx::spi::LoggerFactory>
log4cxx::spi::LoggerFactoryPtr'
../include/log4cxx/spi/loggerfactory.h:43: error: conflicts with previous
declaration `typedef int log4cxx::spi::LoggerFactoryPtr'
../include/log4cxx/spi/loggerrepository.h:45: error: declaration of `typedef
class log4cxx::helpers::ObjectPtrT<log4cxx::spi::LoggerFactory>
log4cxx::spi::LoggerFactoryPtr'
../include/log4cxx/spi/loggerfactory.h:43: error: conflicts with previous
declaration `typedef int log4cxx::spi::LoggerFactoryPtr'
../include/log4cxx/spi/loggerrepository.h:60: error: invalid function
declaration
In file included from ../include/log4cxx/helpers/resourcebundle.h:23,
                 from ../include/log4cxx/logger.h:27,
                 from ../include/log4cxx/spi/loggingevent.h:23,
                 from appenderattachableimpl.cpp:20:
../include/log4cxx/helpers/locale.h:27: error: invalid function declaration
In file included from ../include/log4cxx/logger.h:27,
                 from ../include/log4cxx/spi/loggingevent.h:23,
                 from appenderattachableimpl.cpp:20:
../include/log4cxx/helpers/resourcebundle.h:29: error: invalid function
declaration
../include/log4cxx/helpers/resourcebundle.h:39: error: invalid function
declaration
In file included from ../include/log4cxx/spi/loggingevent.h:23,
                 from appenderattachableimpl.cpp:20:
../include/log4cxx/logger.h:34: error: conflicting declaration 'typedef class
log4cxx::helpers::ObjectPtrT<log4cxx::spi::LoggerFactory>
log4cxx::spi::LoggerFactoryPtr'
../include/log4cxx/spi/loggerfactory.h:43:
error: 'log4cxx::spi::LoggerFactoryPtr' has a previous declaration as
`typedef int log4cxx::spi::LoggerFactoryPtr'
../include/log4cxx/logger.h:34: error: declaration of `typedef class
log4cxx::helpers::ObjectPtrT<log4cxx::spi::LoggerFactory>
log4cxx::spi::LoggerFactoryPtr'
../include/log4cxx/spi/loggerfactory.h:43: error: conflicts with previous
declaration `typedef int log4cxx::spi::LoggerFactoryPtr'
../include/log4cxx/logger.h:34: error: declaration of `typedef class
log4cxx::helpers::ObjectPtrT<log4cxx::spi::LoggerFactory>
log4cxx::spi::LoggerFactoryPtr'
../include/log4cxx/spi/loggerfactory.h:43: error: conflicts with previous
declaration `typedef int log4cxx::spi::LoggerFactoryPtr'
../include/log4cxx/logger.h:34: error: declaration of `typedef class
log4cxx::helpers::ObjectPtrT<log4cxx::spi::LoggerFactory>
log4cxx::spi::LoggerFactoryPtr'
../include/log4cxx/spi/loggerfactory.h:43: error: conflicts with previous
declaration `typedef int log4cxx::spi::LoggerFactoryPtr'
../include/log4cxx/logger.h:51: error: invalid function declaration
In file included from ../include/log4cxx/mdc.h:21,
                 from ../include/log4cxx/spi/loggingevent.h:24,
                 from appenderattachableimpl.cpp:20:
../include/log4cxx/helpers/threadspecificdata.h:31: error: invalid function
declaration
In file included from ../include/log4cxx/spi/loggingevent.h:24,
                 from appenderattachableimpl.cpp:20:
../include/log4cxx/mdc.h:43: error: invalid function declaration
In file included from appenderattachableimpl.cpp:20:
../include/log4cxx/spi/loggingevent.h:57: error: invalid function declaration
appenderattachableimpl.cpp:27: error: expected constructor, destructor, or
type conversion before "AppenderAttachableImpl"
appenderattachableimpl.cpp:27: error: expected `,' or `;'
before "AppenderAttachableImpl"
appenderattachableimpl.cpp:27: error: expected init-declarator before '&'
token
appenderattachableimpl.cpp:27: error: expected `,' or `;' before '&' token
appenderattachableimpl.cpp:27: error: expected init-declarator before '&'
token
appenderattachableimpl.cpp:27: error: expected `,' or `;' before '&' token
appenderattachableimpl.cpp:30: error: invalid use of undefined type `struct
log4cxx::helpers::AppenderAttachableImpl'
../include/log4cxx/helpers/appenderattachableimpl.h:33: error: forward
declaration of `struct log4cxx::helpers::AppenderAttachableImpl'
appenderattachableimpl.cpp: In member function `void
log4cxx::helpers::AppenderAttachableImpl::addAppender(const
log4cxx::AppenderPtr&)':
appenderattachableimpl.cpp:38: error: `appenderList' undeclared (first use
this function)
appenderattachableimpl.cpp: At global scope:
appenderattachableimpl.cpp:47: error: invalid use of undefined type `struct
log4cxx::helpers::AppenderAttachableImpl'
../include/log4cxx/helpers/appenderattachableimpl.h:33: error: forward
declaration of `struct log4cxx::helpers::AppenderAttachableImpl'
appenderattachableimpl.cpp: In member function `int
log4cxx::helpers::AppenderAttachableImpl::appendLoopOnAppenders(const
log4cxx::spi::LoggingEventPtr&)':
appenderattachableimpl.cpp:48: error: `appenderList' undeclared (first use
this function)
appenderattachableimpl.cpp:53: error: invalid use of undefined type `struct
log4cxx::Appender'
../include/log4cxx/appender.h:44: error: forward declaration of `struct
log4cxx::Appender'
appenderattachableimpl.cpp: At global scope:
appenderattachableimpl.cpp:60: error: invalid use of undefined type `struct
log4cxx::helpers::AppenderAttachableImpl'
../include/log4cxx/helpers/appenderattachableimpl.h:33: error: forward
declaration of `struct log4cxx::helpers::AppenderAttachableImpl'
appenderattachableimpl.cpp: In member function `log4cxx::AppenderList
log4cxx::helpers::AppenderAttachableImpl::getAllAppenders() const':
appenderattachableimpl.cpp:61: error: `appenderList' undeclared (first use
this function)
appenderattachableimpl.cpp: At global scope:
appenderattachableimpl.cpp:65: error: invalid use of undefined type `struct
log4cxx::helpers::AppenderAttachableImpl'
../include/log4cxx/helpers/appenderattachableimpl.h:33: error: forward
declaration of `struct log4cxx::helpers::AppenderAttachableImpl'
appenderattachableimpl.cpp: In member function `log4cxx::AppenderPtr
log4cxx::helpers::AppenderAttachableImpl::getAppender(const log4cxx::String&)
const':
appenderattachableimpl.cpp:71: error: `appenderList' undeclared (first use
this function)
appenderattachableimpl.cpp:76: error: invalid use of undefined type `struct
log4cxx::Appender'
../include/log4cxx/appender.h:44: error: forward declaration of `struct
log4cxx::Appender'
appenderattachableimpl.cpp: At global scope:
appenderattachableimpl.cpp:86: error: invalid use of undefined type `struct
log4cxx::helpers::AppenderAttachableImpl'
../include/log4cxx/helpers/appenderattachableimpl.h:33: error: forward
declaration of `struct log4cxx::helpers::AppenderAttachableImpl'
appenderattachableimpl.cpp: In member function `bool
log4cxx::helpers::AppenderAttachableImpl::isAttached(const
log4cxx::AppenderPtr&) const':
appenderattachableimpl.cpp:93: error: `appenderList' undeclared (first use
this function)
appenderattachableimpl.cpp: At global scope:
appenderattachableimpl.cpp:99: error: invalid use of undefined type `struct
log4cxx::helpers::AppenderAttachableImpl'
../include/log4cxx/helpers/appenderattachableimpl.h:33: error: forward
declaration of `struct log4cxx::helpers::AppenderAttachableImpl'
appenderattachableimpl.cpp: In member function `void
log4cxx::helpers::AppenderAttachableImpl::removeAllAppenders()':
appenderattachableimpl.cpp:100: error: `appenderList' undeclared (first use
this function)
appenderattachableimpl.cpp:105: error: invalid use of undefined type `struct
log4cxx::Appender'
../include/log4cxx/appender.h:44: error: forward declaration of `struct
log4cxx::Appender'
appenderattachableimpl.cpp: At global scope:
appenderattachableimpl.cpp:112: error: invalid use of undefined type `struct
log4cxx::helpers::AppenderAttachableImpl'
../include/log4cxx/helpers/appenderattachableimpl.h:33: error: forward
declaration of `struct log4cxx::helpers::AppenderAttachableImpl'
appenderattachableimpl.cpp: In member function `void
log4cxx::helpers::AppenderAttachableImpl::removeAppender(const
log4cxx::AppenderPtr&)':
appenderattachableimpl.cpp:117: error: `appenderList' undeclared (first use
this function)
appenderattachableimpl.cpp: At global scope:
appenderattachableimpl.cpp:126: error: invalid use of undefined type `struct
log4cxx::helpers::AppenderAttachableImpl'
../include/log4cxx/helpers/appenderattachableimpl.h:33: error: forward
declaration of `struct log4cxx::helpers::AppenderAttachableImpl'
appenderattachableimpl.cpp: In member function `void
log4cxx::helpers::AppenderAttachableImpl::removeAppender(const
log4cxx::String&)':
appenderattachableimpl.cpp:132: error: `appenderList' undeclared (first use
this function)
appenderattachableimpl.cpp:137: error: invalid use of undefined type `struct
log4cxx::Appender'
../include/log4cxx/appender.h:44: error: forward declaration of `struct
log4cxx::Appender'
../include/log4cxx/helpers/objectptr.h: In destructor
`log4cxx::helpers::ObjectPtrT<T>::~ObjectPtrT() [with T =
log4cxx::Appender]':
appenderattachableimpl.cpp:49:   instantiated from here
../include/log4cxx/helpers/objectptr.h:85: error: invalid use of undefined
type `struct log4cxx::Appender'
../include/log4cxx/appender.h:44: error: forward declaration of `struct
log4cxx::Appender'
../include/log4cxx/helpers/objectptr.h: In member function
`log4cxx::helpers::ObjectPtrT<T>&
log4cxx::helpers::ObjectPtrT<T>::operator=(const
log4cxx::helpers::ObjectPtrT<T>&) [with T = log4cxx::Appender]':
appenderattachableimpl.cpp:52:   instantiated from here
../include/log4cxx/helpers/objectptr.h:102: error: invalid use of undefined
type `struct log4cxx::Appender'
../include/log4cxx/appender.h:44: error: forward declaration of `struct
log4cxx::Appender'
../include/log4cxx/helpers/objectptr.h:109: error: invalid use of undefined
type `struct log4cxx::Appender'
../include/log4cxx/appender.h:44: error: forward declaration of `struct
log4cxx::Appender'
../include/log4cxx/helpers/objectptr.h: In constructor
`log4cxx::helpers::ObjectPtrT<T>::ObjectPtrT(const int&) [with T =
log4cxx::Appender]':
appenderattachableimpl.cpp:68:   instantiated from here
../include/log4cxx/helpers/objectptr.h:57: error: `IllegalArgumentException'
undeclared (first use this function)
../include/log4cxx/helpers/objectptr.h: In copy constructor
`log4cxx::helpers::ObjectPtrT<T>::ObjectPtrT(const
log4cxx::helpers::ObjectPtrT<T>&) [with T = log4cxx::Appender]':
appenderattachableimpl.cpp:68:   instantiated from here
../include/log4cxx/helpers/objectptr.h:77: error: invalid use of undefined
type `struct log4cxx::Appender'
../include/log4cxx/appender.h:44: error: forward declaration of `struct
log4cxx::Appender'
make[1]: *** [appenderattachableimpl.lo] Error 1
make[1]: Leaving directory `/home/claudio/Desktop/log4cxx-0.9.7d/src'
make: *** [all-recursive] Error 1
claudio@lyrton:~/Desktop/log4cxx-0.9.7d$  



*************** installed packages **************************
acpi install
acpi-support install
acpid install
adduser install
adept install
adept-batch install
adept-common install
adept-installer install
adept-manager install
adept-notifier install
adept-updater install
akregator install
alsa-base install
alsa-utils install
amarok install
amarok-xine install
amor install
anacron install
antlr install
apmd install
app-install-data install
apport install
apport-qt install
appres install
apt install
apt-utils install
aptitude install
ark install
arts install
artsbuilder install
aspell install
aspell-da install
aspell-de install
aspell-el install
aspell-en install
aspell-es install
aspell-fr install
aspell-it install
aspell-lt install
at install
atlantik install
atlantikdesigner install
atlas3-base install
autoconf install
automake1.9 install
autotools-dev install
avahi-autoipd install
avahi-daemon install
base-files install
base-passwd install
bash install
basket install
bc install
beforelight install
belocs-locales-bin install
bind9-host install
binutils install
binutils-static install
bitmap install
bjam install
blinken install
bluez-cups install
bluez-pin install
bluez-utils install
bogofilter install
bogofilter-bdb install
bogofilter-common install
boost-build install
bridge-utils install
brltty install
bsdmainutils install
bsdutils install
bsh install
build-essential install
busybox-initramfs install
bzip2 install
ca-certificates install
cdparanoia install
cdrdao install
cervisia install
comerr-dev install
command-not-found install
command-not-found-data install
console-setup install
console-terminus install
console-tools install
coreutils install
cpio install
cpp install
cpp-3.4 install
cpp-4.1 install
cron install
cupsys install
cupsys-bsd install
cupsys-client install
cupsys-common install
cupsys-driver-gutenprint install
cvs install
dash install
dbus install
dc install
dcoprss install
dcraw install
debconf install
debconf-i18n install
debhelper install
debianutils install
debtags install
defoma install
desktop-file-utils install
dhcdbd install
dhcp3-client install
dhcp3-common install
dictionaries-common install
diff install
digikam install
dirmngr install
dmake install
dmidecode install
dmsetup install
dnsutils install
docbook-defguide install
dosfstools install
doxygen install
dpkg install
dpkg-dev install
dselect install
dvd+rw-tools install
e2fslibs install
e2fsprogs install
ecj install
ecj-bootstrap install
ecj-bootstrap-gcj install
ecj-gcj install
ed install
edict install
editres install
education-desktop-kde install
education-tasks install
eject install
enscript install
esound-common install
ethtool install
expect install
expectk install
eyesapplet install
fastjar install
fdutils install
festival install
festlex-cmu install
festlex-poslex install
festvox-kallpc16k install
fftw3 install
fifteenapplet install
file install
findutils install
finger install
firefox install
flac install
fontconfig install
fontconfig-config install
foo2zjs install
foomatic-db install
foomatic-db-engine install
foomatic-db-hpijs install
foomatic-filters install
fortune-mod install
fortunes-min install
fping install
freeglut3 install
fstobdf install
ftp install
g++ install
g++-4.1 install
g77 install
g77-3.4 install
gamin install
gappletviewer-4.1 install
gawk install
gcc install
gcc-3.3-base install
gcc-3.4 install
gcc-3.4-base install
gcc-4.1 install
gcc-4.1-base install
gcj-4.1 install
gcj-4.1-base install
gconf2 install
gconf2-common install
gdb install
genisoimage install
gettext install
gettext-base install
gettext-kde install
gfortran install
gfortran-4.1 install
gij install
gij-4.1 install
gimp install
gimp-data install
gimp-help-common install
gimp-help-de install
gimp-help-en install
gimp-help-fr install
gimp-print install
gimp-svg install
gjdoc install
gnome-keyring install
gnome-mime-data install
gnuift install
gnuift-perl install
gnupg install
gnupg-agent install
gnupg2 install
gnuplot-nox install
googleearth install
googleearth-data install
gpgsm install
gpgv install
grep install
groff-base install
grub install
gs-common install
gs-esp install
gs-esp-x install
gsfonts install
gsfonts-x11 install
gtk-qt-engine install
gutenprint-locales install
gv install
gwenview install
gzip install
hal install
hal-info install
hdparm install
hicolor-icon-theme install
hostname install
hotkey-setup install
hpijs install
hplip install
hplip-data install
hspell install
html2text install
hwdb-client-common install
hwdb-client-kde install
iceauth install
ico install
ifupdown install
imagemagick install
indi install
info install
ingerman install
initramfs-tools install
initscripts install
inputattach install
intltool-debian install
iogerman install
iproute install
iptables install
iputils-arping install
iputils-ping install
iputils-tracepath install
iso-codes install
ispell install
java-common install
java-gcj-compat install
java-gcj-compat-dev install
juk install
k3b install
kaboodle install
kaddressbook install
kaddressbook-plugins install
kaffeine install
kaffeine-xine install
kalarm install
kalcul install
kalgebra install
kalzium install
kalzium-data install
kamera install
kanagram install
kandy install
kanjidic install
kappfinder install
kapptemplate install
karbon install
karm install
kasteroids install
katapult install
kate install
kate-plugins install
katomic install
kaudiocreator install
kbabel install
kbackgammon install
kbattleship install
kblackbox install
kbounce install
kbruch install
kbstate install
kbugbuster install
kcachegrind install
kcalc install
kcharselect install
kchart install
kcoloredit install
kcontrol install
kcron install
kdat install
kde install
kde-amusements install
kde-core install
kde-devel install
kde-guidance install
kde-guidance-powermanager install
kde-i18n-da install
kde-i18n-de install
kde-i18n-el install
kde-i18n-es install
kde-i18n-fr install
kde-i18n-it install
kde-i18n-lt install
kde-i18n-lv install
kde-i18n-nb install
kde-i18n-nn install
kde-i18n-se install
kde-icons-crystal install
kde-icons-crystalclear install
kde-icons-gorilla install
kde-icons-korilla install
kde-icons-mono install
kde-icons-noia install
kde-icons-nuovext install
kde-icons-nuvola install
kde-kdm-themes install
kde-style-comix install
kde-style-klearlook install
kde-style-lipstik install
kde-style-polyester install
kde-style-serenity install
kde-systemsettings install
kde-wallpapers-lineartreworked install
kdeaccessibility install
kdeaddons install
kdeaddons-kfile-plugins install
kdeadmin install
kdeadmin-doc-html install
kdeadmin-kfile-plugins install
kdeartwork install
kdeartwork-emoticons install
kdeartwork-misc install
kdeartwork-style install
kdeartwork-theme-icon install
kdeartwork-theme-window install
kdebase install
kdebase-bin install
kdebase-data install
kdebase-dev install
kdebase-doc-html install
kdebase-kio-plugins install
kdebluetooth install
kdeedu install
kdeedu-data install
kdeedu-doc-html install
kdegames install
kdegames-card-data install
kdegraphics install
kdegraphics-kfile-plugins install
kdelibs install
kdelibs-data install
kdelibs4-dev install
kdelibs4c2a install
kdelirc install
kdemultimedia install
kdemultimedia-kappfinder-data install
kdemultimedia-kfile-plugins install
kdemultimedia-kio-plugins install
kdenetwork install
kdenetwork-filesharing install
kdenetwork-kfile-plugins install
kdepasswd install
kdepim install
kdepim-kfile-plugins install
kdepim-kio-plugins install
kdepim-kresources install
kdepim-wizards install
kdeprint install
kdesdk install
kdesdk-kfile-plugins install
kdesdk-kio-plugins install
kdesdk-misc install
kdesdk-scripts install
kdesktop install
kdessh install
kdetoys install
kdeutils install
kdevelop install
kdevelop-data install
kdevelop-doc install
kdewallpapers install
kdewebdev install
kdf install
kdict install
kdiff3 install
kdm install
kdmtheme install
kdnssd install
kdvi install
kedit install
keduca install
keep install
kenolaba install
kexi install
kfax install
kfaxview install
kfilereplace install
kfind install
kfloppy install
kformula install
kfouleggs install
kgamma install
kgeography install
kgeography-data install
kget install
kghostview install
kgoldrunner install
kgpg install
khangman install
khelpcenter install
khexedit install
kicker install
kicker-applets install
kiconedit install
kig install
kile install
kimagemapeditor install
kio-apt install
kio-locate install
kipi-plugins install
kitchensync deinstall
kiten install
kivio install
kivio-data install
kjots install
kjumpingcube install
klaptopdaemon install
klatin install
kleopatra install
klettres install
klettres-data install
klibc-utils install
klickety install
klines install
klinkstatus install
klipper install
klogd install
kmag install
kmahjongg install
kmail install
kmailcvt install
kmenuedit install
kmid install
kmilo install
kmines install
kmix install
kmoon install
kmousetool install
kmouth install
kmplayer-base install
kmplayer-konq-plugins install
kmplot install
kmrml install
kmtrace install
knetwalk install
knetworkconf install
knetworkmanager install
knewsticker install
knode install
knotes install
kodo install
koffice install
koffice-data install
koffice-i18n-da install
koffice-i18n-de install
koffice-i18n-el install
koffice-i18n-es install
koffice-i18n-fr install
koffice-i18n-it install
koffice-i18n-lv install
koffice-i18n-nb install
koffice-libs install
kolf install
kolourpaint install
kommander install
kompare install
konq-plugins install
konqueror install
konqueror-nsplugins install
konquest install
konsole install
konsolekalendar install
kontact install
konversation install
kooka install
kopete install
korganizer install
korn install
koshell install
kpackage install
kpager install
kpat install
kpdf install
kpercentage install
kpersonalizer install
kpf install
kphone install
kpilot install
kplato install
kpoker install
kpovmodeler install
kppp install
kpresenter install
kpresenter-data install
krdc install
krec install
kregexpeditor install
kreversi install
krfb install
krita install
krita-data install
kruler install
ksame install
ksayit install
kscd install
kscreensaver install
kscreensaver-xsavers install
kshisen install
ksig install
ksim install
ksirc install
ksirtet install
ksmiletris install
ksmserver install
ksnake install
ksnapshot install
ksokoban install
kspaceduel install
ksplash install
ksplash-engine-moodin install
kspread install
kspy install
kstars install
kstars-data install
ksvg install
ksync deinstall
ksysguard install
ksysguardd install
ksystemlog install
ksysv install
ktalkd install
kteatime install
ktemperature install
kthesaurus install
ktimer install
ktip install
ktnef install
ktorrent install
ktouch install
ktron install
kttsd install
ktuberling install
kturtle install
ktux install
kubuntu-artwork-usplash install
kubuntu-default-settings install
kubuntu-desktop install
kubuntu-docs install
kubuntu-konqueror-shortcuts install
kugar install
kuiviewer install
kunittest install
kuser install
kverbos install
kview install
kviewshell install
kvoctrain install
kwalletmanager install
kweather install
kwifimanager install
kwin install
kwin-style-crystal install
kwin-style-serenity install
kwin4 install
kword install
kword-data install
kwordquiz install
kworldclock install
kxsldbg install
landscape-client install
laptop-detect install
laptop-mode-tools install
latex-beamer install
latex-xcolor install
launchpad-integration install
less install
lftp install
liba52-0.7.4 install
libaa1 install
libacl1 install
libacl1-dev install
libakode2 install
libao2 install
libapm1 install
libapr1 install
libaprutil1 install
libart-2.0-2 install
libart-2.0-dev install
libarts1-akode install
libarts1-audiofile install
libarts1-dev install
libarts1-mpeglib install
libarts1-xine install
libarts1c2a install
libartsc0 install
libartsc0-dev install
libasound2 install
libasound2-dev install
libaspell-dev install
libaspell15 install
libatk1.0-0 install
libatk1.0-dev install
libattr1 install
libattr1-dev install
libaudio-dev install
libaudio2 install
libaudiofile-dev install
libaudiofile0 install
libavahi-client-dev install
libavahi-client3 install
libavahi-common-data install
libavahi-common-dev install
libavahi-common3 install
libavahi-compat-libdnssd1 install
libavahi-core5 install
libavahi-glib1 install
libavahi-qt3-1 install
libavahi-qt3-dev install
libavc1394-0 install
libavcodec0d install
libbeecrypt6 install
libbind9-0 install
libblkid1 install
libbluetooth2 install
libbonobo2-0 install
libbonobo2-common install
libbonoboui2-0 install
libbonoboui2-common install
libboost-dev install
libboost-python1.33.1 install
libboost-regex-dev install
libboost-regex1.33.1 install
libboost-test-dev install
libboost-test1.33.1 install
libbz2-1.0 install
libbz2-dev install
libc6 install
libc6-dev install
libc6-i686 install
libcairo2 install
libcairo2-dev install
libcap1 install
libcdparanoia0 install
libcomerr2 install
libcompress-zlib-perl install
libconsole install
libconvert-asn1-perl install
libcppunit-1.12-0 install
libcppunit-dev install
libcroco3 install
libcrypt-smbhash-perl install
libct3 install
libcupsimage2 install
libcupsys2 install
libcupsys2-dev install
libcurl3 install
libcurl3-gnutls install
libcvsservice0 install
libdaemon0 install
libdate-manip-perl install
libdatrie0 install
libdb4.2 install
libdb4.3 install
libdb4.3++c2 install
libdb4.4 install
libdbus-1-3 install
libdbus-1-dev install
libdbus-glib-1-2 install
libdbus-qt-1-1c2 install
libdc1394-13 install
libdevmapper1.02 install
libdigest-md4-perl install
libdigest-sha1-perl install
libdirectfb-0.9-25 install
libdmx1 install
libdns22 install
libdotconf-dev install
libdotconf1.0 install
libdrm2 install
libdv4 install
libdvdcss2 install
libdvdread3 install
libedit2 install
libeduwidgetclock0 install
libelfg0 install
libesd-alsa0 install
libesd0-dev install
libestools1.2 install
libexif12 install
libexiv2-0.12 install
libexpat1 install
libexpat1-dev install
libfaac0 install
libfame-0.9 install
libflac++5c2 install
libflac7 install
libfont-afm-perl install
libfontconfig1 install
libfontconfig1-dev install
libfontenc1 install
libfreetype6 install
libfreetype6-dev install
libfribidi0 install
libfs6 install
libg2c0 install
libg2c0-dev install
libgadu3 install
libgamin0 install
libgc1c2 install
libgcc1 install
libgcj-bc install
libgcj-common install
libgcj7-0 install
libgcj7-awt install
libgcj7-dev install
libgcj7-jar install
libgcj7-src install
libgconf2-4 install
libgcrypt11 install
libgcrypt11-dev install
libgd2-noxpm install
libgdbm3 install
libgfortran1 install
libgfortran1-dev install
libgimp2.0 install
libgl1-mesa-dev install
libgl1-mesa-dri install
libgl1-mesa-glx install
libglade2-0 install
libglib1.2 install
libglib2.0-0 install
libglib2.0-dev install
libglu1-mesa install
libglu1-mesa-dev install
libglut3 install
libgmp3c2 install
libgnome-keyring0 install
libgnome2-0 install
libgnome2-common install
libgnomecanvas2-0 install
libgnomecanvas2-common install
libgnomeui-0 install
libgnomeui-common install
libgnomevfs2-0 install
libgnomevfs2-common install
libgnomevfs2-extra install
libgnuift0c2a install
libgnutls-dev install
libgnutls13 install
libgpg-error-dev install
libgpg-error0 install
libgpgme11 install
libgphoto2-2 install
libgphoto2-port0 install
libgpmg1 install
libgpod1 install
libgs-esp8 install
libgsf-1-114 install
libgsf-1-common install
libgsl0 install
libgsm1 install
libgstreamer-plugins-base0.10-0 install
libgstreamer0.10-0 install
libgtk1.2 install
libgtk1.2-common install
libgtk2.0-0 install
libgtk2.0-bin install
libgtk2.0-common install
libgtk2.0-dev install
libgtkglext1 install
libgtkglext1-dev install
libgutenprint2 install
libgutenprintui2-1 install
libhal-storage1 install
libhal1 install
libhsqldb-java install
libhtml-format-perl install
libhtml-parser-perl install
libhtml-tagset-perl install
libhtml-tree-perl install
libhunspell-1.1-0 install
libice-dev install
libice6 install
libicu36 install
libicu36-dev install
libid3tag0 install
libidl0 install
libidn11 install
libidn11-dev install
libieee1284-3 install
libifp4 install
libimlib2 install
libindex0 install
libio-socket-ssl-perl install
libisc11 install
libisccc0 install
libisccfg1 install
libiw28 install
libjasper-1.701-1 install
libjasper-1.701-dev install
libjasper-runtime install
libjaxp1.3-java install
libjcode-pm-perl install
libjline-java install
libjpeg-progs install
libjpeg62 install
libjpeg62-dev install
libk3b2 install
libkadm55 install
libkcal2b install
libkcddb1 install
libkdeedu3 install
libkdegames1 install
libkdepim1a install
libkexiv2-0 install
libkgantt0 install
libkipi0 install
libkiten1 install
libkleopatra1 install
libklibc install
libkmime2 install
libkonq4 install
libkonq4-dev install
libkpathsea4 install
libkpimexchange1 install
libkpimidentities1 install
libkrb5-dev install
libkrb53 install
libksba8 install
libkscan1 install
libksieve0 install
libktnef1 install
liblame0 install
liblcms1 install
liblcms1-dev install
libldap2 install
liblocale-gettext-perl install
liblockdev1 install
libltdl3 install
libltdl3-dev install
liblua50 install
liblua50-dev install
liblualib50 install
liblualib50-dev install
liblwres9 install
liblzo-dev install
liblzo1 install
libmad0 install
libmagic1 install
libmagick9 install
libmail-sendmail-perl install
libmailtools-perl install
libmal1 install
libmdbtools install
libmeanwhile1 install
libmimelib1c2a install
libmjpegtools0c2a install
libmng-dev install
libmng1 install
libmodplug0c2 install
libmozjs0d install
libmp4v2-0 install
libmpcdec3 install
libmpeg2-4 install
libmpfr1 install
libmrml1c2a install
libmtp5 install
libmusicbrainz4c2a install
libmysqlclient15off install
libncurses5 install
libncurses5-dev install
libncursesw5 install
libneon25 install
libneon26 install
libnet-ldap-perl install
libnet-ssleay-perl install
libnewt0.52 install
libnjb5 install
libnl1-pre6 install
libnm-util0 install
libnspr4 install
libnspr4-0d install
libnss-mdns install
libnss3 install
libnss3-0d install
libofa0 install
libogg-dev install
libogg0 install
liboggflac3 install
libopencdk8 install
libopencdk8-dev install
libopenexr-dev install
libopenexr2c2a install
libopenobex1 install
liborbit2 install
libpam-foreground install
libpam-modules install
libpam-runtime install
libpam0g install
libpango1.0-0 install
libpango1.0-common install
libpango1.0-dev install
libpaper-utils install
libpaper1 install
libparse-yapp-perl install
libparted1.7-1 install
libpcap0.8 install
libpci2 install
libpcre3 install
libpcre3-dev install
libpcrecpp0 install
libperl5.8 install
libpisock9 install
libpng12-0 install
libpng12-dev install
libpoppler1 install
libpoppler1-qt install
libpopt-dev install
libpopt0 install
libportaudio0 install
libpostproc0d install
libpq5 install
libpth20 install
libpulse0 install
libpvm3 install
libpythonize0 install
libqt-perl install
libqt3-compat-headers install
libqt3-headers install
libqt3-mt install
libqt3-mt-dev install
libqt4-core install
libqt4-gui install
libqt4-qt3support install
libqt4-sql install
libquantlib-0.3.14 install
libquantlib0-dev install
libquicktime0 install
libraw1394-8 install
libreadline5 install
libreadline5-dev install
librecode0 install
librpm4 install
librss1 install
librsvg2-2 install
librsync1 install
librte1 install
libruby1.8 install
libsamplerate0 install
libsane install
libsasl2-2 install
libsasl2-dev install
libsasl2-modules install
libscim8c2a install
libsdl1.2debian install
libsdl1.2debian-alsa install
libselinux1 install
libsensors3 install
libsepol1 install
libservlet2.3-java install
libsigc++-2.0-0c2a install
libskim0 install
libslang2 install
libslp1 install
libsm-dev install
libsm6 install
libsmbclient install
libsmokeqt1 install
libsndfile1 install
libsnmp-base install
libsnmp9 install
libspeex1 install
libsqlite0 install
libsqlite3-0 install
libss2 install
libssl-dev install
libssl0.9.8 install
libstartup-notification0 install
libstdc++5 install
libstdc++6 install
libstdc++6-4.1-dev install
libstlport5.1 install
libstlport5.1-dev install
libsvn1 install
libsysfs2 install
libt1-5 install
libtag1c2a install
libtasn1-3 install
libtasn1-3-dev install
libtdb1 install
libtext-charwidth-perl install
libtext-iconv-perl install
libtext-wrapi18n-perl install
libthai-data install
libthai0 install
libtheora0 install
libtidy-0.99-0 install
libtiff-tools install
libtiff4 install
libtiff4-dev install
libtiffxx0c2 install
libtimedate-perl install
libtool install
libtunepimp5 install
libungif4g install
libunicode-map-perl install
libunicode-map8-perl install
libunicode-maputf8-perl install
libunicode-string-perl install
libuniconf4.2 install
liburi-perl install
libusb-0.1-4 install
libusplash0 install
libuuid1 install
libvisual-0.4-0 install
libvolume-id0 install
libvorbis-dev install
libvorbis0a install
libvorbisenc2 install
libvorbisfile3 install
libwmf0.2-7 install
libwpd8c2a install
libwps-0.1-1 install
libwrap0 install
libwv2-1c2 install
libwvstreams4.2-base install
libwvstreams4.2-extras install
libwww-perl install
libwxbase2.6-0 install
libwxgtk2.6-0 install
libx11-6 install
libx11-data install
libx11-dev install
libx86-1 install
libxalan110 install
libxalan2-java install
libxau-dev install
libxau6 install
libxaw7 install
libxcomposite1 install
libxcursor-dev install
libxcursor1 install
libxdamage1 install
libxdmcp-dev install
libxdmcp6 install
libxerces2-java install
libxerces27 install
libxext-dev install
libxext6 install
libxfixes-dev install
libxfixes3 install
libxfont1 install
libxft-dev install
libxft2 install
libxi-dev install
libxi6 install
libxine1 install
libxinerama-dev install
libxinerama1 install
libxkbfile1 install
libxml-dom-perl install
libxml-handler-trees-perl install
libxml-libxml-common-perl install
libxml-libxml-perl install
libxml-namespacesupport-perl install
libxml-parser-perl install
libxml-perl install
libxml-regexp-perl install
libxml-sax-expat-perl install
libxml-sax-perl install
libxml-writer-perl install
libxml-xql-perl install
libxml2 install
libxml2-dev install
libxml2-utils install
libxmu-dev install
libxmu-headers install
libxmu6 install
libxmuu1 install
libxp6 install
libxplc0.3.13 install
libxpm4 install
libxrandr-dev install
libxrandr2 install
libxrender-dev install
libxrender1 install
libxslt1-dev install
libxslt1.1 install
libxss1 install
libxt-dev install
libxt6 install
libxtrap6 install
libxtst6 install
libxul-common install
libxul0d install
libxv1 install
libxvidcore4 install
libxvmc1 install
libxxf86dga1 install
libxxf86misc1 install
libxxf86vm1 install
lilo-config install
linux-generic install
linux-headers-2.6.20-15 install
linux-headers-2.6.20-15-generic install
linux-headers-2.6.20-16 install
linux-headers-2.6.20-16-generic install
linux-headers-generic install
linux-image-2.6.20-15-generic install
linux-image-2.6.20-16-generic install
linux-image-generic install
linux-libc-dev install
linux-restricted-modules-2.6.20-15-generic install
linux-restricted-modules-2.6.20-16-generic install
linux-restricted-modules-common install
linux-restricted-modules-generic install
linux-sound-base install
lisa install
listres install
lmodern install
locales install
login install
logrotate install
lsb-base install
lsb-release install
lshw install
lskat install
lsof install
ltrace install
lua50 install
m4 install
make install
makedev install
man-db install
manpages install
mawk install
maxima install
maxima-doc install
maxima-share install
maxima-src install
maxima-test install
mcpp install
memtest86+ install
menu install
menu-xdg install
mesa-common-dev install
mesa-utils install
mii-diag install
mime-support install
min12xxw install
mjpegtools install
mktemp install
module-init-tools install
mount install
mpeglib install
mscompress install
mtr-tiny install
myspell-da install
myspell-de-at install
myspell-de-ch install
myspell-de-de install
myspell-el-gr install
myspell-en-gb install
myspell-en-us install
myspell-en-za install
myspell-es install
myspell-fr-gut install
myspell-it deinstall
myspell-lt install
myspell-lv install
myspell-nb install
myspell-nn install
mysql-common install
nano install
ncurses-base install
ncurses-bin install
net-tools install
netbase install
netcat install
network-manager install
networkstatus install
noatun install
noatun-plugins install
ntpdate install
nvidia-kernel-common install
oclock install
odbcinst1debian1 install
openbsd-inetd install
openoffice.org install
openoffice.org-base install
openoffice.org-calc install
openoffice.org-common install
openoffice.org-core install
openoffice.org-dev install
openoffice.org-draw install
openoffice.org-filter-binfilter install
openoffice.org-filter-mobiledev install
openoffice.org-help-da install
openoffice.org-help-de install
openoffice.org-help-en-us install
openoffice.org-help-es install
openoffice.org-help-fr install
openoffice.org-hyphenation install
openoffice.org-hyphenation-de install
openoffice.org-impress install
openoffice.org-java-common install
openoffice.org-kde install
openoffice.org-l10n-common install
openoffice.org-l10n-da install
openoffice.org-l10n-de install
openoffice.org-l10n-el install
openoffice.org-l10n-en-gb install
openoffice.org-l10n-en-za install
openoffice.org-l10n-es install
openoffice.org-l10n-fr install
openoffice.org-l10n-lt install
openoffice.org-l10n-lv install
openoffice.org-l10n-nb install
openoffice.org-l10n-nn install
openoffice.org-math install
openoffice.org-style-crystal install
openoffice.org-style-human install
openoffice.org-thesaurus-de install
openoffice.org-thesaurus-de-ch install
openoffice.org-thesaurus-en-us install
openoffice.org-thesaurus-it deinstall
openoffice.org-writer install
openprinting-ppds install
openssh-client install
openssl install
oss-compat install
parted install
passwd install
patch install
pciutils install
pcmciautils install
perl install
perl-base install
perl-modules install
perl-suid install
perl-tk install
pgf install
pinentry-curses install
pinentry-qt install
pkg-config install
pmount install
pnm2ppa install
po-debconf install
poppler-utils install
popularity-contest install
poster install
powermanagement-interface install
powermgmt-base install
powernowd install
poxml install
ppp install
pppconfig install
pppoeconf install
preview-latex-style install
procps install
psmisc install
psutils install
pvm install
pykdeextensions install
python install
python-apport install
python-apt install
python-central install
python-dbus install
python-gnupginterface install
python-kde3 install
python-launchpad-bugs install
python-minimal install
python-problem-report install
python-qt3 install
python-qt4 install
python-sip4 install
python-software-properties install
python-support install
python-uno install
python-xdg install
python2.5 install
python2.5-dev install
python2.5-minimal install
qca-tls install
qobex install
qt3-designer install
qt3-dev-tools install
quanta install
quanta-data install
quantlib-examples install
quantlib-refman-html install
r-base install
r-base-core install
r-base-dev install
r-base-html install
r-base-latex install
r-cran-boot install
r-cran-cluster install
r-cran-foreign install
r-cran-kernsmooth install
r-cran-lattice install
r-cran-mgcv install
r-cran-nlme install
r-cran-rpart install
r-cran-survival install
r-cran-vr install
r-doc-html install
r-doc-pdf install
r-recommended install
radeontool install
rdiff-backup install
readahead install
readline-common install
refblas3 install
refblas3-dev install
reiserfsprogs install
rpm install
rsync install
ruby install
ruby1.8 install
samba-common install
scim-qtimm install
screen install
secpolicy install
sed install
sessreg install
sgml-base install
shared-mime-info install
skim install
skype install
slocate install
smartdimmer install
smb-nat install
smb4k install
smbclient install
smbfs install
smbldap-tools install
smproxy install
software-properties-kde install
sox install
speedcrunch install
ssl-cert install
startup-tasks install
strace install
subversion install
sudo install
sun-java6-bin install
sun-java6-fonts install
sun-java6-jdk install
sun-java6-jre install
sun-java6-plugin install
superkaramba install
sysklogd install
system-services install
sysv-rc install
sysvutils install
talk install
tar install
tasksel install
tasksel-data install
tcl8.4 install
tcpd install
tcpdump install
tdsodbc install
telnet install
tetex-base install
tetex-bin install
tetex-doc install
tetex-extra install
tex-common install
texinfo install
tidy install
time install
tk8.4 install
tksmb install
toolame install
toshset install
transcode install
transcode-doc install
tzdata install
ubuntu-keyring install
ubuntu-minimal install
ubuntu-standard install
ucf install
udev install
umbrello install
uml-utilities install
unattended-upgrades install
unixodbc install
unzip install
update-inetd install
update-manager-core install
upstart install
upstart-compat-sysv install
upstart-logd install
usbutils install
usplash install
util-linux install
util-linux-locales install
valgrind install
vbetool install
viewres install
vim-common install
vim-tiny install
virtualbox install
volumeid install
vorbis-tools install
w32codecs install
w3m install
wamerican install
wbritish install
wdanish install
wfrench install
wget install
whiptail install
whois install
wireless-tools install
witalian install
wngerman install
wodim install
wogerman install
wpasupplicant install
wspanish install
wswiss install
wvdial install
wxmaxima install
x-ttcidfont-conf install
x11-common install
x11perf install
x11proto-core-dev install
x11proto-fixes-dev install
x11proto-input-dev install
x11proto-kb-dev install
x11proto-randr-dev install
x11proto-render-dev install
x11proto-xext-dev install
x11proto-xinerama-dev install
xauth install
xaw3dg install
xbase-clients install
xbiff install
xbitmaps install
xcalc install
xclipboard install
xclock install
xconsole install
xcursor-themes install
xcursorgen install
xditview install
xdpyinfo install
xdriinfo install
xev install
xeyes install
xf86dga install
xfd install
xfonts-100dpi install
xfonts-75dpi install
xfonts-base install
xfonts-encodings install
xfonts-scalable install
xfonts-utils install
xfontsel install
xgamma install
xgc install
xhost install
xinit install
xkb-data install
xkbutils install
xkill install
xli install
xload install
xlogo install
xlsatoms install
xlsclients install
xlsfonts install
xmag install
xman install
xmaxima install
xmessage install
xml-core install
xmodmap install
xmore install
xorg install
xpmutils install
xprop install
xrandr install
xrdb install
xrefresh install
xrgb install
xscreensaver install
xscreensaver-data install
xscreensaver-gl install
xserver-xorg install
xserver-xorg-core install
xserver-xorg-input-all install
xserver-xorg-input-elographics install
xserver-xorg-input-evdev install
xserver-xorg-input-kbd install
xserver-xorg-input-mouse install
xserver-xorg-input-synaptics install
xserver-xorg-input-wacom install
xserver-xorg-video-all install
xserver-xorg-video-apm install
xserver-xorg-video-ark install
xserver-xorg-video-ati install
xserver-xorg-video-chips install
xserver-xorg-video-cirrus install
xserver-xorg-video-v4l install
xserver-xorg-video-vesa install
xserver-xorg-video-vga install
xserver-xorg-video-via install
xserver-xorg-video-vmware install
xset install
xsetmode install
xsetpointer install
xsetroot install
xsm install
xstdcmap install
xterm install
xtrans-dev install
xtrap install
xutils install
xutils-dev install
xvidtune install
xvinfo install
xwd install
xwininfo install
xwud install
ytalk install
zattoo install
zip install
zlib-bin install
zlib1g install
zlib1g-dev install

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
QuantLib-users mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/quantlib-users
Reply | Threaded
Open this post in threaded view
|

Re: Compilation of log4cxx-0.9.7d

Dirk Eddelbuettel

On 4 July 2007 at 16:50, Claudio Ortelli wrote:
| Hi all,
|
| on a Linux (Kubuntu feisty) platform I'would like to use the quantlib
| functions from Openoffice calc. I have successfully compiled
| and installed the gcc 3.4.1 compiler and with it compiled and installed
| the quantlib library.

[ Just for the record: Running 'sudo apt-get install libquantlib0-dev' gets
you the library and headers.  However, Ubuntu lacks a little behind.  IMHO
the smartest way to do this is to fetch the _source_ package for Quantlib
from Debian (where I maintain Quantlib, and it is currently at 0.8.1) and
rebuild that into a local package. I do that with a lot of Debian goodies on
my Ubuntu machines at work. I am sure the Debian or Ubuntu wiki have a decent
write up on this. ]
 
| At this point, according to the documentation, see
|
| http://quantlib.org/quantlibaddin/calc.html
|
| I should compile the log4cxx library. However, compilation of log4cxx does
| not work on my computer.

Again, log4cxx exists for Debian and Ubuntu. You could just install the
existing packages:

edd@joe:~$ wajig search log4cxx
liblog4cxx9-dev - A logging library for C++ (development files)
liblog4cxx9-doc - Documentation for log4cxx
liblog4cxx9c2a - A logging library for C++

For the newst QL, you will need Boost 1.34.0.  Not to sound like a broken
record, but current ones are in Debian unstable and you could rebuild these
on Ubuntu.

| Here I report the output of the autogen.sh, configure and make commands
| as well as the list of the installed packages (from dpkg --get-selection).
| I have also compile both gcc 3.4.1 and quantlib library on a Suse 10.2
| distribution but when trying to compile log4cxx it fails too.

I haven't used gcc/g++ 3.4.* in a while. Version 4.1 is the default on Ubuntu
7.04 as well.  Why not use that?

Dirk

--
Hell, there are no rules here - we're trying to accomplish something.
                                                  -- Thomas A. Edison

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
QuantLib-users mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/quantlib-users
Reply | Threaded
Open this post in threaded view
|

Re: Compilation of log4cxx-0.9.7d

Luigi Ballabio
On Wed, 2007-07-04 at 10:11 -0500, Dirk Eddelbuettel wrote:
> On 4 July 2007 at 16:50, Claudio Ortelli wrote:
> | I should compile the log4cxx library. However, compilation of log4cxx does
> | not work on my computer.
>
> Again, log4cxx exists for Debian and Ubuntu. You could just install the
> existing packages:

I'm not sure about that. As far as I know---we should check with
Eric---the log4cxx bundled with QuantLibXL includes patches which are
missing in the upstream version.

Later,
        Luigi


--

Every solution breeds new problems.
-- unknown



-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
QuantLib-users mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/quantlib-users
Reply | Threaded
Open this post in threaded view
|

Re: Compilation of log4cxx-0.9.7d

Dirk Eddelbuettel

On 4 July 2007 at 18:14, Luigi Ballabio wrote:
| On Wed, 2007-07-04 at 10:11 -0500, Dirk Eddelbuettel wrote:
| > On 4 July 2007 at 16:50, Claudio Ortelli wrote:
| > | I should compile the log4cxx library. However, compilation of log4cxx does
| > | not work on my computer.
| >
| > Again, log4cxx exists for Debian and Ubuntu. You could just install the
| > existing packages:
|
| I'm not sure about that. As far as I know---we should check with
| Eric---the log4cxx bundled with QuantLibXL includes patches which are
| missing in the upstream version.

My bad. Thanks for the correction.  

However the package management system may suggest other components seemingly
missing from Claudio's system.  

Dirk

--
Hell, there are no rules here - we're trying to accomplish something.
                                                  -- Thomas A. Edison

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
QuantLib-users mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/quantlib-users
Reply | Threaded
Open this post in threaded view
|

Re: Compilation of log4cxx-0.9.7d

eric ehlers
In reply to this post by Ortelli Claudio
Hi Claudio,

I made a mistake when packaging log4cxx-0.9.7d.tar.gz, and config.h is
missing.  config.h is contained in log4cxx-0.9.7d.exe, could you get
it from there?  Sorry for the inconvenience.

Very glad to see some interest in the Calc addin.  A couple of quick points:

- The project is not actively maintained at the moment, I would
describe it as a working prototype.  When packaging the 0.8.0 release
I confirmed that the Linux Calc build returned a PV for an option, I
didn't test beyond that.

- If you're new to C++ and/or QuantLib then the Calc build might not
be the best place to start as it's a bit tricky (even once you have
all the files ;-)

Regards,
Eric

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
QuantLib-users mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/quantlib-users