How to compile Calcurse 4.8.0? [SOLVED]

Moderator: Forum moderators

Post Reply
geo_c
Posts: 2501
Joined: Fri Jul 31, 2020 3:37 am
Has thanked: 1799 times
Been thanked: 705 times

How to compile Calcurse 4.8.0? [SOLVED]

Post by geo_c »

So I never compiled a program from source before. I thought I'd give it a shot with calcurse. I downloaded the source, unzipped in /root/calcurse-4.8.0, then cd changed directory to /root/calcurse-4.8.0, and ran /.configure. I got an error, saying no C compiler found in the path. So my question is do I not actually have the correct C compiler, or is the path incorrect, or am I running /.compile from the wrong place. The calcurse compile directions are found here: https://www.calcurse.org/files/manual.p ... to,-19,842

Here's the error:

Code: Select all

root# ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a race-free mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... no
checking whether make supports nested variables... no
checking whether NLS is requested... yes
checking for msgfmt... no
checking for gmsgfmt... :
checking for xgettext... no
checking for msgmerge... no
checking whether make supports the include directive... no
checking for gcc... no
checking for cc... no
checking for cl.exe... no
checking for clang... no
configure: error: in `/root/calcurse-4.8.0':
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details
Last edited by geo_c on Wed May 11, 2022 5:47 pm, edited 1 time in total.

geo_c
Old School Hipster, and Such

User avatar
6502coder
Posts: 89
Joined: Mon Jul 13, 2020 6:21 pm
Location: Western US
Has thanked: 3 times
Been thanked: 20 times

Re: How to compile Calcurse 4.8.0?

Post by 6502coder »

Every Puppy has a "devx" SFS file that contains the stuff needed to compile from source. Have you loaded your Puppy's devx SFS?

geo_c
Posts: 2501
Joined: Fri Jul 31, 2020 3:37 am
Has thanked: 1799 times
Been thanked: 705 times

Re: How to compile Calcurse 4.8.0?

Post by geo_c »

6502coder wrote: Wed May 11, 2022 4:32 pm

Every Puppy has a "devx" SFS file that contains the stuff needed to compile from source. Have you loaded your Puppy's devx SFS?

No I did not do that. Which is why the original title of this post was: Calcurse 4.8.0 - I'm a newbie!

I just looked at the Mainline Distros Fossapup topic and linked to the download, and the devx.sfs isn't available there. What repo do I need to find it?

geo_c
Old School Hipster, and Such

User avatar
OscarTalks
Posts: 603
Joined: Tue Jul 14, 2020 10:11 pm
Location: London UK
Has thanked: 1 time
Been thanked: 227 times

Re: How to compile Calcurse 4.8.0?

Post by OscarTalks »

In FossaPup, the best way is Quickpet > "Useful" tab
There is a button there for the devx.
Seems to compile without problems

Attachments
calcurse.jpg
calcurse.jpg (130.6 KiB) Viewed 906 times
geo_c
Posts: 2501
Joined: Fri Jul 31, 2020 3:37 am
Has thanked: 1799 times
Been thanked: 705 times

Re: How to compile Calcurse 4.8.0?

Post by geo_c »

OscarTalks wrote: Wed May 11, 2022 5:35 pm

In FossaPup, the best way is Quickpet > "Useful" tab
There is a button there for the devx.
Seems to compile without problems

Yes that did the trick! Thanks!

geo_c
Old School Hipster, and Such

Post Reply

Return to “Compile”