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.

4 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
  • 1
  • 4
  • 10
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

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…
tonythestark
  • 101
  • 2
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
  • 5