]> err.no Git - sope/blob - sope-core/README
renamed packages as discussed in the developer list
[sope] / sope-core / README
1 # $Id$
2
3 This repository contains the core libraries of the SKYRiX application
4 server, that is, extensions to the Foundation library (NGExtensions),
5 streaming IO and network classes (NGStreams), libraries for datastore
6 abstractions (EOControl), library for MIME and mail processing (NGMime).
7
8
9 MacOSX Notes
10 ============
11 Locations:
12 currently some fixed pathes to /Users/helge/build might be used in the
13 project. those need to be fixed to use variables.
14
15 Precompiled Headers:
16 I did not find out how to setup precompiled headers to support a
17 MACOSX_DEPLOYMENT_TARGET=10.2, if this option is set, compilation
18 throws a mass of warnings about __CONSTANT_CFSTRINGS__ and cannot
19 use precompiled Foundation headers.
20 Something like this:
21   fixPrecomps -force \
22     -precompFlags "-D__CONSTANT_CFSTRINGS__" \
23     -all
24 did not work out. Suggestions are welcome ...
25
26 Prebinding:
27 doesn't work yet, needs to be checked