dschanoeh / Kayak

Kayak is a CAN bus analysis tool based on SocketCAN

Home Page:https://dschanoeh.github.io/Kayak/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Failed to build Kayak on Ubuntu

suzixin opened this issue · comments

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

commented

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

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.