Questions tagged [scons]

The scons utility builds software (or other files) by determining which component pieces must be rebuilt and executing the necessary commands to rebuild them.

By default, scons searches for a file named SConstruct, Sconstruct, or sconstruct (in that order) in the current directory and reads its con‐figuration from the first file found.

6 questions
6
votes
1 answer

How can I install boost-devel in Ubuntu 12.04?

I want to compile flvtool++, but it requires boost-devel libraries. I tried to install it via this command: sudo apt-get install boost-devel But I got the error: E: Unable to locate package boost-devel Is there an other way to compile flvtool++…
kabindra
  • 195
3
votes
1 answer

this error : g++: internal compiler error: Killed (program cc1plus)

I encountered this error: g++: internal compiler error: Killed (program cc1plus) When I'm following the instructions given by the site http://gem5.org for building gem5 on Ubuntu Linux by using this command : scons build/ARM/gem5.opt What…
Iman
0
votes
0 answers

Replace packages installed by Synaptic with self built NEW versions?

I have a great audio mixer software (FFADO-mixer) for firewire pro audio cards/interfaces installed via Synaptic from the Ubuntu Repos. But, it's an outdated package and the newer version works better and has bug fixes. I've gotten the newer version…
nick
  • 11
  • 3
0
votes
0 answers

scons - checking for libxml++-3. No. checking for libxml++-2.6. No. How to solve?

I'm trying to build and install a package with scons on Xubuntu 22.04. During the build, it's checking for these two dependencies. I can't seem to solve this issue. Is there a good way to install these missing dependencies?
nick
  • 11
  • 3
0
votes
0 answers

gem5:``` /usr/bin/scons: No such file or directory```

So I installed gem5 according to documentation : https://www.gem5.org/documentation/general_docs/building There is an example to run : scons build/X86/gem5.opt -j 4 When I tried that I got this error : bash: /usr/bin/scons: No such file or…
0
votes
0 answers

Mapnik installation error in ubuntu 16.04

I am trying to install mapnik in ubuntu 16.04 64-bit machine, following this tutorial https://github.com/mapnik/mapnik/wiki/UbuntuInstallation but when I enter ./configure I am getting error like this Inheriting from mapnik-settings.env scons: ***…
Adithya
  • 131