Questions tagged [compiling]
Questions related to compiling software from sources, usually using the "make" command.
2,605 questions
-3
votes
0
answers
55
views
Can't Compile VistaThemePlasma
rip chatgpt, cant compile this gpt gives me invalid packs. im on kubuntu 25.10
https://pastebin.com/B4RgA0ED
0
votes
1
answer
239
views
GCC installation error on Ubuntu 24.04 (WSL)
I followed the instructions to install gcc, but for version 15.2.0. make succeeded. But sudo make install failed:
user@G15:~/gcc-15.2.0$ sudo make install
[sudo] password for user:
make[1]: Entering ...
0
votes
0
answers
86
views
gcc-14 (Ubuntu 14.2.0-19ubuntu2) 14.2.0 move to x86_64-linux-gnu-gcc-14 (Ubuntu 14.2.0-19ubuntu2) 14.2.0?
warning: the compiler differs from the one used to build the kernel
The kernel was built by: x86_64-linux-gnu-gcc-14 (Ubuntu 14.2.0-19ubuntu2) 14.2.0
You are using: gcc-14 (Ubuntu 14.2.0-...
0
votes
0
answers
140
views
pyenv installation 3.12.9 issue
I'm trying to compile python-3.12.9 version by following command pyenv install 3.12.9 but I'm facing an issue:
Downloading Python-3.12.9.tar.xz...
-> https://www.python.org/ftp/python/3.12.9/Python-...
0
votes
1
answer
111
views
Execute binary file didn't update the code on linux
-Hi, i'm working on a game project using cpp and SFML
I try to compile it into a binary file for execute using this
g++ main.o -o sfml-app -I /path/to/sfml/include -lsfml-graphics -lsfml-window -lsfml-...
0
votes
0
answers
182
views
suddenly missing file <asm/errno.h>, <asm/socket.h> for 32-bit build
On Ubuntu 24.04.2 LTS.
This AM, ran I got missing file errors on code I regularly build for 32-bit. 64-bit builds fine.
As a side note: I did install the arm compiler (sudo apt install gcc-aarch64-...
0
votes
1
answer
77
views
can we manage per-package compile-from-source configure options with apt?
Can one tell apt that for ffmpeg (say), always download the source package and compile it locally with these particular ./configure options enabled? I'd also likely need to alter the package ...
0
votes
1
answer
311
views
Compile the kernel on Ubuntu 24.04
I try to compile Linux kernel 6.8.12 on Ubuntu 24.04. I installed required package to compile, unzipped the tar file from kernel.org and took a config file from /boot to execute make menuconfig to ...
0
votes
0
answers
90
views
Webkit applications either crash or start but don't load any graphics or simple text
Environment & OS
Desktop: KDE Plasma 6.3.4 on Wayland
Kernel: 6.14.0-15-generic 64 bit
Arch: Arm64 (aarch64) Snapdragon X Elite x1e-80-100
Webkit apps keep crashing or don't start at all. I tried ...
0
votes
1
answer
178
views
How to build and install the last Kate version on Ubuntu?
How to build and install, for example, 25.04.1 version of Kate on Ubuntu 20.04? Is this possible without Snapcraft and Flatpak?
Tried to find custom PPA on Launchpad for installing by apt but have not ...
0
votes
0
answers
48
views
Problem in installing gcc-4.8.0 and gfortan-4.8.0 On Unbuntu 20.04
I am not very familiar with Linux, and I need help installing gcc-4.8.0 and gfortran-4.8.0 on an Ubuntu 20.04 system, that is updated and upgraded lately. I am trying to compile a program that doesn't ...
0
votes
1
answer
340
views
How to build gamescope on Kubuntu?
I'm using Kubuntu 24.04.02 LTS x86_64.
I tried to build and install the latest version of gamescope from its official repository on github (https://github.com/ValveSoftware/gamescope), and I can't get ...
0
votes
0
answers
59
views
Error dpkg -i : "Citing for cache lock: Could not get lock /var/lib/dpkg/lock-frontend. It is held by process 5489 (dpkg) .. 44s"
Context
I want to use the debian package to install python3 and then python packages. Python3 is installed using apt and python pacakges with pip3 installed with apt.
Here is the folder tree :
service/...
1
vote
0
answers
28
views
Listing Assembly Code with a Definition File
I am trying to get the listing of some assembly code in Ubuntu. I have previously used a program in Windows that I can't remember the name of, that let me select a definition file and then build the ...
0
votes
0
answers
2k
views
Segmentation fault and other errors after last update of Ubuntu 22.04 and 24.04
I have several machines with Ubuntu on board, I use it for various applications, one of which is video transcoding with ffmpeg. They have always worked fine, but in the last few days, after the latest ...