... I can confirm that. That repository http://squeakland.org/installers/ux/debian/ has following problems: 1. package `squeak-vm' requires `libc6' version...
Matej Kosik
kosik@...
Aug 1, 2006 7:09 am
108911
mmm, in looking it seems we check length versus data in all the places a cursory scan show, but. What if I pass -1 as width to primitiveWrite24BmpLine or ...
John M McIntosh
jmmcintosh@...
Aug 1, 2006 7:24 am
108912
... Yes, this would cause problems. Report and fix available at: http://bugs.impara.de/view.php?id=4360 ... Don't know. Given that this is Applescript it...
Andreas Raab
andreas.raab@...
Aug 1, 2006 8:05 am
108913
... poolDicionaries would better be named sharedVariableDIctionary or sharedPool. It enables your code to have Shared Global Variables, some kind of global ...
nicolas cellier
ncellier@...
Aug 1, 2006 8:23 am
108914
... It will probably be installed at /usr/share/pixmaps/squeakland.png I like it....
David Corking
lists@...
Aug 1, 2006 9:44 am
108915
... I made this packages for the squeakland. I used lex spoons packages, modiefied the netscape plugin and adding a squeakland package. I worked in debian...
Jens Lincke
jens@...
Aug 1, 2006 9:53 am
108916
Just a reminder that the next Squeak Chat will take place between 08:00 (8 AM) and 12:00 (Noon) GMT Saturday August 5th, 2006. As usual we will meet in #squeak...
Ken Causey
ken@...
Aug 1, 2006 10:07 am
108917
Hi Jens ... `squeak' package cannot be installed because it requires `squeak-image-gz' which is not available in your repository. ... `squeakland' package...
Matej Kosik
kosik@...
Aug 1, 2006 10:47 am
108918
On Tue, 01 Aug 2006 00:19:00 +0200, John M McIntosh wrote: ... If InterpreterSimulatorXyz where up-to-date and usable, whatever the VM uses from the host OS...
Klaus D. Witzel
klaus.witzel@...
Aug 1, 2006 12:45 pm
108919
Thank you for all the information Nicolas. ... I will try this....
Ramiro Diaz Trepat
ramirodt@...
Aug 1, 2006 1:35 pm
108920
Klaus, Thank you for the starting point. Ron Teitelbaum...
Ron Teitelbaum
Ron@...
Aug 1, 2006 2:18 pm
108921
Has anyone looked at porting Jun to Squeak or Croquet? I'm looking particularly at some of the modeling tools, but it looks like a very rich set of tools. ...
David Faught
dave.faught@...
Aug 1, 2006 2:58 pm
108922
... Indeed. Just do a "Smalltalk listLoadedModules" to see which plugins you are using *right now*. You can think of plugins as an extension of the VM, so in...
Bert Freudenberg
bert@...
Aug 1, 2006 3:24 pm
108923
... If *anybody* has time and interest available to improve the simulator, please feel free to work on it. My time for that particular corner is currently...
tim Rowledge
tim@...
Aug 1, 2006 3:28 pm
108924
Hi David, I tried about a year ago. There are 2 problems. VW has an interface builder which is extensively used in Jun. It would be necessary to make a new UI...
Torsten Sadowski
torsten.sadowski@...
Aug 1, 2006 4:13 pm
108925
... I've tried to laod the package given in SM... and if you try, you have an error due to SMMcInstaller which have the field "file" empty..... But, where can...
florent trolat
trolat.florent@...
Aug 1, 2006 4:23 pm
108926
Now could you put it in a virus, so I can send it to all my friends :-) Dan...
Daniel Poon
mr.d.poon@...
Aug 1, 2006 4:27 pm
108927
Sorry, I withdraw the question. I see items in the maillist archive going back to 1999 asking this same question. Maybe it would be better to convince Mr....
David Faught
dave.faught@...
Aug 1, 2006 4:30 pm
108928
All, I'll have to preface this comment with "I JUST GOT FFI WORKING" but consider the potential risk of FFI compared to any other external communication ...
Ron Teitelbaum
Ron@...
Aug 1, 2006 4:34 pm
108929
... I don't know of special version for 3.9 but the standard version works fine for us: http://www.squeaksource.com/XMLSupport.html The loading problem...
Philippe Marschall
philippe.marschall@...
Aug 1, 2006 5:24 pm
108930
Totally agree The same level of carefull precondition testing can be achieved in Smalltalk and FFI than through plugin. The major difference is that with FFI,...
nicolas cellier
ncellier@...
Aug 1, 2006 6:15 pm
108931
... Thank you for this explanation. Another question: where are those shared variables declared ? For example, where is TextConstants ? Is it just in the image...
Damien Cassou
damien.cassou@...
Aug 1, 2006 6:58 pm
108932
All, I'm sure someone saw this coming. I could use some help. Ok I built a structure but the use of the structure is kinda odd. What I need to do is pass the...
Ron Teitelbaum
Ron@...
Aug 1, 2006 7:31 pm
108933
Another point to consider is that a plugin run at the same speed as C code and can't be optimized dynamically by a Jitter implementation. imho enhancements on...
Alejandro F. Reimondo
aleReimondo@...
Aug 1, 2006 7:31 pm
108934
... They used to be simply dictionaries defined in some class. This did not scale well, so most have been converted to SharedPool subclasses. - Bert -...
Bert Freudenberg
bert@...
Aug 1, 2006 7:39 pm
108935
I do not understand how this code works. If external code is allocating the structure, shouldn't it return a pointer to the structure rather than a structure...
nicolas cellier
ncellier@...
Aug 1, 2006 8:29 pm
108936
Thanks Nicolas, That was a very good suggestion. I should have realized that the pointer could be used on the structure. I saw the comment about accessing...
Ron Teitelbaum
Ron@...
Aug 1, 2006 9:00 pm
108937
... I'm planning to release an image based on 7048.... there is something completely wrong in 7049. It's the effect of doing the _ conversion on everything. ...
Marcus Denker
denker@...
Aug 1, 2006 10:36 pm
108938
... Ok: Again, very thanks . Wait to gamma Edgar __________________________________________________ Preguntá. Respondé. Descubrí. Todo lo que querías...
Lic. Edgar J. De Cleene
edgardec2001@...
Aug 1, 2006 10:56 pm
108939
... I guess that sources of the kernel for 7052 and 7048 with next patches will be at least very similar so it will no problem to correct mirrors (I'm...