Re: can't make apache-log4cxx-0.10.0

2014-05-17 Thread Andreas Meyer
Hello! Rhys Ulerich schrieb am 17.05.14 um 12:23:01 Uhr: > > /usr/bin/install: Neu erstelltes „/usr/local/include/log4cxx/appender.h“ > > wird nicht mit „../../../../src/main/include/log4cxx/appender.h“ > > überschrieben. > > Are these complaints that /usr/bin/install refuses to overwrite one

Re: can't make apache-log4cxx-0.10.0

2014-05-17 Thread Rhys Ulerich
> /usr/bin/install: Neu erstelltes „/usr/local/include/log4cxx/appender.h“ wird > nicht mit „../../../../src/main/include/log4cxx/appender.h“ überschrieben. Are these complaints that /usr/bin/install refuses to overwrite one file with another (guessing "uberschrieben" is "overwritten")? I'm awar

Re: can't make apache-log4cxx-0.10.0

2014-05-17 Thread Andreas Meyer
Hello Rhys! Rhys Ulerich schrieb am 17.05.14 um 00:59:54 Uhr: > > svn checkout http://svn.apache.org/repos/asf/incubator/log4cxx/trunk > > apache-log4cxx > > but there is no configure script in the directory. > > Run ./autogen.sh to generate the autotools details, like configure. That did it!

Re: can't make apache-log4cxx-0.10.0

2014-05-17 Thread Rhys Ulerich
> svn checkout http://svn.apache.org/repos/asf/incubator/log4cxx/trunk > apache-log4cxx > but there is no configure script in the directory. Run ./autogen.sh to generate the autotools details, like configure. - Rhys

Re: can't make apache-log4cxx-0.10.0

2014-05-17 Thread Andreas Meyer
Hello! Rhys Ulerich schrieb am 16.05.14 um 15:43:28 Uhr: > > inputstreamreader.cpp: In member function 'virtual log4cxx::LogString > > log4cxx::helpers::InputStreamReader::read(log4cxx::helpers::Pool&)': > > inputstreamreader.cpp:66:64: error: 'memmove' was not declared in this scope > > Pleas

Re: can't make apache-log4cxx-0.10.0

2014-05-16 Thread Andreas Meyer
Hello! Thorsten Schöning schrieb am 16.05.14 um 23:40:33 Uhr: > Guten Tag Andreas Meyer, > am Freitag, 16. Mai 2014 um 18:10 schrieben Sie: > > > Every help is very much appreciated! > > Please use a trunk checkout using Subversion, a lot of bug fixes have > been applied during the last month,

Re: can't make apache-log4cxx-0.10.0

2014-05-16 Thread Thorsten Schöning
Guten Tag Andreas Meyer, am Freitag, 16. Mai 2014 um 18:10 schrieben Sie: > Every help is very much appreciated! Please use a trunk checkout using Subversion, a lot of bug fixes have been applied during the last month, which just didn't make it into a official release yet. Besides that, the curre

Re: can't make apache-log4cxx-0.10.0

2014-05-16 Thread Rhys Ulerich
> inputstreamreader.cpp: In member function 'virtual log4cxx::LogString > log4cxx::helpers::InputStreamReader::read(log4cxx::helpers::Pool&)': > inputstreamreader.cpp:66:64: error: 'memmove' was not declared in this scope Please try using SVN trunk, that's a known issue which has been fixed. - R

can't make apache-log4cxx-0.10.0

2014-05-16 Thread Andreas Meyer
Hello! After the ./configure run, the make command gives me the following error: inputstreamreader.cpp: In member function 'virtual log4cxx::LogString log4cxx::helpers::InputStreamReader::read(log4cxx::helpers::Pool&)': inputstreamreader.cpp:66:64: error: 'memmove' was not declared in this scope