Building VOCAL 1.5 on Ubuntu

View: New views
3 Messages — Rating Filter:   Alert me  

Building VOCAL 1.5 on Ubuntu

by Shayan Ghazizadeh :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,

I am trying to build vocal-1.5.0 running on a Ubuntu-Linux distro. I
successfully run the configure step, but when I try to run make, I get
the following error making the util directory:

         make[1]: Entering directory `/home/shayan/vocal/util'
         g++ -Wall -fPIC -Wno-deprecated -D_REENTRANT -DUSE_PTHREADS -g
     -I../build -I../build/../util -I../build/../util/threads
-I../build/../util/logging -I../build/../util/crypto
-I../build/../util/statistics -I../build/../util/snmp
-I../build/../util/signals -I../build/../util/behavior
-I../build/../util/io -I../build/../util/services
-I../build/../util/transport -I../build/../util/config
-I../build/../util/dnssrv -I../build/../util/deprecated
-I../build/../util/adt -DVOCAL_USE_DEPRECATED -DVOCAL_USING_PENTIUM
-DUSE_PTHREADS -DUSE_CRYPTO_RANDOM -c -o obj.debug.Linux.i686/Data2.o
Data2.cxx
         ../build/../util/VTime.hxx: In constructor ‘VTime::VTime()’:
         ../build/../util/VTime.hxx:113: error: ‘getVTime’ was not
declared in this scope
         make[1]: *** [obj.debug.Linux.i686/Data2.o] Error 1
         make[1]: Leaving directory `/home/shayan/vocal/util'
         make: *** [util] Error 2

Anybody knows what is going on here? Am I missing any components? Any
help would be greatly appreciated. I was hoping this package would build
out of the box and that's why I am hesitant to tweak around with the
files.

Thanks,

Shayan

_______________________________________________
vocal mailing list
vocal@...
To unsubscribe, please go to http://www.vovida.org/mailman/listinfo/vocal

Re: Building VOCAL 1.5 on Ubuntu

by ESmit :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi There

I have build vocal-1.5.0 on linux Suse9.2 without any problems, but now that I need it to build on Debian I also get the same build errors as Shayan. Does anyone have an answer to this?

Thank You
Erik


Shayan Ghazizadeh wrote:
Hi,

I am trying to build vocal-1.5.0 running on a Ubuntu-Linux distro. I
successfully run the configure step, but when I try to run make, I get
the following error making the util directory:

         make[1]: Entering directory `/home/shayan/vocal/util'
         g++ -Wall -fPIC -Wno-deprecated -D_REENTRANT -DUSE_PTHREADS -g
     -I../build -I../build/../util -I../build/../util/threads
-I../build/../util/logging -I../build/../util/crypto
-I../build/../util/statistics -I../build/../util/snmp
-I../build/../util/signals -I../build/../util/behavior
-I../build/../util/io -I../build/../util/services
-I../build/../util/transport -I../build/../util/config
-I../build/../util/dnssrv -I../build/../util/deprecated
-I../build/../util/adt -DVOCAL_USE_DEPRECATED -DVOCAL_USING_PENTIUM
-DUSE_PTHREADS -DUSE_CRYPTO_RANDOM -c -o obj.debug.Linux.i686/Data2.o
Data2.cxx
         ../build/../util/VTime.hxx: In constructor ‘VTime::VTime()’:
         ../build/../util/VTime.hxx:113: error: ‘getVTime’ was not
declared in this scope
         make[1]: *** [obj.debug.Linux.i686/Data2.o] Error 1
         make[1]: Leaving directory `/home/shayan/vocal/util'
         make: *** [util] Error 2

Anybody knows what is going on here? Am I missing any components? Any
help would be greatly appreciated. I was hoping this package would build
out of the box and that's why I am hesitant to tweak around with the
files.

Thanks,

Shayan

_______________________________________________
vocal mailing list
vocal@vovida.org
To unsubscribe, please go to http://www.vovida.org/mailman/listinfo/vocal

Re: Building VOCAL 1.5 on Ubuntu

by ReinaldoBorges.com :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,

Try to install gcc-3.3, cpp-3.3 and g++-3.3
Maybe you need to remove actual gcc, cpp and g++
You will need to create some links:

As root:
# cd /usr/bin
# ln -s gcc-3.3 gcc
# ln -s cpp-3.3 cpp
# ln -s g++-3.3 g++


Shayan Ghazizadeh wrote:
Hi,

I am trying to build vocal-1.5.0 running on a Ubuntu-Linux distro. I
successfully run the configure step, but when I try to run make, I get
the following error making the util directory:

         make[1]: Entering directory `/home/shayan/vocal/util'
         g++ -Wall -fPIC -Wno-deprecated -D_REENTRANT -DUSE_PTHREADS -g
     -I../build -I../build/../util -I../build/../util/threads
-I../build/../util/logging -I../build/../util/crypto
-I../build/../util/statistics -I../build/../util/snmp
-I../build/../util/signals -I../build/../util/behavior
-I../build/../util/io -I../build/../util/services
-I../build/../util/transport -I../build/../util/config
-I../build/../util/dnssrv -I../build/../util/deprecated
-I../build/../util/adt -DVOCAL_USE_DEPRECATED -DVOCAL_USING_PENTIUM
-DUSE_PTHREADS -DUSE_CRYPTO_RANDOM -c -o obj.debug.Linux.i686/Data2.o
Data2.cxx
         ../build/../util/VTime.hxx: In constructor ‘VTime::VTime()’:
         ../build/../util/VTime.hxx:113: error: ‘getVTime’ was not
declared in this scope
         make[1]: *** [obj.debug.Linux.i686/Data2.o] Error 1
         make[1]: Leaving directory `/home/shayan/vocal/util'
         make: *** [util] Error 2

Anybody knows what is going on here? Am I missing any components? Any
help would be greatly appreciated. I was hoping this package would build
out of the box and that's why I am hesitant to tweak around with the
files.

Thanks,

Shayan

_______________________________________________
vocal mailing list
vocal@vovida.org
To unsubscribe, please go to http://www.vovida.org/mailman/listinfo/vocal