[DOTNET-ROTOR] Unable to setup the Rotor environment on Mac OSX 10.3.2

2004-05-28 Thread Sindhu Gururaj
Hi,
I am a Windows/Macintosh programmer. have just downloaded the SSCLI.
Working on Mac Version: 10.3.2 - Panther.
GCC : 3.3

The SSCLI folder is saved on my Macintosh desktop. I am unable to setup the
environment let alone build it.

In the Terminal (bash shell) navigate to
/users/gsindhu/Desktop/sscli - path to the SSCLI.

here - . ./env.sh Or . env.sh gives the following error

'bash: env.sh :line 89: syntax error near unexpected token `in
'bash: env.sh :line 89: `case $ARCHITECTURE in

Can anyone please tell me if we can build and run the SSCLI on 10.3.2 - GCC
3.3 ?.

Also
As soon as i downloaded SSCLI, i read the readfirst.html and tried to setup
the environment for Rotor with no success.
Am i missing anything? Kindly help.

Thanks.

Regards,
Sindhu Gururaj,
Celstream Technologies Pvt Ltd.
[EMAIL PROTECTED]




This message is free from Virus - IMSS

===
This list is hosted by DevelopMentor®  http://www.develop.com
ASP.NET courses you may be interested in:

Guerrilla ASP.NET
15 March 2004, in Boston, MA
17 May 2004 in Torrance, CA
7 June 2004, London, UK

http://www.develop.com/courses/gaspdotnetls

View archives and manage your subscription(s) at http://discuss.develop.com


[DOTNET-ROTOR] Using Visusal Studio to build Rotor

2004-05-28 Thread Sajay Antony
Hello Im quite new to the rotor project.

I would like to know if there were any guidelines to configure sscli to be
build from inside visual studio.

The build environment enables commandline building of rotor.

How could one set up say the vm to be build with visual studio from the IDE
so that we can like set up to start debugging and easier file navigation.
Has anyone tried this out ?

Regards
sajay

===
This list is hosted by DevelopMentor®  http://www.develop.com
ASP.NET courses you may be interested in:

Guerrilla ASP.NET
15 March 2004, in Boston, MA
17 May 2004 in Torrance, CA
7 June 2004, London, UK

http://www.develop.com/courses/gaspdotnetls

View archives and manage your subscription(s) at http://discuss.develop.com


[DOTNET-ROTOR] FW: Using Visusal Studio to build Rotor

2004-05-28 Thread Sajay Antony
Thank you for the response.

The thing I noted was that rotor builds with vs environment setup. With
reference to the VM part.So I believe the c++ compiler is used I would like
to know why is the vs.net environment setup necessary if otherwise. This is
my understanding do correct me if im wrong.

Also debuggin can be started with devenv again with the IDE and the code
breaks and then we can debug with the IDE.

So out of all this dependency with visual studio I believe we should be able
to atleast build the vm part of rotor done in c++ using the IDE .

I do not know if I have misunderstood anything.  I agree building the C#
bcls would be a difference story but the CLR part should build as its in C++
and asm. Am I wrong in thinking so.

Thank you for you time.

Regards
Sajay

