From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 74779 invoked by alias); 15 Apr 2018 17:11:45 -0000 Mailing-List: contact kawa-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: kawa-owner@sourceware.org Received: (qmail 74766 invoked by uid 89); 15 Apr 2018 17:11:44 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.0 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.2 spammy=H*r:4.89, Hx-languages-length:649, kawa, HTo:U*kawa X-HELO: homiemail-a12.g.dreamhost.com Received: from sub3.mail.dreamhost.com (HELO homiemail-a12.g.dreamhost.com) (69.163.253.7) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sun, 15 Apr 2018 17:11:43 +0000 Received: from homiemail-a12.g.dreamhost.com (localhost [127.0.0.1]) by homiemail-a12.g.dreamhost.com (Postfix) with ESMTP id D9F62262065 for ; Sun, 15 Apr 2018 10:11:40 -0700 (PDT) Received: from vpaur.eip10.org (cpe-74-75-122-130.maine.res.rr.com [74.75.122.130]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: chaw@eip10.org) by homiemail-a12.g.dreamhost.com (Postfix) with ESMTPSA id B4236262062 for ; Sun, 15 Apr 2018 10:11:40 -0700 (PDT) Received: from chaw by vpaur.eip10.org with local (Exim 4.89) (envelope-from ) id 1f7lBj-0002L6-5t for kawa@sourceware.org; Sun, 15 Apr 2018 13:11:39 -0400 To: Kawa mailing list Subject: Building without LSP Re: Kawa IDE using LSP - preliminary support From: "Sudarshan S Chawathe" Reply-To: "Sudarshan S Chawathe" In-reply-to: Your message of "Thu, 12 Apr 2018 23:59:52 -0700." <359f7f4e-ba63-a5d6-8696-06f7a82328f5@bothner.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <8994.1523812299.1@vpaur.eip10.org> Date: Sun, 15 Apr 2018 17:11:00 -0000 Message-ID: <8995.1523812299@vpaur.eip10.org> X-IsSubscribed: yes X-SW-Source: 2018-q2/txt/msg00003.txt.bz2 I have not tried the LSP features yet but I found that I could not build Kawa (current GitLab sources) without the LSP dependencies even if I gave configure the --without-lsp4j option. It is very possible that I missed something obvious, though I did try a few other similar new options as well as starting with 'make clean' and so on. The error messages seemed to arise from attempts at compiling KawaLanguageServer.java. Since I plan to try out LSP features soon in any case, I just installed the missing dependencies and then the compilation was fine as usual. Regards, -chaw