I seem to have fixed it by switching over to Ubuntu for development, as my Mac had an old version of bison and didn't have the linux headers. Is there any way to take the tarfile that was generated in the process of " ./autogen.sh && ./configure && make dist", and continue the rest of the development (ie the ndk-build for Android) on my Mac?
thanks, imran On Sun, Nov 30, 2014 at 5:27 PM, Imran Akbar <[email protected]> wrote: > Hi everyone, > > thanks for developing a great software project. > I was trying to build the source, following these directions: > https://wiki.strongswan.org/projects/strongswan/repository/entry/HACKING > > and I managed to get past the ./autogen.sh and ./configure steps. > When I do a 'make', though, I get the following error: > > /Users/imran/Code/strongswan/src/libstrongswan/settings/settings_parser.y:67.9-16: > syntax error, unexpected identifier, expecting string > make[3]: *** [settings/settings_parser.c] Error 1 > make[2]: *** [all-recursive] Error 1 > make[1]: *** [all-recursive] Error 1 > make: *** [all] Error 2 > > Any ideas how to fix this? > > regards, > imran >
_______________________________________________ Dev mailing list [email protected] https://lists.strongswan.org/mailman/listinfo/dev
