Skip to main content

Questions tagged [configure]

A Configure script is an executable script designed to aid in developing a program to be run on a wide number of different computers.

configure
0 votes
0 answers
7 views

Configure check for multiple condition

ALL, I have 3 different options to check with configure: --with-X1 --with-X2 --with-X3 If tye user is not supplying any of them I want to output a warning stating that the default value will be used. ...
Igor's user avatar
  • 5,905
0 votes
0 answers
25 views

Toolkit detection during the configure

I'm trying to write a program using wxWidgets. Up until now I was using GTK port of the library. But since there now Qt port I decided to try it out. I also was using Anjuta when I started porting to *...
Igor's user avatar
  • 5,905
0 votes
0 answers
61 views

I can't configure webhook url for whatsapp cloud API

I'm trying to configure the webhook. I watched a lot of videos using platforms like Heroku or ngrok. But I already have a server, Hostinger Brasil. The problem is that the URL I put in the ...
Mares's user avatar
  • 51
0 votes
0 answers
64 views

Programatically configure a keyboard in Ubuntu 22.04

I'm working with Ubuntu 22.04 and I've created a custom keyboard. I'm using Ansible to provision the machine and I've placed the custom keyboard mapping file under /usr/share/X11/xkb/symbols/tss_kiosk ...
Scala Peritus's user avatar
0 votes
0 answers
32 views

How to compile testsuite for libgomp coming from GNU gcc git?

Source git : git://gcc.gnu.org/git/gcc.git Directory structure : gcc/libgomp/testsuite$ ls config lib libgomp.c++ libgomp.fortran libgomp.oacc-c libgomp.oacc-c-c++-common ...
ABHISHEK SINHA's user avatar
0 votes
1 answer
31 views

The Python code label.configure is not being updated because it was added in a for-loop syntax

I'm having trouble updating and replacing the output text into customtkinter gui using label syntax. When I clicked the button, it was not being replaced with the new one. Below is my code. import ...
Jamez C's user avatar
1 vote
0 answers
36 views

Failure to install "RcppArrayFire" package in R because of "This package has a configure script, It probably needs manual configuration..."

I'm trying to install the package "RcppArrayFire" in R v4.3.2. After having gone round in circles following multiple attempts at various possible ways of installing a package in R, I'm ...
Constant P's user avatar
1 vote
0 answers
54 views

How to Set gfortran Compiler Flags in a Complex Build System Involving Makefile.am, configure.ac, and setup.py?

Following this question, I am working on building a project that involves compiling FORTRAN 77 code using gfortran, but I am encountering a compilation error due to missing compiler flags. The ...
Foad S. Farimani's user avatar
0 votes
0 answers
24 views

Jenkins Goals and options setup using Maven

I have for tests QA-1, QA-2, QA-3, and QA-4. In Jenkins and Cofigure, I added the four Bitbucket (git) branches' build paths. I added four tags (@QA-#) per each test, and for all tests I included ...
Lorena's user avatar
  • 11
3 votes
1 answer
46 views

How to trace which `configure.ac` m4 macro expands to a specific bash code block in `configure`?

Following this question, I am working on debugging a legacy build system and need to understand how a specific section of the generated configure script is produced from its configure.ac m4 source. ...
Foad S. Farimani's user avatar
2 votes
1 answer
256 views

"Command not found" errors in configure script how to diagnose?

I am maintaining a legacy project and encountered an issue while running the configure script in the build process. The script fails with multiple "command not found" errors pointing to some ...
Foad S. Farimani's user avatar
0 votes
0 answers
47 views

C compiler cannot create executables - ERROR on Mac

I am trying to ./configure and then make install a package, but the configure command gives me this error: C compiler cannot create executables It suggests me to look over the config.log. I can not ...
Elena Tosi's user avatar
1 vote
1 answer
62 views

How to configure/build external libraries in order to achieve relocatable builds?

I'm referring to OpenSSL as an example but I guess my question as well applies to similarly configured/built libraries. In order to avoid unnecessary rebuilds (and to track upstream changes and build ...
frans's user avatar
  • 9,584
2 votes
0 answers
165 views

Configure error for ffmpeg 6.1 when executing in bash 5.0.17

I am trying to install ffmpeg 6.1 (https://ffmpeg.org/releases/ffmpeg-6.1.1.tar.xz), but when executing the configure script my bash version 5.0.17 removes the double quotes from the parameters ...
user2715311's user avatar
2 votes
1 answer
64 views

What does this python-config option mean? (installing python from a downloaded compressed .tgz folder)

I am referencing this Medium article, https://medium.com/@lupiel/installing-python-from-a-tgz-file-a-step-by-step-guide-4cf5f4a17a86, and it recommends tagging on the following option to the ./...
Jacob's user avatar
  • 253

15 30 50 per page
1
2 3 4 5
105