Re: [CMake] Changing the default compiler of VC++

2009-05-04 Thread Hendrik Sattler
Am Montag 04 Mai 2009 16:24:29 schrieb Andreas Pakulat: > On 04.05.09 16:10:21, Hendrik Sattler wrote: > > Zitat von Andreas Pakulat : > >> On 04.05.09 17:56:14, ankit jain wrote: > >>> Thanks Andreas for your reply. I already build the code using mks. now > >>> i want to build the code using cl/VC

Re: [CMake] Changing the default compiler of VC++

2009-05-04 Thread Andreas Pakulat
On 04.05.09 16:10:21, Hendrik Sattler wrote: > Zitat von Andreas Pakulat : >> On 04.05.09 17:56:14, ankit jain wrote: >>> Thanks Andreas for your reply. I already build the code using mks. now i >>> want to build the code using cl/VC++. since it gives lots of errors of not >>> founding fiels like s

Re: [CMake] Changing the default compiler of VC++

2009-05-04 Thread Hendrik Sattler
Zitat von Andreas Pakulat : On 04.05.09 17:56:14, ankit jain wrote: Thanks Andreas for your reply. I already build the code using mks. now i want to build the code using cl/VC++. since it gives lots of errors of not founding fiels like strings.h unistd.h Then you need to fix those errors, eith

Re: [CMake] Changing the default compiler of VC++

2009-05-04 Thread Andreas Pakulat
On 04.05.09 17:56:14, ankit jain wrote: > 2009/5/4 Andreas Pakulat > > On 04.05.09 17:28:48, ankit jain wrote: > > > Actually I am porting my code on windows but since windows don't > > understand > > > the unix libraries iam using third party toolkit mks earlier to build the > > > code and linkin

Re: [CMake] Changing the default compiler of VC++

2009-05-04 Thread ankit jain
2009/5/4 Andreas Pakulat > On 04.05.09 17:28:48, ankit jain wrote: > > Hi all, > > > > Actually I am porting my code on windows but since windows don't > understand > > the unix libraries iam using third party toolkit mks earlier to build the > > code and linking all the headers and libraries of

Re: [CMake] Changing the default compiler of VC++

2009-05-04 Thread Andreas Pakulat
On 04.05.09 17:28:48, ankit jain wrote: > Hi all, > > Actually I am porting my code on windows but since windows don't understand > the unix libraries iam using third party toolkit mks earlier to build the > code and linking all the headers and libraries of mksnt. > > but now i am not using mks a

[CMake] Changing the default compiler of VC++

2009-05-04 Thread ankit jain
Hi all, Actually I am porting my code on windows but since windows don't understand the unix libraries iam using third party toolkit mks earlier to build the code and linking all the headers and libraries of mksnt. but now i am not using mks and directly building the code using visual studio .net