Installing boost

General adchpp discussion

Moderator: Moderators

Locked
nickez
Posts: 18
Joined: 2004-07-18 11:47
Location: Sweden
Contact:

Installing boost

Post by nickez » 2006-08-31 08:33

I'm kinnda new to this whole linux-thingy but i managed to config my ubuntu 6.06 LAMP to do everything i require from my server (printer, web, ftp, ssh).

However I would like to have ADCH++ installed as well. But installing it requires Boost C++ librairies which I don't know how to install.

And if there is anything else I should think about installing ADCH++ I'd appreciate if you'd told me!


edit: fund "Boost C++ Libraries development files" in apt. Is that what I need to install?
//NickeZ

nickez
Posts: 18
Joined: 2004-07-18 11:47
Location: Sweden
Contact:

Post by nickez » 2006-08-31 15:58

I think i managed to install boost.. could someone write the command-line for compiling?

i've tried "sudo g++ adchpp.cpp" but it generates quite a couple of errors
niklas@server:~/adchpp/adchpp$ sudo g++ adchpp.cpp
In file included from Mutex.h:4,
from LogManager.h:22,
from adchpp.cpp:21:
Thread.h:83:2: error: #error No threading support found
In file included from LogManager.h:22,
from adchpp.cpp:21:
Mutex.h:85:2: error: #error No mutex found
LogManager.h:52: error: âFastMutexâ does not name a type
Semaphores.h: In member function âbool adchpp::Semaphore::wait(uint32_t)â:
Semaphores.h:77: error: âsleepâ is not a member of âadchpp::Threadâ
SocketManager.h: At global scope:
SocketManager.h:72: error: âFastMutexâ does not name a type
Pool.h:92: error: âFastMutexâ does not name a type
Pool.h: In member function âT* adchpp::Pool<T>::get()â:
Pool.h:81: error: âFastMutexâ has not been declared
Pool.h:81: error: âLockâ was not declared in this scope
Pool.h:81: error: expected `;' before âlâ
Pool.h: In member function âvoid adchpp::Pool<T>::put(T*)â:
Pool.h:85: error: âFastMutexâ has not been declared
Pool.h:85: error: âLockâ was not declared in this scope
Pool.h:85: error: expected `;' before âlâ
if I do "sudo g++ adchpp.h" i get a wierd 20,26MB file called adchpp.h.gch
//NickeZ

TheParanoidOne
Forum Moderator
Posts: 1420
Joined: 2003-04-22 14:37

Post by TheParanoidOne » 2006-08-31 16:22

You do not need to run g++ manually (and on individual files). In the adchpp root directory run scons to (attempt to) build the application.

A quick question. Why are you using sudo? You only need to use that if you need to run a command that requires root level access when you are running as a standard user. Compiling an application does not need root level privileges.
The world is coming to an end. Please log off.

DC++ Guide | Words

nickez
Posts: 18
Joined: 2004-07-18 11:47
Location: Sweden
Contact:

Post by nickez » 2006-09-01 12:44

Thanx!

I thought i had to be su to install build/install programs..

btw scons worked flawlessly so now I need to know exactly what to do with the .os files=) in the build/debug-default/adchpp folder..
//NickeZ

nickez
Posts: 18
Joined: 2004-07-18 11:47
Location: Sweden
Contact:

Post by nickez » 2006-09-03 08:11

I've googled about installing programs on linux but i can't find any guides.. so could anyone please help me with installing adchpp.. I think i managed to compile it.
//NickeZ

Pothead
Posts: 223
Joined: 2005-01-15 06:55

Post by Pothead » 2006-09-03 09:52

Just run it, and see if it works. :)

nickez
Posts: 18
Joined: 2004-07-18 11:47
Location: Sweden
Contact:

Post by nickez » 2006-09-03 13:05

Pothead wrote:Just run it, and see if it works. :)
I wouldn't even know what file to run.. or how to run it..

What kind of files are those .os?!
//NickeZ

nickez
Posts: 18
Joined: 2004-07-18 11:47
Location: Sweden
Contact:

Post by nickez » 2006-09-03 16:05

I'll try and install verlihub instead.. and then switch over to adch++ when there is a good install-guide online=)


edit: I'm not happy with verlihub.. please help me with adch++
//NickeZ

PseudonympH
Forum Moderator
Posts: 366
Joined: 2004-03-06 02:46

Post by PseudonympH » 2006-09-05 00:02

IIRC, it creates a build directory, and the adchpp executable is in a subdirectory of that. Really didn't take that long to figure out; use find if you have to.

nickez
Posts: 18
Joined: 2004-07-18 11:47
Location: Sweden
Contact:

Post by nickez » 2006-09-06 18:37

am I supposed to be able to execute the .os-files?

Code: Select all

-rwxrwxrwx 1 niklas niklas  676024 2006-09-01 21:39 AdcCommand.os
-rwxrwxrwx 1 niklas niklas 1589728 2006-09-01 21:40 adchpp.os
-rwxrwxrwx 1 niklas niklas 1696236 2006-09-01 21:39 ClientManager.os
-rwxrwxrwx 1 niklas niklas 1483524 2006-09-01 21:39 Client.os
-rwxrwxrwx 1 niklas niklas  543748 2006-09-01 21:39 Encoder.os
-rwxrwxrwx 1 niklas niklas  569764 2006-09-01 21:39 File.os
-rwxrwxrwx 1 niklas niklas  798868 2006-09-01 21:39 LogManager.os
-rwxrwxrwx 1 niklas niklas 1036160 2006-09-01 21:39 ManagedSocket.os
-rwxrwxrwx 1 niklas niklas 1236632 2006-09-01 21:40 PluginManager.os
-rwxrwxrwx 1 niklas niklas  828100 2006-09-01 21:40 ResourceManager.os
-rwxrwxrwx 1 niklas niklas  866876 2006-09-01 21:40 SettingsManager.os
-rwxrwxrwx 1 niklas niklas  755048 2006-09-01 21:40 SimpleXML.os
-rwxrwxrwx 1 niklas niklas 1578376 2006-09-01 21:40 SocketManager.os
-rwxrwxrwx 1 niklas niklas  626244 2006-09-01 21:40 Socket.os
-rwxrwxrwx 1 niklas niklas  539364 2006-09-01 21:40 stdinc.os
-rwxrwxrwx 1 niklas niklas  552528 2006-09-01 21:40 StringDefs.os
-rwxrwxrwx 1 niklas niklas  561948 2006-09-01 21:40 Thread.os
-rwxrwxrwx 1 niklas niklas  561236 2006-09-01 21:40 TigerHash.os
-rwxrwxrwx 1 niklas niklas  542312 2006-09-01 21:40 TimerManager.os
-rwxrwxrwx 1 niklas niklas  642404 2006-09-01 21:40 Util.os
//NickeZ

nickez
Posts: 18
Joined: 2004-07-18 11:47
Location: Sweden
Contact:

Post by nickez » 2006-09-07 15:46

actually, tried to build it with scons again and i get this error code

Code: Select all

