FireFly Media Server › Firefly Media Server Forums › Firefly Media Server › General Discussion › Building on OSX …
- This topic has 8 replies, 3 voices, and was last updated 18 years, 11 months ago by rpedde.
-
AuthorPosts
-
01/11/2005 at 4:48 PM #114eddiebParticipant
Ron,
somewhere I read you do your developing on OSX …
I try to build 20051026 and get the following error :
checking for sqlite.h… no
configure: error: sqlite.h not found… Must have sqlite headers installedOSX has sqlite3.h …
How do you solve this ?
(btw, same problem on FC4 !)
01/11/2005 at 10:07 PM #3740velocipedParticipantThe version of mt-daapd running on the SQLite backend requires version 2.x. It is possible to have both 2.x and 3.x installed simultaneously, but the daemon will only make use of the 2.x installation.
–Herman
I guess this has reached the point of needing a FAQ entry. 😉
01/11/2005 at 10:58 PM #3741eddiebParticipantthe part of the sqlite2/3 I did find, but, my question was more OSX related ..
I am running 10.4.3 server on my xServe and there is only sqlite3 there …
How do I get mt-daapd build with sqlite2 ?
Where do you get sqlite2 from ?
01/11/2005 at 11:22 PM #3742velocipedParticipantIt will be necessary for you to download and install SQLite 2.x. If you do so from source, then the libraries and header files will be placed where mt-daapd expects to find them (under /usr/local…). If you use something like Fink or DarwinPorts, then you will need to declare the relevant path at configuration.
–Herman
02/11/2005 at 12:15 AM #3743rpeddeParticipantI use darwinports, myself, and do:
port install sqlite
port install libid3tag
then do something like:
./configure --with-id3tag=/opt/local
And that does it for me.
02/11/2005 at 12:38 AM #3744eddiebParticipantOk, thanks for explaining that … I did not have port installed, I used fink until now …
Building went fine now !
Start testing 🙂
besides of some rights on /var/local/cache/mt-daapd all seems fine …
(need to change some 0700 into 0755 in that directory tree …)tnx
Post edited by: eddieb, at: 2005/11/01 18:23
02/11/2005 at 4:14 AM #3745rpeddeParticipantwith fink, it would be:
./configure --with-id3tag=/sw
— Ron
02/11/2005 at 4:29 AM #3746eddiebParticipantHi Ron,
yeah, I had that, but fink does not support sqlite …
Now I added port and setting./configure –with-id3tag=/opt/local
makes id3 and sqlite found …
Eddie
02/11/2005 at 4:55 AM #3747rpeddeParticipantIt’s in unstable, as is sqlite3.
-
AuthorPosts
- The forum ‘General Discussion’ is closed to new topics and replies.