You need a working asn1c.
brew install asn1c
cd pEpEngine <--- huh? to build libetpan???
autoreconf -vfi
./configure
make
make install
This is done with Xcode. Simply add pEpEngine.xcodeproj
to
your project and add a dependency to the target pEpEngine
(in Target Dependencies
in your Build Phases
.
Usually you just integrate pEpiOSAdapter.xcodeproj
.