Martin Buechler schrieb:
> Do you have the command cpp? Install a gcc compiler. For Windows you
can use Cygwin and install gcc. See the README. If this is not the
error, we have to look at it again.
Pretty weird to use a part of a c compiler for just a java build. You
know ant's filter task?
http://ant.apache.org/manual/CoreTasks/filter.html
Not powerful enough. The parser must be able to parse C preprocessor
directives, e.g. something like #if defined(WITH_RSA) &&
defined(WITH_DSA) then the code for RSA and DSA should be included. THis
is necessary to save code on the JavaCard. 32k or 64k are not enough to
build a applet with all possible features, which may be not supported by
the card. I have written a parser in JavaCC which can also do this, but
it has to be integrated in an ant task or as an ant task.
Regards,
Karsten
Regards
Martin
------------------------------------------------------------------------
_______________________________________________
Muscle mailing list
[email protected]
http://lists.drizzle.com/mailman/listinfo/muscle
_______________________________________________
Muscle mailing list
[email protected]
http://lists.drizzle.com/mailman/listinfo/muscle