Pharo-dev
By thread
pharo-dev@lists.pharo.org
By month
Messages by month
- ----- 2026 -----
- August
- 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
- ----- 2009 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2008 -----
- December
- November
- October
- September
- August
- July
- June
- May
April 2012
- 127 participants
- 1916 messages
Re: [Pharo-project] Vm on iOS with Xcode 4.3
by Esteban Lorenzano
strange... just remove the "#"... and don't add it to #addExternalPlugins:
On Apr 11, 2012, at 2:56 PM, phil(a)highoctane.be wrote:
> I investigated for the plugin and found this as the only reference:
>
> StackIPhoneConfig>>defaultInternalPlugins
> ^ #(
> ADPCMCodecPlugin
> BMPReadWriterPlugin
> BalloonEnginePlugin
> BitBltSimulation
> DSAPlugin
> DeflatePlugin
> "DropPlugin"
> LocalePlugin
> FFTPlugin
> FilePlugin
> FloatArrayPlugin
> HostWindowPlugin
> JPEGReadWriter2Plugin
> JPEGReaderPlugin
> LargeIntegersPlugin
> Matrix2x3Plugin
> MiscPrimitivePlugin
> "RePlugin"
> SecurityPlugin
> "SocketPlugin"
> SoundCodecPlugin
> SoundGenerationPlugin
> SoundPlugin
> SurfacePlugin
> UUIDPlugin
> ObjectiveCPlugin
> #IOSPlugin)
>
> IOSPlugin is in there with a # symbol.
>
> And you told me to
>
> addExternalPlugins: #(iOSPlugin).
>
> I am lost here, especially since it doesn't work. (Key Not Found)
>
>
> Help!
>
> Phil
>
>
>
> 2012/4/10 phil(a)highoctane.be <phil(a)highoctane.be>
> Fail: Key #IOSPlugin not found.
>
> I have removed the build/ folder before generating anything.
>
> See screenshot.
>
> Phil
>
>
> 2012/4/10 Esteban Lorenzano <estebanlm(a)gmail.com>
> yeah... but you don't need FT2 for iOS... that instructions were for plain cog vm.
>
> Run this instead:
>
> StackIPhoneConfig new
> "generateForDebug;"
> generateSources; generate.
>
> btw... you will need to remove CMakeCache.txt before running cmake again.
>
> On Apr 10, 2012, at 6:09 PM, phil(a)highoctane.be wrote:
>
>> Looks like OSX 10.7 needs a bit of sudo port install automake to have the right version for FT2 plugin.
>>
>> Let's see.
>>
>> Phil
>>
>> 2012/4/10 Esteban Lorenzano <estebanlm(a)gmail.com>
>> on ./build
>>
>> execute:
>>
>> ../codegen-scripts/extract-commit-info.sh
>>
>> then... you are going to have errors (23, if everything is like my installation)... and you are going to be in the same stage as me (I still didn't fixed that, is an cmakemaker issue)
>>
>> On Apr 10, 2012, at 2:58 PM, phil(a)highoctane.be wrote:
>>
>>> Ok, it generates sources.
>>>
>>> I used the cmake you told me:
>>>
>>> So, on Lion, some frameworks are not found. I guess that I'll have to update that by hand.
>>>
>>> Philippe
>>>
>>> 2012/4/10 Esteban Lorenzano <estebanlm(a)gmail.com>
>>> sorry, my fault... there is no stable version on cog
>>>
>>> try:
>>>
>>> (ConfigurationOfCog project version: '4.4') load.
>>>
>>>
>>> On Apr 10, 2012, at 2:11 PM, phil(a)highoctane.be wrote:
>>>
>>>> Sorry, fails on #stable load.
>>>>
>>>> Did you meant #release ?
>>>>
>>>> Phil
>>>>
>>>>
>>>> 2012/4/10 Esteban Lorenzano <estebanlm(a)gmail.com>
>>>> that's a pretty old version of CMakeMaker... you should:
>>>>
>>>> 1) download latest pharo 1.4 (and place it in ./image)
>>>> 2) install ConfigurationOfCog
>>>>
>>>> Gofer it
>>>> squeaksource: 'MetacelloRepository';
>>>> package: 'ConfigurationOfCog';
>>>> load.
>>>>
>>>> 3) execute
>>>>
>>>> (ConfigurationOfCog project version: #stable) load.
>>>>
>>>> 4) then execute:
>>>>
>>>> CogCocoaIOSConfig new
>>>> "generateForDebug;"
>>>> addExternalPlugins: #(FT2Plugin);
>>>> generateSources; generate.
>>>>
>>>> that's the correct way of doing
>>>>
>>>> best,
>>>> Esteban
>>>>
>>>> On Apr 10, 2012, at 1:51 PM, phil(a)highoctane.be wrote:
>>>>
>>>>> The CocoaIOSJitConfig>>prepareForGeneration
>>>>>
>>>>> "force using LF on Macs"
>>>>> CrLfFileStream defaultToLF.
>>>>>
>>>>> ^ self prepareForCogGeneration
>>>>>
>>>>> fails on CrLfFileStream defaultToLF.
>>>>>
>>>>> The only implementer was MultiByteFileStream defaultToLF.
>>>>>
>>>>> The CrLfFileStream occurs in quite a *Config places.
>>>>>
>>>>> Phil
>>>>>
>>>>> 2012/4/10 Mariano Martinez Peck <marianopeck(a)gmail.com>
>>>>>
>>>>>
>>>>> On Tue, Apr 10, 2012 at 12:16 AM, phil(a)highoctane.be <phil(a)highoctane.be> wrote:
>>>>> I do have the cloned repos now.
>>>>>
>>>>> For ConfigurationOfCog where can I pick this one up ? In the supplied image I guess. Right?
>>>>>
>>>>>
>>>>> Hi Philip. Just by change did you read my blog posts about building the VM? they may be of help:
>>>>> http://marianopeck.wordpress.com/2011/04/10/building-the-vm-from-scratch-us…
>>>>> http://marianopeck.wordpress.com/2011/04/16/building-the-vm-second-part/
>>>>>
>>>>> Cheers
>>>>>
>>>>> ... moving (slowly) forward.
>>>>>
>>>>> Thanks!
>>>>>
>>>>> 2012/4/6 phil(a)highoctane.be <phil(a)highoctane.be>
>>>>>
>>>>> Oh great news!
>>>>> Tomorrow will be Pharo iOS day.
>>>>> Le 6 avr. 2012 17:54, "Esteban Lorenzano" <estebanlm(a)gmail.com> a écrit :
>>>>> Hi,
>>>>>
>>>>> On Apr 6, 2012, at 10:51 AM, phil(a)highoctane.be wrote:
>>>>>
>>>>>> I am still unable to get this to work.
>>>>> latest nightly build from cmake is able to build valid xcode projects again [1].
>>>>> Some adjusts are needed to actually build, but it is almost there (I will take care about that this days)
>>>>>> Also I see a jenkins build for OSX but not for iOS.
>>>>>>
>>>>> Yeah, and I want to have one, but it will take time (and time is tyrant, you know).
>>>>>
>>>>>> XCode 4.3 will open old xcode projects so posting a full set of files that work out of cmake (ie a fully made build/ folder) would help a lot.
>>>>>>
>>>>>> Would you be able to ship me such a set of files?
>>>>>>
>>>>> you already have them: clone of my repository [2] or blessed [3] and install latest ConfigurationOfCog
>>>>>
>>>>> best,
>>>>> Esteban
>>>>>
>>>>> [1] http://www.cmake.org/files/dev/cmake-2.8.7.20120405-gd2c9c-Darwin64-univers…
>>>>> [2] https://gitorious.org/~estebanlm/cogvm/cog-osx
>>>>> [3] https://gitorious.org/cogvm/blessed
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>> --
>>>>> Philippe Back
>>>>> "Helping you hit the top 3 outcomes you really want to achieve"
>>>>>
>>>>> Mob: +32(0) 478 650 140 | Fax: +32 (0) 70 408 027 Mail: phil(a)highoctane.be | Web: http://philippeback.eu | Blog:
>>>>> http://philippeback.be
>>>>>
>>>>> High Octane SPRL
>>>>> rue cour Boisacq 101
>>>>> 1301 Bierges
>>>>>
>>>>>
>>>>>
>>>>>
>>>>> --
>>>>> Mariano
>>>>> http://marianopeck.wordpress.com
>>>>>
>>>>>
>>>>>
>>>>>
>>>>> --
>>>>> Philippe Back
>>>>> "Helping you hit the top 3 outcomes you really want to achieve"
>>>>>
>>>>> Mob: +32(0) 478 650 140 | Fax: +32 (0) 70 408 027 Mail: phil(a)highoctane.be | Web: http://philippeback.eu | Blog:
>>>>> http://philippeback.be
>>>>>
>>>>> High Octane SPRL
>>>>> rue cour Boisacq 101
>>>>> 1301 Bierges
>>>>>
>>>>
>>>>
>>>>
>>>>
>>>> --
>>>> Philippe Back
>>>> "Helping you hit the top 3 outcomes you really want to achieve"
>>>>
>>>> Mob: +32(0) 478 650 140 | Fax: +32 (0) 70 408 027 Mail: phil(a)highoctane.be | Web: http://philippeback.eu | Blog:
>>>> http://philippeback.be
>>>>
>>>> High Octane SPRL
>>>> rue cour Boisacq 101
>>>> 1301 Bierges
>>>>
>>>> <PharoScreenshot.3.png>
>>>
>>>
>>>
>>>
>>> --
>>> Philippe Back
>>> "Helping you hit the top 3 outcomes you really want to achieve"
>>>
>>> Mob: +32(0) 478 650 140 | Fax: +32 (0) 70 408 027 Mail: phil(a)highoctane.be | Web: http://philippeback.eu | Blog:
>>> http://philippeback.be
>>>
>>> High Octane SPRL
>>> rue cour Boisacq 101
>>> 1301 Bierges
>>>
>>> <2012-04-10_14-56-49-cmake.png>
>>
>>
>>
>>
>> --
>> Philippe Back
>> "Helping you hit the top 3 outcomes you really want to achieve"
>>
>> Mob: +32(0) 478 650 140 | Fax: +32 (0) 70 408 027 Mail: phil(a)highoctane.be | Web: http://philippeback.eu | Blog:
>> http://philippeback.be
>>
>> High Octane SPRL
>> rue cour Boisacq 101
>> 1301 Bierges
>>
>
>
>
>
> --
> Philippe Back
> "Helping you hit the top 3 outcomes you really want to achieve"
>
> Mob: +32(0) 478 650 140 | Fax: +32 (0) 70 408 027 Mail: phil(a)highoctane.be | Web: http://philippeback.eu | Blog:
> http://philippeback.be
>
> High Octane SPRL
> rue cour Boisacq 101
> 1301 Bierges
>
>
>
>
> --
> Philippe Back
> "Helping you hit the top 3 outcomes you really want to achieve"
>
> Mob: +32(0) 478 650 140 | Fax: +32 (0) 70 408 027 Mail: phil(a)highoctane.be | Web: http://philippeback.eu | Blog:
> http://philippeback.be
>
> High Octane SPRL
> rue cour Boisacq 101
> 1301 Bierges
>
April 11, 2012
Re: [Pharo-project] Vm on iOS with Xcode 4.3
by phil@highoctane.be
Additional info:
When doing:
sic := StackIPhoneConfig new.
sic addExternalPlugins: #(#IOSPlugin).
I get "Cannot add plugin IOSPlugin as external because it is already
internal"
(screenshots)
So, how to proceed?
Phil
2012/4/10 phil(a)highoctane.be <phil(a)highoctane.be>
> Fail: Key #IOSPlugin not found.
>
> I have removed the build/ folder before generating anything.
>
> See screenshot.
>
> Phil
>
>
> 2012/4/10 Esteban Lorenzano <estebanlm(a)gmail.com>
>
>> yeah... but you don't need FT2 for iOS... that instructions were for
>> plain cog vm.
>>
>> Run this instead:
>>
>> StackIPhoneConfig new
>> "generateForDebug;"
>> generateSources; generate.
>>
>> btw... you will need to remove CMakeCache.txt before running cmake again.
>>
>> On Apr 10, 2012, at 6:09 PM, phil(a)highoctane.be wrote:
>>
>> Looks like OSX 10.7 needs a bit of sudo port install automake to have the
>> right version for FT2 plugin.
>>
>> Let's see.
>>
>> Phil
>>
>> 2012/4/10 Esteban Lorenzano <estebanlm(a)gmail.com>
>>
>>> on ./build
>>>
>>> execute:
>>>
>>> ../codegen-scripts/extract-commit-info.sh
>>>
>>> then... you are going to have errors (23, if everything is like my
>>> installation)... and you are going to be in the same stage as me (I still
>>> didn't fixed that, is an cmakemaker issue)
>>>
>>> On Apr 10, 2012, at 2:58 PM, phil(a)highoctane.be wrote:
>>>
>>> Ok, it generates sources.
>>>
>>> I used the cmake you told me:
>>>
>>> So, on Lion, some frameworks are not found. I guess that I'll have to
>>> update that by hand.
>>>
>>> Philippe
>>>
>>> 2012/4/10 Esteban Lorenzano <estebanlm(a)gmail.com>
>>>
>>>> sorry, my fault... there is no stable version on cog
>>>>
>>>> try:
>>>>
>>>> (ConfigurationOfCog project version: '4.4') load.
>>>>
>>>>
>>>> On Apr 10, 2012, at 2:11 PM, phil(a)highoctane.be wrote:
>>>>
>>>> Sorry, fails on #stable load.
>>>>
>>>> Did you meant #release ?
>>>>
>>>> Phil
>>>>
>>>>
>>>> 2012/4/10 Esteban Lorenzano <estebanlm(a)gmail.com>
>>>>
>>>>> that's a pretty old version of CMakeMaker... you should:
>>>>>
>>>>> 1) download latest pharo 1.4 (and place it in ./image)
>>>>> 2) install ConfigurationOfCog
>>>>>
>>>>> Gofer it
>>>>> squeaksource: 'MetacelloRepository';
>>>>> package: 'ConfigurationOfCog';
>>>>> load.
>>>>>
>>>>> 3) execute
>>>>>
>>>>> (ConfigurationOfCog project version: #stable) load.
>>>>>
>>>>> 4) then execute:
>>>>>
>>>>> CogCocoaIOSConfig new
>>>>> "generateForDebug;"
>>>>> addExternalPlugins: #(FT2Plugin);
>>>>> generateSources; generate.
>>>>>
>>>>> that's the correct way of doing
>>>>>
>>>>> best,
>>>>> Esteban
>>>>>
>>>>> On Apr 10, 2012, at 1:51 PM, phil(a)highoctane.be wrote:
>>>>>
>>>>> The CocoaIOSJitConfig>>prepareForGeneration
>>>>>
>>>>> "force using LF on Macs"
>>>>> CrLfFileStream defaultToLF.
>>>>>
>>>>> ^ self prepareForCogGeneration
>>>>>
>>>>> fails on CrLfFileStream defaultToLF.
>>>>>
>>>>> The only implementer was MultiByteFileStream defaultToLF.
>>>>>
>>>>> The CrLfFileStream occurs in quite a *Config places.
>>>>>
>>>>> Phil
>>>>>
>>>>> 2012/4/10 Mariano Martinez Peck <marianopeck(a)gmail.com>
>>>>>
>>>>>>
>>>>>>
>>>>>> On Tue, Apr 10, 2012 at 12:16 AM, phil(a)highoctane.be <
>>>>>> phil(a)highoctane.be> wrote:
>>>>>>
>>>>>>> I do have the cloned repos now.
>>>>>>>
>>>>>>> For ConfigurationOfCog where can I pick this one up ? In the
>>>>>>> supplied image I guess. Right?
>>>>>>>
>>>>>>>
>>>>>> Hi Philip. Just by change did you read my blog posts about building
>>>>>> the VM? they may be of help:
>>>>>>
>>>>>> http://marianopeck.wordpress.com/2011/04/10/building-the-vm-from-scratch-us…
>>>>>>
>>>>>> http://marianopeck.wordpress.com/2011/04/16/building-the-vm-second-part/
>>>>>>
>>>>>> Cheers
>>>>>>
>>>>>>
>>>>>>> ... moving (slowly) forward.
>>>>>>>
>>>>>>> Thanks!
>>>>>>>
>>>>>>> 2012/4/6 phil(a)highoctane.be <phil(a)highoctane.be>
>>>>>>>
>>>>>>> Oh great news!
>>>>>>>> Tomorrow will be Pharo iOS day.
>>>>>>>> Le 6 avr. 2012 17:54, "Esteban Lorenzano" <estebanlm(a)gmail.com> a
>>>>>>>> écrit :
>>>>>>>>
>>>>>>>>> Hi,
>>>>>>>>>
>>>>>>>>> On Apr 6, 2012, at 10:51 AM, phil(a)highoctane.be wrote:
>>>>>>>>>
>>>>>>>>> I am still unable to get this to work.
>>>>>>>>>
>>>>>>>>> latest nightly build from cmake is able to build valid xcode
>>>>>>>>> projects again [1].
>>>>>>>>> Some adjusts are needed to actually build, but it is almost there
>>>>>>>>> (I will take care about that this days)
>>>>>>>>>
>>>>>>>>> Also I see a jenkins build for OSX but not for iOS.
>>>>>>>>>
>>>>>>>>> Yeah, and I want to have one, but it will take time (and time is
>>>>>>>>> tyrant, you know).
>>>>>>>>>
>>>>>>>>> XCode 4.3 will open old xcode projects so posting a full set of
>>>>>>>>> files that work out of cmake (ie a fully made build/ folder) would help a
>>>>>>>>> lot.
>>>>>>>>>
>>>>>>>>> Would you be able to ship me such a set of files?
>>>>>>>>>
>>>>>>>>> you already have them: clone of my repository [2] or blessed [3]
>>>>>>>>> and install latest ConfigurationOfCog
>>>>>>>>>
>>>>>>>>> best,
>>>>>>>>> Esteban
>>>>>>>>>
>>>>>>>>> [1]
>>>>>>>>> http://www.cmake.org/files/dev/cmake-2.8.7.20120405-gd2c9c-Darwin64-univers…
>>>>>>>>> [2] https://gitorious.org/~estebanlm/cogvm/cog-osx
>>>>>>>>> [3] https://gitorious.org/cogvm/blessed
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> --
>>>>>>> Philippe Back
>>>>>>> "Helping you hit the top 3 outcomes you really want to achieve"
>>>>>>>
>>>>>>> Mob: +32(0) 478 650 140 | Fax: +32 (0) 70 408 027 Mail:
>>>>>>> phil(a)highoctane.be | Web: http://philippeback.eu | Blog:
>>>>>>> http://philippeback.be
>>>>>>>
>>>>>>> High Octane SPRL
>>>>>>> rue cour Boisacq 101
>>>>>>> 1301 Bierges
>>>>>>>
>>>>>>>
>>>>>>
>>>>>>
>>>>>> --
>>>>>> Mariano
>>>>>> http://marianopeck.wordpress.com
>>>>>>
>>>>>>
>>>>>
>>>>>
>>>>> --
>>>>> Philippe Back
>>>>> "Helping you hit the top 3 outcomes you really want to achieve"
>>>>>
>>>>> Mob: +32(0) 478 650 140 | Fax: +32 (0) 70 408 027 Mail:
>>>>> phil(a)highoctane.be | Web: http://philippeback.eu | Blog:
>>>>> http://philippeback.be
>>>>>
>>>>> High Octane SPRL
>>>>> rue cour Boisacq 101
>>>>> 1301 Bierges
>>>>>
>>>>>
>>>>>
>>>>
>>>>
>>>> --
>>>> Philippe Back
>>>> "Helping you hit the top 3 outcomes you really want to achieve"
>>>>
>>>> Mob: +32(0) 478 650 140 | Fax: +32 (0) 70 408 027 Mail:
>>>> phil(a)highoctane.be | Web: http://philippeback.eu | Blog:
>>>> http://philippeback.be
>>>>
>>>> High Octane SPRL
>>>> rue cour Boisacq 101
>>>> 1301 Bierges
>>>>
>>>> <PharoScreenshot.3.png>
>>>>
>>>>
>>>>
>>>
>>>
>>> --
>>> Philippe Back
>>> "Helping you hit the top 3 outcomes you really want to achieve"
>>>
>>> Mob: +32(0) 478 650 140 | Fax: +32 (0) 70 408 027 Mail:
>>> phil(a)highoctane.be | Web: http://philippeback.eu | Blog:
>>> http://philippeback.be
>>>
>>> High Octane SPRL
>>> rue cour Boisacq 101
>>> 1301 Bierges
>>>
>>> <2012-04-10_14-56-49-cmake.png>
>>>
>>>
>>>
>>
>>
>> --
>> Philippe Back
>> "Helping you hit the top 3 outcomes you really want to achieve"
>>
>> Mob: +32(0) 478 650 140 | Fax: +32 (0) 70 408 027 Mail:
>> phil(a)highoctane.be | Web: http://philippeback.eu | Blog:
>> http://philippeback.be
>>
>> High Octane SPRL
>> rue cour Boisacq 101
>> 1301 Bierges
>>
>>
>>
>
>
> --
> Philippe Back
> "Helping you hit the top 3 outcomes you really want to achieve"
>
> Mob: +32(0) 478 650 140 | Fax: +32 (0) 70 408 027 Mail: phil(a)highoctane.be| Web:
> http://philippeback.eu | Blog:
> http://philippeback.be
>
> High Octane SPRL
> rue cour Boisacq 101
> 1301 Bierges
>
>
--
Philippe Back
"Helping you hit the top 3 outcomes you really want to achieve"
Mob: +32(0) 478 650 140 | Fax: +32 (0) 70 408 027 Mail:
phil(a)highoctane.be| Web:
http://philippeback.eu | Blog:
http://philippeback.be
High Octane SPRL
rue cour Boisacq 101
1301 Bierges
April 11, 2012
Re: [Pharo-project] Vm on iOS with Xcode 4.3
by phil@highoctane.be
I investigated for the plugin and found this as the only reference:
StackIPhoneConfig>>defaultInternalPlugins
^ #(
ADPCMCodecPlugin
BMPReadWriterPlugin
BalloonEnginePlugin
BitBltSimulation
DSAPlugin
DeflatePlugin
"DropPlugin"
LocalePlugin
FFTPlugin
FilePlugin
FloatArrayPlugin
HostWindowPlugin
JPEGReadWriter2Plugin
JPEGReaderPlugin
LargeIntegersPlugin
Matrix2x3Plugin
MiscPrimitivePlugin
"RePlugin"
SecurityPlugin
"SocketPlugin"
SoundCodecPlugin
SoundGenerationPlugin
SoundPlugin
SurfacePlugin
UUIDPlugin
ObjectiveCPlugin
#IOSPlugin)
IOSPlugin is in there with a # symbol.
And you told me to
addExternalPlugins: #(iOSPlugin).
I am lost here, especially since it doesn't work. (Key Not Found)
Help!
Phil
2012/4/10 phil(a)highoctane.be <phil(a)highoctane.be>
> Fail: Key #IOSPlugin not found.
>
> I have removed the build/ folder before generating anything.
>
> See screenshot.
>
> Phil
>
>
> 2012/4/10 Esteban Lorenzano <estebanlm(a)gmail.com>
>
>> yeah... but you don't need FT2 for iOS... that instructions were for
>> plain cog vm.
>>
>> Run this instead:
>>
>> StackIPhoneConfig new
>> "generateForDebug;"
>> generateSources; generate.
>>
>> btw... you will need to remove CMakeCache.txt before running cmake again.
>>
>> On Apr 10, 2012, at 6:09 PM, phil(a)highoctane.be wrote:
>>
>> Looks like OSX 10.7 needs a bit of sudo port install automake to have the
>> right version for FT2 plugin.
>>
>> Let's see.
>>
>> Phil
>>
>> 2012/4/10 Esteban Lorenzano <estebanlm(a)gmail.com>
>>
>>> on ./build
>>>
>>> execute:
>>>
>>> ../codegen-scripts/extract-commit-info.sh
>>>
>>> then... you are going to have errors (23, if everything is like my
>>> installation)... and you are going to be in the same stage as me (I still
>>> didn't fixed that, is an cmakemaker issue)
>>>
>>> On Apr 10, 2012, at 2:58 PM, phil(a)highoctane.be wrote:
>>>
>>> Ok, it generates sources.
>>>
>>> I used the cmake you told me:
>>>
>>> So, on Lion, some frameworks are not found. I guess that I'll have to
>>> update that by hand.
>>>
>>> Philippe
>>>
>>> 2012/4/10 Esteban Lorenzano <estebanlm(a)gmail.com>
>>>
>>>> sorry, my fault... there is no stable version on cog
>>>>
>>>> try:
>>>>
>>>> (ConfigurationOfCog project version: '4.4') load.
>>>>
>>>>
>>>> On Apr 10, 2012, at 2:11 PM, phil(a)highoctane.be wrote:
>>>>
>>>> Sorry, fails on #stable load.
>>>>
>>>> Did you meant #release ?
>>>>
>>>> Phil
>>>>
>>>>
>>>> 2012/4/10 Esteban Lorenzano <estebanlm(a)gmail.com>
>>>>
>>>>> that's a pretty old version of CMakeMaker... you should:
>>>>>
>>>>> 1) download latest pharo 1.4 (and place it in ./image)
>>>>> 2) install ConfigurationOfCog
>>>>>
>>>>> Gofer it
>>>>> squeaksource: 'MetacelloRepository';
>>>>> package: 'ConfigurationOfCog';
>>>>> load.
>>>>>
>>>>> 3) execute
>>>>>
>>>>> (ConfigurationOfCog project version: #stable) load.
>>>>>
>>>>> 4) then execute:
>>>>>
>>>>> CogCocoaIOSConfig new
>>>>> "generateForDebug;"
>>>>> addExternalPlugins: #(FT2Plugin);
>>>>> generateSources; generate.
>>>>>
>>>>> that's the correct way of doing
>>>>>
>>>>> best,
>>>>> Esteban
>>>>>
>>>>> On Apr 10, 2012, at 1:51 PM, phil(a)highoctane.be wrote:
>>>>>
>>>>> The CocoaIOSJitConfig>>prepareForGeneration
>>>>>
>>>>> "force using LF on Macs"
>>>>> CrLfFileStream defaultToLF.
>>>>>
>>>>> ^ self prepareForCogGeneration
>>>>>
>>>>> fails on CrLfFileStream defaultToLF.
>>>>>
>>>>> The only implementer was MultiByteFileStream defaultToLF.
>>>>>
>>>>> The CrLfFileStream occurs in quite a *Config places.
>>>>>
>>>>> Phil
>>>>>
>>>>> 2012/4/10 Mariano Martinez Peck <marianopeck(a)gmail.com>
>>>>>
>>>>>>
>>>>>>
>>>>>> On Tue, Apr 10, 2012 at 12:16 AM, phil(a)highoctane.be <
>>>>>> phil(a)highoctane.be> wrote:
>>>>>>
>>>>>>> I do have the cloned repos now.
>>>>>>>
>>>>>>> For ConfigurationOfCog where can I pick this one up ? In the
>>>>>>> supplied image I guess. Right?
>>>>>>>
>>>>>>>
>>>>>> Hi Philip. Just by change did you read my blog posts about building
>>>>>> the VM? they may be of help:
>>>>>>
>>>>>> http://marianopeck.wordpress.com/2011/04/10/building-the-vm-from-scratch-us…
>>>>>>
>>>>>> http://marianopeck.wordpress.com/2011/04/16/building-the-vm-second-part/
>>>>>>
>>>>>> Cheers
>>>>>>
>>>>>>
>>>>>>> ... moving (slowly) forward.
>>>>>>>
>>>>>>> Thanks!
>>>>>>>
>>>>>>> 2012/4/6 phil(a)highoctane.be <phil(a)highoctane.be>
>>>>>>>
>>>>>>> Oh great news!
>>>>>>>> Tomorrow will be Pharo iOS day.
>>>>>>>> Le 6 avr. 2012 17:54, "Esteban Lorenzano" <estebanlm(a)gmail.com> a
>>>>>>>> écrit :
>>>>>>>>
>>>>>>>>> Hi,
>>>>>>>>>
>>>>>>>>> On Apr 6, 2012, at 10:51 AM, phil(a)highoctane.be wrote:
>>>>>>>>>
>>>>>>>>> I am still unable to get this to work.
>>>>>>>>>
>>>>>>>>> latest nightly build from cmake is able to build valid xcode
>>>>>>>>> projects again [1].
>>>>>>>>> Some adjusts are needed to actually build, but it is almost there
>>>>>>>>> (I will take care about that this days)
>>>>>>>>>
>>>>>>>>> Also I see a jenkins build for OSX but not for iOS.
>>>>>>>>>
>>>>>>>>> Yeah, and I want to have one, but it will take time (and time is
>>>>>>>>> tyrant, you know).
>>>>>>>>>
>>>>>>>>> XCode 4.3 will open old xcode projects so posting a full set of
>>>>>>>>> files that work out of cmake (ie a fully made build/ folder) would help a
>>>>>>>>> lot.
>>>>>>>>>
>>>>>>>>> Would you be able to ship me such a set of files?
>>>>>>>>>
>>>>>>>>> you already have them: clone of my repository [2] or blessed [3]
>>>>>>>>> and install latest ConfigurationOfCog
>>>>>>>>>
>>>>>>>>> best,
>>>>>>>>> Esteban
>>>>>>>>>
>>>>>>>>> [1]
>>>>>>>>> http://www.cmake.org/files/dev/cmake-2.8.7.20120405-gd2c9c-Darwin64-univers…
>>>>>>>>> [2] https://gitorious.org/~estebanlm/cogvm/cog-osx
>>>>>>>>> [3] https://gitorious.org/cogvm/blessed
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> --
>>>>>>> Philippe Back
>>>>>>> "Helping you hit the top 3 outcomes you really want to achieve"
>>>>>>>
>>>>>>> Mob: +32(0) 478 650 140 | Fax: +32 (0) 70 408 027 Mail:
>>>>>>> phil(a)highoctane.be | Web: http://philippeback.eu | Blog:
>>>>>>> http://philippeback.be
>>>>>>>
>>>>>>> High Octane SPRL
>>>>>>> rue cour Boisacq 101
>>>>>>> 1301 Bierges
>>>>>>>
>>>>>>>
>>>>>>
>>>>>>
>>>>>> --
>>>>>> Mariano
>>>>>> http://marianopeck.wordpress.com
>>>>>>
>>>>>>
>>>>>
>>>>>
>>>>> --
>>>>> Philippe Back
>>>>> "Helping you hit the top 3 outcomes you really want to achieve"
>>>>>
>>>>> Mob: +32(0) 478 650 140 | Fax: +32 (0) 70 408 027 Mail:
>>>>> phil(a)highoctane.be | Web: http://philippeback.eu | Blog:
>>>>> http://philippeback.be
>>>>>
>>>>> High Octane SPRL
>>>>> rue cour Boisacq 101
>>>>> 1301 Bierges
>>>>>
>>>>>
>>>>>
>>>>
>>>>
>>>> --
>>>> Philippe Back
>>>> "Helping you hit the top 3 outcomes you really want to achieve"
>>>>
>>>> Mob: +32(0) 478 650 140 | Fax: +32 (0) 70 408 027 Mail:
>>>> phil(a)highoctane.be | Web: http://philippeback.eu | Blog:
>>>> http://philippeback.be
>>>>
>>>> High Octane SPRL
>>>> rue cour Boisacq 101
>>>> 1301 Bierges
>>>>
>>>> <PharoScreenshot.3.png>
>>>>
>>>>
>>>>
>>>
>>>
>>> --
>>> Philippe Back
>>> "Helping you hit the top 3 outcomes you really want to achieve"
>>>
>>> Mob: +32(0) 478 650 140 | Fax: +32 (0) 70 408 027 Mail:
>>> phil(a)highoctane.be | Web: http://philippeback.eu | Blog:
>>> http://philippeback.be
>>>
>>> High Octane SPRL
>>> rue cour Boisacq 101
>>> 1301 Bierges
>>>
>>> <2012-04-10_14-56-49-cmake.png>
>>>
>>>
>>>
>>
>>
>> --
>> Philippe Back
>> "Helping you hit the top 3 outcomes you really want to achieve"
>>
>> Mob: +32(0) 478 650 140 | Fax: +32 (0) 70 408 027 Mail:
>> phil(a)highoctane.be | Web: http://philippeback.eu | Blog:
>> http://philippeback.be
>>
>> High Octane SPRL
>> rue cour Boisacq 101
>> 1301 Bierges
>>
>>
>>
>
>
> --
> Philippe Back
> "Helping you hit the top 3 outcomes you really want to achieve"
>
> Mob: +32(0) 478 650 140 | Fax: +32 (0) 70 408 027 Mail: phil(a)highoctane.be| Web:
> http://philippeback.eu | Blog:
> http://philippeback.be
>
> High Octane SPRL
> rue cour Boisacq 101
> 1301 Bierges
>
>
--
Philippe Back
"Helping you hit the top 3 outcomes you really want to achieve"
Mob: +32(0) 478 650 140 | Fax: +32 (0) 70 408 027 Mail:
phil(a)highoctane.be| Web:
http://philippeback.eu | Blog:
http://philippeback.be
High Octane SPRL
rue cour Boisacq 101
1301 Bierges
April 11, 2012
Re: [Pharo-project] Power of Fuel - Pharo-Kernel to Pharo-Core in 15 seconds
by Edgar J. De Cleene
On 4/10/12 12:00 PM, "Martin Dias" <tinchodias(a)gmail.com> wrote:
> BTW, we should find a better name than FuelPackageLoader!
I propose Injector
Edgar
April 11, 2012
Re: [Pharo-project] new 1.3 one click
by Stefan Marr
Hi Marcus:
On 11 Apr 2012, at 11:44, Marcus Denker wrote:
>>> Can you test it?
>>
>> $ uname -a
>> Darwin minerva 10.8.0 Darwin Kernel Version 10.8.0: Tue Jun 7 16:33:36 PDT 2011; root:xnu-1504.15.3~1/RELEASE_I386 i386
>> $ sw_vers
>> ProductName: Mac OS X
>> ProductVersion: 10.6.8
>> BuildVersion: 10K549
>>
>>
>> 9814 run, 9747 passes, 49 expected failures, 3 failures, 14 errors, 1 unexpected passes
>
> Yes, what this release explicitly not did to be all green...
It wasn't meant as a bug report. It was more meant as doing what Esteban asked for, testing it.
Bye the way, since even the CI setup cannot cover everything and all OS version etc, the PHP people allow you to send such test results in via email. The email includes OS version and environment data and can be used to identify if certain tests break systematically on some platform.
Perhaps something that might be interesting in the long run.
Best regards
Stefan
--
Stefan Marr
Software Languages Lab
Vrije Universiteit Brussel
Pleinlaan 2 / B-1050 Brussels / Belgium
http://soft.vub.ac.be/~smarr
Phone: +32 2 629 2974
Fax: +32 2 629 3525
April 11, 2012
Re: [Pharo-project] new 1.3 one click
by Herby VojÄÃk
Windows 7 Starter 32bit, Atom netbook:
This had appeared maybe 50 times. I always clicked "Proceed" (I had to
do it by hand :-( ):
You are about to load new versions of the following packages that have
unsaved changes in the image. If you continue, you will lose these changes.
GoferFoo
GoferBar
Select Proceed to continue, or close this window to cancel the operation.
The result is:
10293 run, 9294 passes, 49 expected failures, 21 failures, 928 errors, 1
unexpected passes
(that seems too much to me :-/ )
Filed out results and attaching them.
Herby
Marcus Denker wrote:
> On Apr 11, 2012, at 10:32 AM, Esteban Lorenzano wrote:
>
>> Hi,
>>
>> I created a new 1.3 OneClick release, with latest VMs and latest image updates.
>>
>> Can you test it?
>>
>> https://gforge.inria.fr/frs/download.php/30563/Pharo-1.3-13328-OneClick.zip
>
>
> this one works for me now.
>
> Marcus
>
> --
> Marcus Denker -- http://marcusdenker.de
>
>
April 11, 2012
Re: [Pharo-project] Power of Fuel - Pharo-Kernel to Pharo-Core in 15 seconds
by Pavel Krivanek
On Wed, Apr 11, 2012 at 12:04 PM, Mariano Martinez Peck
<marianopeck(a)gmail.com> wrote:
>
>> > ups..yes sorry. In fact, we did not mention it on purpose (to avoid
>> > problems). Fuel up to Fuel 1.7 should be in ss. We were going to mention
>> > that with the soon release of Fuel 1.8 which will be in ss3.
>> > Anyway, I forgot that I added #withSourceCode after 1.7, i.e, in the new
>> > repo ;)
>>
>> :-) well, can you give me write permissions (krivanek)?
>>
>
> Done.
Thank you
-- Pavel
>
>>
>> -- Pavel
>>
>> > --
>> > Mariano
>> > http://marianopeck.wordpress.com
>> >
>>
>
>
>
> --
> Mariano
> http://marianopeck.wordpress.com
>
April 11, 2012
Re: [Pharo-project] Power of Fuel - Pharo-Kernel to Pharo-Core in 15 seconds
by Mariano Martinez Peck
> > ups..yes sorry. In fact, we did not mention it on purpose (to avoid
> > problems). Fuel up to Fuel 1.7 should be in ss. We were going to mention
> > that with the soon release of Fuel 1.8 which will be in ss3.
> > Anyway, I forgot that I added #withSourceCode after 1.7, i.e, in the new
> > repo ;)
>
> :-) well, can you give me write permissions (krivanek)?
>
>
Done.
> -- Pavel
>
> > --
> > Mariano
> > http://marianopeck.wordpress.com
> >
>
>
--
Mariano
http://marianopeck.wordpress.com
April 11, 2012
Re: [Pharo-project] Power of Fuel - Pharo-Kernel to Pharo-Core in 15 seconds
by Pavel Krivanek
On Wed, Apr 11, 2012 at 11:55 AM, Mariano Martinez Peck
<marianopeck(a)gmail.com> wrote:
>
>
> On Wed, Apr 11, 2012 at 11:52 AM, Pavel Krivanek <pavel.krivanek(a)gmail.com>
> wrote:
>>
>> Hi Mariano,
>>
>> On Wed, Apr 11, 2012 at 11:28 AM, Mariano Martinez Peck
>> <marianopeck(a)gmail.com> wrote:
>> >
>> >
>> > On Wed, Apr 11, 2012 at 9:46 AM, Pavel Krivanek
>> > <pavel.krivanek(a)gmail.com>
>> > wrote:
>> >>
>> >> Hi Craig,
>> >>
>> >> as I mentioned, Fuel package loader now doesn't store to changes file
>> >> so the generated image has problems with recompilation and shrinking
>> >> process doesn't work.
>> >
>> >
>> > Pavel: if you use FLCompiledMethodCluster withSourceCode
>> > instead of #withNoTrailerChange  then sources are stored in the trailer
>> > of
>> > the serialized CompiledMethod. Therefore, you can recompile later of if
>> > you
>> > want.
>> > Of course, the serilzalization/materialization will be a little bit
>> > slower
>> > because you are including sources.
>> >
>>
>> ehhh, I used Fuel from SqueakSource (mentioned in all materials), I
>> didn't know that there is a newever version on ss3.gemstone.com :-)
>>
>>
>
> ups..yes sorry. In fact, we did not mention it on purpose (to avoid
> problems). Fuel up to Fuel 1.7 should be in ss. We were going to mention
> that with the soon release of Fuel 1.8 which will be in ss3.
> Anyway, I forgot that I added #withSourceCode after 1.7, i.e, in the new
> repo ;)
:-) well, can you give me write permissions (krivanek)?
-- Pavel
> --
> Mariano
> http://marianopeck.wordpress.com
>
April 11, 2012
Re: [Pharo-project] Power of Fuel - Pharo-Kernel to Pharo-Core in 15 seconds
by Mariano Martinez Peck
On Wed, Apr 11, 2012 at 11:52 AM, Pavel Krivanek
<pavel.krivanek(a)gmail.com>wrote:
> Hi Mariano,
>
> On Wed, Apr 11, 2012 at 11:28 AM, Mariano Martinez Peck
> <marianopeck(a)gmail.com> wrote:
> >
> >
> > On Wed, Apr 11, 2012 at 9:46 AM, Pavel Krivanek <
> pavel.krivanek(a)gmail.com>
> > wrote:
> >>
> >> Hi Craig,
> >>
> >> as I mentioned, Fuel package loader now doesn't store to changes file
> >> so the generated image has problems with recompilation and shrinking
> >> process doesn't work.
> >
> >
> > Pavel: if you use FLCompiledMethodCluster withSourceCode
> > instead of #withNoTrailerChange then sources are stored in the trailer
> of
> > the serialized CompiledMethod. Therefore, you can recompile later of if
> you
> > want.
> > Of course, the serilzalization/materialization will be a little bit
> slower
> > because you are including sources.
> >
>
> ehhh, I used Fuel from SqueakSource (mentioned in all materials), I
> didn't know that there is a newever version on ss3.gemstone.com :-)
>
>
>
ups..yes sorry. In fact, we did not mention it on purpose (to avoid
problems). Fuel up to Fuel 1.7 should be in ss. We were going to mention
that with the soon release of Fuel 1.8 which will be in ss3.
Anyway, I forgot that I added #withSourceCode after 1.7, i.e, in the new
repo ;)
--
Mariano
http://marianopeck.wordpress.com
April 11, 2012