Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Compiling mDNSResponder on Redhat 7' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Compiling mDNSResponder on Redhat 7
Authored by: tjipke on Nov 04, '03 05:15:54PM

I want to try touse my Redhat 7 Machine for this, but I can't get mDNSResponder compiled on it. (I'm not a very experienced user.) Are there other people that had succes on RedHat7?

This is what I get when I run make os=linux from the mDNSPosix directory:

if test ! -d objects ; then mkdir objects ; fi
if test ! -d build ; then mkdir build ; fi
cc -c -g -I../mDNSCore -I. -DMDNS_DEBUGMSGS=2 -DNOT_HAVE_SA_LEN -W -Wall ../mDNSCore/mDNS.c -o objects/mDNS.c.o
../mDNSCore/mDNS.c: In function `mDNS_RegisterInterface':
../mDNSCore/mDNS.c:6405: parse error before `*'
../mDNSCore/mDNS.c:6407: `q' undeclared (first use in this function)
../mDNSCore/mDNS.c:6407: (Each undeclared identifier is reported only once
../mDNSCore/mDNS.c:6407: for each function it appears in.)
../mDNSCore/mDNS.c:6418: `rr' undeclared (first use in this function)
make: *** [objects/mDNS.c.o] Error 1

thx,

Tjipke



[ Reply to This | # ]
Same problem with debian
Authored by: prohtex on Nov 30, '03 07:25:00PM

I am having the same problem compiling mDNSResponder on debian linux, does anybody have a fix?



[ Reply to This | # ]
Same problem with debian
Authored by: king_arthur on Dec 16, '03 05:55:58PM

I am also running Debian on my linux box and, if this can cheer you up, after two evenings spent compiling and setting-up the daapd part of the server now I am stuck with the same identical problem as you...
mDNS doesn't compile and give me same error.

Did you make any progress on it?

I guess daapd is useless without the responder or is possible to connect iTunes anyway? if yes how?



[ Reply to This | # ]
Compiling mDNSResponder on Redhat 7
Authored by: king_arthur on Dec 16, '03 06:21:37PM

Hi Tjipke,

have made any progress on this problem?

Are you using the daap server now?



[ Reply to This | # ]