author | eilers <eilers> | 2003-12-22 11:08:30 (UTC) |
---|---|---|
committer | eilers <eilers> | 2003-12-22 11:08:30 (UTC) |
commit | 8d91c030bd4cb8ef296eb25fee9394ca4a8319f8 (patch) (unidiff) | |
tree | bea20afe0c841b16a2bf7a214667652caedbbd11 /development/macosx | |
parent | 5bcd8c0cdeec2777a20bd56bec14e06206b4128e (diff) | |
download | opie-8d91c030bd4cb8ef296eb25fee9394ca4a8319f8.zip opie-8d91c030bd4cb8ef296eb25fee9394ca4a8319f8.tar.gz opie-8d91c030bd4cb8ef296eb25fee9394ca4a8319f8.tar.bz2 |
Some information about missing or unfinshed functions by the macosx port
-rw-r--r-- | development/macosx/README_MACOSX | 19 |
1 files changed, 18 insertions, 1 deletions
diff --git a/development/macosx/README_MACOSX b/development/macosx/README_MACOSX index 5069a2e..4cb5908 100644 --- a/development/macosx/README_MACOSX +++ b/development/macosx/README_MACOSX | |||
@@ -24,7 +24,24 @@ A lot of applications and plugins which are not platform specific. | |||
24 | 24 | ||
25 | What will follow soon: | 25 | What will follow soon: |
26 | 26 | ||
27 | libopie2 | 27 | libopie2 (libopiecore and libopiedb works already !) |
28 | |||
29 | ToDO: | ||
30 | ----- | ||
31 | There are some functions in the sourcecode which are not yet ported to Mac. If the | ||
32 | MacOS environment should be used for real productive work, the following functions | ||
33 | must be implemented correctly: | ||
34 | |||
35 | libopie/pim/otimezone.cpp: | ||
36 | Accessing of "setenv(...)" on Mac caused bus-errors. | ||
37 | Workaround/Fix: Unknown | ||
38 | Current-State: setenv() was just commented out. Thus the related functions may behave wrong! | ||
39 | |||
40 | library/filemanager.cpp: | ||
41 | The sendfile() function is not available in MacOSX. Therefore a workaround must be implemented. | ||
42 | Workaround/Fix: Unknown. The function is available in the header files, but disabled by a | ||
43 | "#ifdef SENDFILE" .. and not implemented int the c-library. | ||
44 | If it will be supported, it should activate itself automatically by the "#ifdef".. | ||
28 | 45 | ||
29 | 46 | ||
30 | How to compile Opie for MacOS-X: | 47 | How to compile Opie for MacOS-X: |