Re: linking with CC task

2007-11-29 Thread fabien_pichard
Hello Dominique, Thank you for your answer. Actually I found out why my stuff was not working... I guess working long hours on the same thing gets me blind and I did not see a simple thing: I did not have the outtype=${debug.dir}\${exename} in the CC command. So it never launched the linker...

linking with CC task

2007-11-26 Thread fabien_pichard
Hello, I went to http://ant-contrib.sourceforge.net/cc.html to try to understand how linking worked but I still cannot make it work at all... Anyways, here is my code It

Re: MSVC compiler question: cl : Command line warning D9036 : use 'RTC1' instead of 'GZ'

2007-11-08 Thread fabien_pichard
ok nevermind... debug="0" or debug="1" makes the errors disapear... --fabien fabien_pichard wrote: > > Hello! > > When I compile with msvc debug="true", I get the following errmsgs: > cl : Command line warning D9035 : option 'GZ' has be

MSVC compiler question: cl : Command line warning D9036 : use 'RTC1' instead of 'GZ'

2007-11-08 Thread fabien_pichard
Hello! When I compile with msvc debug="true", I get the following errmsgs: cl : Command line warning D9035 : option 'GZ' has been deprecated and will be removed in a future release cl : Command line warning D9036 : use 'RTC1' instead of 'GZ' but according to http://ant-contrib.sourceforge.net/cc

Re: cannot mkdir in a target

2007-11-07 Thread fabien_pichard
Merci Dominique! I feel like a fool... :) - fabien Dominique Devienne-2 wrote: > > On 11/7/07, fabien_pichard <[EMAIL PROTECTED]> wrote: >> >> >> >> >> >> >> If I do this >> >> >> >> >> it

cannot mkdir in a target

2007-11-07 Thread fabien_pichard
Hello! I am new to ant, have search back and forth why this code does not work. If I do this it works, no problem... I have checked misc FAQ, this site and other and I wondering what I am doing wrong. -- fabien -- View this message in context: http://www.nabble.com/cannot