-Original Message-
From: Robert Hurlbut [mailto:[EMAIL PROTECTED]
Sent: Friday, May 28, 2004 4:27 PM
To: [EMAIL PROTECTED]; Sajay [CommStar]
Cc: Robert Hurlbut
Subject: Re: Using Visusal Studio to build Rotor

Sajay,

Typically, the VS IDE only works with the .Net Framework version that it was
shipped with (though, you could make VS.NET 2003 work with 1.0 with some
tweaks, if I remember correctly).  I don't think you will be able to do the
same with Rotor.

Robert Hurlbut
http://weblogs.asp.net/rhurlbut

On Fri, 28 May 2004 15:27:30 +0400, Sajay Antony [EMAIL PROTECTED]
wrote:

Hello Im quite new to the rotor project.

I would like to know if there were any guidelines to configure sscli to
be build from inside visual studio.

The build environment enables commandline building of rotor.

How could one set up say the vm to be build with visual studio from the
IDE
so that we can like set up to start debugging and easier file navigation.
Has anyone tried this out ?

Regards
sajay

===
This list is hosted by DevelopMentor®  http://www.develop.com
ASP.NET courses you may be interested in:

Guerrilla ASP.NET
15 March 2004, in Boston, MA
17 May 2004 in Torrance, CA
7 June 2004, London, UK

http://www.develop.com/courses/gaspdotnetls

View archives and manage your subscription(s) at http://discuss.develop.com


Re: [DOTNET-ROTOR] FW: Using Visusal Studio to build Rotor

2004-05-28 Thread Robert Hurlbut
Sajay,

If you can get it to work, that would be great info to mention.  I am used
to the command line, mainly because I work with Rotor in FreeBSD where
there is no VS.NET ide -).

Let us know your results if you try it.

Thanks,

Robert Hurlbut
http://weblogs.asp.net/rhurlbut

On Fri, 28 May 2004 16:52:11 +0400, Sajay Antony [EMAIL PROTECTED]
wrote:

Thank you for the response.

The thing I noted was that rotor builds with vs environment setup. With
reference to the VM part.So I believe the c++ compiler is used I would
like
to know why is the vs.net environment setup necessary if otherwise. This
is
my understanding do correct me if im wrong.

Also debuggin can be started with devenv again with the IDE and the code
breaks and then we can debug with the IDE.

So out of all this dependency with visual studio I believe we should be
able
to atleast build the vm part of rotor done in c++ using the IDE .

I do not know if I have misunderstood anything.  I agree building the C#
bcls would be a difference story but the CLR part should build as its in
C++
and asm. Am I wrong in thinking so.

Thank you for you time.

Regards
Sajay

===
This list is hosted by DevelopMentor®  http://www.develop.com
ASP.NET courses you may be interested in:

Guerrilla ASP.NET
15 March 2004, in Boston, MA
17 May 2004 in Torrance, CA
7 June 2004, London, UK

http://www.develop.com/courses/gaspdotnetls

View archives and manage your subscription(s) at http://discuss.develop.com


Re: [DOTNET-ROTOR] FW: Using Visusal Studio to build Rotor

2004-05-28 Thread Barry Bond
You can use VS.NET's IDE to debug the native code parts of the SSCLI.
The document
file://c:/sscli/docs/debugging/debugging_overview.html#DebuggingUnmanage
dSSCLICodeonWindows explains how to do it.

It isn't practical to build the SSCLI from within VS.NET:  the SSCLI
build process is very complex and it will be difficult to replicate all
of the special tools, command-line arguments, and dependency
information.

Here is a hint if you are only making changes in clr\src\vm and want to
rebuild more quickly than waiting for buildall...

cd /d %CORBASE%\src\vm
build   - this builds
%CORBASE%\bin\rotor_x86\...\cee_wks.lib
cd /d %CORBASE%\src\dlls\mscoree
build   -z  - this links cee_wks.lib and
other libs to build sscoree.dll

Barry

-Original Message-
From: Discussion of the Rotor Shared Source CLI implementation
[mailto:[EMAIL PROTECTED] On Behalf Of Robert Hurlbut
Sent: Friday, May 28, 2004 6:09 AM
To: [EMAIL PROTECTED]
Subject: Re: [DOTNET-ROTOR] FW: Using Visusal Studio to build Rotor

Sajay,

If you can get it to work, that would be great info to mention.  I am
used
to the command line, mainly because I work with Rotor in FreeBSD where
there is no VS.NET ide -).

Let us know your results if you try it.

Thanks,

Robert Hurlbut
http://weblogs.asp.net/rhurlbut

