andmarti1424 / sc-im

sc-im - Spreadsheet Calculator Improvised -- An ncurses spreadsheet program for terminal
Other
4.8k stars 203 forks source link

ODS import support not compiled in #806

Closed letscho123 closed 1 year ago

letscho123 commented 1 year ago

I installed sc-im v0.8.4 on Fedora 37 following this guide, it compiled without errors and works fine for most parts. However, when I want to open an ODS file, it says "ODS import support not compiled in".

So my question is, how can I add ODS support when compiling?

First, I tried the package where ODS files worked, but I always got ax syntax error message on startup, so I compiled it.

andmarti1424 commented 1 year ago

I am sorry but I do not use Fedora. Check you have libzip libxml-2.0 installed on your system and retry building sc-i.m

letscho123 commented 1 year ago

I had to install the devel version for the two packages. Now it is working.

Thanks a lot!

ricemark20 commented 11 months ago

I had to install the devel version for the two packages. Now it is working.

Thanks a lot!

Which two packages did you install? I run Fedora and have the same issue.

letscho123 commented 11 months ago

Which two packages did you install? I run Fedora and have the same issue.

If my notes are correct I installed these packages: sudo dnf install libxml2-devel libzip-devel ncurses-devel byacc