scons: Reading SConscript files ...
Checking for C header file sys/epoll.h... yes
Checking for C header file sys/poll.h... yes
Checking for dlopen() in C library dl... yes
Checking for pthread_create() in C library pthread... yes
Checking for luaL_openlibs() in C library lua... no
Checking for C header file luabind.hpp... no
scons: done reading SConscript files.
scons: Building targets ...
g++ -g3 -Wall -Wextra -pipe -fvisibility=hidden -fPIC -D_DEBUG -D_REENTRANT -D_XOPEN_SOURCE=500 -DHAVE_SYS_EPOLL_H -DHAVE_SYS_POLL_H -DHAVE_DL -DHAVE_PTHREAD -DBUILDING_ADCHPP -Iadchpp -c -o build/debug-default/adchpp/AdcCommand.os adchpp/AdcCommand.cpp
g++ -g3 -Wall -Wextra -pipe -fvisibility=hidden -fPIC -D_DEBUG -D_REENTRANT -D_XOPEN_SOURCE=500 -DHAVE_SYS_EPOLL_H -DHAVE_SYS_POLL_H -DHAVE_DL -DHAVE_PTHREAD -DBUILDING_ADCHPP -Iadchpp -c -o build/debug-default/adchpp/Client.os adchpp/Client.cpp
g++ -g3 -Wall -Wextra -pipe -fvisibility=hidden -fPIC -D_DEBUG -D_REENTRANT -D_XOPEN_SOURCE=500 -DHAVE_SYS_EPOLL_H -DHAVE_SYS_POLL_H -DHAVE_DL -DHAVE_PTHREAD -DBUILDING_ADCHPP -Iadchpp -c -o build/debug-default/adchpp/ClientManager.os adchpp/ClientManager.cpp
g++ -g3 -Wall -Wextra -pipe -fvisibility=hidden -fPIC -D_DEBUG -D_REENTRANT -D_XOPEN_SOURCE=500 -DHAVE_SYS_EPOLL_H -DHAVE_SYS_POLL_H -DHAVE_DL -DHAVE_PTHREAD -DBUILDING_ADCHPP -Iadchpp -c -o build/debug-default/adchpp/Encoder.os adchpp/Encoder.cpp
g++ -g3 -Wall -Wextra -pipe -fvisibility=hidden -fPIC -D_DEBUG -D_REENTRANT -D_XOPEN_SOURCE=500 -DHAVE_SYS_EPOLL_H -DHAVE_SYS_POLL_H -DHAVE_DL -DHAVE_PTHREAD -DBUILDING_ADCHPP -Iadchpp -c -o build/debug-default/adchpp/File.os adchpp/File.cpp
g++ -g3 -Wall -Wextra -pipe -fvisibility=hidden -fPIC -D_DEBUG -D_REENTRANT -D_XOPEN_SOURCE=500 -DHAVE_SYS_EPOLL_H -DHAVE_SYS_POLL_H -DHAVE_DL -DHAVE_PTHREAD -DBUILDING_ADCHPP -Iadchpp -c -o build/debug-default/adchpp/LogManager.os adchpp/LogManager.cpp
g++ -g3 -Wall -Wextra -pipe -fvisibility=hidden -fPIC -D_DEBUG -D_REENTRANT -D_XOPEN_SOURCE=500 -DHAVE_SYS_EPOLL_H -DHAVE_SYS_POLL_H -DHAVE_DL -DHAVE_PTHREAD -DBUILDING_ADCHPP -Iadchpp -c -o build/debug-default/adchpp/ManagedSocket.os adchpp/ManagedSocket.cpp
g++ -g3 -Wall -Wextra -pipe -fvisibility=hidden -fPIC -D_DEBUG -D_REENTRANT -D_XOPEN_SOURCE=500 -DHAVE_SYS_EPOLL_H -DHAVE_SYS_POLL_H -DHAVE_DL -DHAVE_PTHREAD -DBUILDING_ADCHPP -Iadchpp -c -o build/debug-default/adchpp/PluginManager.os adchpp/PluginManager.cpp
g++ -g3 -Wall -Wextra -pipe -fvisibility=hidden -fPIC -D_DEBUG -D_REENTRANT -D_XOPEN_SOURCE=500 -DHAVE_SYS_EPOLL_H -DHAVE_SYS_POLL_H -DHAVE_DL -DHAVE_PTHREAD -DBUILDING_ADCHPP -Iadchpp -c -o build/debug-default/adchpp/ResourceManager.os adchpp/ResourceManager.cpp
g++ -g3 -Wall -Wextra -pipe -fvisibility=hidden -fPIC -D_DEBUG -D_REENTRANT -D_XOPEN_SOURCE=500 -DHAVE_SYS_EPOLL_H -DHAVE_SYS_POLL_H -DHAVE_DL -DHAVE_PTHREAD -DBUILDING_ADCHPP -Iadchpp -c -o build/debug-default/adchpp/SettingsManager.os adchpp/SettingsManager.cpp
g++ -g3 -Wall -Wextra -pipe -fvisibility=hidden -fPIC -D_DEBUG -D_REENTRANT -D_XOPEN_SOURCE=500 -DHAVE_SYS_EPOLL_H -DHAVE_SYS_POLL_H -DHAVE_DL -DHAVE_PTHREAD -DBUILDING_ADCHPP -Iadchpp -c -o build/debug-default/adchpp/SimpleXML.os adchpp/SimpleXML.cpp
g++ -g3 -Wall -Wextra -pipe -fvisibility=hidden -fPIC -D_DEBUG -D_REENTRANT -D_XOPEN_SOURCE=500 -DHAVE_SYS_EPOLL_H -DHAVE_SYS_POLL_H -DHAVE_DL -DHAVE_PTHREAD -DBUILDING_ADCHPP -Iadchpp -c -o build/debug-default/adchpp/Socket.os adchpp/Socket.cpp
g++ -g3 -Wall -Wextra -pipe -fvisibility=hidden -fPIC -D_DEBUG -D_REENTRANT -D_XOPEN_SOURCE=500 -DHAVE_SYS_EPOLL_H -DHAVE_SYS_POLL_H -DHAVE_DL -DHAVE_PTHREAD -DBUILDING_ADCHPP -Iadchpp -c -o build/debug-default/adchpp/SocketManager.os adchpp/SocketManager.cpp
g++ -g3 -Wall -Wextra -pipe -fvisibility=hidden -fPIC -D_DEBUG -D_REENTRANT -D_XOPEN_SOURCE=500 -DHAVE_SYS_EPOLL_H -DHAVE_SYS_POLL_H -DHAVE_DL -DHAVE_PTHREAD -DBUILDING_ADCHPP -Iadchpp -c -o build/debug-default/adchpp/StringDefs.os adchpp/StringDefs.cpp
g++ -g3 -Wall -Wextra -pipe -fvisibility=hidden -fPIC -D_DEBUG -D_REENTRANT -D_XOPEN_SOURCE=500 -DHAVE_SYS_EPOLL_H -DHAVE_SYS_POLL_H -DHAVE_DL -DHAVE_PTHREAD -DBUILDING_ADCHPP -Iadchpp -c -o build/debug-default/adchpp/Thread.os adchpp/Thread.cpp
g++ -g3 -Wall -Wextra -pipe -fvisibility=hidden -fPIC -D_DEBUG -D_REENTRANT -D_XOPEN_SOURCE=500 -DHAVE_SYS_EPOLL_H -DHAVE_SYS_POLL_H -DHAVE_DL -DHAVE_PTHREAD -DBUILDING_ADCHPP -Iadchpp -c -o build/debug-default/adchpp/TigerHash.os adchpp/TigerHash.cpp
g++ -g3 -Wall -Wextra -pipe -fvisibility=hidden -fPIC -D_DEBUG -D_REENTRANT -D_XOPEN_SOURCE=500 -DHAVE_SYS_EPOLL_H -DHAVE_SYS_POLL_H -DHAVE_DL -DHAVE_PTHREAD -DBUILDING_ADCHPP -Iadchpp -c -o build/debug-default/adchpp/TimerManager.os adchpp/TimerManager.cpp
g++ -g3 -Wall -Wextra -pipe -fvisibility=hidden -fPIC -D_DEBUG -D_REENTRANT -D_XOPEN_SOURCE=500 -DHAVE_SYS_EPOLL_H -DHAVE_SYS_POLL_H -DHAVE_DL -DHAVE_PTHREAD -DBUILDING_ADCHPP -Iadchpp -c -o build/debug-default/adchpp/Util.os adchpp/Util.cpp
g++ -g3 -Wall -Wextra -pipe -fvisibility=hidden -fPIC -D_DEBUG -D_REENTRANT -D_XOPEN_SOURCE=500 -DHAVE_SYS_EPOLL_H -DHAVE_SYS_POLL_H -DHAVE_DL -DHAVE_PTHREAD -DBUILDING_ADCHPP -Iadchpp -c -o build/debug-default/adchpp/adchpp.os adchpp/adchpp.cpp
g++ -g3 -Wall -Wextra -pipe -fvisibility=hidden -fPIC -D_DEBUG -D_REENTRANT -D_XOPEN_SOURCE=500 -DHAVE_SYS_EPOLL_H -DHAVE_SYS_POLL_H -DHAVE_DL -DHAVE_PTHREAD -DBUILDING_ADCHPP -Iadchpp -c -o build/debug-default/adchpp/stdinc.os adchpp/stdinc.cpp
g++ -g3 -Wall -Wextra -pipe -fvisibility=hidden -fPIC -D_DEBUG -D_REENTRANT -D_XOPEN_SOURCE=500 -DHAVE_SYS_EPOLL_H -DHAVE_SYS_POLL_H -DHAVE_DL -DHAVE_PTHREAD -DLUABIND_MAX_BASES=2 -Iplugins/Script/src/lua -Iplugins/Script/src/luabind -Iplugins/Script/src -I. -c -o build/debug-default/plugins/Script/src/LuaEngine.os plugins/Script/src/LuaEngine.cpp
g++ -g3 -Wall -Wextra -pipe -fvisibility=hidden -fPIC -D_DEBUG -D_REENTRANT -D_XOPEN_SOURCE=500 -DHAVE_SYS_EPOLL_H -DHAVE_SYS_POLL_H -DHAVE_DL -DHAVE_PTHREAD -DLUABIND_MAX_BASES=2 -Iplugins/Script/src/lua -Iplugins/Script/src/luabind -Iplugins/Script/src -I. -c -o build/debug-default/plugins/Script/src/LuaScript.os plugins/Script/src/LuaScript.cpp
g++ -g3 -Wall -Wextra -pipe -fvisibility=hidden -fPIC -D_DEBUG -D_REENTRANT -D_XOPEN_SOURCE=500 -DHAVE_SYS_EPOLL_H -DHAVE_SYS_POLL_H -DHAVE_DL -DHAVE_PTHREAD -DLUABIND_MAX_BASES=2 -Iplugins/Script/src/lua -Iplugins/Script/src/luabind -Iplugins/Script/src -I. -c -o build/debug-default/plugins/Script/src/LuaWrap_aux.os plugins/Script/src/LuaWrap_aux.cpp
In file included from plugins/Script/src/luabind/luabind/detail/call_member.hpp:34,
                 from plugins/Script/src/luabind/luabind/wrapper_base.hpp:31,
                 from plugins/Script/src/luabind/luabind/back_reference.hpp:27,
                 from plugins/Script/src/luabind/luabind/class.hpp:97,
                 from plugins/Script/src/luabind/luabind/luabind.hpp:28,
                 from plugins/Script/src/LuaCommon.h:22,
                 from plugins/Script/src/LuaWrap_aux.cpp:22:
plugins/Script/src/luabind/luabind/object.hpp:42:42: error: boost/python/detail/is_xxx.hpp: No such file or directory
scons: *** [build/debug-default/plugins/Script/src/LuaWrap_aux.os] Error 1
scons: building terminated because of errors.
//NickeZ

nickez
Posts: 18
Joined: 2004-07-18 11:47
Location: Sweden
Contact:

Post by nickez » 2006-09-07 16:05

Installed every boost-package I could find in the apt-get and got a little bit further.

Code: Select all

swig -c++ -Wall -python -o build/debug-default/bin/python_wrap.cxx swig/python.i
swig/adchpp.i:28: Error: Syntax error in input(1).
swig/adchpp.i:169: Error: Syntax error in input(3).
swig/adchpp.i:170: Error: Syntax error in input(3).
swig/adchpp.i:171: Error: Syntax error in input(3).
swig/adchpp.i:172: Error: Syntax error in input(3).
swig/adchpp.i:173: Error: Syntax error in input(3).
swig/adchpp.i:174: Error: Syntax error in input(3).
swig/adchpp.i:175: Error: Syntax error in input(3).
swig/adchpp.i:176: Error: Syntax error in input(3).
swig/adchpp.i:177: Error: Syntax error in input(3).
swig/adchpp.i:178: Error: Syntax error in input(3).
swig/adchpp.i:179: Error: Syntax error in input(3).
swig/adchpp.i:180: Error: Syntax error in input(3).
swig/adchpp.i:181: Error: Syntax error in input(3).
swig/adchpp.i:182: Error: Syntax error in input(3).
swig/adchpp.i:183: Error: Syntax error in input(3).
swig/adchpp.i:184: Error: Syntax error in input(3).
swig/adchpp.i:186: Error: Syntax error in input(3).
swig/adchpp.i:378: Error: Syntax error in input(3).
scons: *** [build/debug-default/bin/python_wrap.cxx] Error 19
scons: building terminated because of errors.
//NickeZ

Pothead
Posts: 223
Joined: 2005-01-15 06:55

Post by Pothead » 2006-09-07 20:27

Do you have python and swig installed ? :)

nickez
Posts: 18
Joined: 2004-07-18 11:47
Location: Sweden
Contact:

Post by nickez » 2006-09-08 10:05

yep as far as I can see..
//NickeZ

Pothead
Posts: 223
Joined: 2005-01-15 06:55

Post by Pothead » 2006-09-08 20:24

Similar errors to http://www.dcpp.net/forum/viewtopic.php?t=18160 . With a possible solution. :)

nickez
Posts: 18
Joined: 2004-07-18 11:47
Location: Sweden
Contact:

Post by nickez » 2006-09-09 10:10

Pothead wrote:Similar errors to http://www.dcpp.net/forum/viewtopic.php?t=18160 . With a possible solution. :)
thanx!
next error though..

Code: Select all

 g++ -g3 -Wall -Wextra -pipe -fvisibility=hidden -fPIC -D_REENTRANT -D_XOPEN_SOURCE=500 -DHAVE_SYS_EPOLL_H -DHAVE_SYS_POLL_H -DHAVE_DL -DHAVE_PTHREAD -I. -I/usr/include/python2.4 -c -o build/debug-default/bin/python_wrap.os build/debug-default/bin/python_wrap.cxx
In file included from /usr/include/python2.4/Python.h:8,
                 from build/debug-default/bin/python_wrap.cxx:129:
