[pisa-src] r2196 - trunk/docs/porting_osx.txt

  • From: Diego Biurrun <diego@xxxxxxxxxx>
  • To: pisa-src@xxxxxxxxxxxxx
  • Date: Sun, 21 Mar 2010 16:29:27 +0100

Author: biurrun
Date: Sun Mar 21 16:29:27 2010
New Revision: 2196

Log:
PISA now compiles on OS X, but does not link yet.

Modified:
   trunk/docs/porting_osx.txt

Modified: trunk/docs/porting_osx.txt
==============================================================================
--- trunk/docs/porting_osx.txt  Sun Mar 21 16:27:25 2010        (r2195)
+++ trunk/docs/porting_osx.txt  Sun Mar 21 16:29:27 2010        (r2196)
@@ -18,3 +18,7 @@
    but it does not provide any headers as a replacement for linux/if_tun.h, so
    it's not at all clear how this is supposed to work. A starting point for
    investigation could be vpnc, which uses TUN/TAP on Mac OS X.
+
+ * PISA compiles on OS X, but pisacd and pisasd do not link due to a missing
+   pisa_tunnel_open_tundev() for which only a Linux-specific implementation
+   is available.

Other related posts:

  • » [pisa-src] r2196 - trunk/docs/porting_osx.txt - Diego Biurrun