comfortable-swipe icon indicating copy to clipboard operation
comfortable-swipe copied to clipboard

fatal error: ini.h: No such file or directory

Open sazima opened this issue 4 years ago • 1 comments

My system is Ubuntu 16.04, and get an error during installation.

w@w-ubuntu ~/Downloads$ git clone https://github.com/Hikari9/comfortable-swipe.git --depth 1                                                                                                                 
Cloning into 'comfortable-swipe'...
remote: Enumerating objects: 23, done.
remote: Counting objects: 100% (23/23), done.
remote: Compressing objects: 100% (22/22), done.
remote: Total 23 (delta 0), reused 9 (delta 0), pack-reused 0
Unpacking objects: 100% (23/23), done.
Checking connectivity... done.
w@w-ubuntu ~/Downloads$ cd comfortable-swipe                                                                                                                                                                 
w@w-ubuntu ~/Downloads/comfortable-swipe$ bash install                                                                                                                                                master 
Old conf file found in /home/wukt/.config/comfortable-swipe.conf
Keep the old conf file? (default: yes) [Y/n] y
Installing binaries ...
./comfortable-swipe-main.cpp:41:30: fatal error: ini.h: No such file or directory
compilation terminated.

sazima avatar Dec 31 '20 13:12 sazima

make sure you've did step 2 in installation process.

AlwaysBeCalm avatar May 07 '21 13:05 AlwaysBeCalm