dschanoeh / Kayak

Kayak is a CAN bus analysis tool based on SocketCAN
https://dschanoeh.github.io/Kayak/
GNU Lesser General Public License v3.0
313 stars 78 forks source link

Failed to build Kayak on Ubuntu #26

Open suzixin opened 6 years ago

suzixin commented 6 years ago

With socketscan installed by command below. $ git clone http://github.com/dschanoeh/socketcand.git $ cd socketcand $ autoconf $ ./configure $ make clean $ make $ sudo make install With java version “1.8.0_161” installed. With maven installed by command sudo apt-get install maven2. When input mvn clean package in the Kayak source folder,it did't work out. The log info shown below. log.docx

jackm commented 5 years ago

You'll likely need to use Java 7 to build, since that's the latest version that the developer of Kayak has supported. See my reply in issue #25

dschanoeh commented 5 years ago

I'm sorry that this wasn't updated in a long, long time. I've just created a new commit and now the project builds with Java10 for me. I've also uploaded the .zip in this release: https://github.com/dschanoeh/Kayak/releases/tag/1.0-SNAPSHOT I know you asked this a while ago but if it still helps, maybe try out the new version and see if it works for you.