On Fri, 28 May 2004 16:52:11 +0400, Sajay Antony [EMAIL PROTECTED]
wrote:

Thank you for the response.

The thing I noted was that rotor builds with vs environment setup. With
reference to the VM part.So I believe the c++ compiler is used I would
like
to know why is the vs.net environment setup necessary if otherwise.
This
is
my understanding do correct me if im wrong.

Also debuggin can be started with devenv again with the IDE and the
code
breaks and then we can debug with the IDE.

So out of all this dependency with visual studio I believe we should be
able
to atleast build the vm part of rotor done in c++ using the IDE .

I do not know if I have misunderstood anything.  I agree building the
C#
bcls would be a difference story but the CLR part should build as its
in
C++
and asm. Am I wrong in thinking so.

Thank you for you time.

Regards
Sajay

===
This list is hosted by DevelopMentor(r)  http://www.develop.com
ASP.NET courses you may be interested in:

Guerrilla ASP.NET
15 March 2004, in Boston, MA
17 May 2004 in Torrance, CA
7 June 2004, London, UK

http://www.develop.com/courses/gaspdotnetls

View archives and manage your subscription(s) at
http://discuss.develop.com

===
This list is hosted by DevelopMentor®  http://www.develop.com
ASP.NET courses you may be interested in:

Guerrilla ASP.NET
15 March 2004, in Boston, MA
17 May 2004 in Torrance, CA
7 June 2004, London, UK

http://www.develop.com/courses/gaspdotnetls

View archives and manage your subscription(s) at http://discuss.develop.com


Re: [DOTNET-ROTOR] Unable to setup the Rotor environment on Mac OSX 10.3.2

2004-05-28 Thread Andrew Stopford
Hi,

There are a couple of things that you can try if you have not already, take
a look at the following.

http://weblogs.asp.net/astopford/archive/2004/05/13/130989.aspx

HTH

Andrew

- Original Message -
From: Sindhu Gururaj [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Friday, May 28, 2004 11:58 AM
Subject: [DOTNET-ROTOR] Unable to setup the Rotor environment on Mac OSX
10.3.2


 Hi,
 I am a Windows/Macintosh programmer. have just downloaded the SSCLI.
 Working on Mac Version: 10.3.2 - Panther.
 GCC : 3.3

 The SSCLI folder is saved on my Macintosh desktop. I am unable to setup
the
 environment let alone build it.

 In the Terminal (bash shell) navigate to
 /users/gsindhu/Desktop/sscli - path to the SSCLI.

 here - . ./env.sh Or . env.sh gives the following error

 'bash: env.sh :line 89: syntax error near unexpected token `in
 'bash: env.sh :line 89: `case $ARCHITECTURE in

 Can anyone please tell me if we can build and run the SSCLI on 10.3.2 -
GCC
 3.3 ?.

 Also
 As soon as i downloaded SSCLI, i read the readfirst.html and tried to
setup
 the environment for Rotor with no success.
 Am i missing anything? Kindly help.

 Thanks.

 Regards,
 Sindhu Gururaj,
 Celstream Technologies Pvt Ltd.
 [EMAIL PROTECTED]




 This message is free from Virus - IMSS

 ===
 This list is hosted by DevelopMentor®  http://www.develop.com
 ASP.NET courses you may be interested in:

 Guerrilla ASP.NET
 15 March 2004, in Boston, MA
 17 May 2004 in Torrance, CA
 7 June 2004, London, UK

 http://www.develop.com/courses/gaspdotnetls

 View archives and manage your subscription(s) at
http://discuss.develop.com

===
This list is hosted by DevelopMentor®  http://www.develop.com
ASP.NET courses you may be interested in:

Guerrilla ASP.NET
15 March 2004, in Boston, MA
17 May 2004 in Torrance, CA
7 June 2004, London, UK

http://www.develop.com/courses/gaspdotnetls

View archives and manage your subscription(s) at http://discuss.develop.com