It's me again... :(
Now I got stuck in make:

for j in WPDocumentCSharp.cs WPXDocumentCSharpInterface.cs
WPXDocumentInterfaceProxy.cs; do \
SHARP_FILES="$SHARP_FILES ../../src/csharp/$j"; done && \
SHARP_FILES="$SHARP_FILES ../../src/csharp/assembly.cs" && \
/c/Programme/Mono-2.4/bin/gmcs \
    -target:library    \
    -unsafe \
    -keyfile:../../src/csharp/wpd-0.9.keys \
    -out:wpd-0.9.dll \
    $SHARP_FILES
/c/Programme/Mono-2.4/bin/gmcs:
/c/libwpd2-bindings/src/csharp/C:/Programme/Mono-2.4/bin/mono: No such file
or directory
/c/Programme/Mono-2.4/bin/gmcs: exec:
/c/libwpd2-bindings/src/csharp/C:/Programme/Mono-2.4/bin/mono: cannot
execute: No such file or directory
make[3]: *** [wpd-0.9.dll] Error 126
make[3]: Leaving directory `/c/libwpd2-bindings/src/csharp'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/c/libwpd2-bindings/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/c/libwpd2-bindings'
make: *** [all] Error 2


I hope this doesn't mean I have to compile Mono all by myself? Because I
just used the Mono Windows installer and couldn't find any precompiled
packages for MSYS.
It did use Google, btw. Without it, I would've asked a lot more questions.
Thanks again for your patience.

2009/4/4 Fridrich Strba <fridrich.st...@bluewin.ch>

> OK, normally, one needs to have pkg-config development files in the
> system in order to get the PKG_CHECK_MODULES macro right. When you run
> your autogen, do it in following way:
> ACLOCAL_FLAGS='-I/patch/to/where/is/pkg.m4' ./autogen.sh
>
> Cheers
>
> Fridrich
>
> BTW: Google is sometimes good to ask first, faster then others.
>
------------------------------------------------------------------------------
_______________________________________________
Libwpd-devel mailing list
Libwpd-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libwpd-devel

Reply via email to