Pharo-users
By thread
pharo-users@lists.pharo.org
By month
Messages by month
- ----- 2026 -----
- July
- June
- May
- April
- March
- February
- January
- ----- 2025 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2024 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2023 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2022 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2021 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2020 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2019 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2018 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2017 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2016 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2015 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2014 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2013 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2012 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2011 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2010 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
July 2013
- 65 participants
- 540 messages
Re: [Pharo-users] widget to show progress
by Benjamin
Absolutely none :)
Ben
On Jul 17, 2013, at 3:05 PM, Usman Bhatti <usman.bhatti(a)gmail.com> wrote:
>
>
>
> On Sun, May 19, 2013 at 1:12 PM, Benjamin <benjamin.vanryseghem.pharo(a)gmail.com> wrote:
> Me too :)
>
> I think I will implement one soon :)
>
> Any progress on this ? ;)
>
> Ben
>
> On May 19, 2013, at 1:08 PM, Usman Bhatti <usman.bhatti(a)gmail.com> wrote:
>
>> Hello all,
>>
>> I am looking for a widget/control in Pharo that shows the progress of a process that takes undeterministic time.
>>
>>
>> usman
>>
>
>
July 17, 2013
Re: [Pharo-users] XML library for Pharo
by Juraj Kubelka
Thank you all.
Cheers,
Jura
2013/7/17 Stéphane Ducasse <stephane.ducasse(a)inria.fr>
> you have also pastell and soup to query XML
>
> On Jul 15, 2013, at 11:47 PM, Sven Van Caekenberghe <sven(a)stfx.eu> wrote:
>
> > Hi Juraj,
> >
> > On 15 Jul 2013, at 23:10, Juraj Kubelka <juraj.kubelka(a)gmail.com> wrote:
> >
> >> Hi!
> >>
> >> I want to parse, search, manipulate and save XML document in Pharo.
> What libraries are the best to use?
> >>
> >> I want to do search operations like, all elements named with attribute
> named.
> >> And I want to do manipulation like, put between parent element and his
> child elements a new element.
> >>
> >> Thank you a lot,
> >> Jura
> >
> > The libraries are called XMLParser (
> http://www.smalltalkhub.com/#!/~PharoExtras/XMLParser) and XMLWriter (
> http://www.smalltalkhub.com/#!/~PharoExtras/XMLWriter) Together these
> can do what you want. I guess there must be documentation somewhere, maybe
> somebody else can point to that.
> >
> > HTH,
> >
> > Sven
> >
> >
> > --
> > Sven Van Caekenberghe
> > http://stfx.eu
> > Smalltalk is the Red Pill
> >
> >
>
>
>
July 17, 2013
Re: [Pharo-users] Fwd: widget to show progress
by Usman Bhatti
On Sun, May 19, 2013 at 1:12 PM, Benjamin <
benjamin.vanryseghem.pharo(a)gmail.com> wrote:
> Me too :)
>
> I think I will implement one soon :)
>
Any progress on this ? ;)
> Ben
>
> On May 19, 2013, at 1:08 PM, Usman Bhatti <usman.bhatti(a)gmail.com> wrote:
>
> Hello all,
>
> I am looking for a widget/control in Pharo that shows the progress of a
> process that takes undeterministic time.
>
>
> usman
>
>
>
July 17, 2013
Re: [Pharo-users] XML library for Pharo
by Stéphane Ducasse
you have also pastell and soup to query XML
On Jul 15, 2013, at 11:47 PM, Sven Van Caekenberghe <sven(a)stfx.eu> wrote:
> Hi Juraj,
>
> On 15 Jul 2013, at 23:10, Juraj Kubelka <juraj.kubelka(a)gmail.com> wrote:
>
>> Hi!
>>
>> I want to parse, search, manipulate and save XML document in Pharo. What libraries are the best to use?
>>
>> I want to do search operations like, all elements named with attribute named.
>> And I want to do manipulation like, put between parent element and his child elements a new element.
>>
>> Thank you a lot,
>> Jura
>
> The libraries are called XMLParser (http://www.smalltalkhub.com/#!/~PharoExtras/XMLParser) and XMLWriter (http://www.smalltalkhub.com/#!/~PharoExtras/XMLWriter) Together these can do what you want. I guess there must be documentation somewhere, maybe somebody else can point to that.
>
> HTH,
>
> Sven
>
>
> --
> Sven Van Caekenberghe
> http://stfx.eu
> Smalltalk is the Red Pill
>
>
July 17, 2013
Re: [Pharo-users] [Pharo-dev] [DOC] Building and deploying your first web app with Pharo
by Stéphane Ducasse
On Jul 15, 2013, at 6:41 PM, Sven Van Caekenberghe <sven(a)stfx.eu> wrote:
> Igor,
>
> On 15 Jul 2013, at 17:48, Igor Stasenko <siguctua(a)gmail.com> wrote:
>
>> since you gave listing at the end of page,
>> i wonder, how much PHP (yes! :) code it would take to implement same app? :)
>>
>> of course , PHP is not really fair comparison, since it doesn't
>> implements full HTTP stack,
>> nor it deals with HTTP requests directly as Zinc does, and runs on top
>> of web server which does that for it.
>
> I don't know enough about PHP to really comment, but do you mean it would be (much) shorter ? I wonder and would certainly like to see. Just don't forget to include the full upload validation and parsing logic, as well as the default image. All lines of all files count: code, html, css, js, â¦
>
> Anyway, the tutorial was not meant as a 'see how few lines we need'. I once did that in Reddit.st - In 10 elegant Smalltalk classes - Implementing a Reddit style web application in Smalltalk - Using Seaside, Glorp and PostgreSQL, but it is no longer available online, I should revive it.
Yes and we turn it into a chapter :)
>
> Sven
>
>> On 15 July 2013 13:12, Sven Van Caekenberghe <sven(a)stfx.eu> wrote:
>>> Hi,
>>>
>>> I wrote a new tutorial, "Building and deploying your first web app with Pharo - Understanding HTTP fundamentals through Zinc HTTP Components".
>>>
>>> By chronologically following the development process, you will see a small web app growing from something trivial to the final result. Finally, we will save our source code in a repository and deploy for real in the cloud.
>>>
>>> http://zn.stfx.eu/zn/build-and-deploy-1st-webapp
>>>
>>> Pharo 2.0/3.0 features such as Nautilus, SmalltalkHub, Metacello Configurations, Zeroconf Scripts and of course Zinc HTTP Components are used while highlighting traditional strengths such as incremental, live & interactive development in a rich environment.
>>>
>>> Enjoy,
>>>
>>> Sven
>>>
>>> PS: Feedback is welcome, the source document lives here https://github.com/svenvc/zinc/blob/master/build-and-deploy-1st-webapp/buil… - pull requests appreciated.
>>>
>>> --
>>> Sven Van Caekenberghe
>>> Proudly supporting Pharo
>>> http://pharo.org
>>> http://association.pharo.org
>>> http://consortium.pharo.org
>>>
>>>
>>
>>
>>
>> --
>> Best regards,
>> Igor Stasenko.
>>
>
>
July 17, 2013
Re: [Pharo-users] SerialPlugin
by Bernat Romagosa
Yep, I found that thread and tried all possible combinations:
'/dev/ttyUSB0'
'/dev//ttyUSB0'
'/dev/ttyusb0'
'/dev//ttyusb0'
'ttyUSB0'
'ttyusb0'
and none worked... :(
2013/7/17 Esteban Lorenzano <estebanlm(a)gmail.com>
> It is indeed annoying and obviously buggy.
> I kinda "fixed" it last year but since I didn't had any serial port stuff
> to test it, it was just in abstract (Luc was using it, thought)
>
> There was a report a couple of weeks ago to try using double slash.
>
> SerialPort new openPort: '/dev//ttyUSB0'
>
>
>
> Esteban
>
> On Jul 17, 2013, at 1:47 PM, Bernat Romagosa <
> tibabenfortlapalanca(a)gmail.com> wrote:
>
> So I compiled two VMs, one with the SerialPlugin as an internal plugin,
> the other one as an external plugin.
>
> On a Debian box, I connect an Arduino Diecimila board and I get its
> handler at /dev/ttyUSB0. However, on both VMs with fresh Pharo 2.0 images:
>
> SerialPort new openPort: '/dev/ttyUSB0'
>
>
> Fails with a generic error.
>
> What's wrong with SerialPort? The "cannot open port" error message is
> about as informative as "sorry, not gonna happen" :(
>
>
> 2013/7/17 Bernat Romagosa <tibabenfortlapalanca(a)gmail.com>
>
>> Great! I was missing the gl and alsa headers. All done now, thanks a lot
>> :)
>>
>>
>> 2013/7/17 Guillermo Polito <guillermopolito(a)gmail.com>
>>
>>>
>>> On Wed, Jul 17, 2013 at 12:39 PM, Bernat Romagosa <
>>> tibabenfortlapalanca(a)gmail.com> wrote:
>>>
>>>> Okay, it seems the patch is already included in the latest VMMaker
>>>> image, so no need to apply it.
>>>>
>>>
>>> That's nice :). Anyone with grants in the issue tracker can close it?? :D
>>>
>>>
>>>>
>>>> Still, having executed the script, I get yet another error, this time
>>>> related to gl.h (why does it need it? I left B3DAcceleratorPlugin out):
>>>>
>>>> [ 95%] Building C object
>>>> CMakeFiles/CogVM.dir/home/bromagosa/blessed/platforms/unix/vm/sqUnixMain.c.o
>>>> In file included from
>>>> /home/bromagosa/blessed/platforms/unix/vm/SqDisplay.h:16:0,
>>>> from
>>>> /home/bromagosa/blessed/platforms/unix/vm/sqUnixMain.c:140:
>>>> /home/bromagosa/blessed/platforms/unix/plugins/B3DAcceleratorPlugin/sqUnixOpenGL.h:21:22:
>>>> fatal error: GL/gl.h: El fitxer o directori no existeix
>>>> compilation terminated.
>>>> make[2]: ***
>>>> [CMakeFiles/CogVM.dir/home/bromagosa/blessed/platforms/unix/vm/sqUnixMain.c.o]
>>>> Error 1
>>>> make[1]: *** [CMakeFiles/CogVM.dir/all] Error 2
>>>> make: *** [all] Error 2
>>>>
>>>>
>>> Hmm, which configuration are you using to copile? I think there is a
>>> UnixNoGLConfiguration or something like that... So either you install the
>>> gl libraries or use the no gl configuration to generate the sources :).
>>> In any case, I really don't know why there is that dependency with
>>> opengl...
>>>
>>>
>>>>
>>>> 2013/7/17 Bernat Romagosa <tibabenfortlapalanca(a)gmail.com>
>>>>
>>>>> ouch! I forgot to execute the script this time, and didn't install the
>>>>> patch either.. trying again, thanks! :)
>>>>>
>>>>>
>>>>> 2013/7/17 Guillermo Polito <guillermopolito(a)gmail.com>
>>>>>
>>>>>> Hi!
>>>>>>
>>>>>> before compiling you have to, inside the build folder, execute
>>>>>> codegen-scripts/extract-commit-info.sh
>>>>>>
>>>>>> Besides, I was looking at luc's tutorial and it lacks one step to
>>>>>> have serial plugin built: install the patch he made [1]. Did you do that? I
>>>>>> added a comment in the blog entry just in case...
>>>>>>
>>>>>> Guille
>>>>>>
>>>>>> [1] https://code.google.com/p/cog/issues/detail?id=119&q=luc
>>>>>>
>>>>>>
>>>>>> On Wed, Jul 17, 2013 at 12:18 PM, Bernat Romagosa <
>>>>>> tibabenfortlapalanca(a)gmail.com> wrote:
>>>>>>
>>>>>>> I found out how to leave B3DAcceleratorPlugin out, but now I get
>>>>>>> this error almost at the end of the compilation process:
>>>>>>>
>>>>>>> [ 95%] Building C object
>>>>>>> CMakeFiles/CogVM.dir/home/bromagosa/blessed/platforms/unix/vm/sqUnixMain.c.o
>>>>>>> In file included from
>>>>>>> /home/bromagosa/blessed/platforms/unix/vm/sqUnixMain.c:41:0:
>>>>>>> /home/bromagosa/blessed/platforms/Cross/vm/sqSCCSVersion.h:17:54:
>>>>>>> fatal error: vmVersionInfo.h: El fitxer o directori no existeix
>>>>>>> compilation terminated.
>>>>>>> make[2]: ***
>>>>>>> [CMakeFiles/CogVM.dir/home/bromagosa/blessed/platforms/unix/vm/sqUnixMain.c.o]
>>>>>>> Error 1
>>>>>>> make[1]: *** [CMakeFiles/CogVM.dir/all] Error 2
>>>>>>> make: *** [all] Error 2
>>>>>>>
>>>>>>>
>>>>>>> "El fitxer o directori no existeix" is Catalan for "The file or
>>>>>>> directory does not exist".
>>>>>>>
>>>>>>> How comes this header isn't there?
>>>>>>>
>>>>>>>
>>>>>>> 2013/7/17 Bernat Romagosa <tibabenfortlapalanca(a)gmail.com>
>>>>>>>
>>>>>>>> Ok, it seems the problem was not having the sources file in the
>>>>>>>> same directory as the image.
>>>>>>>>
>>>>>>>> Anyway, now I've another problem when trying to compile. cmake runs
>>>>>>>> fine, but make fails with the following error:
>>>>>>>>
>>>>>>>> Scanning dependencies of target B3DAcceleratorPlugin
>>>>>>>> [ 57%] Building C object
>>>>>>>> B3DAcceleratorPlugin/CMakeFiles/B3DAcceleratorPlugin.dir/home/bromagosa/blessed/src/plugins/B3DAcceleratorPlugin/B3DAcceleratorPlugin.c.o
>>>>>>>> In file included from
>>>>>>>> /home/bromagosa/blessed/src/plugins/B3DAcceleratorPlugin/B3DAcceleratorPlugin.c:36:0:
>>>>>>>> /home/bromagosa/blessed/platforms/Cross/plugins/B3DAcceleratorPlugin/B3DAcceleratorPlugin.h:8:19:
>>>>>>>> fatal error: GL/gl.h: El fitxer o directori no existeix
>>>>>>>> compilation terminated.
>>>>>>>> make[2]: ***
>>>>>>>> [B3DAcceleratorPlugin/CMakeFiles/B3DAcceleratorPlugin.dir/home/bromagosa/blessed/src/plugins/B3DAcceleratorPlugin/B3DAcceleratorPlugin.c.o]
>>>>>>>> Error 1
>>>>>>>> make[1]: ***
>>>>>>>> [B3DAcceleratorPlugin/CMakeFiles/B3DAcceleratorPlugin.dir/all] Error 2
>>>>>>>> make: *** [all] Error 2
>>>>>>>>
>>>>>>>>
>>>>>>>> Any ideas?
>>>>>>>>
>>>>>>>> (For the record, I do not need the B3DAcceleratorPlugin, so I guess
>>>>>>>> it could just be left out, but I don't know how does one do that either)
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> 2013/7/16 Friedrich Dominicus <frido(a)q-software-solutions.de>
>>>>>>>>
>>>>>>>>> Bernat Romagosa <tibabenfortlapalanca(a)gmail.com> writes:
>>>>>>>>>
>>>>>>>>> > Hi Friedrich,
>>>>>>>>> >
>>>>>>>>> > My machine is already a 32 bits one... here's the output of ldd:
>>>>>>>>> >
>>>>>>>>> > linux-gate.so.1 => (0xb7782000)
>>>>>>>>> > libm.so.6 => /lib/i386-linux-gnu/i686/cmov/libm.so.6
>>>>>>>>> > (0xb7746000)
>>>>>>>>> > libdl.so.2 => /lib/i386-linux-gnu/i686/cmov/libdl.so.2
>>>>>>>>> > (0xb7742000)
>>>>>>>>> > libpthread.so.0 =>
>>>>>>>>> > /lib/i386-linux-gnu/i686/cmov/libpthread.so.0 (0xb7728000)
>>>>>>>>> > libc.so.6 => /lib/i386-linux-gnu/i686/cmov/libc.so.6
>>>>>>>>> > (0xb75c5000)
>>>>>>>>> > /lib/ld-linux.so.2 (0xb7783000)
>>>>>>>>> >
>>>>>>>>> > Thanks! :)
>>>>>>>>> Well that looks fine to me. Sorry that I could not help
>>>>>>>>>
>>>>>>>>> Regards
>>>>>>>>> Friedrich
>>>>>>>>>
>>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> --
>>>>>>>> Bernat Romagosa.
>>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> --
>>>>>>> Bernat Romagosa.
>>>>>>>
>>>>>>
>>>>>>
>>>>>
>>>>>
>>>>> --
>>>>> Bernat Romagosa.
>>>>>
>>>>
>>>>
>>>>
>>>> --
>>>> Bernat Romagosa.
>>>>
>>>
>>>
>>
>>
>> --
>> Bernat Romagosa.
>>
>
>
>
> --
> Bernat Romagosa.
>
>
>
--
Bernat Romagosa.
July 17, 2013
Re: [Pharo-users] SerialPlugin
by Esteban Lorenzano
It is indeed annoying and obviously buggy.
I kinda "fixed" it last year but since I didn't had any serial port stuff to test it, it was just in abstract (Luc was using it, thought)
There was a report a couple of weeks ago to try using double slash.
SerialPort new openPort: '/dev//ttyUSB0'
Esteban
On Jul 17, 2013, at 1:47 PM, Bernat Romagosa <tibabenfortlapalanca(a)gmail.com> wrote:
> So I compiled two VMs, one with the SerialPlugin as an internal plugin, the other one as an external plugin.
>
> On a Debian box, I connect an Arduino Diecimila board and I get its handler at /dev/ttyUSB0. However, on both VMs with fresh Pharo 2.0 images:
>
> SerialPort new openPort: '/dev/ttyUSB0'
>
> Fails with a generic error.
>
> What's wrong with SerialPort? The "cannot open port" error message is about as informative as "sorry, not gonna happen" :(
>
>
> 2013/7/17 Bernat Romagosa <tibabenfortlapalanca(a)gmail.com>
> Great! I was missing the gl and alsa headers. All done now, thanks a lot :)
>
>
> 2013/7/17 Guillermo Polito <guillermopolito(a)gmail.com>
>
> On Wed, Jul 17, 2013 at 12:39 PM, Bernat Romagosa <tibabenfortlapalanca(a)gmail.com> wrote:
> Okay, it seems the patch is already included in the latest VMMaker image, so no need to apply it.
>
> That's nice :). Anyone with grants in the issue tracker can close it?? :D
>
>
> Still, having executed the script, I get yet another error, this time related to gl.h (why does it need it? I left B3DAcceleratorPlugin out):
>
> [ 95%] Building C object CMakeFiles/CogVM.dir/home/bromagosa/blessed/platforms/unix/vm/sqUnixMain.c.o
> In file included from /home/bromagosa/blessed/platforms/unix/vm/SqDisplay.h:16:0,
> from /home/bromagosa/blessed/platforms/unix/vm/sqUnixMain.c:140:
> /home/bromagosa/blessed/platforms/unix/plugins/B3DAcceleratorPlugin/sqUnixOpenGL.h:21:22: fatal error: GL/gl.h: El fitxer o directori no existeix
> compilation terminated.
> make[2]: *** [CMakeFiles/CogVM.dir/home/bromagosa/blessed/platforms/unix/vm/sqUnixMain.c.o] Error 1
> make[1]: *** [CMakeFiles/CogVM.dir/all] Error 2
> make: *** [all] Error 2
>
> Hmm, which configuration are you using to copile? I think there is a UnixNoGLConfiguration or something like that... So either you install the gl libraries or use the no gl configuration to generate the sources :).
> In any case, I really don't know why there is that dependency with opengl...
>
>
>
> 2013/7/17 Bernat Romagosa <tibabenfortlapalanca(a)gmail.com>
> ouch! I forgot to execute the script this time, and didn't install the patch either.. trying again, thanks! :)
>
>
> 2013/7/17 Guillermo Polito <guillermopolito(a)gmail.com>
> Hi!
>
> before compiling you have to, inside the build folder, execute codegen-scripts/extract-commit-info.sh
>
> Besides, I was looking at luc's tutorial and it lacks one step to have serial plugin built: install the patch he made [1]. Did you do that? I added a comment in the blog entry just in case...
>
> Guille
>
> [1] https://code.google.com/p/cog/issues/detail?id=119&q=luc
>
>
> On Wed, Jul 17, 2013 at 12:18 PM, Bernat Romagosa <tibabenfortlapalanca(a)gmail.com> wrote:
> I found out how to leave B3DAcceleratorPlugin out, but now I get this error almost at the end of the compilation process:
>
> [ 95%] Building C object CMakeFiles/CogVM.dir/home/bromagosa/blessed/platforms/unix/vm/sqUnixMain.c.o
> In file included from /home/bromagosa/blessed/platforms/unix/vm/sqUnixMain.c:41:0:
> /home/bromagosa/blessed/platforms/Cross/vm/sqSCCSVersion.h:17:54: fatal error: vmVersionInfo.h: El fitxer o directori no existeix
> compilation terminated.
> make[2]: *** [CMakeFiles/CogVM.dir/home/bromagosa/blessed/platforms/unix/vm/sqUnixMain.c.o] Error 1
> make[1]: *** [CMakeFiles/CogVM.dir/all] Error 2
> make: *** [all] Error 2
>
> "El fitxer o directori no existeix" is Catalan for "The file or directory does not exist".
>
> How comes this header isn't there?
>
>
> 2013/7/17 Bernat Romagosa <tibabenfortlapalanca(a)gmail.com>
> Ok, it seems the problem was not having the sources file in the same directory as the image.
>
> Anyway, now I've another problem when trying to compile. cmake runs fine, but make fails with the following error:
>
> Scanning dependencies of target B3DAcceleratorPlugin
> [ 57%] Building C object B3DAcceleratorPlugin/CMakeFiles/B3DAcceleratorPlugin.dir/home/bromagosa/blessed/src/plugins/B3DAcceleratorPlugin/B3DAcceleratorPlugin.c.o
> In file included from /home/bromagosa/blessed/src/plugins/B3DAcceleratorPlugin/B3DAcceleratorPlugin.c:36:0:
> /home/bromagosa/blessed/platforms/Cross/plugins/B3DAcceleratorPlugin/B3DAcceleratorPlugin.h:8:19: fatal error: GL/gl.h: El fitxer o directori no existeix
> compilation terminated.
> make[2]: *** [B3DAcceleratorPlugin/CMakeFiles/B3DAcceleratorPlugin.dir/home/bromagosa/blessed/src/plugins/B3DAcceleratorPlugin/B3DAcceleratorPlugin.c.o] Error 1
> make[1]: *** [B3DAcceleratorPlugin/CMakeFiles/B3DAcceleratorPlugin.dir/all] Error 2
> make: *** [all] Error 2
>
> Any ideas?
>
> (For the record, I do not need the B3DAcceleratorPlugin, so I guess it could just be left out, but I don't know how does one do that either)
>
>
>
> 2013/7/16 Friedrich Dominicus <frido(a)q-software-solutions.de>
> Bernat Romagosa <tibabenfortlapalanca(a)gmail.com> writes:
>
> > Hi Friedrich,
> >
> > My machine is already a 32 bits one... here's the output of ldd:
> >
> > linux-gate.so.1 => (0xb7782000)
> > libm.so.6 => /lib/i386-linux-gnu/i686/cmov/libm.so.6
> > (0xb7746000)
> > libdl.so.2 => /lib/i386-linux-gnu/i686/cmov/libdl.so.2
> > (0xb7742000)
> > libpthread.so.0 =>
> > /lib/i386-linux-gnu/i686/cmov/libpthread.so.0 (0xb7728000)
> > libc.so.6 => /lib/i386-linux-gnu/i686/cmov/libc.so.6
> > (0xb75c5000)
> > /lib/ld-linux.so.2 (0xb7783000)
> >
> > Thanks! :)
> Well that looks fine to me. Sorry that I could not help
>
> Regards
> Friedrich
>
>
>
>
> --
> Bernat Romagosa.
>
>
>
> --
> Bernat Romagosa.
>
>
>
>
> --
> Bernat Romagosa.
>
>
>
> --
> Bernat Romagosa.
>
>
>
>
> --
> Bernat Romagosa.
>
>
>
> --
> Bernat Romagosa.
July 17, 2013
Re: [Pharo-users] SerialPlugin
by Bernat Romagosa
So I compiled two VMs, one with the SerialPlugin as an internal plugin, the
other one as an external plugin.
On a Debian box, I connect an Arduino Diecimila board and I get its handler
at /dev/ttyUSB0. However, on both VMs with fresh Pharo 2.0 images:
SerialPort new openPort: '/dev/ttyUSB0'
Fails with a generic error.
What's wrong with SerialPort? The "cannot open port" error message is about
as informative as "sorry, not gonna happen" :(
2013/7/17 Bernat Romagosa <tibabenfortlapalanca(a)gmail.com>
> Great! I was missing the gl and alsa headers. All done now, thanks a lot :)
>
>
> 2013/7/17 Guillermo Polito <guillermopolito(a)gmail.com>
>
>>
>> On Wed, Jul 17, 2013 at 12:39 PM, Bernat Romagosa <
>> tibabenfortlapalanca(a)gmail.com> wrote:
>>
>>> Okay, it seems the patch is already included in the latest VMMaker
>>> image, so no need to apply it.
>>>
>>
>> That's nice :). Anyone with grants in the issue tracker can close it?? :D
>>
>>
>>>
>>> Still, having executed the script, I get yet another error, this time
>>> related to gl.h (why does it need it? I left B3DAcceleratorPlugin out):
>>>
>>> [ 95%] Building C object
>>> CMakeFiles/CogVM.dir/home/bromagosa/blessed/platforms/unix/vm/sqUnixMain.c.o
>>> In file included from
>>> /home/bromagosa/blessed/platforms/unix/vm/SqDisplay.h:16:0,
>>> from
>>> /home/bromagosa/blessed/platforms/unix/vm/sqUnixMain.c:140:
>>> /home/bromagosa/blessed/platforms/unix/plugins/B3DAcceleratorPlugin/sqUnixOpenGL.h:21:22:
>>> fatal error: GL/gl.h: El fitxer o directori no existeix
>>> compilation terminated.
>>> make[2]: ***
>>> [CMakeFiles/CogVM.dir/home/bromagosa/blessed/platforms/unix/vm/sqUnixMain.c.o]
>>> Error 1
>>> make[1]: *** [CMakeFiles/CogVM.dir/all] Error 2
>>> make: *** [all] Error 2
>>>
>>>
>> Hmm, which configuration are you using to copile? I think there is a
>> UnixNoGLConfiguration or something like that... So either you install the
>> gl libraries or use the no gl configuration to generate the sources :).
>> In any case, I really don't know why there is that dependency with
>> opengl...
>>
>>
>>>
>>> 2013/7/17 Bernat Romagosa <tibabenfortlapalanca(a)gmail.com>
>>>
>>>> ouch! I forgot to execute the script this time, and didn't install the
>>>> patch either.. trying again, thanks! :)
>>>>
>>>>
>>>> 2013/7/17 Guillermo Polito <guillermopolito(a)gmail.com>
>>>>
>>>>> Hi!
>>>>>
>>>>> before compiling you have to, inside the build folder, execute
>>>>> codegen-scripts/extract-commit-info.sh
>>>>>
>>>>> Besides, I was looking at luc's tutorial and it lacks one step to have
>>>>> serial plugin built: install the patch he made [1]. Did you do that? I
>>>>> added a comment in the blog entry just in case...
>>>>>
>>>>> Guille
>>>>>
>>>>> [1] https://code.google.com/p/cog/issues/detail?id=119&q=luc
>>>>>
>>>>>
>>>>> On Wed, Jul 17, 2013 at 12:18 PM, Bernat Romagosa <
>>>>> tibabenfortlapalanca(a)gmail.com> wrote:
>>>>>
>>>>>> I found out how to leave B3DAcceleratorPlugin out, but now I get this
>>>>>> error almost at the end of the compilation process:
>>>>>>
>>>>>> [ 95%] Building C object
>>>>>> CMakeFiles/CogVM.dir/home/bromagosa/blessed/platforms/unix/vm/sqUnixMain.c.o
>>>>>> In file included from
>>>>>> /home/bromagosa/blessed/platforms/unix/vm/sqUnixMain.c:41:0:
>>>>>> /home/bromagosa/blessed/platforms/Cross/vm/sqSCCSVersion.h:17:54:
>>>>>> fatal error: vmVersionInfo.h: El fitxer o directori no existeix
>>>>>> compilation terminated.
>>>>>> make[2]: ***
>>>>>> [CMakeFiles/CogVM.dir/home/bromagosa/blessed/platforms/unix/vm/sqUnixMain.c.o]
>>>>>> Error 1
>>>>>> make[1]: *** [CMakeFiles/CogVM.dir/all] Error 2
>>>>>> make: *** [all] Error 2
>>>>>>
>>>>>>
>>>>>> "El fitxer o directori no existeix" is Catalan for "The file or
>>>>>> directory does not exist".
>>>>>>
>>>>>> How comes this header isn't there?
>>>>>>
>>>>>>
>>>>>> 2013/7/17 Bernat Romagosa <tibabenfortlapalanca(a)gmail.com>
>>>>>>
>>>>>>> Ok, it seems the problem was not having the sources file in the same
>>>>>>> directory as the image.
>>>>>>>
>>>>>>> Anyway, now I've another problem when trying to compile. cmake runs
>>>>>>> fine, but make fails with the following error:
>>>>>>>
>>>>>>> Scanning dependencies of target B3DAcceleratorPlugin
>>>>>>> [ 57%] Building C object
>>>>>>> B3DAcceleratorPlugin/CMakeFiles/B3DAcceleratorPlugin.dir/home/bromagosa/blessed/src/plugins/B3DAcceleratorPlugin/B3DAcceleratorPlugin.c.o
>>>>>>> In file included from
>>>>>>> /home/bromagosa/blessed/src/plugins/B3DAcceleratorPlugin/B3DAcceleratorPlugin.c:36:0:
>>>>>>> /home/bromagosa/blessed/platforms/Cross/plugins/B3DAcceleratorPlugin/B3DAcceleratorPlugin.h:8:19:
>>>>>>> fatal error: GL/gl.h: El fitxer o directori no existeix
>>>>>>> compilation terminated.
>>>>>>> make[2]: ***
>>>>>>> [B3DAcceleratorPlugin/CMakeFiles/B3DAcceleratorPlugin.dir/home/bromagosa/blessed/src/plugins/B3DAcceleratorPlugin/B3DAcceleratorPlugin.c.o]
>>>>>>> Error 1
>>>>>>> make[1]: ***
>>>>>>> [B3DAcceleratorPlugin/CMakeFiles/B3DAcceleratorPlugin.dir/all] Error 2
>>>>>>> make: *** [all] Error 2
>>>>>>>
>>>>>>>
>>>>>>> Any ideas?
>>>>>>>
>>>>>>> (For the record, I do not need the B3DAcceleratorPlugin, so I guess
>>>>>>> it could just be left out, but I don't know how does one do that either)
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> 2013/7/16 Friedrich Dominicus <frido(a)q-software-solutions.de>
>>>>>>>
>>>>>>>> Bernat Romagosa <tibabenfortlapalanca(a)gmail.com> writes:
>>>>>>>>
>>>>>>>> > Hi Friedrich,
>>>>>>>> >
>>>>>>>> > My machine is already a 32 bits one... here's the output of ldd:
>>>>>>>> >
>>>>>>>> > linux-gate.so.1 => (0xb7782000)
>>>>>>>> > libm.so.6 => /lib/i386-linux-gnu/i686/cmov/libm.so.6
>>>>>>>> > (0xb7746000)
>>>>>>>> > libdl.so.2 => /lib/i386-linux-gnu/i686/cmov/libdl.so.2
>>>>>>>> > (0xb7742000)
>>>>>>>> > libpthread.so.0 =>
>>>>>>>> > /lib/i386-linux-gnu/i686/cmov/libpthread.so.0 (0xb7728000)
>>>>>>>> > libc.so.6 => /lib/i386-linux-gnu/i686/cmov/libc.so.6
>>>>>>>> > (0xb75c5000)
>>>>>>>> > /lib/ld-linux.so.2 (0xb7783000)
>>>>>>>> >
>>>>>>>> > Thanks! :)
>>>>>>>> Well that looks fine to me. Sorry that I could not help
>>>>>>>>
>>>>>>>> Regards
>>>>>>>> Friedrich
>>>>>>>>
>>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> --
>>>>>>> Bernat Romagosa.
>>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>> --
>>>>>> Bernat Romagosa.
>>>>>>
>>>>>
>>>>>
>>>>
>>>>
>>>> --
>>>> Bernat Romagosa.
>>>>
>>>
>>>
>>>
>>> --
>>> Bernat Romagosa.
>>>
>>
>>
>
>
> --
> Bernat Romagosa.
>
--
Bernat Romagosa.
July 17, 2013
Re: [Pharo-users] SerialPlugin
by Bernat Romagosa
Great! I was missing the gl and alsa headers. All done now, thanks a lot :)
2013/7/17 Guillermo Polito <guillermopolito(a)gmail.com>
>
> On Wed, Jul 17, 2013 at 12:39 PM, Bernat Romagosa <
> tibabenfortlapalanca(a)gmail.com> wrote:
>
>> Okay, it seems the patch is already included in the latest VMMaker image,
>> so no need to apply it.
>>
>
> That's nice :). Anyone with grants in the issue tracker can close it?? :D
>
>
>>
>> Still, having executed the script, I get yet another error, this time
>> related to gl.h (why does it need it? I left B3DAcceleratorPlugin out):
>>
>> [ 95%] Building C object
>> CMakeFiles/CogVM.dir/home/bromagosa/blessed/platforms/unix/vm/sqUnixMain.c.o
>> In file included from
>> /home/bromagosa/blessed/platforms/unix/vm/SqDisplay.h:16:0,
>> from
>> /home/bromagosa/blessed/platforms/unix/vm/sqUnixMain.c:140:
>> /home/bromagosa/blessed/platforms/unix/plugins/B3DAcceleratorPlugin/sqUnixOpenGL.h:21:22:
>> fatal error: GL/gl.h: El fitxer o directori no existeix
>> compilation terminated.
>> make[2]: ***
>> [CMakeFiles/CogVM.dir/home/bromagosa/blessed/platforms/unix/vm/sqUnixMain.c.o]
>> Error 1
>> make[1]: *** [CMakeFiles/CogVM.dir/all] Error 2
>> make: *** [all] Error 2
>>
>>
> Hmm, which configuration are you using to copile? I think there is a
> UnixNoGLConfiguration or something like that... So either you install the
> gl libraries or use the no gl configuration to generate the sources :).
> In any case, I really don't know why there is that dependency with
> opengl...
>
>
>>
>> 2013/7/17 Bernat Romagosa <tibabenfortlapalanca(a)gmail.com>
>>
>>> ouch! I forgot to execute the script this time, and didn't install the
>>> patch either.. trying again, thanks! :)
>>>
>>>
>>> 2013/7/17 Guillermo Polito <guillermopolito(a)gmail.com>
>>>
>>>> Hi!
>>>>
>>>> before compiling you have to, inside the build folder, execute
>>>> codegen-scripts/extract-commit-info.sh
>>>>
>>>> Besides, I was looking at luc's tutorial and it lacks one step to have
>>>> serial plugin built: install the patch he made [1]. Did you do that? I
>>>> added a comment in the blog entry just in case...
>>>>
>>>> Guille
>>>>
>>>> [1] https://code.google.com/p/cog/issues/detail?id=119&q=luc
>>>>
>>>>
>>>> On Wed, Jul 17, 2013 at 12:18 PM, Bernat Romagosa <
>>>> tibabenfortlapalanca(a)gmail.com> wrote:
>>>>
>>>>> I found out how to leave B3DAcceleratorPlugin out, but now I get this
>>>>> error almost at the end of the compilation process:
>>>>>
>>>>> [ 95%] Building C object
>>>>> CMakeFiles/CogVM.dir/home/bromagosa/blessed/platforms/unix/vm/sqUnixMain.c.o
>>>>> In file included from
>>>>> /home/bromagosa/blessed/platforms/unix/vm/sqUnixMain.c:41:0:
>>>>> /home/bromagosa/blessed/platforms/Cross/vm/sqSCCSVersion.h:17:54:
>>>>> fatal error: vmVersionInfo.h: El fitxer o directori no existeix
>>>>> compilation terminated.
>>>>> make[2]: ***
>>>>> [CMakeFiles/CogVM.dir/home/bromagosa/blessed/platforms/unix/vm/sqUnixMain.c.o]
>>>>> Error 1
>>>>> make[1]: *** [CMakeFiles/CogVM.dir/all] Error 2
>>>>> make: *** [all] Error 2
>>>>>
>>>>>
>>>>> "El fitxer o directori no existeix" is Catalan for "The file or
>>>>> directory does not exist".
>>>>>
>>>>> How comes this header isn't there?
>>>>>
>>>>>
>>>>> 2013/7/17 Bernat Romagosa <tibabenfortlapalanca(a)gmail.com>
>>>>>
>>>>>> Ok, it seems the problem was not having the sources file in the same
>>>>>> directory as the image.
>>>>>>
>>>>>> Anyway, now I've another problem when trying to compile. cmake runs
>>>>>> fine, but make fails with the following error:
>>>>>>
>>>>>> Scanning dependencies of target B3DAcceleratorPlugin
>>>>>> [ 57%] Building C object
>>>>>> B3DAcceleratorPlugin/CMakeFiles/B3DAcceleratorPlugin.dir/home/bromagosa/blessed/src/plugins/B3DAcceleratorPlugin/B3DAcceleratorPlugin.c.o
>>>>>> In file included from
>>>>>> /home/bromagosa/blessed/src/plugins/B3DAcceleratorPlugin/B3DAcceleratorPlugin.c:36:0:
>>>>>> /home/bromagosa/blessed/platforms/Cross/plugins/B3DAcceleratorPlugin/B3DAcceleratorPlugin.h:8:19:
>>>>>> fatal error: GL/gl.h: El fitxer o directori no existeix
>>>>>> compilation terminated.
>>>>>> make[2]: ***
>>>>>> [B3DAcceleratorPlugin/CMakeFiles/B3DAcceleratorPlugin.dir/home/bromagosa/blessed/src/plugins/B3DAcceleratorPlugin/B3DAcceleratorPlugin.c.o]
>>>>>> Error 1
>>>>>> make[1]: ***
>>>>>> [B3DAcceleratorPlugin/CMakeFiles/B3DAcceleratorPlugin.dir/all] Error 2
>>>>>> make: *** [all] Error 2
>>>>>>
>>>>>>
>>>>>> Any ideas?
>>>>>>
>>>>>> (For the record, I do not need the B3DAcceleratorPlugin, so I guess
>>>>>> it could just be left out, but I don't know how does one do that either)
>>>>>>
>>>>>>
>>>>>>
>>>>>> 2013/7/16 Friedrich Dominicus <frido(a)q-software-solutions.de>
>>>>>>
>>>>>>> Bernat Romagosa <tibabenfortlapalanca(a)gmail.com> writes:
>>>>>>>
>>>>>>> > Hi Friedrich,
>>>>>>> >
>>>>>>> > My machine is already a 32 bits one... here's the output of ldd:
>>>>>>> >
>>>>>>> > linux-gate.so.1 => (0xb7782000)
>>>>>>> > libm.so.6 => /lib/i386-linux-gnu/i686/cmov/libm.so.6
>>>>>>> > (0xb7746000)
>>>>>>> > libdl.so.2 => /lib/i386-linux-gnu/i686/cmov/libdl.so.2
>>>>>>> > (0xb7742000)
>>>>>>> > libpthread.so.0 =>
>>>>>>> > /lib/i386-linux-gnu/i686/cmov/libpthread.so.0 (0xb7728000)
>>>>>>> > libc.so.6 => /lib/i386-linux-gnu/i686/cmov/libc.so.6
>>>>>>> > (0xb75c5000)
>>>>>>> > /lib/ld-linux.so.2 (0xb7783000)
>>>>>>> >
>>>>>>> > Thanks! :)
>>>>>>> Well that looks fine to me. Sorry that I could not help
>>>>>>>
>>>>>>> Regards
>>>>>>> Friedrich
>>>>>>>
>>>>>>>
>>>>>>
>>>>>>
>>>>>> --
>>>>>> Bernat Romagosa.
>>>>>>
>>>>>
>>>>>
>>>>>
>>>>> --
>>>>> Bernat Romagosa.
>>>>>
>>>>
>>>>
>>>
>>>
>>> --
>>> Bernat Romagosa.
>>>
>>
>>
>>
>> --
>> Bernat Romagosa.
>>
>
>
--
Bernat Romagosa.
July 17, 2013
Re: [Pharo-users] SerialPlugin
by Guillermo Polito
On Wed, Jul 17, 2013 at 12:39 PM, Bernat Romagosa <
tibabenfortlapalanca(a)gmail.com> wrote:
> Okay, it seems the patch is already included in the latest VMMaker image,
> so no need to apply it.
>
That's nice :). Anyone with grants in the issue tracker can close it?? :D
>
> Still, having executed the script, I get yet another error, this time
> related to gl.h (why does it need it? I left B3DAcceleratorPlugin out):
>
> [ 95%] Building C object
> CMakeFiles/CogVM.dir/home/bromagosa/blessed/platforms/unix/vm/sqUnixMain.c.o
> In file included from
> /home/bromagosa/blessed/platforms/unix/vm/SqDisplay.h:16:0,
> from
> /home/bromagosa/blessed/platforms/unix/vm/sqUnixMain.c:140:
> /home/bromagosa/blessed/platforms/unix/plugins/B3DAcceleratorPlugin/sqUnixOpenGL.h:21:22:
> fatal error: GL/gl.h: El fitxer o directori no existeix
> compilation terminated.
> make[2]: ***
> [CMakeFiles/CogVM.dir/home/bromagosa/blessed/platforms/unix/vm/sqUnixMain.c.o]
> Error 1
> make[1]: *** [CMakeFiles/CogVM.dir/all] Error 2
> make: *** [all] Error 2
>
>
Hmm, which configuration are you using to copile? I think there is a
UnixNoGLConfiguration or something like that... So either you install the
gl libraries or use the no gl configuration to generate the sources :).
In any case, I really don't know why there is that dependency with opengl...
>
> 2013/7/17 Bernat Romagosa <tibabenfortlapalanca(a)gmail.com>
>
>> ouch! I forgot to execute the script this time, and didn't install the
>> patch either.. trying again, thanks! :)
>>
>>
>> 2013/7/17 Guillermo Polito <guillermopolito(a)gmail.com>
>>
>>> Hi!
>>>
>>> before compiling you have to, inside the build folder, execute
>>> codegen-scripts/extract-commit-info.sh
>>>
>>> Besides, I was looking at luc's tutorial and it lacks one step to have
>>> serial plugin built: install the patch he made [1]. Did you do that? I
>>> added a comment in the blog entry just in case...
>>>
>>> Guille
>>>
>>> [1] https://code.google.com/p/cog/issues/detail?id=119&q=luc
>>>
>>>
>>> On Wed, Jul 17, 2013 at 12:18 PM, Bernat Romagosa <
>>> tibabenfortlapalanca(a)gmail.com> wrote:
>>>
>>>> I found out how to leave B3DAcceleratorPlugin out, but now I get this
>>>> error almost at the end of the compilation process:
>>>>
>>>> [ 95%] Building C object
>>>> CMakeFiles/CogVM.dir/home/bromagosa/blessed/platforms/unix/vm/sqUnixMain.c.o
>>>> In file included from
>>>> /home/bromagosa/blessed/platforms/unix/vm/sqUnixMain.c:41:0:
>>>> /home/bromagosa/blessed/platforms/Cross/vm/sqSCCSVersion.h:17:54: fatal
>>>> error: vmVersionInfo.h: El fitxer o directori no existeix
>>>> compilation terminated.
>>>> make[2]: ***
>>>> [CMakeFiles/CogVM.dir/home/bromagosa/blessed/platforms/unix/vm/sqUnixMain.c.o]
>>>> Error 1
>>>> make[1]: *** [CMakeFiles/CogVM.dir/all] Error 2
>>>> make: *** [all] Error 2
>>>>
>>>>
>>>> "El fitxer o directori no existeix" is Catalan for "The file or
>>>> directory does not exist".
>>>>
>>>> How comes this header isn't there?
>>>>
>>>>
>>>> 2013/7/17 Bernat Romagosa <tibabenfortlapalanca(a)gmail.com>
>>>>
>>>>> Ok, it seems the problem was not having the sources file in the same
>>>>> directory as the image.
>>>>>
>>>>> Anyway, now I've another problem when trying to compile. cmake runs
>>>>> fine, but make fails with the following error:
>>>>>
>>>>> Scanning dependencies of target B3DAcceleratorPlugin
>>>>> [ 57%] Building C object
>>>>> B3DAcceleratorPlugin/CMakeFiles/B3DAcceleratorPlugin.dir/home/bromagosa/blessed/src/plugins/B3DAcceleratorPlugin/B3DAcceleratorPlugin.c.o
>>>>> In file included from
>>>>> /home/bromagosa/blessed/src/plugins/B3DAcceleratorPlugin/B3DAcceleratorPlugin.c:36:0:
>>>>> /home/bromagosa/blessed/platforms/Cross/plugins/B3DAcceleratorPlugin/B3DAcceleratorPlugin.h:8:19:
>>>>> fatal error: GL/gl.h: El fitxer o directori no existeix
>>>>> compilation terminated.
>>>>> make[2]: ***
>>>>> [B3DAcceleratorPlugin/CMakeFiles/B3DAcceleratorPlugin.dir/home/bromagosa/blessed/src/plugins/B3DAcceleratorPlugin/B3DAcceleratorPlugin.c.o]
>>>>> Error 1
>>>>> make[1]: ***
>>>>> [B3DAcceleratorPlugin/CMakeFiles/B3DAcceleratorPlugin.dir/all] Error 2
>>>>> make: *** [all] Error 2
>>>>>
>>>>>
>>>>> Any ideas?
>>>>>
>>>>> (For the record, I do not need the B3DAcceleratorPlugin, so I guess it
>>>>> could just be left out, but I don't know how does one do that either)
>>>>>
>>>>>
>>>>>
>>>>> 2013/7/16 Friedrich Dominicus <frido(a)q-software-solutions.de>
>>>>>
>>>>>> Bernat Romagosa <tibabenfortlapalanca(a)gmail.com> writes:
>>>>>>
>>>>>> > Hi Friedrich,
>>>>>> >
>>>>>> > My machine is already a 32 bits one... here's the output of ldd:
>>>>>> >
>>>>>> > linux-gate.so.1 => (0xb7782000)
>>>>>> > libm.so.6 => /lib/i386-linux-gnu/i686/cmov/libm.so.6
>>>>>> > (0xb7746000)
>>>>>> > libdl.so.2 => /lib/i386-linux-gnu/i686/cmov/libdl.so.2
>>>>>> > (0xb7742000)
>>>>>> > libpthread.so.0 =>
>>>>>> > /lib/i386-linux-gnu/i686/cmov/libpthread.so.0 (0xb7728000)
>>>>>> > libc.so.6 => /lib/i386-linux-gnu/i686/cmov/libc.so.6
>>>>>> > (0xb75c5000)
>>>>>> > /lib/ld-linux.so.2 (0xb7783000)
>>>>>> >
>>>>>> > Thanks! :)
>>>>>> Well that looks fine to me. Sorry that I could not help
>>>>>>
>>>>>> Regards
>>>>>> Friedrich
>>>>>>
>>>>>>
>>>>>
>>>>>
>>>>> --
>>>>> Bernat Romagosa.
>>>>>
>>>>
>>>>
>>>>
>>>> --
>>>> Bernat Romagosa.
>>>>
>>>
>>>
>>
>>
>> --
>> Bernat Romagosa.
>>
>
>
>
> --
> Bernat Romagosa.
>
July 17, 2013