Issue 3285 in pharo: Obsolete ConfigurationOfRFB

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Issue 3285 in pharo: Obsolete ConfigurationOfRFB

pharo
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?



Reply | Threaded
Open this post in threaded view
|

Re: Issue 3285 in pharo: Obsolete ConfigurationOfRFB

pharo
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.


Reply | Threaded
Open this post in threaded view
|

Re: Issue 3285 in pharo: Obsolete ConfigurationOfRFB

pharo
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.)