FireFly Media Server › Firefly Media Server Forums › Firefly Media Server › Setup Issues › make errors with svn r1631
- This topic has 3 replies, 3 voices, and was last updated 17 years, 2 months ago by rpedde.
-
AuthorPosts
-
10/08/2007 at 9:32 AM #1624fireartistParticipant
The first error I got, I managed to fix myself.
I had to add a “/” to the start of line 409 in “src/rend_posix.c”.
Because it was missing, a comment was being read as code.I’m not sure where to start with the next error though.
Here’s the STDOUT of `make`:
io.o: In function `io_wait':
/root/firefly/src/io.c:2961: undefined reference to `FD_COPY'
/root/firefly/src/io.c:2962: undefined reference to `FD_COPY'
/root/firefly/src/io.c:2963: undefined reference to `FD_COPY'
rend-posix.o: In function `RegistrationCallback':
/root/firefly/src/rend-posix.c:285: undefined reference to `DPRINF'
rend-posix.o: In function `DeregisterOurServices':
/root/firefly/src/rend-posix.c:377: undefined reference to `DPRINF'
collect2: ld returned 1 exit status
make[3]: *** [mt-daapd] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
I’m running Fedora 7 linux on a Pentium4 2.40GHz.
gnu gcc 4.1.2
gnu make 3.81
gnu ld 2.17.50.0.12-4
gnu aclocal 1.10
gnu autoconf 2.61
sqlite3 3.3.13
zlib 1.2.3-10
avahi 0.6.17-1
libid3tag 0.15.1b-310/08/2007 at 12:16 PM #12043fizzeParticipantWell, you notice that this is a SVN checkout, and not in any way meant to be “stable” or even “compiling”?
I’d stick to the nightly builds on http://nightlies.mt-daapd.org – those at least compile π
10/08/2007 at 3:27 PM #12044fireartistParticipant@fizze wrote:
I’d stick to the nightly builds on http://nightlies.mt-daapd.org – those at least compile π
Thanks for reminding me π
I’d already tried a nightly and stable, before moving onto svn – my initial problem was that I was missing zlib-devel, which I only figured out later by searching the forums.
Anyway, I switched back to the nightly now that I’ve installed zlib-devel, and have got it working.Successfully tested streaming to iTunes on a powerbook – thanks!
11/08/2007 at 3:17 AM #12045rpeddeParticipant@fireartist wrote:
@fizze wrote:
I’d stick to the nightly builds on http://nightlies.mt-daapd.org – those at least compile π
Thanks for reminding me π
I’d already tried a nightly and stable, before moving onto svn – my initial problem was that I was missing zlib-devel, which I only figured out later by searching the forums.
Anyway, I switched back to the nightly now that I’ve installed zlib-devel, and have got it working.Successfully tested streaming to iTunes on a powerbook – thanks!
svn has no guarantees! Particularly since I’m the only one using it, sometimes I check in broken code so I can work from another computer. In any event, it’s compiling right now on osx and windows, and I’m going to fix linux and release a new nightly either tonight or tomorrow.
Cross your fingers. π
-
AuthorPosts
- The forum ‘Setup Issues’ is closed to new topics and replies.