[etherlab-users] Etherlab c-api
Florian Pose
fp at igh-essen.com
Fri Apr 24 09:21:52 CEST 2009
On Fri, Apr 24, 2009 at 08:51:41AM +0200, Andy Rohr wrote:
> I think the Problem is that
> /usr/bin/xsltproc //opt/etherlab/capi/data.c.xsl
> /home/demo/ethercat/capi/skel/my-app.xml | >
> /home/demo/ethercat/capi/skel/data.c
>
> does not write the output of xsltproc do data.c, because of the pipe. It
> should be:
> /usr/bin/xsltproc //opt/etherlab/capi/data.c.xsl
> /home/demo/ethercat/capi/skel/my-app.xml >
> /home/demo/ethercat/capi/skel/data.c
>
> I had the same problem, so I changed the Makefile and removed the pipes
> there. I'm on Ubuntu.
Ahh, now I know what happened, if the 'indent' tool is not present on
your system, then its path is not inserted after the pipe. That's the
reason. If indent is not available, then the pipe should disappear.
We'll fix that...
--
Best regards,
Florian Pose
http://etherlab.org
More information about the Etherlab-users
mailing list