~ubuntu-branches/ubuntu/edgy/sope/edgy

« back to all changes in this revision

Viewing changes to sope-core/README

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Ley
  • Date: 2005-08-19 16:53:31 UTC
  • Revision ID: james.westby@ubuntu.com-20050819165331-hs683wz1osm708pw
Tags: upstream-4.4rc.2
ImportĀ upstreamĀ versionĀ 4.4rc.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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