Browse thread
pcre build problems on Mac OS X
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | skaller <skaller@u...> |
| Subject: | Re: [Caml-list] pcre build problems on Mac OS X |
On Thu, 2006-08-17 at 06:48 +1000, Erik de Castro Lopo wrote: > Probably. Building any Unix software on windows is a royal PITA > so people often include a bunch of special files for building > under windows. Only if you use lame build systems like autotools :) If you use a better system such as the one used by Felix or OMake, which are both designed to work on Windows as well as Unix, it isn't so bad: probably using Manifests on Win64 is the same difficulty as coping with the plethora of incompatible Unicies. The biggest problem is non-portable C code .. Ocaml code tends to build out of the box everywhere provided you can find the libraries you need .. congrats to the Inria team on managing this well. BTW: why use PCRE? TRE is a better system IMHO (and is Posix compliant). -- John Skaller <skaller at users dot sf dot net> Felix, successor to C++: http://felix.sf.net