Re: [Pharo-project] running pharo on an iPad

2012-10-27 Thread Esteban Lorenzano
Hi,

that's because DrGeo is a private development, and you need a development 
profile for running applications in your iPhone/iPad. 

Assuming that you already has in your system: 

1) Xcode (I'm using version 4.4) 
2) CMake (I'm using version 2.8.8)

And assuming also that you already has an iOS development user... 

For use pharo in your iPad you need to follow the following steps:

1) clone https://git.gitorious.org/~estebanlm/cogvm/cog-osx.git
2) in ./image dir prepare a VMMaker image (using pharo 1.4):

Gofer it 
squeaksource: 'MetacelloRepository';
package: 'ConfigurationOfCog';
load.
(Smaltalk at: #ConfigurationOfCog) project lastVersion load.

3) Generate sources for iPhone:

StackIPhoneConfig new 
generateSources; generate.

4) Generate your iPhone image (follow the instructions in 
iosbuild/resources/README), which is the place where iOS images need to be 
placed. 

5) In dir ./build

build$ ../codegen-scripts/extract-commit-info.sh
build$ cmake -G Xcode .
build$ open iStackVM.image
 
 5.1) you probably need to add your own development profile, the default one is 
named iPhone Developer

6) run

ALTERNATE
To run in Simulator:
Replace in Step 3 from StackIPhoneConfig to StackSimulatorConfig 


On Oct 27, 2012, at 1:09 AM, dimitris chloupis theki...@yahoo.co.uk wrote:

 I was searching for way to run pharo on my ipad and I found this thread
 
 http://forum.world.st/Pharo-for-iOS-td3832888.html
 
 that lead me to this website
 
 http://dl.dropbox.com/u/9643745/DrGeo/DrGeoTestBF.html
 
 The problem is when I try to install by website or by iTunes my ipad 
 complains it cannot install Dr. Geo
 
 So is there a way to make pharo run on my ipad ? 



Re: [Pharo-project] running pharo on an iPad

2012-10-27 Thread Esteban Lorenzano
btw in a couple of weeks it will be a jenkins job to build iOS vms... 

On Oct 27, 2012, at 11:37 AM, Esteban Lorenzano esteba...@gmail.com wrote:

 Hi,
 
 that's because DrGeo is a private development, and you need a development 
 profile for running applications in your iPhone/iPad. 
 
 Assuming that you already has in your system: 
 
 1) Xcode (I'm using version 4.4) 
 2) CMake (I'm using version 2.8.8)
 
 And assuming also that you already has an iOS development user... 
 
 For use pharo in your iPad you need to follow the following steps:
 
 1) clone https://git.gitorious.org/~estebanlm/cogvm/cog-osx.git
 2) in ./image dir prepare a VMMaker image (using pharo 1.4):
 
 Gofer it 
   squeaksource: 'MetacelloRepository';
   package: 'ConfigurationOfCog';
   load.
 (Smaltalk at: #ConfigurationOfCog) project lastVersion load.
 
 3) Generate sources for iPhone:
 
 StackIPhoneConfig new 
   generateSources; generate.
 
 4) Generate your iPhone image (follow the instructions in 
 iosbuild/resources/README), which is the place where iOS images need to be 
 placed. 
 
 5) In dir ./build
 
 build$ ../codegen-scripts/extract-commit-info.sh
 build$ cmake -G Xcode .
 build$ open iStackVM.image
  
  5.1) you probably need to add your own development profile, the default one 
 is named iPhone Developer
 
 6) run
 
 ALTERNATE
 To run in Simulator:
 Replace in Step 3 from StackIPhoneConfig to StackSimulatorConfig 
 
 
 On Oct 27, 2012, at 1:09 AM, dimitris chloupis theki...@yahoo.co.uk wrote:
 
 I was searching for way to run pharo on my ipad and I found this thread
 
 http://forum.world.st/Pharo-for-iOS-td3832888.html
 
 that lead me to this website
 
 http://dl.dropbox.com/u/9643745/DrGeo/DrGeoTestBF.html
 
 The problem is when I try to install by website or by iTunes my ipad 
 complains it cannot install Dr. Geo
 
 So is there a way to make pharo run on my ipad ? 
 



