Skip to main content

All Questions

Tagged with
2 votes
1 answer
3k views

Programs failing to compile on aarch64 with `features.h: No such file or directory`

I'm having trouble compiling some applications on my PineNote. The common thread is: /usr/include/bits/libc-header-start.h:33:10: fatal error: features.h: No such file or directory 33 | #...
Sammaron's user avatar
0 votes
1 answer
100 views

How can I build the java software that I gave at below

As a language learner I want to use it so bad but sadly I have no any clue for building. The Software I forgot to mention it, I am using linux currently.
Anon's user avatar
  • 1
1 vote
0 answers
142 views

rust cargo build hangs in a virtual box using vagrant

Im using vagrant to setup an development environment for a project of mine. However every time I try to build a rust project using cargo, each rustc process which compiles a file freezes and as a ...
Geigerkind's user avatar
-1 votes
1 answer
79 views

Arch ISO build error

I was making a custom Arch buid. While building the live DE an error came up. I used the command: sudo ./build.sh -v At first it downloaded some packages and then gave me an error. I cannot read the ...
user avatar
3 votes
1 answer
3k views

Building Boost in Arch

I'm building Boost 1.53.0 (latest release) in Arch 2012.6. The reason I'm building is because I need to compile as follows: ./b2 install --prefix=/usr/local/ cxxflags="-std=c++11" Specifically, I ...
mkingston's user avatar
  • 392