author | eilers <eilers> | 2004-04-01 12:06:55 (UTC) |
---|---|---|
committer | eilers <eilers> | 2004-04-01 12:06:55 (UTC) |
commit | 4a8682d099023312464480ec4c21c531b81b801d (patch) (side-by-side diff) | |
tree | da0e870a87c9478afebad7ad43c24fde65a41e8b | |
parent | 833413cc389e7ddc929c081e29279a6556733407 (diff) | |
download | opie-4a8682d099023312464480ec4c21c531b81b801d.zip opie-4a8682d099023312464480ec4c21c531b81b801d.tar.gz opie-4a8682d099023312464480ec4c21c531b81b801d.tar.bz2 |
Some mac specific fixes..
-rw-r--r-- | development/macosx/README_MACOSX | 30 | ||||
-rw-r--r-- | development/macosx/config_macosx | 151 | ||||
-rw-r--r-- | include.pro | 1 |
3 files changed, 108 insertions, 74 deletions
diff --git a/development/macosx/README_MACOSX b/development/macosx/README_MACOSX index 4cb5908..ac62046 100644 --- a/development/macosx/README_MACOSX +++ b/development/macosx/README_MACOSX @@ -13,2 +13,5 @@ Status: ------- +This work is done, do provide a development platform for Apple-Users! Please do not expect that you +could create a productive Opie system for the Mac with it !! + The basic system works quite well. But a lot of applications and plugins, @@ -20,3 +23,3 @@ libqpe libopie1 -libopie2/opiedb +libopie2 pim-applications (addressbook, todolist, datebook, today) @@ -24,6 +27,2 @@ A lot of applications and plugins which are not platform specific. -What will follow soon: - -libopie2 (libopiecore and libopiedb works already !) - ToDO: @@ -98,3 +97,3 @@ set "Build Parameters"->"Target Machine"->"Mac OS X (DARWIN)" to activate the pl save and exit the menuconfig app -make +make (ATTENTION: See Known Bugs below!!) @@ -111,2 +110,21 @@ to get a working configuration to start with. +Known Bugs (compilation problems): +----------- +The Apple-Linker does not load indirect linked libraries automatically ( if somebody +has a solution here, please inform me !!), therefore I had to add "-lopiedb2" and "-lqpe" +for applications/libraries who used libraries which are linked against them. +A goot solution would be to add it in the project files of these application, but this would +influence the linux-platform as well... :( +As a first (but stupid) solution, I added this linker parameter to the global "include.pro" +which adds them for everything.. Yes, also for libqpe etc.. +Therefore this project will not compile out of the box. You have to compile in a two-pass way: + +Pass 1: Find the line "LIBS += -lopiedb2 -lqpe" in the file include.pro and comment out it (put a "#" + in front of it) + Do a "make -k" to compile what is already compileable (some will not compile) +Pass 2: Remove the comment from Pass1 and do a "make". The rest should compile now successfully. + + +I know, this is a silly solution ! But I don't have anything better without influence the Linux build +process too much .. I would be happy, if somebody could help me here ! diff --git a/development/macosx/config_macosx b/development/macosx/config_macosx index 656a468..53a1c9b 100644 --- a/development/macosx/config_macosx +++ b/development/macosx/config_macosx @@ -17,3 +17,3 @@ CONFIG_DEBUG=y CONFIG_QUICK_LAUNCH=y -# CONFIG_OPIE_NO_OVERRIDE_QT is not set +CONFIG_QUICKLAUNCH_PATH="/Users/stefan/Developer/opie/bin/quicklauncher" CONFIG_SPECFILE="qws/macx-generic-g++" @@ -22,2 +22,15 @@ CONFIG_EXPERIMENTAL=y # +# Configuration +# +# CONFIG_OPIE_NO_OVERRIDE_QT is not set +# CONFIG_OPIE_NO_BUILTIN_SHUTDOWN is not set +# CONFIG_OPIE_NO_BUILTIN_CALIBRATE is not set +CONFIG_OPIE_SOUND_FRAGMENT_SHIFT="16" +# CONFIG_USE_REALTIME_AUDIO_THREAD is not set +# CONFIG_OPIE_HIGH_RES_SMALL_PHY is not set +# CONFIG_OPIE_NEW_ALLOC is not set +# CONFIG_OPIE_NO_SOUND_PCM_READ_BITS is not set +CONFIG_OPIE_WE_VERSION="15" + +# # Base @@ -27,2 +40,22 @@ CONFIG_LIBQPE=y CONFIG_LIBOPIE=y + +# +# +# +CONFIG_LIBOPIE2CORE=y +CONFIG_LIBOPIE2DB=y +# CONFIG_LIBOPIE2NET is not set +CONFIG_LIBOPIE2PIM=y +CONFIG_SQL_PIM_BACKEND=y +CONFIG_LIBOPIE2UI=y +# CONFIG_LIBOPIE2MM is not set + +# +# the examples need a libqpe, libopie2core, libopie2db, libopie2net, libopie2pim, libopie2ui and libopie2mm +# + +# +# +# +CONFIG_LIBQTAUX=y # CONFIG_OPIE-LOGIN is not set @@ -33,3 +66,3 @@ CONFIG_PRELOAD=y CONFIG_LAUNCHER_CORE=y -CONFIG_QWS=y +# CONFIG_SYMLINKER is not set @@ -58,2 +91,3 @@ CONFIG_HOMEAPPLET=y # CONFIG_VTAPPLET is not set +# CONFIG_MEMORYAPPLET is not set @@ -63,3 +97,2 @@ CONFIG_HOMEAPPLET=y CONFIG_NOTESAPPLET=y -# CONFIG_WIRELESSAPPLET is not set @@ -70,6 +103,4 @@ CONFIG_NOTESAPPLET=y # CONFIG_EMBEDDEDKONSOLE is not set -CONFIG_FILEBROWSER=y CONFIG_HELPBROWSER=y # CONFIG_OAPP is not set -CONFIG_OIPKG=y CONFIG_QCOP=y @@ -77,4 +108,4 @@ CONFIG_TEXTEDIT=y # CONFIG_ADVANCEDFM is not set -# CONFIG_AQPKG is not set CONFIG_CHECKBOOK=y +CONFIG_CONFEDIT=y # CONFIG_ODICT is not set @@ -86,6 +117,5 @@ CONFIG_OPIE-WRITE=y CONFIG_OXYGEN=y -CONFIG_SYSINFO=y +# CONFIG_QASHMONEY is not set CONFIG_TABLEVIEWER=y -CONFIG_TINYKATE=y -CONFIG_LIBKATE=y +# CONFIG_LIBKATE is not set # CONFIG_ZSAFE is not set @@ -98,7 +128,11 @@ CONFIG_LIBKATE=y # CONFIG_MOBILEMSG is not set -# CONFIG_MAIL is not set + +# +# Net +# # CONFIG_FTPLIB is not set -# CONFIG_MAILIT is not set +# CONFIG_LIBMAILWRAPPER is not set # CONFIG_OPIEIRC is not set # CONFIG_OPIE-RDESKTOP is not set +# CONFIG_OPIETOOTH is not set # CONFIG_UBROWSER is not set @@ -106,3 +140,3 @@ CONFIG_LIBKATE=y # -# wellenreiter needs libqpe, libopie1 and libopie2 (core+net+ui) +# wellenreiter needs a libqpe and libopie2 (core+net+ui) # @@ -112,15 +146,15 @@ CONFIG_LIBKATE=y # -CONFIG_BACKGAMMON=y -CONFIG_BOUNCE=y -CONFIG_BUZZWORD=y -CONFIG_FIFTEEN=y -CONFIG_GO=y -CONFIG_KBILL=y -CONFIG_KCHECKERS=y -CONFIG_KPACMAN=y -CONFIG_MINDBREAKER=y -CONFIG_MINESWEEP=y -# CONFIG_WORDGAME is not set -CONFIG_PARASHOOT=y -CONFIG_QASTEROIDS=y +# CONFIG_BACKGAMMON is not set +# CONFIG_BOUNCE is not set +# CONFIG_BUZZWORD is not set +# CONFIG_FIFTEEN is not set +# CONFIG_GO is not set +# CONFIG_KBILL is not set +# CONFIG_KCHECKERS is not set +# CONFIG_KPACMAN is not set +# CONFIG_MINDBREAKER is not set +# CONFIG_MINESWEEP is not set +# CONFIG_YATZEE is not set +# CONFIG_PARASHOOT is not set +# CONFIG_QASTEROIDS is not set # CONFIG_SFCAVE is not set @@ -128,5 +162,6 @@ CONFIG_QASTEROIDS=y # CONFIG_SNAKE is not set -CONFIG_SOLITAIRE=y +# CONFIG_SOLITAIRE is not set # CONFIG_TETRIX is not set # CONFIG_TICTAC is not set +# CONFIG_WORDGAME is not set @@ -137,11 +172,8 @@ CONFIG_SOLITAIRE=y CONFIG_DRAWPAD=y -# CONFIG_QPDF is not set # CONFIG_OPIEPLAYER is not set - -# -# opie-camera needs a libqpe, libopie and libopie2core -# +# CONFIG_CAMERA is not set # CONFIG_OPIEPLAYER2 is not set # CONFIG_OPIEREC is not set -CONFIG_SHOWIMG=y +# CONFIG_SHOWIMG is not set +# CONFIG_TONLEITER is not set @@ -173,2 +205,3 @@ CONFIG_ADDRESSBOOK=y CONFIG_DATEBOOK=y +CONFIG_DATEBOOK2=y CONFIG_OSEARCH=y @@ -185,3 +218,6 @@ CONFIG_TODAY_ADDRESSBOOK=y CONFIG_TODAY_DATEBOOK=y -CONFIG_TODAY_MAIL=y + +# +# opie-today-mailplugin requires libopie2core, libopie2pim, and libmailwrapper +# CONFIG_TODAY_TODOLIST=y @@ -194,12 +230,14 @@ CONFIG_CITYTIME=y CONFIG_LAUNCHER-SETTINGS=y -CONFIG_LIGHT-AND-POWER=y +# CONFIG_LIGHT-AND-POWER is not set CONFIG_SECURITY=y CONFIG_APPEARANCE2=y +# CONFIG_AQPKG is not set CONFIG_BACKUP=y +CONFIG_DOCTAB=y CONFIG_LANGUAGE=y -CONFIG_MEDIUMMOUNT=y -CONFIG_NETSYSTEMTIME=y -# CONFIG_NETWORKSETUP is not set +# CONFIG_MEDIUMMOUNT is not set +# CONFIG_NETSYSTEMTIME is not set # CONFIG_SOUND is not set # CONFIG_SSHKEYS is not set +CONFIG_SYSINFO=y CONFIG_TABMANAGER=y @@ -252,29 +290,8 @@ CONFIG_OPIE-SH=y # -# Experimental -# - -# -# libopie2 -# -# CONFIG_LIBOPIE2CORE is not set - -# -# libopie2db needs a libqpe and libopie2core -# - -# -# libopie2net needs a libqpe and libopie2core -# - -# -# libopie2pim needs a libqpe and libopie2core -# - -# -# libopie2ui needs a libqpe and libopie2core -# - -# -# libopie2mm needs a libqpe and libopie2core +# Unsupported / Unmaintained # +# CONFIG_FILEBROWSER is not set +# CONFIG_MAILIT is not set +# CONFIG_OIPKG is not set +# CONFIG_QPDF is not set @@ -285,7 +302,5 @@ CONFIG_OPIE-SH=y # -# the examples need a libqpe, libopie2core, libopie2db, libopie2net, libopie2pim, libopie2ui and libopie2mm -# - -# -# SQL-Support needs libopie2db! +# Experimental # +# CONFIG_LIBSLCOMPAT is not set +# CONFIG_QWS is not set diff --git a/include.pro b/include.pro index ced5c9f..56f588e 100644 --- a/include.pro +++ b/include.pro @@ -99,2 +99,3 @@ ipk.commands = tmp=`mktemp -d /tmp/ipkg-opie.XXXXXXXXXX` && ( $(MAKE) INSTALL_RO QMAKE_EXTRA_UNIX_TARGETS += lupdate lrelease ipk opie-lupdate opie-lrelease messages + CONFTEST = $$system( echo $CONFIG_TARGET_MACOSX ) |