InternetConfigPlugin and cmake

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
5 messages Options
tty
Reply | Threaded
Open this post in threaded view
|

InternetConfigPlugin and cmake

tty
 
Hi All.

I am migrating the Pharo configs for cmake over to the squeak compatibility side and for the StackVM raspberry stuff, there is a plugin that 

exists on  the pharo platform

./platforms/unix/plugins/InternetConfigPlugin
that does not exist  on the svn co of Cog,


I am commenting it out as a required plugin for now, but if it is needed for raspberry stuff we will have to figure something out.

cheers.

tty
Reply | Threaded
Open this post in threaded view
|

Re: InternetConfigPlugin and cmake

timrowledge


On 20-05-2014, at 1:00 PM, gettimothy <[hidden email]> wrote:

> Hi All.
>
> I am migrating the Pharo configs for cmake over to the squeak compatibility side and for the StackVM raspberry stuff, there is a plugin that
>
> exists on  the pharo platform
>
> ./platforms/unix/plugins/InternetConfigPlugin
> that does not exist  on the svn co of Cog,
>

I always had the impression that plugin was Mac only and not essential even then?


tim
--
tim Rowledge; [hidden email]; http://www.rowledge.org/tim
If only people came with pull-down menus and online help.


Reply | Threaded
Open this post in threaded view
|

Re: InternetConfigPlugin and cmake

David T. Lewis
 
On Tue, May 20, 2014 at 01:18:45PM -0700, tim Rowledge wrote:

>
> On 20-05-2014, at 1:00 PM, gettimothy <[hidden email]> wrote:
>
> > Hi All.
> >
> > I am migrating the Pharo configs for cmake over to the squeak compatibility side and for the StackVM raspberry stuff, there is a plugin that
> >
> > exists on  the pharo platform
> >
> > ./platforms/unix/plugins/InternetConfigPlugin
> > that does not exist  on the svn co of Cog,
> >
>
> I always had the impression that plugin was Mac only and not essential even then?


Tim,

That is very likely true. After all, the class comment (authored by someone with initials 'tpr') says:

  "This plugin provides access to the Mac's internet configuration toolkit - so long as you are running on a Mac."

Dave

tty
Reply | Threaded
Open this post in threaded view
|

Re: InternetConfigPlugin and cmake

tty
 
Good news.

I think you guys are going to like this CMake stuff (not my work, per se, but the general concept).
For example, instead of hunting down a string to put in a configuration script in svn, you go looking for the class that controls your platform/vm and modify that.
Then you let it, generate your cmake configuration.

So, if you need a FoodleDoodlePlugin on the VAX you find the VAX config and either modify it directly or subclass it and add your FoodleDoodle.

I have an SVN server set up with the mcz's and a copy of the Cog source tree on my local machine. When I get all the pharo configs ported to Squeak, I will
send a link.

Cheers,

tty

---- On Tue, 20 May 2014 18:51:12 -0700 David T. Lewis <[hidden email]> wrote ----


On Tue, May 20, 2014 at 01:18:45PM -0700, tim Rowledge wrote:

>
> On 20-05-2014, at 1:00 PM, gettimothy <[hidden email]> wrote:
>
> > Hi All.
> >
> > I am migrating the Pharo configs for cmake over to the squeak compatibility side and for the StackVM raspberry stuff, there is a plugin that
> >
> > exists on the pharo platform
> >
> > ./platforms/unix/plugins/InternetConfigPlugin
> > that does not exist on the svn co of Cog,
> >
>
> I always had the impression that plugin was Mac only and not essential even then?


Tim,

That is very likely true. After all, the class comment (authored by someone with initials 'tpr') says:

"This plugin provides access to the Mac's internet configuration toolkit - so long as you are running on a Mac."

Dave


Reply | Threaded
Open this post in threaded view
|

Re: InternetConfigPlugin and cmake

stepharo
 
This is nice to know that the work of igor is quite good and I'm happy that we payed him for that.

Stef

Good news.

I think you guys are going to like this CMake stuff (not my work, per se, but the general concept).
For example, instead of hunting down a string to put in a configuration script in svn, you go looking for the class that controls your platform/vm and modify that.
Then you let it, generate your cmake configuration.

So, if you need a FoodleDoodlePlugin on the VAX you find the VAX config and either modify it directly or subclass it and add your FoodleDoodle.

I have an SVN server set up with the mcz's and a copy of the Cog source tree on my local machine. When I get all the pharo configs ported to Squeak, I will
send a link.

Cheers,

tty

---- On Tue, 20 May 2014 18:51:12 -0700 David T. Lewis [hidden email] wrote ----


On Tue, May 20, 2014 at 01:18:45PM -0700, tim Rowledge wrote:
>
> On 20-05-2014, at 1:00 PM, gettimothy <[hidden email]> wrote:
>
> > Hi All.
> >
> > I am migrating the Pharo configs for cmake over to the squeak compatibility side and for the StackVM raspberry stuff, there is a plugin that
> >
> > exists on the pharo platform
> >
> > ./platforms/unix/plugins/InternetConfigPlugin
> > that does not exist on the svn co of Cog,
> >
>
> I always had the impression that plugin was Mac only and not essential even then?


Tim,

That is very likely true. After all, the class comment (authored by someone with initials 'tpr') says:

"This plugin provides access to the Mac's internet configuration toolkit - so long as you are running on a Mac."

Dave