Cannot "make" verlihub on Debian - c++

I'm trying to create my own dchub on Debian using Verlihub. Everything works great when I'm using ./configure but when I'm trying to "make", it ends with an error! Please help!
./configure gives back:
Configure has completed successfully. Now you must run make.
If make fails with errors, please consult the forums and see
if anyone else has had the same issue. The forums are located
here http://forums.verlihub-project.org
Extensive documentation is also available at the project website
which can be found here http://www.verlihub-project.org
Please feel free to join and register at the Verlihub suport
hub located here dchub://hub.verlihub-project.org:7777
sudo make gives back:
stringutils.cpp: In function 'void nStringUtils::ExpandPath(std::string&)':
stringutils.cpp:127:31: error: 'get_current_dir_name' was not declared in this scope
make[2]: *** [stringutils.lo] Error 1
make[2]: Leaving directory `/verlihub-0.9.8e-r2/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/verlihub-0.9.8e-r2'
make: *** [all] Error 2

Related

cross compiling protocol buffers for arm

I am new to Google's protocol buffers and I am having trouble with cross-compiling it for arm. I am not able to find any concrete solutions to my problem using google.
The steps I am following:
./autogen.sh
./configure
make -s && make install
./configure --host=arm-linux-gnueabi CC=arm-linux-gnueabi-gcc --prefix=/opt/poky/1.7/sysroots/cortexa9hf-vfp-neon-poky-linux-gnueabi/usr/ --with-protoc=/usr/local/bin/protoc
make
I get an error when I run make.
google/protobuf/stubs/common.cc:55:2: error: #error "No suitable threading library available."
#error "No suitable threading library available."
^
Makefile:3956: recipe for target 'google/protobuf/stubs/common.lo' failed
make[2]: *** [google/protobuf/stubs/common.lo] Error 1
make[2]: Leaving directory '/home/protobuf/protobuf/src'
Makefile:1544: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/protobuf/protobuf'
Makefile:1451: recipe for target 'all' failed
make: *** [all] Error 2
Any help would be much appreciated.

Error while building LLVM/clang

I was trying to build LLVM/clang in HOME directory without sudo access following this link (http://clang.llvm.org/get_started.html)
But when I type 'make' this happens
Error running link command: No such file or directory
make[2]: *** [lib/libLLVMSupport.a] Error 2
make[2]: Leaving directory `/home/skataka/porple_tools/build'
make[1]: *** [lib/Support/CMakeFiles/LLVMSupport.dir/all] Error 2
make[1]: Leaving directory `/home/skataka/porple_tools/build'
make: *** [all] Error 2
$ Write failed: Broken pipe
I have used make VERBOSE=1 and it says CMAKE-AR NOT FOUND
Edit:
Changed CMakeCXXCompiler.cmake file - SET(CMAKE_AR "path to llvm-ar")
Now I am getting "Error running link command: Permission denied"
Help me with this !
Looks like your build directory generated by cmake is broken it seems to not be able to find the linker. I'd clobber the build directory and regenerate it with cmake paying attention to if it spits out any errors while configuring.

Apache thrift can not make

When I'm trying to configure and make thrift 0.9.1 it gives some errors. Can anyone tell me the reason for that and what should I do to overcome this issue. Errors are shown in below.
user#linux-yyzo:~/WorkDir/thrift-0.9.1> make
make all-recursive
make[1]: Entering directory `/home/user/WorkDir/thrift-0.9.1'
Making all in compiler/cpp
make[2]: Entering directory `/home/user/WorkDir/thrift-0.9.1/compiler/cpp'
make all-am
make[3]: Entering directory `/home/user/WorkDir/thrift-0.9.1/compiler/cpp'
\
\
/bin/sh ../../ylwrap `test -f 'src/thrifty.yy' || echo './'`src/thrifty.yy y.tab.c thrifty.cc y.tab.h thrifty.h y.output thrifty.output -- yacc -d
../../ylwrap: line 113: yacc: command not found
make[3]: *** [thrifty.cc] Error 1
make[3]: Leaving directory `/home/user/WorkDir/thrift-0.9.1/compiler/cpp'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/user/WorkDir/thrift-0.9.1/compiler/cpp'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/user/WorkDir/thrift-0.9.1'
make: *** [all] Error 2
user#linux-yyzo:~/WorkDir/thrift-0.9.1>
There are two resources on the Thrift web site worth reading when one runs into troubles like this.
The Requirements give a good overview about the dependencies; the Building From Source page explains build steps and configure switches briefly. Additionally, the requirements page holds some links to more specific information for builds on Ubuntu, CentOS, Windows and OS X.

Error while installing Cyberlink for C++

I am getting the following error when i try to make install Cyberlink4CC
/bin/mkdir -p '/usr/local/include/cybergarage/io'
/usr/bin/install -c -m 644 cybergarage/io/BufferedReader.h cybergarage/io/File.h cybergarage/io/FileInputStream.h cybergarage/io/InputStream.h cybergarage/io/InputStreamReader.h cybergarage/io/LineNumberReader.h cybergarage/io/StringBufferInputStream.h cybergarage/io/FileInputStream.h cybergarage/io/Reader.h cybergarage/io/StringReader.h '/usr/local/include/cybergarage/io'
/usr/bin/install: will not overwrite just-created `/usr/local/include/cybergarage/io/FileInputStream.h' with `cybergarage/io/FileInputStream.h'
make[2]: *** [install-nobase_includeHEADERS] Error 1
make[2]: Leaving directory `/home/bernd/tools/cybergarage/CyberLink4CC/include'
make[1]: *** [install-am] Error 2
make[1]: Leaving directory `/home/bernd/tools/cybergarage/CyberLink4CC/include'
make: *** [install-recursive] Error 1
Can anybody help me with this error?
One more question: the changelog on the website for Cyberlink4CC says that there are last changes on 2013-01-09 but on github the last commit was 2 years ago? is this repository somehow outdated? where can i find the current state of the project?
thank you
FileInputStream.h is listed on that command line twice. install appears to be balking at that. That appaers to be a makefile error of some sort.
That repository certainly seems to be out of date. The subversion repo however appears to match that changelog.

Errors when install pocketsphinx 0.7 on Windows 7 using Cygwin

I tried to install pocketsphinx version 0.7 on my Windows 7 using Cygwin (I have installed sphinxbase 0.7). I face some errors with "make" command. Please help me. Thank you very much !!!
Makefile:316: recipe for target pocketsphinx_continuous.exe' failed
make[2]: *** [pocketsphinx_continuous.exe] Error 1
make[2]: Leaving directory/cygdrive/d/Cao_Hoc/Luan_Van/test_Android_ASR/test_1/pocketsphinx-0.7/src/programs'
Makefile:271: recipe for target all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory/cygdrive/d/Cao_Hoc/Luan_Van/test_Android_ASR/test_1/pocketsphinx-0.7/src'
Makefile:372: recipe for target `all-recursive' failed
make: * [all-recursive] Error 1
This is the full log: http://www.mediafire.com/view/?34577vncq1rqu7b
For Cygwin do not use version 0.7. Download latest snapshot, it should compile better
http://cmusphinx.sourceforge.net/wiki/download