Re: [Pharo-project] running pharo on an iPad

2012-10-27 Thread Mariano Martinez Peck
On Sat, Oct 27, 2012 at 11:40 AM, Esteban Lorenzano esteba...@gmail.comwrote:

 btw in a couple of weeks it will be a jenkins job to build iOS vms...


In the meanwhile, what about creating a page in Pharo webpage about
mobile and we link there the binaries for the iOS and android vm ?
or maybe in the same page of Download but in a different paragraph.


 On Oct 27, 2012, at 11:37 AM, Esteban Lorenzano esteba...@gmail.com
 wrote:

 Hi,

 that's because DrGeo is a private development, and you need a development
 profile for running applications in your iPhone/iPad.

 Assuming that you already has in your system:

 1) Xcode (I'm using version 4.4)
 2) CMake (I'm using version 2.8.8)

 And assuming also that you already has an iOS development user...

 For use pharo in your iPad you need to follow the following steps:

 1) clone https://git.gitorious.org/~estebanlm/cogvm/cog-osx.git
 2) in ./image dir prepare a VMMaker image (using pharo 1.4):

 Gofer it
 squeaksource: 'MetacelloRepository';
 package: 'ConfigurationOfCog';
 load.
 (Smaltalk at: #ConfigurationOfCog) project lastVersion load.

 3) Generate sources for iPhone:

 StackIPhoneConfig new
 generateSources; generate.

 4) Generate your iPhone image (follow the instructions in
 iosbuild/resources/README), which is the place where iOS images need to be
 placed.

 5) In dir ./build

 build$ ../codegen-scripts/extract-commit-info.sh
 build$ cmake -G Xcode .
 build$ open iStackVM.image

  5.1) you probably need to add your own development profile, the default
 one is named iPhone Developer

 6) run

 ALTERNATE
 To run in Simulator:
 Replace in Step 3 from StackIPhoneConfig to StackSimulatorConfig


 On Oct 27, 2012, at 1:09 AM, dimitris chloupis theki...@yahoo.co.uk
 wrote:

 I was searching for way to run pharo on my ipad and I found this thread

 http://forum.world.st/Pharo-for-iOS-td3832888.html

 that lead me to this website

 http://dl.dropbox.com/u/9643745/DrGeo/DrGeoTestBF.html

 The problem is when I try to install by website or by iTunes my ipad
 complains it cannot install Dr. Geo

 So is there a way to make pharo run on my ipad ?






-- 
Mariano
http://marianopeck.wordpress.com


Re: [Pharo-project] running pharo on an iPad

2012-10-27 Thread Hilaire Fernandes
Le 27/10/2012 11:37, Esteban Lorenzano a écrit :
 that's because DrGeo is a private development, and you need a
 development profile for running applications in your iPhone/iPad. 
 

It is more a way for Apple to restrict distribution of apps. We don't
have this problem with Android apps.

Hilaire




Re: [Pharo-project] running pharo on an iPad

2012-10-27 Thread Esteban Lorenzano
yeah... I meant that :P
you need to have your apps signed to run on iPhone/iPad... 

On Oct 27, 2012, at 12:03 PM, Hilaire Fernandes hilaire.fernan...@edu.ge.ch 
wrote:

 Le 27/10/2012 11:37, Esteban Lorenzano a écrit :
 that's because DrGeo is a private development, and you need a
 development profile for running applications in your iPhone/iPad. 
 
 
 It is more a way for Apple to restrict distribution of apps. We don't
 have this problem with Android apps.
 
 Hilaire
 
 




Re: [Pharo-project] running pharo on an iPad

2012-10-27 Thread Edgar J. De Cleene



On 10/27/12 8:13 AM, Esteban Lorenzano esteba...@gmail.com wrote:

 yeah... I meant that :P
 you need to have your apps signed to run on iPhone/iPad...

Or a jailbreaked one :=)

Edgar





