[Pharo-project] Issue 3285 in pharo: Obsolete ConfigurationOfRFB
Status: New Owner: ---- New issue 3285 by gaston.dalloglio: Obsolete ConfigurationOfRFB http://code.google.com/p/pharo/issues/detail?id=3285 Pharo image: Pharo-core Pharo core version: Pharo1.2a I have installed RFBServer following this guide http://book.pharo-project.org/book/TipsAndTricks/RemoteDevelopment/ But when I connect an external VNC client I get a DNU: SmallInteger(Object)>>doesNotUnderstand: #'@-' I've fixed this by simply changing the code "-1@-1" to "-1 @ -1" in the method RFBSesion>>initServer:socket:reverse:, and then the server run fine. But when I look at ConfigurationOfRFB I see this definition is obsolete, this load RFB-lr.31, and the last is RFB-lr.33. In this other book http://book.seaside.st/book/advanced/deployment/maintaining/vnc say that this package is not more soported in Pharo. Its true?
Updates: Status: Accepted Labels: Type-MetacelloConfiguration Milestone-1.1 Milestone-1.2 Comment #1 on issue 3285 by rydier: Obsolete ConfigurationOfRFB http://code.google.com/p/pharo/issues/detail?id=3285 The orphaned version which does not load in Pharo, is the version on squeaksource: http://www.squeaksource.com/RFB.html Both the online book (which points to the metacello repository), and the seaside book, points to the version in http://source.lukas-renggli.ch/unsorted/. Latest versions of both Squeak and Pharo require 1@-1 to be written 1@ -1, which was fixed in .32 of RFB. So it is merely a case of the Configuration not being updated to use the latest version of the package.
Updates: Status: Closed Comment #2 on issue 3285 by stephane.ducasse: Obsolete ConfigurationOfRFB http://code.google.com/p/pharo/issues/detail?id=3285 (No comment was entered for this change.)
participants (1)
-
pharo@googlecode.com