Re: [CMake] Using icc on Windows

2007-04-19 Thread Todd Pitts
Let's say I would like to use the intel compiler on windows without even owning visual studio -- how would I go about doing this? Which build system would I choose? -Todd On Thu, 2007-04-19 at 15:19 -0400, Bill Hoffman wrote: > Alexia Rodríguez Ruano wrote: > > I can set the compiler on cmake to

[CMake] Using icc on Windows

2007-04-09 Thread Todd Pitts
I would like to create a build tree for a project in WindowsXP that uses the intel compiler. I don't see a intel in the list provided by the cmake gui but I gather from the list that using the intel compiler is done? Which build system should I select and how do I specify the compiler? Thanks fo

Re: [CMake] CTest still unable to communicate with Dart2 server

2006-10-25 Thread Todd Pitts
Warren, I checked and no environment variables with HTTP in them are defined in the bash shell. -Todd On Wed, 2006-10-25 at 10:32 -0600, Warren Turkal wrote: > On Wednesday 25 October 2006 07:53, Todd Pitts wrote: > > I did try using the fully qualified name - It still >

Re: Re: [CMake] CTest still unable to communicate with Dart2 server

2006-10-25 Thread Todd Pitts
to be used first. You > may be the first ever to try this... :-) > > If I had easy access to a Dart2 server I'd try to repro this. It's > going to take me some time to get a test one setup though. Not sure I > can spare the cycles in the near future... > > >

Re: [CMake] CTest still unable to communicate with Dart2 server

2006-10-25 Thread Todd Pitts
David, I tried telnetting to localhost at 8081 and got a connection without difficulty: telnet localhost 8081 Trying 127.0.0.1... Connected to localhost.localdomain (127.0.0.1). Escape character is '^]'. -Todd > wrote:Have you tried using "http" as the method instead?

Re: [CMake] CTest still unable to communicate with Dart2 server

2006-10-25 Thread Todd Pitts
er.cxx log message indicates the submission was successful - even though it is not. -Todd On Wed, 2006-10-25 at 08:47 -0400, David Cole wrote: > Have you tried using "http" as the method instead? > > On 10/25/06, Todd Pitts <[EMAIL PROTECTED]> wrote: > > All, > >

[CMake] CTest still unable to communicate with Dart2 server

2006-10-25 Thread Todd Pitts
All, I have not yet been able to get CTest to communicate with the dart2 server. DartClient.jar does just fine. DartServer.jar gives no indication in its logs that anything has even tried to contact it. CTest returns http 403 error without any further explanation. The host (localhost) and po

[CMake] CTest as dart client problem

2006-10-23 Thread Todd Pitts
All, I have set up a dart server and am able to submit to it through the DartClient.jar. I run ctest -D Experimental and get a 403 rejection (apparently) from the server. However, I am able to submit the ctest generated XML files via DartClient.jar. After some discussion on the dart li