Re: [Pharo-project] running pharo on an iPad

2012-10-27 Thread Stéphane Ducasse
yes this is a good idea

On Oct 27, 2012, at 11:42 AM, Mariano Martinez Peck wrote:

 
 
 On Sat, Oct 27, 2012 at 11:40 AM, Esteban Lorenzano esteba...@gmail.com 
 wrote:
 btw in a couple of weeks it will be a jenkins job to build iOS vms... 
 
 
 In the meanwhile, what about creating a page in Pharo webpage about mobile 
 and we link there the binaries for the iOS and android vm ? 
 or maybe in the same page of Download but in a different paragraph.
  
 On Oct 27, 2012, at 11:37 AM, Esteban Lorenzano esteba...@gmail.com wrote:
 
 Hi,
 
 that's because DrGeo is a private development, and you need a development 
 profile for running applications in your iPhone/iPad. 
 
 Assuming that you already has in your system: 
 
 1) Xcode (I'm using version 4.4) 
 2) CMake (I'm using version 2.8.8)
 
 And assuming also that you already has an iOS development user... 
 
 For use pharo in your iPad you need to follow the following steps:
 
 1) clone https://git.gitorious.org/~estebanlm/cogvm/cog-osx.git
 2) in ./image dir prepare a VMMaker image (using pharo 1.4):
 
 Gofer it 
  squeaksource: 'MetacelloRepository';
  package: 'ConfigurationOfCog';
  load.
 (Smaltalk at: #ConfigurationOfCog) project lastVersion load.
 
 3) Generate sources for iPhone:
 
 StackIPhoneConfig new 
  generateSources; generate.
 
 4) Generate your iPhone image (follow the instructions in 
 iosbuild/resources/README), which is the place where iOS images need to be 
 placed. 
 
 5) In dir ./build
 
 build$ ../codegen-scripts/extract-commit-info.sh
 build$ cmake -G Xcode .
 build$ open iStackVM.image
  
  5.1) you probably need to add your own development profile, the default one 
 is named iPhone Developer
 
 6) run
 
 ALTERNATE
 To run in Simulator:
 Replace in Step 3 from StackIPhoneConfig to StackSimulatorConfig 
 
 
 On Oct 27, 2012, at 1:09 AM, dimitris chloupis theki...@yahoo.co.uk wrote:
 
 I was searching for way to run pharo on my ipad and I found this thread
 
 http://forum.world.st/Pharo-for-iOS-td3832888.html
 
 that lead me to this website
 
 http://dl.dropbox.com/u/9643745/DrGeo/DrGeoTestBF.html
 
 The problem is when I try to install by website or by iTunes my ipad 
 complains it cannot install Dr. Geo
 
 So is there a way to make pharo run on my ipad ? 
 
 
 
 
 
 -- 
 Mariano
 http://marianopeck.wordpress.com
 




[Pharo-project] running pharo on an iPad

2012-10-26 Thread dimitris chloupis
I was searching for way to run pharo on my ipad and I found this thread

http://forum.world.st/Pharo-for-iOS-td3832888.html

that lead me to this website

http://dl.dropbox.com/u/9643745/DrGeo/DrGeoTestBF.html

The problem is when I try to install by website or by iTunes my ipad complains 
it cannot install Dr. Geo

So is there a way to make pharo run on my ipad ? 


Re: [Pharo-project] running pharo on an iPad

2012-10-26 Thread Igor Stasenko
On 27 October 2012 01:09, dimitris chloupis theki...@yahoo.co.uk wrote:
 I was searching for way to run pharo on my ipad and I found this thread

 http://forum.world.st/Pharo-for-iOS-td3832888.html

 that lead me to this website

 http://dl.dropbox.com/u/9643745/DrGeo/DrGeoTestBF.html

 The problem is when I try to install by website or by iTunes my ipad
 complains it cannot install Dr. Geo

 So is there a way to make pharo run on my ipad ?

Esteban, the wizard of iOz land can help you.. i'm not an expert in this area :)

-- 
Best regards,
Igor Stasenko.