Re: [Pharo-project] Issue in loading SqueakDBX Patch
Hi, I loaded the following patches in pharo 1.2.1 which i downloaded from http://www.squeaksource.com/SqueakDBX. ConfigurationOfSqueakDBXMarianoMartinezPeck.8penDBXCoreMarianoMartinezPeck.256queakDBXDialectSqueakMarianoMartinezPeck.3queakDBXSmalltalkDialectMarianoMartinezPeck.5 Please advice me if am wrong and suggest me the correct method for it. I am not able to load it through Gofer as am working in a secured environment. Thanks, Sourav Original message From:"Mariano Martinez Peck"< marianopeck@gmail.com >Date: 9 May 11 14:55:24Subject: Re: [Pharoproject] Issue in loading SqueakDBX PatchTo: Pharoproject@lists.gforge.inria.fr;Hi....that's weird. Could you tell me please how did you exactly install SqueakDBX? On Mon, May 9, 2011 at 11:19 AM, sourav roywrote:Hi All, I am getting some error while loading a SqueakDBX patch in Pharo 1.2.1. Please see the below screen shot attcahed and adviceThanks, Sourav Roy| Bangalore|INDIA::DISCLAIMER::The contents of this email and any atta chment(s) are confidential and intended for the named recipient(s) only.It shall not attach any liability on the originator or HCL or its affiliates. Any views or opinions presented inthis email are solely those of the author and may not necessarily reflect the opinions of HCL or its affiliates.Any form of reproduction, dissemination, copying, disclosure, modification, distribution and / or publication ofthis message without the prior written consent of the author of this email is strictly prohibited. If you havereceived this email in error please delete it and notify the sender immediately. Before opening any mail andattachments please check them for viruses and defect. Dear pharoproject ! Get Yourself a cool, short @in.com Email ID now! Marianohttp://marianopeck.wordpress.comGet Yourself a cool, short @in.com Email ID now!
On Mon, May 9, 2011 at 1:30 PM, sourav roy <sourav_pharo@in.com> wrote:
Hi,
I loaded the following patches in pharo 1.2.1 which i downloaded from http://www.squeaksource.com/SqueakDBX.
-ConfigurationOfSqueakDBX-MarianoMartinezPeck.8 -penDBX-Core-MarianoMartinezPeck.256 -queakDBX-Dialect-Squeak-MarianoMartinezPeck.3 -queakDBX-Smalltalk-Dialect-MarianoMartinezPeck.5
Loading that is not correct because: 1) the order is not correct (for example SqueakDBX-Smalltalk-Dialect should be first than SqueakDBX-Dialect-Squeak) 2) you are not loading SqueakDBX dependencies like FFI (and in fact the sintax error you have is because you are not loading FFI). To solves those issues, we have a Metacello configuration. Gofer has nothing to do with a secured environment or not: all you have to do is to load the package ConfigurationOfSqueakDBX. No matter how: you can use the following Gofer script: Gofer new squeaksource: 'MetacelloRepository'; package: 'ConfigurationOfSqueakDBX'; load. Or, open a Monticello Browser, -> add repository -> www.squeaksource.com/MetacelloRepository -> select ConfiguratonOfSqueakDBX -> load. Once you have download ConfigurationOfSqueakDBX all you have to do is: (ConfigurationOfSqueakDBX project version: #stable) load. I *really* recommend you to read the Metacello chapter of Pharo By Example, since all this is explained there: https://gforge.inria.fr/frs/download.php/28462/Metacello.pdf Cheers Mariano
Please advice me if am wrong and suggest me the correct method for it. I am not able to load it through Gofer as am working in a secured environment.
Thanks,
Sourav
---------- Original message ---------- From:"Mariano Martinez Peck"< marianopeck@gmail.com > Date: 9 May 11 14:55:24 Subject: Re: [Pharo-project] Issue in loading SqueakDBX Patch To: Pharo-project@lists.gforge.inria.fr;
Hi....that's weird. Could you tell me please how did you exactly install SqueakDBX?
On Mon, May 9, 2011 at 11:19 AM, sourav roy <sourav_pharo@in.com> wrote:
Hi All,
I am getting some error while loading a SqueakDBX patch in Pharo 1.2.1. Please see the below screen shot attcahed and advice
*Thanks,*
*Sourav Roy| Bangalore|INDIA *
------------------------------ ::DISCLAIMER::
-----------------------------------------------------------------------------------------------------------------------
The contents of this e-mail and any attachment(s) are confidential and intended for the named recipient(s) only. It shall not attach any liability on the originator or HCL or its affiliates. Any views or opinions presented in this email are solely those of the author and may not necessarily reflect the opinions of HCL or its affiliates. Any form of reproduction, dissemination, copying, disclosure, modification, distribution and / or publication of this message without the prior written consent of the author of this e-mail is strictly prohibited. If you have received this email in error please delete it and notify the sender immediately. Before opening any mail and attachments please check them for viruses and defect.
---------------------------------------------------------- -------------------------------------------------------------
Dear *pharo-project !* Get Yourself a cool, short *@in.com* Email ID now!<http://secure.in.com/sso/commonreg.php?utm_source=invite&utm_medium=outgoing>
-- Mariano http://marianopeck.wordpress.com
Get Yourself a cool, short *@in.com* Email ID now!<http://mail.in.com/mails/new_reg.php?utm_source=invite&utm_medium=outgoing>
-- Mariano http://marianopeck.wordpress.com
participants (2)
-
Mariano Martinez Peck -
sourav roy