Kayak icon indicating copy to clipboard operation
Kayak copied to clipboard

Failed to build Kayak on Ubuntu

Open suzixin opened this issue 7 years ago • 2 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

suzixin avatar Jul 27 '18 08:07 suzixin

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

jackm avatar Sep 17 '18 19:09 jackm

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.

dschanoeh avatar Nov 10 '18 15:11 dschanoeh