0x90 / banjax

Automatically exported from code.google.com/p/banjax
3 stars 3 forks source link

prblem with make command #4

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. ./configure is OK
2. make 
3.

What is the expected output? What do you see instead?
libtool: compile:  g++ -DPACKAGE_NAME=\"banjax\" -DPACKAGE_TARNAME=\"banjax\" 
-DPACKAGE_VERSION=\"0.1\" "-DPACKAGE_STRING=\"banjax 0.1\"" 
-DPACKAGE_BUGREPORT=\"banjax-devel@yahoogroups.com\" -DPACKAGE_URL=\"\" 
-DPACKAGE=\"banjax\" -DVERSION=\"0.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 
-DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 
-DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 
-DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ARPA_INET_H=1 -DHAVE_FCNTL_H=1 
-DHAVE_STDINT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_SYS_FILE_H=1 
-DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_SOCKET_H=1 -DHAVE_SYS_TIME_H=1 
-DHAVE_UNISTD_H=1 -DHAVE_LIBPCAP=1 -DHAVE_LIBBOOST_THREAD_MT=1 
-DHAVE_LIBBOOST_SIGNALS_MT=1 -DPACKAGE=\"banjax\" -DVERSION=\"0.1\" -I. -g -O2 
-MT net/buffer.lo -MD -MP -MF net/.deps/buffer.Tpo -c net/buffer.cpp  -fPIC 
-DPIC -o net/.libs/buffer.o
/usr/include/boost/noncopyable.hpp: In copy constructor 
‘util::dump::dump(const util::dump&)’:
/usr/include/boost/noncopyable.hpp:27: error: 
‘boost::noncopyable_::noncopyable::noncopyable(const 
boost::noncopyable_::noncopyable&)’ is private
./util/dump.hpp:40: error: within this context
net/buffer.cpp: In member function ‘const uint8_t* 
net::buffer::read_octets(size_t, size_t) const’:
net/buffer.cpp:126: note: synthesised method ‘util::dump::dump(const 
util::dump&)’ first required here 
make[1]: *** [net/buffer.lo] Error 1
make[1]: Leaving directory `/home/amin/Desktop/banjax-0.1/lib'
make: *** [all-recursive] Error 1

What version of the product are you using? On what operating system?
banjax-0.1a 
Ubuntu 8.04 kernel 2.6.24

Please provide any additional information below

Original issue reported on code.google.com by amin.ala...@gmail.com on 28 Oct 2010 at 8:08

GoogleCodeExporter commented 9 years ago
This compiles on my Ubuntu test machine without error. As a workaround you can 
delete line 126 of net/buffer.cpp which avoids the problem.

Original comment by stevie.g...@gmail.com on 28 Oct 2010 at 10:05