/usr/include/python2.4/pyconfig.h:844:1: warning: "_XOPEN_SOURCE" redefined
<command>:1:1: warning: this is the location of the previous definition
build/debug-default/bin/python_wrap.cxx:2663: warning: unused parameter ânâ
build/debug-default/bin/python_wrap.cxx:2669: warning: unused parameter âxâ
build/debug-default/bin/python_wrap.cxx:2674: warning: unused parameter âxâ
g++ -Wl,--rpath=\$ORIGIN -g -shared -o build/debug-default/bin/_pyadchpp.so build/debug-default/bin/python_wrap.os -Lbuild/debug-default/bin -ldl -lpthread -lpython2.4 -ladchpp
g++ -g3 -Wall -Wextra -pipe -fvisibility=hidden -D_DEBUG -D_REENTRANT -D_XOPEN_SOURCE=500 -DHAVE_SYS_EPOLL_H -DHAVE_SYS_POLL_H -DHAVE_DL -DHAVE_PTHREAD -Iunix -I. -c -o build/debug-default/unix/main.o unix/main.cpp
g++ -Wl,--rpath=\$ORIGIN -g -o build/debug-default/bin/adchpp build/debug-default/unix/main.o -Lbuild/debug-default/bin -ldl -lpthread -ladchpp
swig -c++ -Wall -ruby -o build/debug-default/bin/ruby_wrap.cxx swig/ruby.i
g++ -g3 -Wall -Wextra -pipe -fvisibility=hidden -fPIC -D_REENTRANT -D_XOPEN_SOURCE=500 -DHAVE_SYS_EPOLL_H -DHAVE_SYS_POLL_H -DHAVE_DL -DHAVE_PTHREAD -I. "-I/bin/sh: ruby: command not found" -c -o build/debug-default/bin/ruby_wrap.os build/debug-default/bin/ruby_wrap.cxx
build/debug-default/bin/ruby_wrap.cxx:809:18: error: ruby.h: No such file or directory
build/debug-default/bin/ruby_wrap.cxx:905: error: âVALUEâ does not name a type
build/debug-default/bin/ruby_wrap.cxx:916: error: âVALUEâ does not name a type
build/debug-default/bin/ruby_wrap.cxx:928: error: âVALUEâ does not name a type
build/debug-default/bin/ruby_wrap.cxx:1002: error: âVALUEâ does not name a type
build/debug-default/bin/ruby_wrap.cxx:1006: error: âIDâ does not name a type
build/debug-default/bin/ruby_wrap.cxx: In function âvoid SWIG_RubyInitializeTrackings()â:
build/debug-default/bin/ruby_wrap.cxx:1013: error: âswig_ruby_trackingsâ was not declared in this scope
build/debug-default/bin/ruby_wrap.cxx:1013: error: ârb_hash_newâ was not declared in this scope
build/debug-default/bin/ruby_wrap.cxx:1014: error: ârb_gc_register_addressâ was not declared in this scope
build/debug-default/bin/ruby_wrap.cxx:1018: error: âswig_ruby_hash_deleteâ was not declared in this scope
build/debug-default/bin/ruby_wrap.cxx:1018: error: ârb_internâ was not declared in this scope
build/debug-default/bin/ruby_wrap.cxx: At global scope:
build/debug-default/bin/ruby_wrap.cxx:1022: error: âVALUEâ does not name a type
build/debug-default/bin/ruby_wrap.cxx:1033: error: âVALUEâ does not name a type
build/debug-default/bin/ruby_wrap.cxx:1044: error: âVALUEâ does not name a type
build/debug-default/bin/ruby_wrap.cxx:1054: error: âVALUEâ has not been declared
build/debug-default/bin/ruby_wrap.cxx: In function âvoid SWIG_RubyAddTracking(void*, int)â:
build/debug-default/bin/ruby_wrap.cxx:1063: error: âVALUEâ was not declared in this scope
build/debug-default/bin/ruby_wrap.cxx:1063: error: expected `;' before âkeyâ
build/debug-default/bin/ruby_wrap.cxx:1066: error: expected `;' before âvalueâ
build/debug-default/bin/ruby_wrap.cxx:1069: error: âswig_ruby_trackingsâ was not declared in this scope
build/debug-default/bin/ruby_wrap.cxx:1069: error: âkeyâ was not declared in this scope
build/debug-default/bin/ruby_wrap.cxx:1069: error: âvalueâ was not declared in this scope
build/debug-default/bin/ruby_wrap.cxx:1069: error: ârb_hash_asetâ was not declared in this scope
build/debug-default/bin/ruby_wrap.cxx: At global scope:
build/debug-default/bin/ruby_wrap.cxx:1054: warning: unused parameter âptrâ
build/debug-default/bin/ruby_wrap.cxx:1054: warning: unused parameter âobjectâ
build/debug-default/bin/ruby_wrap.cxx:1073: error: âVALUEâ does not name a type
build/debug-default/bin/ruby_wrap.cxx: In function âvoid SWIG_RubyRemoveTracking(void*)â:
build/debug-default/bin/ruby_wrap.cxx:1096: error: âVALUEâ was not declared in this scope
build/debug-default/bin/ruby_wrap.cxx:1096: error: expected `;' before âkeyâ
build/debug-default/bin/ruby_wrap.cxx:1100: error: âswig_ruby_trackingsâ was not declared in this scope
build/debug-default/bin/ruby_wrap.cxx:1100: error: âswig_ruby_hash_deleteâ was not declared in this scope
build/debug-default/bin/ruby_wrap.cxx:1100: error: âkeyâ was not declared in this scope
build/debug-default/bin/ruby_wrap.cxx:1100: error: ârb_funcallâ was not declared in this scope
build/debug-default/bin/ruby_wrap.cxx: At global scope:
build/debug-default/bin/ruby_wrap.cxx:1094: warning: unused parameter âptrâ
build/debug-default/bin/ruby_wrap.cxx: In function âvoid SWIG_RubyUnlinkObjects(void*)â:
build/debug-default/bin/ruby_wrap.cxx:1107: error: âVALUEâ was not declared in this scope
build/debug-default/bin/ruby_wrap.cxx:1107: error: expected `;' before âobjectâ
build/debug-default/bin/ruby_wrap.cxx:1109: error: âobjectâ was not declared in this scope
build/debug-default/bin/ruby_wrap.cxx:1109: error: âQnilâ was not declared in this scope
build/debug-default/bin/ruby_wrap.cxx:1110: error: âDATA_PTRâ was not declared in this scope
build/debug-default/bin/ruby_wrap.cxx: At global scope:
build/debug-default/bin/ruby_wrap.cxx:1106: warning: unused parameter âptrâ
build/debug-default/bin/ruby_wrap.cxx:1127: error: âVALUEâ does not name a type
build/debug-default/bin/ruby_wrap.cxx:1219: error: âVALUEâ does not name a type
build/debug-default/bin/ruby_wrap.cxx:1220: error: âVALUEâ does not name a type
build/debug-default/bin/ruby_wrap.cxx:1227: error: âVALUEâ does not name a type
build/debug-default/bin/ruby_wrap.cxx:1228: error: âVALUEâ does not name a type
build/debug-default/bin/ruby_wrap.cxx:1229: error: âVALUEâ does not name a type
build/debug-default/bin/ruby_wrap.cxx:1231: error: âVALUEâ does not name a type
build/debug-default/bin/ruby_wrap.cxx:1246: error: âVALUEâ does not name a type
build/debug-default/bin/ruby_wrap.cxx: In function âvoid SWIG_Ruby_InitRuntime()â:
build/debug-default/bin/ruby_wrap.cxx:1260: error: â_mSWIGâ was not declared in this scope
build/debug-default/bin/ruby_wrap.cxx:1260: error: âQnilâ was not declared in this scope
build/debug-default/bin/ruby_wrap.cxx:1261: error: ârb_define_moduleâ was not declared in this scope
build/debug-default/bin/ruby_wrap.cxx: In function âvoid SWIG_Ruby_define_class(swig_type_info*)â:
build/debug-default/bin/ruby_wrap.cxx:1269: error: âVALUEâ was not declared in this scope
build/debug-default/bin/ruby_wrap.cxx:1269: error: expected `;' before âklassâ
build/debug-default/bin/ruby_wrap.cxx:1270: error: âmallocâ was not declared in this scope
build/debug-default/bin/ruby_wrap.cxx:1271: error: âsprintfâ was not declared in this scope
build/debug-default/bin/ruby_wrap.cxx:1272: error: â_cSWIG_Pointerâ was not declared in this scope
build/debug-default/bin/ruby_wrap.cxx:1272: error: âNIL_Pâ was not declared in this scope
build/debug-default/bin/ruby_wrap.cxx:1273: error: â_mSWIGâ was not declared in this scope
build/debug-default/bin/ruby_wrap.cxx:1273: error: ârb_cObjectâ was not declared in this scope
build/debug-default/bin/ruby_wrap.cxx:1273: error: ârb_define_class_underâ was not declared in this scope
build/debug-default/bin/ruby_wrap.cxx:1274: error: âCLASS_OFâ was not declared in this scope
build/debug-default/bin/ruby_wrap.cxx:1274: error: ârb_undef_methodâ was not declared in this scope
build/debug-default/bin/ruby_wrap.cxx:1276: error: âklassâ was not declared in this scope
build/debug-default/bin/ruby_wrap.cxx:1276: error: â_mSWIGâ was not declared in this scope
build/debug-default/bin/ruby_wrap.cxx:1276: error: â_cSWIG_Pointerâ was not declared in this scope
build/debug-default/bin/ruby_wrap.cxx:1276: error: ârb_define_class_underâ was not declared in this scope
build/debug-default/bin/ruby_wrap.cxx:1277: error: âfreeâ was not declared in this scope
build/debug-default/bin/ruby_wrap.cxx: At global scope:
build/debug-default/bin/ruby_wrap.cxx:1281: error: âVALUEâ does not name a type
build/debug-default/bin/ruby_wrap.cxx:1334: error: âVALUEâ does not name a type
build/debug-default/bin/ruby_wrap.cxx:1346: error: âSWIG_Ruby_MangleStrâ declared as an âinlineâ variable
build/debug-default/bin/ruby_wrap.cxx:1346: error: âVALUEâ was not declared in this scope
build/debug-default/bin/ruby_wrap.cxx:1347: error: expected â,â or â;â before â{â token
build/debug-default/bin/ruby_wrap.cxx:1356: error: âVALUEâ was not declared in this scope
build/debug-default/bin/ruby_wrap.cxx:1356: error: expected primary-expression before âownâ
build/debug-default/bin/ruby_wrap.cxx:1356: error: initializer expression list treated as compound expression
build/debug-default/bin/ruby_wrap.cxx:1356: error: expected â,â or â;â before â{â token
build/debug-default/bin/ruby_wrap.cxx:1368: error: âVALUEâ was not declared in this scope
build/debug-default/bin/ruby_wrap.cxx:1368: error: expected primary-expression before âvoidâ
build/debug-default/bin/ruby_wrap.cxx:1368: error: expected primary-expression before â*â token
build/debug-default/bin/ruby_wrap.cxx:1368: error: âtyâ was not declared in this scope
build/debug-default/bin/ruby_wrap.cxx:1368: error: expected primary-expression before âintâ
build/debug-default/bin/ruby_wrap.cxx:1368: error: expected primary-expression before â*â token
build/debug-default/bin/ruby_wrap.cxx:1368: error: âownâ was not declared in this scope
build/debug-default/bin/ruby_wrap.cxx:1368: error: initializer expression list treated as compound expression
build/debug-default/bin/ruby_wrap.cxx:1369: error: expected â,â or â;â before â{â token
build/debug-default/bin/ruby_wrap.cxx:1441: error: âSWIG_Ruby_CheckConvertâ declared as an âinlineâ variable
build/debug-default/bin/ruby_wrap.cxx:1441: error: âVALUEâ was not declared in this scope
build/debug-default/bin/ruby_wrap.cxx:1441: error: expected primary-expression before â*â token
build/debug-default/bin/ruby_wrap.cxx:1441: error: âtyâ was not declared in this scope
build/debug-default/bin/ruby_wrap.cxx:1441: error: initializer expression list treated as compound expression
build/debug-default/bin/ruby_wrap.cxx:1442: error: expected â,â or â;â before â{â token
build/debug-default/bin/ruby_wrap.cxx:1448: error: âVALUEâ does not name a type
build/debug-default/bin/ruby_wrap.cxx:1461: error: âVALUEâ was not declared in this scope
build/debug-default/bin/ruby_wrap.cxx:1461: error: expected primary-expression before âvoidâ
build/debug-default/bin/ruby_wrap.cxx:1461: error: expected primary-expression before âintâ
build/debug-default/bin/ruby_wrap.cxx:1461: error: expected primary-expression before â*â token
build/debug-default/bin/ruby_wrap.cxx:1461: error: âtyâ was not declared in this scope
build/debug-default/bin/ruby_wrap.cxx:1461: error: initializer expression list treated as compound expression
build/debug-default/bin/ruby_wrap.cxx:1461: error: expected â,â or â;â before â{â token
build/debug-default/bin/ruby_wrap.cxx: In function âswig_module_info* SWIG_Ruby_GetModule()â:
build/debug-default/bin/ruby_wrap.cxx:1484: error: âVALUEâ was not declared in this scope
build/debug-default/bin/ruby_wrap.cxx:1484: error: expected `;' before âpointerâ
build/debug-default/bin/ruby_wrap.cxx:1486: error: expected `;' before âverboseâ
build/debug-default/bin/ruby_wrap.cxx:1489: error: âQfalseâ was not declared in this scope
build/debug-default/bin/ruby_wrap.cxx:1489: error: ârb_gv_setâ was not declared in this scope
build/debug-default/bin/ruby_wrap.cxx:1492: error: âpointerâ was not declared in this scope
build/debug-default/bin/ruby_wrap.cxx:1492: error: ârb_gv_getâ was not declared in this scope
build/debug-default/bin/ruby_wrap.cxx:1493: error: âQnilâ was not declared in this scope
build/debug-default/bin/ruby_wrap.cxx:1494: error: expected primary-expression before â,â token
build/debug-default/bin/ruby_wrap.cxx:1494: error: âData_Get_Structâ was not declared in this scope
build/debug-default/bin/ruby_wrap.cxx:1498: error: âverboseâ was not declared in this scope
build/debug-default/bin/ruby_wrap.cxx: In function âvoid SWIG_Ruby_SetModule(swig_module_info*)â:
build/debug-default/bin/ruby_wrap.cxx:1506: error: âVALUEâ was not declared in this scope
build/debug-default/bin/ruby_wrap.cxx:1506: error: expected `;' before âclâ
build/debug-default/bin/ruby_wrap.cxx:1508: error: âswig_runtime_data_type_pointerâ was not declared in this scope
build/debug-default/bin/ruby_wrap.cxx:1508: error: âclâ was not declared in this scope
build/debug-default/bin/ruby_wrap.cxx:1508: error: âData_Wrap_Structâ was not declared in this scope
build/debug-default/bin/ruby_wrap.cxx:1509: error: ârb_define_readonly_variableâ was not declared in this scope
build/debug-default/bin/ruby_wrap.cxx: At global scope:
build/debug-default/bin/ruby_wrap.cxx:1578: error: âVALUEâ does not name a type
build/debug-default/bin/ruby_wrap.cxx:1613: error: âVALUEâ was not declared in this scope
build/debug-default/bin/ruby_wrap.cxx:1613: error: expected â,â or â;â before â{â token
build/debug-default/bin/ruby_wrap.cxx:1617: error: âVALUEâ was not declared in this scope
build/debug-default/bin/ruby_wrap.cxx:1617: error: expected â,â or â;â before â{â token
build/debug-default/bin/ruby_wrap.cxx:1620: error: âVALUEâ does not name a type
build/debug-default/bin/ruby_wrap.cxx:1623: error: âVALUEâ was not declared in this scope
build/debug-default/bin/ruby_wrap.cxx:1623: error: expected â,â or â;â before â{â token
build/debug-default/bin/ruby_wrap.cxx:1626: error: âVALUEâ was not declared in this scope
build/debug-default/bin/ruby_wrap.cxx:1626: error: expected â,â or â;â before â{â token
build/debug-default/bin/ruby_wrap.cxx:1629: error: âVALUEâ was not declared in this scope
build/debug-default/bin/ruby_wrap.cxx:1629: error: expected â,â or â;â before â{â token
build/debug-default/bin/ruby_wrap.cxx:1632: error: âVALUEâ does not name a type
build/debug-default/bin/ruby_wrap.cxx:1662: error: âVALUEâ does not name a type
build/debug-default/bin/ruby_wrap.cxx:1670: error: âVALUEâ does not name a type
build/debug-default/bin/ruby_wrap.cxx:1681: error: âVALUEâ was not declared in this scope
build/debug-default/bin/ruby_wrap.cxx:1681: error: expected primary-expression before âunsignedâ
build/debug-default/bin/ruby_wrap.cxx:1681: error: initializer expression list treated as compound expression
build/debug-default/bin/ruby_wrap.cxx:1682: error: expected â,â or â;â before â{â token
build/debug-default/bin/ruby_wrap.cxx:1699: error: âVALUEâ was not declared in this scope
build/debug-default/bin/ruby_wrap.cxx:1699: error: expected primary-expression before âunsignedâ
build/debug-default/bin/ruby_wrap.cxx:1699: error: initializer expression list treated as compound expression
build/debug-default/bin/ruby_wrap.cxx:1700: error: expected â,â or â;â before â{â token
build/debug-default/bin/ruby_wrap.cxx:1717: error: âVALUEâ does not name a type
build/debug-default/bin/ruby_wrap.cxx:1724: error: âVALUEâ does not name a type
build/debug-default/bin/ruby_wrap.cxx:1731: error: âVALUEâ does not name a type
build/debug-default/bin/ruby_wrap.cxx:1746: error: âVALUEâ does not name a type
build/debug-default/bin/ruby_wrap.cxx:1757: error: âVALUEâ was not declared in this scope
build/debug-default/bin/ruby_wrap.cxx:1757: error: expected primary-expression before âlongâ
build/debug-default/bin/ruby_wrap.cxx:1757: error: initializer expression list treated as compound expression
build/debug-default/bin/ruby_wrap.cxx:1758: error: expected â,â or â;â before â{â token
build/debug-default/bin/ruby_wrap.cxx:1775: error: âVALUEâ was not declared in this scope
build/debug-default/bin/ruby_wrap.cxx:1775: error: expected primary-expression before âintâ
build/debug-default/bin/ruby_wrap.cxx:1775: error: initializer expression list treated as compound expression
build/debug-default/bin/ruby_wrap.cxx:1776: error: expected â,â or â;â before â{â token
build/debug-default/bin/ruby_wrap.cxx: In function âvoid std_vector_Sl_adchpp_Client_Sm__Sg__each(std::vector<adchpp::Client*, std::allocator<adchpp> >*)â:
build/debug-default/bin/ruby_wrap.cxx:1808: error: âSWIG_Ruby_NewPointerObjâ was not declared in this scope
build/debug-default/bin/ruby_wrap.cxx:1808: error: ârb_yieldâ was not declared in this scope
build/debug-default/bin/ruby_wrap.cxx: At global scope:
build/debug-default/bin/ruby_wrap.cxx:1827: error: âVALUEâ was not declared in this scope
build/debug-default/bin/ruby_wrap.cxx:1827: error: expected primary-expression before âcharâ
build/debug-default/bin/ruby_wrap.cxx:1827: error: expected primary-expression before â*â token
build/debug-default/bin/ruby_wrap.cxx:1827: error: âpsizeâ was not declared in this scope
build/debug-default/bin/ruby_wrap.cxx:1827: error: expected primary-expression before âintâ
build/debug-default/bin/ruby_wrap.cxx:1827: error: initializer expression list treated as compound expression
build/debug-default/bin/ruby_wrap.cxx:1828: error: expected â,â or â;â before â{â token
build/debug-default/bin/ruby_wrap.cxx:1865: error: âVALUEâ was not declared in this scope
build/debug-default/bin/ruby_wrap.cxx:1865: error: expected primary-expression before â*â token
build/debug-default/bin/ruby_wrap.cxx:1865: error: âvalâ was not declared in this scope
build/debug-default/bin/ruby_wrap.cxx:1865: error: initializer expression list treated as compound expression
build/debug-default/bin/ruby_wrap.cxx:1866: error: expected â,â or â;â before â{â token
build/debug-default/bin/ruby_wrap.cxx:1902: error: âVALUEâ does not name a type
build/debug-default/bin/ruby_wrap.cxx:1919: error: âVALUEâ does not name a type
build/debug-default/bin/ruby_wrap.cxx: In function âvoid std_vector_Sl_std_string_Sg__each(std::vector<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::basic_string<char, std::char_traits<char>, std::allocator<char> > > >*)â:
build/debug-default/bin/ruby_wrap.cxx:1943: error: âSWIG_STR2RBâ was not declared in this scope
build/debug-default/bin/ruby_wrap.cxx:1943: error: ârb_yieldâ was not declared in this scope
build/debug-default/bin/ruby_wrap.cxx: At global scope:
build/debug-default/bin/ruby_wrap.cxx:1949: error: âVALUEâ does not name a type
build/debug-default/bin/ruby_wrap.cxx:1956: error: âVALUEâ does not name a type
build/debug-default/bin/ruby_wrap.cxx:1963: error: âVALUEâ does not name a type
build/debug-default/bin/ruby_wrap.cxx:1970: error: âVALUEâ does not name a type
build/debug-default/bin/ruby_wrap.cxx:1978: error: âVALUEâ was not declared in this scope
build/debug-default/bin/ruby_wrap.cxx:1978: error: expected primary-expression before âcharâ
build/debug-default/bin/ruby_wrap.cxx:1978: error: expected primary-expression before âsizeâ
build/debug-default/bin/ruby_wrap.cxx:1978: error: initializer expression list treated as compound expression
build/debug-default/bin/ruby_wrap.cxx:1979: error: expected â,â or â;â before â{â token
build/debug-default/bin/ruby_wrap.cxx:2002: error: âVALUEâ was not declared in this scope
build/debug-default/bin/ruby_wrap.cxx:2002: error: expected primary-expression before âcharâ
build/debug-default/bin/ruby_wrap.cxx:2002: error: initializer expression list treated as compound expression
build/debug-default/bin/ruby_wrap.cxx:2003: error: expected â,â or â;â before â{â token
build/debug-default/bin/ruby_wrap.cxx:2021: error: âSWIG_AsVal_size_tâ declared as an âinlineâ variable
build/debug-default/bin/ruby_wrap.cxx:2021: error: âVALUEâ was not declared in this scope
build/debug-default/bin/ruby_wrap.cxx:2021: error: expected primary-expression before â*â token
build/debug-default/bin/ruby_wrap.cxx:2021: error: âvalâ was not declared in this scope
build/debug-default/bin/ruby_wrap.cxx:2021: error: initializer expression list treated as compound expression
build/debug-default/bin/ruby_wrap.cxx:2022: error: expected â,â or â;â before â{â token
build/debug-default/bin/ruby_wrap.cxx:2041: error: âVALUEâ was not declared in this scope
build/debug-default/bin/ruby_wrap.cxx:2041: error: expected primary-expression before âboolâ
build/debug-default/bin/ruby_wrap.cxx:2041: error: initializer expression list treated as compound expression
build/debug-default/bin/ruby_wrap.cxx:2042: error: expected â,â or â;â before â{â token
build/debug-default/bin/ruby_wrap.cxx:2064: error: âVALUEâ does not name a type
build/debug-default/bin/ruby_wrap.cxx:2076: error: âVALUEâ does not name a type
build/debug-default/bin/ruby_wrap.cxx:2090: error: âVALUEâ does not name a type
build/debug-default/bin/ruby_wrap.cxx:2105: error: âVALUEâ does not name a type
build/debug-default/bin/ruby_wrap.cxx:2128: error: âVALUEâ does not name a type
build/debug-default/bin/ruby_wrap.cxx:2166: error: âVALUEâ does not name a type
build/debug-default/bin/ruby_wrap.cxx:2179: error: âVALUEâ does not name a type
build/debug-default/bin/ruby_wrap.cxx:2211: error: âVALUEâ does not name a type
build/debug-default/bin/ruby_wrap.cxx:2289: error: âVALUEâ does not name a type
build/debug-default/bin/ruby_wrap.cxx:2322: error: âVALUEâ does not name a type
build/debug-default/bin/ruby_wrap.cxx:2355: error: âVALUEâ does not name a type
build/debug-default/bin/ruby_wrap.cxx:2376: error: âVALUEâ does not name a type
build/debug-default/bin/ruby_wrap.cxx:2405: error: âVALUEâ does not name a type
build/debug-default/bin/ruby_wrap.cxx:2435: error: âVALUEâ does not name a type
build/debug-default/bin/ruby_wrap.cxx:2473: error: âVALUEâ does not name a type
build/debug-default/bin/ruby_wrap.cxx:2516: error: âVALUEâ does not name a type
build/debug-default/bin/ruby_wrap.cxx:2544: error: âVALUEâ does not name a type
build/debug-default/bin/ruby_wrap.cxx:2559: error: âVALUEâ does not name a type
build/debug-default/bin/ruby_wrap.cxx:2582: error: âVALUEâ does not name a type
build/debug-default/bin/ruby_wrap.cxx:2624: error: âVALUEâ does not name a type
build/debug-default/bin/ruby_wrap.cxx:2637: error: âVALUEâ does not name a type
build/debug-default/bin/ruby_wrap.cxx:2672: error: âVALUEâ does not name a type
build/debug-default/bin/ruby_wrap.cxx:2747: error: âVALUEâ does not name a type
build/debug-default/bin/ruby_wrap.cxx:2783: error: âVALUEâ does not name a type
build/debug-default/bin/ruby_wrap.cxx:2819: error: âVALUEâ does not name a type
build/debug-default/bin/ruby_wrap.cxx:2840: error: âVALUEâ does not name a type
build/debug-default/bin/ruby_wrap.cxx:2871: error: âVALUEâ does not name a type
build/debug-default/bin/ruby_wrap.cxx:2901: error: âVALUEâ does not name a type
build/debug-default/bin/ruby_wrap.cxx:2939: error: âVALUEâ does not name a type
build/debug-default/bin/ruby_wrap.cxx:2984: error: âVALUEâ does not name a type
build/debug-default/bin/ruby_wrap.cxx:3010: error: âVALUEâ does not name a type
build/debug-default/bin/ruby_wrap.cxx:3040: error: âVALUEâ does not name a type
build/debug-default/bin/ruby_wrap.cxx:3059: error: âVALUEâ does not name a type
build/debug-default/bin/ruby_wrap.cxx:3072: error: âVALUEâ does not name a type
build/debug-default/bin/ruby_wrap.cxx:3098: error: âVALUEâ does not name a type
build/debug-default/bin/ruby_wrap.cxx:3132: error: âVALUEâ does not name a type
build/debug-default/bin/ruby_wrap.cxx:3159: error: âVALUEâ does not name a type
build/debug-default/bin/ruby_wrap.cxx:3185: error: âVALUEâ does not name a type
build/debug-default/bin/ruby_wrap.cxx:3200: error: âVALUEâ does not name a type
build/debug-default/bin/ruby_wrap.cxx:3227: error: âVALUEâ does not name a type
build/debug-default/bin/ruby_wrap.cxx:3240: error: âVALUEâ does not name a type
build/debug-default/bin/ruby_wrap.cxx:3266: error: âVALUEâ does not name a type
build/debug-default/bin/ruby_wrap.cxx:3304: error: âVALUEâ does not name a type
build/debug-default/bin/ruby_wrap.cxx:3339: error: âVALUEâ does not name a type
build/debug-default/bin/ruby_wrap.cxx:3374: error: âVALUEâ does not name a type
build/debug-default/bin/ruby_wrap.cxx:3398: error: âVALUEâ does not name a type
build/debug-default/bin/ruby_wrap.cxx:3422: error: âVALUEâ does not name a type
build/debug-default/bin/ruby_wrap.cxx:3446: error: âVALUEâ does not name a type
build/debug-default/bin/ruby_wrap.cxx:3470: error: âVALUEâ does not name a type
build/debug-default/bin/ruby_wrap.cxx:3493: error: âVALUEâ does not name a type
build/debug-default/bin/ruby_wrap.cxx:3512: error: âVALUEâ does not name a type
build/debug-default/bin/ruby_wrap.cxx:3525: error: âVALUEâ does not name a type
build/debug-default/bin/ruby_wrap.cxx:3551: error: âVALUEâ does not name a type
build/debug-default/bin/ruby_wrap.cxx:3587: error: âVALUEâ does not name a type
build/debug-default/bin/ruby_wrap.cxx:3602: error: âVALUEâ does not name a type
build/debug-default/bin/ruby_wrap.cxx:3652: error: âVALUEâ does not name a type
build/debug-default/bin/ruby_wrap.cxx:3694: error: âVALUEâ does not name a type
build/debug-default/bin/ruby_wrap.cxx:3745: error: âVALUEâ does not name a type
build/debug-default/bin/ruby_wrap.cxx:3782: error: âVALUEâ does not name a type
build/debug-default/bin/ruby_wrap.cxx:3811: error: âVALUEâ does not name a type
build/debug-default/bin/ruby_wrap.cxx:3846: error: âVALUEâ does not name a type
build/debug-default/bin/ruby_wrap.cxx:3859: error: âVALUEâ does not name a type
build/debug-default/bin/ruby_wrap.cxx:3885: error: âVALUEâ does not name a type
build/debug-default/bin/ruby_wrap.cxx:4015: error: âVALUEâ does not name a type
build/debug-default/bin/ruby_wrap.cxx:4053: error: âVALUEâ does not name a type
build/debug-default/bin/ruby_wrap.cxx:4077: error: âVALUEâ does not name a type
build/debug-default/bin/ruby_wrap.cxx:4101: error: âVALUEâ does not name a type
build/debug-default/bin/ruby_wrap.cxx:4128: error: âVALUEâ does not name a type
build/debug-default/bin/ruby_wrap.cxx:4155: error: âVALUEâ does not name a type
build/debug-default/bin/ruby_wrap.cxx:4176: error: âVALUEâ does not name a type
build/debug-default/bin/ruby_wrap.cxx:4225: error: âVALUEâ does not name a type
build/debug-default/bin/ruby_wrap.cxx:4263: error: âVALUEâ does not name a type
build/debug-default/bin/ruby_wrap.cxx:4314: error: âVALUEâ does not name a type
build/debug-default/bin/ruby_wrap.cxx:4349: error: âVALUEâ does not name a type
build/debug-default/bin/ruby_wrap.cxx:4403: error: âVALUEâ does not name a type
build/debug-default/bin/ruby_wrap.cxx:4460: error: âVALUEâ does not name a type
build/debug-default/bin/ruby_wrap.cxx:4503: error: âVALUEâ does not name a type
build/debug-default/bin/ruby_wrap.cxx:4546: error: âVALUEâ does not name a type
build/debug-default/bin/ruby_wrap.cxx:4573: error: âVALUEâ does not name a type
build/debug-default/bin/ruby_wrap.cxx:4611: error: âVALUEâ does not name a type
build/debug-default/bin/ruby_wrap.cxx:4638: error: âVALUEâ does not name a type
build/debug-default/bin/ruby_wrap.cxx:4662: error: âVALUEâ does not name a type
build/debug-default/bin/ruby_wrap.cxx:4697: error: âVALUEâ does not name a type
build/debug-default/bin/ruby_wrap.cxx:4721: error: âVALUEâ does not name a type
build/debug-default/bin/ruby_wrap.cxx:4756: error: âVALUEâ does not name a type
build/debug-default/bin/ruby_wrap.cxx:4783: error: âVALUEâ does not name a type
build/debug-default/bin/ruby_wrap.cxx:4813: error: âVALUEâ does not name a type
build/debug-default/bin/ruby_wrap.cxx:4858: error: âVALUEâ does not name a type
build/debug-default/bin/ruby_wrap.cxx:4885: error: âVALUEâ does not name a type
build/debug-default/bin/ruby_wrap.cxx:4920: error: âVALUEâ does not name a type
build/debug-default/bin/ruby_wrap.cxx:4952: error: âVALUEâ does not name a type
build/debug-default/bin/ruby_wrap.cxx:4984: error: âVALUEâ does not name a type
build/debug-default/bin/ruby_wrap.cxx:5029: error: âVALUEâ does not name a type
build/debug-default/bin/ruby_wrap.cxx:5050: error: âVALUEâ does not name a type
build/debug-default/bin/ruby_wrap.cxx:5077: error: âVALUEâ does not name a type
build/debug-default/bin/ruby_wrap.cxx:5112: error: âVALUEâ does not name a type
build/debug-default/bin/ruby_wrap.cxx:5147: error: âVALUEâ does not name a type
build/debug-default/bin/ruby_wrap.cxx:5168: error: âVALUEâ does not name a type
build/debug-default/bin/ruby_wrap.cxx:5206: error: âVALUEâ does not name a type
build/debug-default/bin/ruby_wrap.cxx:5249: error: âVALUEâ does not name a type
build/debug-default/bin/ruby_wrap.cxx:5281: error: âVALUEâ does not name a type
build/debug-default/bin/ruby_wrap.cxx:5313: error: âVALUEâ does not name a type
build/debug-default/bin/ruby_wrap.cxx:5337: error: âVALUEâ does not name a type
build/debug-default/bin/ruby_wrap.cxx:5361: error: âVALUEâ does not name a type
build/debug-default/bin/ruby_wrap.cxx:5399: error: âVALUEâ does not name a type
build/debug-default/bin/ruby_wrap.cxx:5426: error: âVALUEâ does not name a type
build/debug-default/bin/ruby_wrap.cxx:5458: error: âVALUEâ does not name a type
build/debug-default/bin/ruby_wrap.cxx:5482: error: âVALUEâ does not name a type
build/debug-default/bin/ruby_wrap.cxx:5506: error: âVALUEâ does not name a type
build/debug-default/bin/ruby_wrap.cxx:5542: error: âVALUEâ does not name a type
build/debug-default/bin/ruby_wrap.cxx:5574: error: âVALUEâ does not name a type
build/debug-default/bin/ruby_wrap.cxx:5606: error: âVALUEâ does not name a type
build/debug-default/bin/ruby_wrap.cxx:5627: error: âVALUEâ does not name a type
build/debug-default/bin/ruby_wrap.cxx:5662: error: âVALUEâ does not name a type
build/debug-default/bin/ruby_wrap.cxx:5697: error: âVALUEâ does not name a type
build/debug-default/bin/ruby_wrap.cxx:5743: error: âVALUEâ does not name a type
build/debug-default/bin/ruby_wrap.cxx:5778: error: âVALUEâ does not name a type
build/debug-default/bin/ruby_wrap.cxx:5810: error: âVALUEâ does not name a type
build/debug-default/bin/ruby_wrap.cxx:5850: error: âVALUEâ does not name a type
build/debug-default/bin/ruby_wrap.cxx:5882: error: âVALUEâ does not name a type
build/debug-default/bin/ruby_wrap.cxx:5934: error: âVALUEâ does not name a type
build/debug-default/bin/ruby_wrap.cxx:5966: error: âVALUEâ does not name a type
build/debug-default/bin/ruby_wrap.cxx:6009: error: âVALUEâ does not name a type
build/debug-default/bin/ruby_wrap.cxx:6055: error: âVALUEâ does not name a type
build/debug-default/bin/ruby_wrap.cxx:6095: error: âVALUEâ does not name a type
build/debug-default/bin/ruby_wrap.cxx:6138: error: âVALUEâ does not name a type
build/debug-default/bin/ruby_wrap.cxx:6189: error: âVALUEâ does not name a type
build/debug-default/bin/ruby_wrap.cxx:6235: error: âVALUEâ does not name a type
build/debug-default/bin/ruby_wrap.cxx:6281: error: âVALUEâ does not name a type
build/debug-default/bin/ruby_wrap.cxx:6327: error: âVALUEâ does not name a type
build/debug-default/bin/ruby_wrap.cxx:6395: error: âVALUEâ does not name a type
build/debug-default/bin/ruby_wrap.cxx:6441: error: âVALUEâ does not name a type
build/debug-default/bin/ruby_wrap.cxx:6487: error: âVALUEâ does not name a type
build/debug-default/bin/ruby_wrap.cxx:6522: error: âVALUEâ does not name a type
build/debug-default/bin/ruby_wrap.cxx:6549: error: âVALUEâ does not name a type
build/debug-default/bin/ruby_wrap.cxx:6576: error: âVALUEâ does not name a type
build/debug-default/bin/ruby_wrap.cxx:6603: error: âVALUEâ does not name a type
build/debug-default/bin/ruby_wrap.cxx:6630: error: âVALUEâ does not name a type
build/debug-default/bin/ruby_wrap.cxx:6657: error: âVALUEâ does not name a type
build/debug-default/bin/ruby_wrap.cxx:6696: error: âVALUEâ does not name a type
build/debug-default/bin/ruby_wrap.cxx:6728: error: âVALUEâ does not name a type
build/debug-default/bin/ruby_wrap.cxx:6763: error: âVALUEâ does not name a type
build/debug-default/bin/ruby_wrap.cxx: In function âvoid Init_rbadchpp()â:
build/debug-default/bin/ruby_wrap.cxx:7133: error: âmRbadchppâ was not declared in this scope
build/debug-default/bin/ruby_wrap.cxx:7133: error: ârb_define_moduleâ was not declared in this scope
build/debug-default/bin/ruby_wrap.cxx:7141: error: expected primary-expression before â)â token
build/debug-default/bin/ruby_wrap.cxx:7141: error: âVALUEâ was not declared in this scope
build/debug-default/bin/ruby_wrap.cxx:7141: error: expected `)' before â_wrap_startupâ
build/debug-default/bin/ruby_wrap.cxx:7142: error: expected primary-expression before â)â token
build/debug-default/bin/ruby_wrap.cxx:7142: error: expected `)' before â_wrap_shutdownâ
build/debug-default/bin/ruby_wrap.cxx:7144: error: âstruct swig_classâ has no member named âklassâ
build/debug-default/bin/ruby_wrap.cxx:7144: error: ârb_cObjectâ was not declared in this scope
build/debug-default/bin/ruby_wrap.cxx:7144: error: ârb_define_class_underâ was not declared in this scope
build/debug-default/bin/ruby_wrap.cxx:7146: error: âstruct swig_classâ has no member named âklassâ
build/debug-default/bin/ruby_wrap.cxx:7146: error: ârb_eval_stringâ was not declared in this scope
build/debug-default/bin/ruby_wrap.cxx:7146: error: ârb_include_moduleâ was not declared in this scope
build/debug-default/bin/ruby_wrap.cxx:7147: error: âstruct swig_classâ has no member named âklassâ
build/debug-default/bin/ruby_wrap.cxx:7147: error: expected primary-expression before â)â token
build/debug-default/bin/ruby_wrap.cxx:7147: error: â_wrap_TClientList_allocateâ was not declared in this scope
build/debug-default/bin/ruby_wrap.cxx:7147: error: ârb_define_singleton_methodâ was not declared in this scope
build/debug-default/bin/ruby_wrap.cxx:7148: error: âstruct swig_classâ has no member named âklassâ
build/debug-default/bin/ruby_wrap.cxx:7148: error: expected primary-expression before â)â token
build/debug-default/bin/ruby_wrap.cxx:7148: error: expected `)' before â_wrap_new_TClientListâ
build/debug-default/bin/ruby_wrap.cxx:7149: error: âstruct swig_classâ has no member named âklassâ
build/debug-default/bin/ruby_wrap.cxx:7149: error: expected primary-expression before â)â token
build/debug-default/bin/ruby_wrap.cxx:7149: error: expected `)' before â_wrap_TClientList___len__â
build/debug-default/bin/ruby_wrap.cxx:7150: error: âstruct swig_classâ has no member named âklassâ
build/debug-default/bin/ruby_wrap.cxx:7150: error: expected primary-expression before â)â token
build/debug-default/bin/ruby_wrap.cxx:7150: error: expected `)' before â_wrap_TClientList_emptyq___â
build/debug-default/bin/ruby_wrap.cxx:7151: error: âstruct swig_classâ has no member named âklassâ
build/debug-default/bin/ruby_wrap.cxx:7151: error: expected primary-expression before â)â token
build/debug-default/bin/ruby_wrap.cxx:7151: error: expected `)' before â_wrap_TClientList_clearâ
build/debug-default/bin/ruby_wrap.cxx:7152: error: âstruct swig_classâ has no member named âklassâ
build/debug-default/bin/ruby_wrap.cxx:7152: error: expected primary-expression before â)â token
build/debug-default/bin/ruby_wrap.cxx:7152: error: expected `)' before â_wrap_TClientList_pushâ
build/debug-default/bin/ruby_wrap.cxx:7153: error: âstruct swig_classâ has no member named âklassâ
build/debug-default/bin/ruby_wrap.cxx:7153: error: expected primary-expression before â)â token
build/debug-default/bin/ruby_wrap.cxx:7153: error: expected `)' before â_wrap_TClientList_popâ
build/debug-default/bin/ruby_wrap.cxx:7154: error: âstruct swig_classâ has no member named âklassâ
build/debug-default/bin/ruby_wrap.cxx:7154: error: expected primary-expression before â)â token
build/debug-default/bin/ruby_wrap.cxx:7154: error: expected `)' before â_wrap_TClientList___getitem__â
build/debug-default/bin/ruby_wrap.cxx:7155: error: âstruct swig_classâ has no member named âklassâ
build/debug-default/bin/ruby_wrap.cxx:7155: error: expected primary-expression before â)â token
build/debug-default/bin/ruby_wrap.cxx:7155: error: expected `)' before â_wrap_TClientList___setitem__â
build/debug-default/bin/ruby_wrap.cxx:7156: error: âstruct swig_classâ has no member named âklassâ
build/debug-default/bin/ruby_wrap.cxx:7156: error: expected primary-expression before â)â token
build/debug-default/bin/ruby_wrap.cxx:7156: error: expected `)' before â_wrap_TClientList_eachâ
build/debug-default/bin/ruby_wrap.cxx:7161: error: âstruct swig_classâ has no member named âklassâ
build/debug-default/bin/ruby_wrap.cxx:7163: error: âstruct swig_classâ has no member named âklassâ
build/debug-default/bin/ruby_wrap.cxx:7164: error: âstruct swig_classâ has no member named âklassâ
build/debug-default/bin/ruby_wrap.cxx:7164: error: expected primary-expression before â)â token
build/debug-default/bin/ruby_wrap.cxx:7164: error: â_wrap_TStringList_allocateâ was not declared in this scope
build/debug-default/bin/ruby_wrap.cxx:7165: error: âstruct swig_classâ has no member named âklassâ
build/debug-default/bin/ruby_wrap.cxx:7165: error: expected primary-expression before â)â token
build/debug-default/bin/ruby_wrap.cxx:7165: error: expected `)' before â_wrap_new_TStringListâ
build/debug-default/bin/ruby_wrap.cxx:7166: error: âstruct swig_classâ has no member named âklassâ
build/debug-default/bin/ruby_wrap.cxx:7166: error: expected primary-expression before â)â token
build/debug-default/bin/ruby_wrap.cxx:7166: error: expected `)' before â_wrap_TStringList___len__â
build/debug-default/bin/ruby_wrap.cxx:7167: error: âstruct swig_classâ has no member named âklassâ
build/debug-default/bin/ruby_wrap.cxx:7167: error: expected primary-expression before â)â token
build/debug-default/bin/ruby_wrap.cxx:7167: error: expected `)' before â_wrap_TStringList_emptyq___â
build/debug-default/bin/ruby_wrap.cxx:7168: error: âstruct swig_classâ has no member named âklassâ
build/debug-default/bin/ruby_wrap.cxx:7168: error: expected primary-expression before â)â token
build/debug-default/bin/ruby_wrap.cxx:7168: error: expected `)' before â_wrap_TStringList_clearâ
build/debug-default/bin/ruby_wrap.cxx:7169: error: âstruct swig_classâ has no member named âklassâ
build/debug-default/bin/ruby_wrap.cxx:7169: error: expected primary-expression before â)â token
build/debug-default/bin/ruby_wrap.cxx:7169: error: expected `)' before â_wrap_TStringList_pushâ
build/debug-default/bin/ruby_wrap.cxx:7170: error: âstruct swig_classâ has no member named âklassâ
build/debug-default/bin/ruby_wrap.cxx:7170: error: expected primary-expression before â)â token
build/debug-default/bin/ruby_wrap.cxx:7170: error: expected `)' before â_wrap_TStringList_popâ
build/debug-default/bin/ruby_wrap.cxx:7171: error: âstruct swig_classâ has no member named âklassâ
build/debug-default/bin/ruby_wrap.cxx:7171: error: expected primary-expression before â)â token
build/debug-default/bin/ruby_wrap.cxx:7171: error: expected `)' before â_wrap_TStringList___getitem__â
build/debug-default/bin/ruby_wrap.cxx:7172: error: âstruct swig_classâ has no member named âklassâ
build/debug-default/bin/ruby_wrap.cxx:7172: error: expected primary-expression before â)â token
build/debug-default/bin/ruby_wrap.cxx:7172: error: expected `)' before â_wrap_TStringList___setitem__â
build/debug-default/bin/ruby_wrap.cxx:7173: error: âstruct swig_classâ has no member named âklassâ
build/debug-default/bin/ruby_wrap.cxx:7173: error: expected primary-expression before â)â token
build/debug-default/bin/ruby_wrap.cxx:7173: error: expected `)' before â_wrap_TStringList_eachâ
build/debug-default/bin/ruby_wrap.cxx:7177: error: expected primary-expression before â)â token
build/debug-default/bin/ruby_wrap.cxx:7177: error: expected `)' before â_wrap_initConfigâ
build/debug-default/bin/ruby_wrap.cxx:7179: error: âstruct swig_classâ has no member named âklassâ
build/debug-default/bin/ruby_wrap.cxx:7181: error: âstruct swig_classâ has no member named âklassâ
build/debug-default/bin/ruby_wrap.cxx:7181: error: expected primary-expression before â)â token
build/debug-default/bin/ruby_wrap.cxx:7181: error: â_wrap_Exception_allocateâ was not declared in this scope
build/debug-default/bin/ruby_wrap.cxx:7182: error: âstruct swig_classâ has no member named âklassâ
build/debug-default/bin/ruby_wrap.cxx:7182: error: expected primary-expression before â)â token
build/debug-default/bin/ruby_wrap.cxx:7182: error: expected `)' before â_wrap_new_Exceptionâ
build/debug-default/bin/ruby_wrap.cxx:7183: error: âstruct swig_classâ has no member named âklassâ
build/debug-default/bin/ruby_wrap.cxx:7183: error: expected primary-expression before â)â token
build/debug-default/bin/ruby_wrap.cxx:7183: error: expected `)' before â_wrap_Exception_getErrorâ
build/debug-default/bin/ruby_wrap.cxx:7184: error: âstruct swig_classâ has no member named âklassâ
build/debug-default/bin/ruby_wrap.cxx:7184: error: expected primary-expression before â)â token
build/debug-default/bin/ruby_wrap.cxx:7184: error: expected `)' before â_wrap_Exception_whatâ
build/debug-default/bin/ruby_wrap.cxx:7189: error: âstruct swig_classâ has no member named âklassâ
build/debug-default/bin/ruby_wrap.cxx:7191: error: âstruct swig_classâ has no member named âklassâ
build/debug-default/bin/ruby_wrap.cxx:7191: error: expected primary-expression before â)â token
build/debug-default/bin/ruby_wrap.cxx:7191: error: â_wrap_CID_allocateâ was not declared in this scope
build/debug-default/bin/ruby_wrap.cxx:7192: error: âstruct swig_classâ has no member named âklassâ
build/debug-default/bin/ruby_wrap.cxx:7192: error: expected primary-expression before â)â token
build/debug-default/bin/ruby_wrap.cxx:7192: error: expected `)' before â_wrap_new_CIDâ
build/debug-default/bin/ruby_wrap.cxx:7193: error: âstruct swig_classâ has no member named âklassâ
build/debug-default/bin/ruby_wrap.cxx:7193: error: âSWIG_From_intâ was not declared in this scope
build/debug-default/bin/ruby_wrap.cxx:7193: error: ârb_define_constâ was not declared in this scope
build/debug-default/bin/ruby_wrap.cxx:7194: error: âstruct swig_classâ has no member named âklassâ
build/debug-default/bin/ruby_wrap.cxx:7195: error: âstruct swig_classâ has no member named âklassâ
build/debug-default/bin/ruby_wrap.cxx:7195: error: expected primary-expression before â)â token
build/debug-default/bin/ruby_wrap.cxx:7195: error: expected `)' before â_wrap_CID___eq__â
build/debug-default/bin/ruby_wrap.cxx:7196: error: âstruct swig_classâ has no member named âklassâ
build/debug-default/bin/ruby_wrap.cxx:7196: error: expected primary-expression before â)â token
build/debug-default/bin/ruby_wrap.cxx:7196: error: expected `)' before â_wrap_CID___lt__â
build/debug-default/bin/ruby_wrap.cxx:7197: error: âstruct swig_classâ has no member named âklassâ
build/debug-default/bin/ruby_wrap.cxx:7197: error: expected primary-expression before â)â token
build/debug-default/bin/ruby_wrap.cxx:7197: error: expected `)' before â_wrap_CID_toBase32â
build/debug-default/bin/ruby_wrap.cxx:7198: error: âstruct swig_classâ has no member named âklassâ
build/debug-default/bin/ruby_wrap.cxx:7198: error: expected primary-expression before â)â token
build/debug-default/bin/ruby_wrap.cxx:7198: error: expected `)' before â_wrap_CID_toHashâ
build/debug-default/bin/ruby_wrap.cxx:7199: error: âstruct swig_classâ has no member named âklassâ
build/debug-default/bin/ruby_wrap.cxx:7199: error: expected primary-expression before â)â token
build/debug-default/bin/ruby_wrap.cxx:7199: error: expected `)' before â_wrap_CID_dataâ
build/debug-default/bin/ruby_wrap.cxx:7200: error: âstruct swig_classâ has no member named âklassâ
build/debug-default/bin/ruby_wrap.cxx:7200: error: expected primary-expression before â)â token
build/debug-default/bin/ruby_wrap.cxx:7200: error: expected `)' before â_wrap_CID_isZeroâ
build/debug-default/bin/ruby_wrap.cxx:7201: error: âstruct swig_classâ has no member named âklassâ
build/debug-default/bin/ruby_wrap.cxx:7201: error: expected primary-expression before â)â token
build/debug-default/bin/ruby_wrap.cxx:7201: error: expected `)' before â_wrap_CID_generateâ
build/debug-default/bin/ruby_wrap.cxx:7206: error: âstruct swig_classâ has no member named âklassâ
build/debug-default/bin/ruby_wrap.cxx:7206: error: âstruct swig_classâ has no member named âklassâ
build/debug-default/bin/ruby_wrap.cxx:7208: error: âstruct swig_classâ has no member named âklassâ
build/debug-default/bin/ruby_wrap.cxx:7208: error: expected primary-expression before â)â token
build/debug-default/bin/ruby_wrap.cxx:7208: error: â_wrap_ParseException_allocateâ was not declared in this scope
build/debug-default/bin/ruby_wrap.cxx:7209: error: âstruct swig_classâ has no member named âklassâ
build/debug-default/bin/ruby_wrap.cxx:7209: error: expected primary-expression before â)â token
build/debug-default/bin/ruby_wrap.cxx:7209: error: expected `)' before â_wrap_new_ParseExceptionâ
build/debug-default/bin/ruby_wrap.cxx:7214: error: âstruct swig_classâ has no member named âklassâ
build/debug-default/bin/ruby_wrap.cxx:7216: error: âstruct swig_classâ has no member named âklassâ
build/debug-default/bin/ruby_wrap.cxx:7216: error: expected primary-expression before â)â token
build/debug-default/bin/ruby_wrap.cxx:7216: error: â_wrap_AdcCommand_allocateâ was not declared in this scope
build/debug-default/bin/ruby_wrap.cxx:7217: error: âstruct swig_classâ has no member named âklassâ
build/debug-default/bin/ruby_wrap.cxx:7217: error: expected primary-expression before â)â token
build/debug-default/bin/ruby_wrap.cxx:7217: error: expected `)' before â_wrap_new_AdcCommandâ
build/debug-default/bin/ruby_wrap.cxx:7218: error: âstruct swig_classâ has no member named âklassâ
build/debug-default/bin/ruby_wrap.cxx:7219: error: âstruct swig_classâ has no member named âklassâ
build/debug-default/bin/ruby_wrap.cxx:7220: error: âstruct swig_classâ has no member named âklassâ
build/debug-default/bin/ruby_wrap.cxx:7221: error: âstruct swig_classâ has no member named âklassâ
build/debug-default/bin/ruby_wrap.cxx:7222: error: âstruct swig_classâ has no member named âklassâ
build/debug-default/bin/ruby_wrap.cxx:7223: error: âstruct swig_classâ has no member named âklassâ
build/debug-default/bin/ruby_wrap.cxx:7224: error: âstruct swig_classâ has no member named âklassâ
build/debug-default/bin/ruby_wrap.cxx:7225: error: âstruct swig_classâ has no member named âklassâ
build/debug-default/bin/ruby_wrap.cxx:7226: error: âstruct swig_classâ has no member named âklassâ
build/debug-default/bin/ruby_wrap.cxx:7227: error: âstruct swig_classâ has no member named âklassâ
build/debug-default/bin/ruby_wrap.cxx:7228: error: âstruct swig_classâ has no member named âklassâ
build/debug-default/bin/ruby_wrap.cxx:7229: error: âstruct swig_classâ has no member named âklassâ
build/debug-default/bin/ruby_wrap.cxx:7230: error: âstruct swig_classâ has no member named âklassâ
build/debug-default/bin/ruby_wrap.cxx:7231: error: âstruct swig_classâ has no member named âklassâ
build/debug-default/bin/ruby_wrap.cxx:7232: error: âstruct swig_classâ has no member named âklassâ
build/debug-default/bin/ruby_wrap.cxx:7233: error: âstruct swig_classâ has no member named âklassâ
build/debug-default/bin/ruby_wrap.cxx:7234: error: âstruct swig_classâ has no member named âklassâ
build/debug-default/bin/ruby_wrap.cxx:7235: error: âstruct swig_classâ has no member named âklassâ
build/debug-default/bin/ruby_wrap.cxx:7236: error: âstruct swig_classâ has no member named âklassâ
build/debug-default/bin/ruby_wrap.cxx:7237: error: âstruct swig_classâ has no member named âklassâ
build/debug-default/bin/ruby_wrap.cxx:7238: error: âstruct swig_classâ has no member named âklassâ
build/debug-default/bin/ruby_wrap.cxx:7239: error: âstruct swig_classâ has no member named âklassâ
build/debug-default/bin/ruby_wrap.cxx:7240: error: âstruct swig_classâ has no member named âklassâ
build/debug-default/bin/ruby_wrap.cxx:7241: error: âstruct swig_classâ has no member named âklassâ
build/debug-default/bin/ruby_wrap.cxx:7242: error: âstruct swig_classâ has no member named âklassâ
build/debug-default/bin/ruby_wrap.cxx:7243: error: âstruct swig_classâ has no member named âklassâ
build/debug-default/bin/ruby_wrap.cxx:7244: error: âstruct swig_classâ has no member named âklassâ
build/debug-default/bin/ruby_wrap.cxx:7245: error: âstruct swig_classâ has no member named âklassâ
build/debug-default/bin/ruby_wrap.cxx:7246: error: âstruct swig_classâ has no member named âklassâ
build/debug-default/bin/ruby_wrap.cxx:7246: error: âSWIG_From_charâ was not declared in this scope
build/debug-default/bin/ruby_wrap.cxx:7247: error: âstruct swig_classâ has no member named âklassâ
build/debug-default/bin/ruby_wrap.cxx:7248: error: âstruct swig_classâ has no member named âklassâ
build/debug-default/bin/ruby_wrap.cxx:7249: error: âstruct swig_classâ has no member named âklassâ
build/debug-default/bin/ruby_wrap.cxx:7250: error: âstruct swig_classâ has no member named âklassâ
build/debug-default/bin/ruby_wrap.cxx:7251: error: âstruct swig_classâ has no member named âklassâ
build/debug-default/bin/ruby_wrap.cxx:7252: error: âstruct swig_classâ has no member named âklassâ
build/debug-default/bin/ruby_wrap.cxx:7252: error: âSWIG_From_unsigned_SS_intâ was not declared in this scope
build/debug-default/bin/ruby_wrap.cxx:7253: error: âstruct swig_classâ has no member named âklassâ
build/debug-default/bin/ruby_wrap.cxx:7254: error: âstruct swig_classâ has no member named âklassâ
build/debug-default/bin/ruby_wrap.cxx:7255: error: âstruct swig_classâ has no member named âklassâ
build/debug-default/bin/ruby_wrap.cxx:7256: error: âstruct swig_classâ has no member named âklassâ
build/debug-default/bin/ruby_wrap.cxx:7257: error: âstruct swig_classâ has no member named âklassâ
build/debug-default/bin/ruby_wrap.cxx:7258: error: âstruct swig_classâ has no member named âklassâ
build/debug-default/bin/ruby_wrap.cxx:7259: error: âstruct swig_classâ has no member named âklassâ
build/debug-default/bin/ruby_wrap.cxx:7260: error: âstruct swig_classâ has no member named âklassâ
build/debug-default/bin/ruby_wrap.cxx:7261: error: âstruct swig_classâ has no member named âklassâ
build/debug-default/bin/ruby_wrap.cxx:7262: error: âstruct swig_classâ has no member named âklassâ
build/debug-default/bin/ruby_wrap.cxx:7263: error: âstruct swig_classâ has no member named âklassâ
build/debug-default/bin/ruby_wrap.cxx:7264: error: âstruct swig_classâ has no member named âklassâ
build/debug-default/bin/ruby_wrap.cxx:7265: error: âstruct swig_classâ has no member named âklassâ
build/debug-default/bin/ruby_wrap.cxx:7266: error: âstruct swig_classâ has no member named âklassâ
build/debug-default/bin/ruby_wrap.cxx:7267: error: âstruct swig_classâ has no member named âklassâ
build/debug-default/bin/ruby_wrap.cxx:7268: error: âstruct swig_classâ has no member named âklassâ
build/debug-default/bin/ruby_wrap.cxx:7269: error: âstruct swig_classâ has no member named âklassâ
build/debug-default/bin/ruby_wrap.cxx:7270: error: âstruct swig_classâ has no member named âklassâ
build/debug-default/bin/ruby_wrap.cxx:7270: error: expected primary-expression before â)â token
build/debug-default/bin/ruby_wrap.cxx:7270: error: expected `)' before â_wrap_AdcCommand_parseâ
build/debug-default/bin/ruby_wrap.cxx:7271: error: âstruct swig_classâ has no member named âklassâ
build/debug-default/bin/ruby_wrap.cxx:7271: error: expected primary-expression before â)â token
build/debug-default/bin/ruby_wrap.cxx:7271: error: expected `)' before â_wrap_AdcCommand_getCommandâ
build/debug-default/bin/ruby_wrap.cxx:7272: error: âstruct swig_classâ has no member named âklassâ
build/debug-default/bin/ruby_wrap.cxx:7272: error: expected primary-expression before â)â token
build/debug-default/bin/ruby_wrap.cxx:7272: error: expected `)' before â_wrap_AdcCommand_getTypeâ
build/debug-default/bin/ruby_wrap.cxx:7273: error: âstruct swig_classâ has no member named âklassâ
build/debug-default/bin/ruby_wrap.cxx:7273: error: expected primary-expression before â)â token
build/debug-default/bin/ruby_wrap.cxx:7273: error: expected `)' before â_wrap_AdcCommand_getParametersâ
build/debug-default/bin/ruby_wrap.cxx:7274: error: âstruct swig_classâ has no member named âklassâ
build/debug-default/bin/ruby_wrap.cxx:7274: error: expected primary-expression before â)â token
build/debug-default/bin/ruby_wrap.cxx:7274: error: expected `)' before â_wrap_AdcCommand_toStringâ
build/debug-default/bin/ruby_wrap.cxx:7275: error: âstruct swig_classâ has no member named âklassâ
build/debug-default/bin/ruby_wrap.cxx:7275: error: expected primary-expression before â)â token
build/debug-default/bin/ruby_wrap.cxx:7275: error: expected `)' before â_wrap_AdcCommand_resetStringâ
build/debug-default/bin/ruby_wrap.cxx:7276: error: âstruct swig_classâ has no member named âklassâ
build/debug-default/bin/ruby_wrap.cxx:7276: error: expected primary-expression before â)â token
build/debug-default/bin/ruby_wrap.cxx:7276: error: expected `)' before â_wrap_AdcCommand_addParamâ
build/debug-default/bin/ruby_wrap.cxx:7277: error: âstruct swig_classâ has no member named âklassâ
build/debug-default/bin/ruby_wrap.cxx:7277: error: expected primary-expression before â)â token
build/debug-default/bin/ruby_wrap.cxx:7277: error: expected `)' before â_wrap_AdcCommand_getParamâ
build/debug-default/bin/ruby_wrap.cxx:7278: error: âstruct swig_classâ has no member named âklassâ
build/debug-default/bin/ruby_wrap.cxx:7278: error: expected primary-expression before â)â token
build/debug-default/bin/ruby_wrap.cxx:7278: error: expected `)' before â_wrap_AdcCommand_delParamâ
build/debug-default/bin/ruby_wrap.cxx:7279: error: âstruct swig_classâ has no member named âklassâ
build/debug-default/bin/ruby_wrap.cxx:7279: error: expected primary-expression before â)â token
build/debug-default/bin/ruby_wrap.cxx:7279: error: expected `)' before â_wrap_AdcCommand_hasFlagâ
build/debug-default/bin/ruby_wrap.cxx:7280: error: âstruct swig_classâ has no member named âklassâ
build/debug-default/bin/ruby_wrap.cxx:7280: error: expected primary-expression before â)â token
build/debug-default/bin/ruby_wrap.cxx:7280: error: expected `)' before â_wrap_AdcCommand_toCodeâ
build/debug-default/bin/ruby_wrap.cxx:7281: error: âstruct swig_classâ has no member named âklassâ
build/debug-default/bin/ruby_wrap.cxx:7281: error: expected primary-expression before â)â token
build/debug-default/bin/ruby_wrap.cxx:7281: error: expected `)' before â_wrap_AdcCommand___eq__â
build/debug-default/bin/ruby_wrap.cxx:7282: error: âstruct swig_classâ has no member named âklassâ
build/debug-default/bin/ruby_wrap.cxx:7282: error: expected primary-expression before â)â token
build/debug-default/bin/ruby_wrap.cxx:7282: error: expected `)' before â_wrap_AdcCommand_escapeâ
build/debug-default/bin/ruby_wrap.cxx:7283: error: âstruct swig_classâ has no member named âklassâ
build/debug-default/bin/ruby_wrap.cxx:7283: error: expected primary-expression before â)â token
build/debug-default/bin/ruby_wrap.cxx:7283: error: expected `)' before â_wrap_AdcCommand_getToâ
build/debug-default/bin/ruby_wrap.cxx:7284: error: âstruct swig_classâ has no member named âklassâ
build/debug-default/bin/ruby_wrap.cxx:7284: error: expected primary-expression before â)â token
build/debug-default/bin/ruby_wrap.cxx:7284: error: expected `)' before â_wrap_AdcCommand_setToâ
build/debug-default/bin/ruby_wrap.cxx:7285: error: âstruct swig_classâ has no member named âklassâ
build/debug-default/bin/ruby_wrap.cxx:7285: error: expected primary-expression before â)â token
build/debug-default/bin/ruby_wrap.cxx:7285: error: expected `)' before â_wrap_AdcCommand_getFromâ
build/debug-default/bin/ruby_wrap.cxx:7286: error: âstruct swig_classâ has no member named âklassâ
build/debug-default/bin/ruby_wrap.cxx:7286: error: expected primary-expression before â)â token
build/debug-default/bin/ruby_wrap.cxx:7286: error: expected `)' before â_wrap_AdcCommand_setFromâ
build/debug-default/bin/ruby_wrap.cxx:7287: error: âstruct swig_classâ has no member named âklassâ
build/debug-default/bin/ruby_wrap.cxx:7287: error: expected primary-expression before â)â token
build/debug-default/bin/ruby_wrap.cxx:7287: error: expected `)' before â_wrap_AdcCommand_toSIDâ
build/debug-default/bin/ruby_wrap.cxx:7288: error: âstruct swig_classâ has no member named âklassâ
build/debug-default/bin/ruby_wrap.cxx:7288: error: expected primary-expression before â)â token
build/debug-default/bin/ruby_wrap.cxx:7288: error: expected `)' before â_wrap_AdcCommand_fromSIDâ
build/debug-default/bin/ruby_wrap.cxx:7289: error: âstruct swig_classâ has no member named âklassâ
build/debug-default/bin/ruby_wrap.cxx:7289: error: expected primary-expression before â)â token
Last edited by nickez on 2006-09-09 19:21, edited 1 time in total.
//NickeZ

Pothead
Posts: 223
Joined: 2005-01-15 06:55

Post by Pothead » 2006-09-09 10:50

Install ruby.
Using mingw i did have this working at one point, but it fails at compiling now. :P
But at least it should have built the executable before it gets to ruby. :wink:

nickez
Posts: 18
Joined: 2004-07-18 11:47
Location: Sweden
Contact:

Post by nickez » 2006-09-09 19:03

Pothead wrote:Install ruby.
Using mingw i did have this working at one point, but it fails at compiling now. :P
But at least it should have built the executable before it gets to ruby. :wink:
I'm using ubuntu and therefore I installed ruby via apt-get. The version is 1.8.2-1 is that new enough?

edit: the executable was built but it generates following errors:

Code: Select all

StartingThrown: FileException: Could not open file
SettingsManager: Unable to load adchpp.xml, using defaults: FileException: Could not open file
Logging: 2006-09-10 04:20:33: adchpp: ADCH++ v2.0-Debug (Plugin API v2.0) starting from console
Thrown: FileException: Could not open file
LogManager::log: FileException: Could not open file
.,,.
ADCH++ v2.0-Debug (Plugin API v2.0) running, press ctrl-c to exit...
Logging: 2006-09-10 04:20:33: SocketManager: Starting
Logging: 2006-09-10 04:20:33: SocketManager: Writer starting
Thrown: SocketException: Address already in use
Thrown: SocketException: Address already in use
Logging: 2006-09-10 04:20:33: SocketManager: Unable to create server socket: SocketException: Address already in use
//NickeZ

Pothead
Posts: 223
Joined: 2005-01-15 06:55

Post by Pothead » 2006-09-09 21:00

I've no idea about the ruby version. It doesn't work for me anymore (using mingw).
I'm guessing that the "Could not open file" is refering to a missing settings xml file. Which you can find in the etc directory. You need to put adchpp.xml in the config directory (adchpp makes when you run it for the first time, on windows). Then just change the settings in there. I guessing you need to change the Port it uses. :)

Locked