X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com X-Original-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; t=1665512046; s=strato-dkim-0002; d=q40.de; h=In-Reply-To:From:References:To:Subject:Date:Message-ID:Cc:Date:From: Subject:Sender; bh=0LBLHosI4MfA88v3FRY5upyTNTLiG8C3/ef184XEAaU=; b=bO7FjtFwPyVew1ydpm4cNd9h9DszDyeaBMIm6++WeL8y2PHb0wSeG5CSdXe8Gh7ASN cH/lBmVESygUrjAJtRh7bOV6UqvafHct9U1m6m34RIrMuPFzLmEbQMPB+AiteH/olac7 ocAVeU6BYbNhWJcSrDeioLpUc38ar5RE+Q1nypGhuQ3sguXqylUV49lwO1vGaBDBBwq0 5i1bSXB02eXAMQ8v26r8RWNooK8oeE17Mk/SwARhJZ/jkb3WO/zoxtp+boovWwOJ0J16 owkkp65AQT6OxUbZYMThPFgVlSHkHSRFVHUAnpBV9FdEAO5wST/MJ6wQuFFNjgy3J95Q bdPg== Authentication-Results: strato.com; dkim=none X-RZG-AUTH: ":KGkWcEuIaqvXDP/lM1VHWdKIkA3Ju5YmsfNOVu4RNhFyeTnf1K3zPT5PFGkcjaTmHzmbX4foI9id46XihxQsjN+Kf8FqKQ==" X-RZG-CLASS-ID: mo00 Message-ID: Date: Tue, 11 Oct 2022 19:14:03 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.2.2 Subject: Re: [geda-user] gschem compiling To: geda-user AT delorie DOT com References: <4ca48a18-9256-df2a-1fa6-492ba1042674 AT svptechnicalservices DOT com DOT au> Content-Language: en-GB From: "Derek (derek AT q40 DOT de) [via geda-user AT delorie DOT com]" In-Reply-To: <4ca48a18-9256-df2a-1fa6-492ba1042674@svptechnicalservices.com.au> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Reply-To: geda-user AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: geda-user AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk Hi, I installed guile-2.2-dev and the configure programe seems to work better, but stopped geting this error message@ checking for python2... /usr/bin/python2 checking for python2 version... 2.7 checking for python2 platform... linux2 checking for python2 script directory... ${prefix}/lib/python2.7/site-packages checking for python2 extension module directory... ${exec_prefix}/lib/python2.7/site-packages checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for PYTHON... no checking for PYTHON... no configure: error: Package requirements (python2 >= 2.7) were not met: No package 'python2' found Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix. Alternatively, you may set the environment variables PYTHON_CFLAGS and PYTHON_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details. configure: error: ./configure failed for xorn derek AT PC2:~/geda$ derek AT PC2:~/geda$ python2 --version Python 2.7.18 Regards, Derek On 11/10/2022 13:53, Scott Pitcher (scotty AT svptechnicalservices DOT com DOT au) [via geda-user AT delorie DOT com] wrote: > Hi Derek, > > Please check if the guile-*-dev package is installed (the guile header > files). > > On Ubuntu which I'm running, it's called guile-2.2-dev. > > Kind regards, > > Scott > > > On 11/10/22 21:45, Derek (derek AT q40 DOT de) [via geda-user AT delorie DOT com] wrote: >> Hi, >> >> Just joined the mailing list. >> >> I am running Linux Mint 20.3 and there seems to be no release >> candidate for gEDA, usually ran by: apt install geda >> >> So I thought about compiling the source code, which I clone the git >> repository and trid to compile. >> >> The main error was that Guile 2.0.10 was not installed. >> >> So I installed Guile 2.2 >> >> Which gave the same result. >> >> Can anyone give some advice? >> >> Regards, >> Derek >