all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* problem with compile command
@ 2016-11-04 21:06 Russ P.
  2016-11-05  6:11 ` Yuri Khan
  0 siblings, 1 reply; 2+ messages in thread
From: Russ P. @ 2016-11-04 21:06 UTC (permalink / raw)
  To: help-gnu-emacs

I am having a problem with the compile command in emacs version 24.4.1 on Kubuntu Linux. The following is a sample of what I get. When I click on a highlighted error, it should take me to the file and line, but instead it opens up a file selection window that I don't want. The command works on my other computer. I tried restarting emacs, but that didn't help. Any idea what the problem is? Thanks.

compile 
^[[0m[^[[0minfo^[[0m] ^[[0mLoading global plugins from /home/rpaielli/.sbt/0.13/plugins^[[0m
^[[0m[^[[0minfo^[[0m] ^[[0mLoading project definition from /home/rpaielli/trajspec/project^[[0m
^[[0m[^[[0minfo^[[0m] ^[[0mSet current project to trajspec (in build file:/home/rpaielli/trajspec/)^[[0m
^[[0m[^[[0minfo^[[0m] ^[[0mCompiling 1 Scala source to /home/rpaielli/trajspec/target/classes...^[[0m
^[[0m[^[[0minfo^[[0m] ^[[0mCompiling 3 Scala sources to /home/rpaielli/trajspec/target/classes...^[[0m
^[[0m[^[[31merror^[[0m] ^[[0m/home/rpaielli/trajspec/src/main/scala/trajspec/Encounter.scala:53: not enough arguments for method resolveTraj: (traj: trajspec.Traj, conflicts: trajspec.separation.Encounters, traffic: trajspec.separation.TrajList, tryTwice: types.Bool)trajspec.Maneuver.^[[0m
^[[0m[^[[31merror^[[0m] ^[[0mUnspecified value parameter conflicts.^[[0m
^[[0m[^[[31merror^[[0m] ^[[0m  def resolve1: Maneuver = resolve.resolveTraj(Vector(this))^[[0m
^[[0m[^[[31merror^[[0m] ^[[0m                                              ^^[[0m
^[[0m[^[[31merror^[[0m] ^[[0m/home/rpaielli/trajspec/src/main/scala/trajspec/Schedule.scala:143: type mismatch;^[[0m
^[[0m[^[[31merror^[[0m] ^[[0m found   : scala.collection.immutable.Vector[trajspec.Encounter]^[[0m
compile 
^[[0m[^[[0minfo^[[0m] ^[[0mLoading global plugins from /home/rpaielli/.sbt/0.13/plugins^[[0m
^[[0m[^[[0minfo^[[0m] ^[[0mLoading project definition from /home/rpaielli/trajspec/project^[[0m
^[[0m[^[[0minfo^[[0m] ^[[0mSet current project to trajspec (in build file:/home/rpaielli/trajspec/)^[[0m
^[[0m[^[[0minfo^[[0m] ^[[0mCompiling 1 Scala source to /home/rpaielli/trajspec/target/classes...^[[0m
^[[0m[^[[0minfo^[[0m] ^[[0mCompiling 3 Scala sources to /home/rpaielli/trajspec/target/classes...^[[0m
^[[0m[^[[31merror^[[0m] ^[[0m/home/rpaielli/trajspec/src/main/scala/trajspec/Encounter.scala:53: not enough arguments for method resolveTraj: (traj: trajspec.Traj, conflicts: trajspec.separation.Encounters, traffic: trajspec.separation.TrajList, tryTwice: types.Bool)trajspec.Maneuver.^[[0m
^[[0m[^[[31merror^[[0m] ^[[0mUnspecified value parameter conflicts.^[[0m
^[[0m[^[[31merror^[[0m] ^[[0m  def resolve1: Maneuver = resolve.resolveTraj(Vector(this))^[[0m
^[[0m[^[[31merror^[[0m] ^[[0m                                              ^^[[0m
^[[0m[^[[31merror^[[0m] ^[[0m/home/rpaielli/trajspec/src/main/scala/trajspec/Schedule.scala:143: type mismatch;^[[0m
^[[0m[^[[31merror^[[0m] ^[[0m found   : scala.collection.immutable.Vector[trajspec.Encounter]^[[0m


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: problem with compile command
  2016-11-04 21:06 problem with compile command Russ P.
@ 2016-11-05  6:11 ` Yuri Khan
  0 siblings, 0 replies; 2+ messages in thread
From: Yuri Khan @ 2016-11-05  6:11 UTC (permalink / raw)
  To: Russ P.; +Cc: help-gnu-emacs@gnu.org

On Sat, Nov 5, 2016 at 4:06 AM, Russ P. <russ.paielli@gmail.com> wrote:
> I am having a problem with the compile command in emacs version 24.4.1 on Kubuntu Linux. The following is a sample of what I get. When I click on a highlighted error, it should take me to the file and line, but instead it opens up a file selection window that I don't want. The command works on my other computer. I tried restarting emacs, but that didn't help. Any idea what the problem is? Thanks.

>  [0m[ [31merror [0m]  [0m/home/rpaielli/trajspec/src/main/scala/trajspec/Encounter.scala:53: not enough arguments for method resolveTraj: (traj: trajspec.Traj, conflicts: trajspec.separation.Encounters, traffic: trajspec.separation.TrajList, tryTwice: types.Bool)trajspec.Maneuver. [0m

You might start troubleshooting this problem by telling your compiler
to disable coloring. If I were Emacs, I might be thrown off with paths
tht apparently start with 0m/.



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-11-05  6:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-04 21:06 problem with compile command Russ P.
2016-11-05  6:11 ` Yuri Khan

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.