search for: snip2code

Displaying 3 results from an estimated 3 matches for "snip2code".

2016 Sep 27
2
Building tinc on windows with bash
...pt was following: https://www.tinc-vpn.org/examples/cross-compiling-windows-binary<https://www.tinc-vpn.org/examples/cross-compiling-windows-binary/> When doing so I did not find the LibreSSL sources in the build environment. I guess I must have done something wrong. Then I tried: https://www.snip2code.com/Snippet/257857/Howto--cross-compiling-tinc-for-Windows- This almost succeeded. I could not get the last configure to work: ./configure --host=i686-w64-mingw32 --with-zlib=$HOME/mingw/usr/local I got the messages: ./configure: line 5272: syntax error near unexpected token `AX_APPEND_FLAG'...
2016 Sep 27
0
Building tinc on windows with bash
...configure: line 5272: syntax error near unexpected token `AX_APPEND_FLAG' > ./configure: line 5272: `AX_REQUIRE_DEFINED(AX_APPEND_FLAG)' > make: *** No targets specified and no makefile found. Stop. [...] > I would like to have a build procedure I can repeat, like the tinc.sh from snip2code. Can somebody tell how to find out why I got the syntax error near unexpected token `AX_APPEND_FLAG' message? Ah, it seems the build system makes use of AX_APPEND_FLAG, but this macro is not defined in the standard autoconf macros, but rather requires you to install the autoconf-archive packag...
2016 Sep 27
2
Building tinc on windows with bash
...configure: line 5272: syntax error near unexpected token `AX_APPEND_FLAG' > ./configure: line 5272: `AX_REQUIRE_DEFINED(AX_APPEND_FLAG)' > make: *** No targets specified and no makefile found. Stop. [...] > I would like to have a build procedure I can repeat, like the tinc.sh from snip2code. Can somebody tell how to find out why I got the syntax error near unexpected token `AX_APPEND_FLAG' message? Ah, it seems the build system makes use of AX_APPEND_FLAG, but this macro is not defined in the standard autoconf macros, but rather requires you to install the autoconf-archive packag...