From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: "Russ P." Newsgroups: gmane.emacs.help Subject: problem with compile command Date: Fri, 4 Nov 2016 14:06:11 -0700 (PDT) Message-ID: NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: blaine.gmane.org 1478294592 19334 195.159.176.226 (4 Nov 2016 21:23:12 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Fri, 4 Nov 2016 21:23:12 +0000 (UTC) Injection-Date: Fri, 04 Nov 2016 21:06:12 +0000 User-Agent: G2/1.0 To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Nov 04 22:23:09 2016 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1c2lx1-0003rP-57 for geh-help-gnu-emacs@m.gmane.org; Fri, 04 Nov 2016 22:23:03 +0100 Original-Received: from localhost ([::1]:40869 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c2lx4-0002Q9-0r for geh-help-gnu-emacs@m.gmane.org; Fri, 04 Nov 2016 17:23:06 -0400 X-Received: by 10.107.23.197 with SMTP id 188mr5288747iox.13.1478293572019; Fri, 04 Nov 2016 14:06:12 -0700 (PDT) X-Received: by 10.157.35.87 with SMTP id k23mr1947610otd.13.1478293571994; Fri, 04 Nov 2016 14:06:11 -0700 (PDT) Original-Path: usenet.stanford.edu!e187no267565itc.0!news-out.google.com!i74ni119itb.0!nntp.google.com!q124no267533itd.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Complaints-To: groups-abuse@google.com Original-Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=2601:646:8e01:22ce:d837:3752:9d32:43b3; posting-account=QXgf4wkAAADkKLOneY6DWJPpPelAjS0c Original-NNTP-Posting-Host: 2601:646:8e01:22ce:d837:3752:9d32:43b3 Original-Xref: usenet.stanford.edu gnu.emacs.help:219005 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.org gmane.emacs.help:111675 Archived-At: I am having a problem with the compile command in emacs version 24.4.1 on K= ubuntu Linux. The following is a sample of what I get. When I click on a hi= ghlighted error, it should take me to the file and line, but instead it ope= ns up a file selection window that I don't want. The command works on my ot= her computer. I tried restarting emacs, but that didn't help. Any idea what= the problem is? Thanks. compile=20 =1B[0m[=1B[0minfo=1B[0m] =1B[0mLoading global plugins from /home/rpaielli/.= sbt/0.13/plugins=1B[0m =1B[0m[=1B[0minfo=1B[0m] =1B[0mLoading project definition from /home/rpaiel= li/trajspec/project=1B[0m =1B[0m[=1B[0minfo=1B[0m] =1B[0mSet current project to trajspec (in build fi= le:/home/rpaielli/trajspec/)=1B[0m =1B[0m[=1B[0minfo=1B[0m] =1B[0mCompiling 1 Scala source to /home/rpaielli/t= rajspec/target/classes...=1B[0m =1B[0m[=1B[0minfo=1B[0m] =1B[0mCompiling 3 Scala sources to /home/rpaielli/= trajspec/target/classes...=1B[0m =1B[0m[=1B[31merror=1B[0m] =1B[0m/home/rpaielli/trajspec/src/main/scala/tra= jspec/Encounter.scala:53: not enough arguments for method resolveTraj: (tra= j: trajspec.Traj, conflicts: trajspec.separation.Encounters, traffic: trajs= pec.separation.TrajList, tryTwice: types.Bool)trajspec.Maneuver.=1B[0m =1B[0m[=1B[31merror=1B[0m] =1B[0mUnspecified value parameter conflicts.=1B[= 0m =1B[0m[=1B[31merror=1B[0m] =1B[0m def resolve1: Maneuver =3D resolve.resol= veTraj(Vector(this))=1B[0m =1B[0m[=1B[31merror=1B[0m] =1B[0m = ^=1B[0m =1B[0m[=1B[31merror=1B[0m] =1B[0m/home/rpaielli/trajspec/src/main/scala/tra= jspec/Schedule.scala:143: type mismatch;=1B[0m =1B[0m[=1B[31merror=1B[0m] =1B[0m found : scala.collection.immutable.Vect= or[trajspec.Encounter]=1B[0m compile=20 =1B[0m[=1B[0minfo=1B[0m] =1B[0mLoading global plugins from /home/rpaielli/.= sbt/0.13/plugins=1B[0m =1B[0m[=1B[0minfo=1B[0m] =1B[0mLoading project definition from /home/rpaiel= li/trajspec/project=1B[0m =1B[0m[=1B[0minfo=1B[0m] =1B[0mSet current project to trajspec (in build fi= le:/home/rpaielli/trajspec/)=1B[0m =1B[0m[=1B[0minfo=1B[0m] =1B[0mCompiling 1 Scala source to /home/rpaielli/t= rajspec/target/classes...=1B[0m =1B[0m[=1B[0minfo=1B[0m] =1B[0mCompiling 3 Scala sources to /home/rpaielli/= trajspec/target/classes...=1B[0m =1B[0m[=1B[31merror=1B[0m] =1B[0m/home/rpaielli/trajspec/src/main/scala/tra= jspec/Encounter.scala:53: not enough arguments for method resolveTraj: (tra= j: trajspec.Traj, conflicts: trajspec.separation.Encounters, traffic: trajs= pec.separation.TrajList, tryTwice: types.Bool)trajspec.Maneuver.=1B[0m =1B[0m[=1B[31merror=1B[0m] =1B[0mUnspecified value parameter conflicts.=1B[= 0m =1B[0m[=1B[31merror=1B[0m] =1B[0m def resolve1: Maneuver =3D resolve.resol= veTraj(Vector(this))=1B[0m =1B[0m[=1B[31merror=1B[0m] =1B[0m = ^=1B[0m =1B[0m[=1B[31merror=1B[0m] =1B[0m/home/rpaielli/trajspec/src/main/scala/tra= jspec/Schedule.scala:143: type mismatch;=1B[0m =1B[0m[=1B[31merror=1B[0m] =1B[0m found : scala.collection.immutable.Vect= or[trajspec.Encounter]=1B[0m