39aldo39 / Evolution-DecSync

Evolution plugin to sync contacts and calendars without a server using DecSync
Other
53 stars 5 forks source link

Doesn't work anymore with Evolution 3.52 on debian testing #63

Open l4nc3l0t opened 4 months ago

l4nc3l0t commented 4 months ago

Same problem as with issue #57 but with the new 3.52 evolution version

arpsoid commented 4 months ago

I second this, and compile from source doesn't work either. Thanks in advance for updating this useful tool!

arpsoid commented 3 months ago

Update: works after compiling on Ubuntu 24.04 manually.

  1. compile and install libdecsync following instructions, and using openjdk 17 as follows JAVA_HOME=/usr/lib/jvm/java-17-openjdk-amd64 make
  2. compile and install evolution plugin following instructions, ignore the ncurses5 dependence, complies fine with ncurses6
l4nc3l0t commented 3 months ago

Right compiling from source solved the problem