The Artima Developer Community
Sponsored Link

Programming in Scala Forum
Compilation error from SScells Spreadsheet

1 reply on 1 page. Most recent reply: Jan 14, 2011 7:41 AM by George Berger

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 1 reply on 1 page
Atif Pesh-Imam

Posts: 1
Nickname: 73099
Registered: Aug, 2010

Compilation error from SScells Spreadsheet Posted: Jan 13, 2011 8:55 PM
Reply to this message Reply
Advertisement
Hi All,

Im trying to implement the SScells spreadsheet from Programming in Scala. Im getting a type not found error form the FormulaParsers class when I try to add the method to parse a Coord. I have the Formula trait defined along with the child case classes that overload toString. Im not sure how to resolve this issue. Any help is welcome.

Thanks!


George Berger

Posts: 24
Nickname: gcb
Registered: Jul, 2007

Re: Compilation error from SScells Spreadsheet Posted: Jan 14, 2011 7:41 AM
Reply to this message Reply
Have you tried downloading and building the source files from the book's website? I downloaded it and was able to successfully compile and run the source code in examples/scells/src/scells using scala 2.8.1.

You can download the zip file of the source from http://booksites.artima.com/programming_in_scala_2ed.

Flat View: This topic has 1 reply on 1 page
Topic: PrintStream Previous Topic   Next Topic Topic: Chapter 10 - example on page 247

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use