Hacker News new | ask | show | jobs
by mvanvoorden 4014 days ago
Well, I cannot compile the current version, nor install the deb. Using latest Linux Mint. It took some effort getting all the dependencies right, and it wasn't clear that I had to install the httpseverywhere plugin also provided on your Github account :)

While building, I get the following error that I cannot seem to solve:

CMakeFiles/rainbow-lollipop.dir/src/config_dialog.c.o: In function `rainbow_lollipop_config_dialog_construct': config_dialog.c:(.text+0x265e): undefined reference to `gtk_switch_set_state'

1 comments

if by "latest" you mean the "rebecca"-release they advertise on their homepage, i got bad news for you. They ship with gtk version 3.10.x. The minimum api needed is 3.14.x . This dependency is available in mint since the "betsy"-release.

i just pushed a fix, so older APIs should work, too. Please pull the git and try to build again. Thanks for the hint :)

It worked, thanks!