.
-
-- fabien
--
View this message in context:
http://www.nabble.com/linking-with-CC-task-tf4878970.html#a14033245
Sent from the Ant - Users mailing list archive at Nabble.com.
-
To
On Nov 26, 2007 6:30 PM, fabien_pichard <[EMAIL PROTECTED]> wrote:
> 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...
>
> xmlns:cpptasks="antlib:org.sf.net.antcontrib.cpptasks"
> xmlns:antcontrib="antlib:net.sf
will compile and I will have an OBJ, but it won't link... and ANT does
not fail anywhere...
What am I doing wrong?
Thanks -- fabien
--
View this message in context:
http://www.nabble.com/linking-with-CC-task-tf4878970.html#a13962292
Sent from the Ant - Users mailing list archive at Nabbl
could you use a with nested selector?
Jan
>-Ursprüngliche Nachricht-
>Von: Jeffrey E Care [mailto:[EMAIL PROTECTED]
>Gesendet: Mittwoch, 3. August 2005 02:16
>An: Ant Users List
>Betreff: Re: urgent : CC task compiles every time even .C is
>not changed
>
>T
This behavior has nothing to do with the Ant runtime and everything to do
with the implementation of the cc task.
I would suggest that you take this up with the antcontrib folks.
--
Jeffrey E. Care ([EMAIL PROTECTED])
WebSphere v7 Release Engineer
WebSphere Build Tooling Lead (Project Mantis
Hi,
I am using CC task and it compiles prog.c to prog but it does it all the time
regardless of
prog.c has changed or not.
ANT should not recompile when source .c has not changed. but it does..
do you know what is wrong?
here is the code of build.xml:
please provide suggestions ASAP
hiren patel wrote:
Hi,
I want to compile .c file using ant. I have added cpptasks.jar and
ant-contrib.jar from lib directory.
I dont know how to use cc task in build.xml.
can anyody provide sample build.xml that compiles prog.c and header.h
to an exe?
T
Hi,
I want to compile .c file using ant. I have added cpptasks.jar and
ant-contrib.jar from lib directory.
I dont know how to use cc task in build.xml.
can anyody provide sample build.xml that compiles prog.c and header.h
to an exe?
Thanks,
hiren patel
HI,
I want to compile .c file using ant. I have added cpptasks.jarand
ant-contrib.jar from in lib directory.
I dont know how to use cc task in build.xml.
can anyody provide sample build.xml that compiles prog1.c and header1.h to an
exe1 in the same directory?
Thanks,
hiren patel
[EMAIL PROTECTED] wrote:
>Thanks for the answer james.
>And have you ever targeted mainframe environments for c builds for instance?
>
>
yes, this can be quite an experience to get things right...if the
mainframe is *just* a deployment target then life is made a mite easier,
though everytime I h
Thanks for the answer james.
And have you ever targeted mainframe environments for c builds for instance?
-Original Message-
From: James Fuller [mailto:[EMAIL PROTECTED]
Sent: Thu 6/9/2005 1:36 PM
To: Ant Users List
Subject: Re: cc task(bis)
[EMAIL PROTECTED] wrote:
>Hello gen
[EMAIL PROTECTED] wrote:
>Hello gentle people!
>I just found out that there are c/c++ tasks in the ant-contrib project.(and by
>the way is the sourceforge server down)
>Is there another resource for such a task?
>
>
ant-contrib c/c++ are the best I have used...
gl, Jim Fuller
---
: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Wed 6/8/2005 11:36 AM
To: user@ant.apache.org
Subject: cc task
Hello gentle people!
I just found out that there are c/c++ tasks in the ant-contrib project.
Is there another resource for such a task?
If someone already tried this non-java gymnastic
Hello gentle people!
I just found out that there are c/c++ tasks in the ant-contrib project.
Is there another resource for such a task?
If someone already tried this non-java gymnastic please help.
Many thanks.
-Original Message-
From: Rebhan, Gilbert [mailto:[EMAIL PROTECTED]
Sent: Wed
I am trying to port current windows builds into ANT, by copying the
MSDEV .NET solution file (.sln) contents into ANT's build.xml file,
using ant-utils and cc-task packages, as downloaded from sourceforge.net
I could fix some trivial flags like /D but I could not fix flags like /F
/Y
Foll
There is no trace indicating why it blocks. Even with the verbose
option, Ant stops just after it prints the task name.
Here are my system details :
CC - Sun WorkShop C++ Compiler 5.0
located in /opt/SUNWspro/bin/CC
Apache Ant version 1.5.1 compiled on October 2 2002
java -version
java version "
I spent the last 2 days replacing my nasty Makefiles with lovely
build.xml files to compile some
native libraries, works wonders on Windows, Linux and Unix.
However, some libs I need to link with are compiled using Sun's CC, so I
had to change the default
compiler to CC instead of gcc. There is a
17 matches
Mail list logo