I'm trying to perform step by step building of MongoDB on my vps with FreeBSD 8 on it. I'm facing problem with the last step:
vm3578# scons .
scons: Reading SConscript files ...
scons version: 2.0.1
python version: 2 6 6 'final' 0
Checking whether the C++ compiler worksyes
Checking for C library stdc++... yes
Checking for C++ header file boost/filesystem/operations.hpp...
I'm trying to perform step by step building of MongoDB on my vps with FreeBSD 8 on it. I'm facing problem with the last step:
vm3578# scons .
scons: Reading SConscript files ...
scons version: 2.0.1
python version: 2 6 6 'final' 0
Checking whether the C++ compiler worksyes
Checking for C library stdc++... yes
Checking for C++ header file boost/filesystem/operations.hpp...
Hey guys,
Well this is my first post here, and I am extremely new to linux, so please excuse this stupid question.
Anyways so I am trying to compile an application, minicomputer1.41 synthesizer to be exact, and whenever I use the command "scons" like the instructions say to do, I get an error:
scons =( not my strong suit...
im using
Code:
scons prefix=/usr qtdir=/opt/qt4
to configure and i get these compilation errors
Code:
scons prefix=/usr qtdir=/opt/qt4
scons: Reading SConscript files ...
Platform: Linux i686
scons: warning: The build_dir keyword has been deprecated; use the variant_dir keyword instead.
File "/mixxx-1.7.2/SConstruct", line 42, in <module>
Hello
I have a problem with compiling vdrift-2009-06-15 using scons. As the source that i obtained only supports scons i cannot use make.
the error that i get when i try to compile it in GNOME Terminal is :
scons: Reading SConscript files ...
scons: warning: The Options class is deprecated; use the Variables class instead.
Hi all,
I'm not an expert at compiling from source. I tried ngplant ( http://sourceforge.net/projects/ngpl...ngplant/0.9.9/ ) today and i get this :
Code:
scons: Reading SConscript files ...
Checking for c++ compiler presence... (cached) yes
Checking for __attribute__((unused)) support presence in g++... yes
Checking for C++ header file stdint.h...
i just executed "packer mcu8051ide" worked hard for 30 minutes... and the situation is alot worse now...[root@lyoko-UL30A mcu8051ide]# mcu8051ide --check-libraries
MCU 8051 IDE v1.3.11
Checking libraries...
1/8 Checking for library BWidget
Library present ... No protocol specified
NO !
Version 1.7 ...
When I tried to install GOCR on Ubuntu Linux 11.10 I got the following readout in the terminal
??????????:~$ cd gocr-0.48; make install
./configure
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files...
hello guys. I ve been trying to install package ExactImage to my FC17, and since it's not in any repo i could find, i ve decided to compile it. Having some problems though.
./configure would give me this:
Code:
checking whether the C++ compiler works ... yes
checking for C++ STL support ... yes
checking for C++ templates ... yes
checking for C++ template specialization ...