Nicolas Fitton
2017-07-10 10:48:09 UTC
Hi all,
Trying to build from source with the intent of trying out the Mac OS X tool.
Iâm using the configuration suggested:
CFLAGS="-O2 -g -Wall -Wno-format -Wno-pointer-sign -Wno-deprecated-declarations" \
./configure --enable-monolithic --disable-shared --enable-static \
--disable-defaults \
--enable-openssl --enable-kernel-libipsec --enable-kernel-pfroute \
--enable-eap-mschapv2 --enable-eap-identity --enable-eap-md5 \
--enable-eap-gtc --enable-pkcs1 --enable-socket-default --enable-osx-attr \
--enable-xauth-generic --enable-gcm --enable-ccm --enable-ctr \
--enable-keychain --enable-nonce --enable-charon \
--enable-ikev1 --enable-ikev2
And I get the error
./configure: line 19934: syntax error near unexpected token `soup,'
./configure: line 19934: ` PKG_CHECK_MODULES(soup, libsoup-2.4)'
Iâve tried installing LibSoup with MacPorts
sudo port install libsoup
---> Computing dependencies for libsoup
---> Cleaning libsoup
---> Scanning binaries for linking errors
---> No broken files found.
Which made no difference.
I also have all of the dependencies either installed with brew or MacPorts.
Any advice or suggestions?
Nick Fitton
Trying to build from source with the intent of trying out the Mac OS X tool.
Iâm using the configuration suggested:
CFLAGS="-O2 -g -Wall -Wno-format -Wno-pointer-sign -Wno-deprecated-declarations" \
./configure --enable-monolithic --disable-shared --enable-static \
--disable-defaults \
--enable-openssl --enable-kernel-libipsec --enable-kernel-pfroute \
--enable-eap-mschapv2 --enable-eap-identity --enable-eap-md5 \
--enable-eap-gtc --enable-pkcs1 --enable-socket-default --enable-osx-attr \
--enable-xauth-generic --enable-gcm --enable-ccm --enable-ctr \
--enable-keychain --enable-nonce --enable-charon \
--enable-ikev1 --enable-ikev2
And I get the error
./configure: line 19934: syntax error near unexpected token `soup,'
./configure: line 19934: ` PKG_CHECK_MODULES(soup, libsoup-2.4)'
Iâve tried installing LibSoup with MacPorts
sudo port install libsoup
---> Computing dependencies for libsoup
---> Cleaning libsoup
---> Scanning binaries for linking errors
---> No broken files found.
Which made no difference.
I also have all of the dependencies either installed with brew or MacPorts.
Any advice or suggestions?
Nick Fitton