I thought I'd take another stab at it. I deleted Shairport and started
again:

Code:
--------------------
    juggler@rackserver:/usr/bin$ sudo git clone 
https://github.com/albertz/shairport.git
  juggler@rackserver:/usr/bin/shairport$ sudo make
  juggler@rackserver:/usr/bin$ sudo cp shairport/shairport.pl .
  juggler@rackserver:/usr/bin$ sudo cp shairport/hairtunes .
--------------------


The output from make is as follows:

Code:
--------------------
    juggler@rackserver:/usr/bin/shairport$ sudo make
  cc -O2 -Wall   -c alac.c -o alac.o
  cc -O2 -Wall   -DHAIRTUNES_STANDALONE hairtunes.c alac.o -o hairtunes -lm 
-lpthread -lssl -lcrypto -lao  
  cc -O2 -Wall   -c socketlib.c -o socketlib.o
  cc -O2 -Wall   -c shairport.c -o shairport.o
  shairport.c: In function ‘main’:
  shairport.c:219:10: warning: ignoring return value of ‘dup’, declared with 
attribute warn_unused_result [-Wunused-result]
  shairport.c:220:10: warning: ignoring return value of ‘dup’, declared with 
attribute warn_unused_result [-Wunused-result]
  shairport.c: In function ‘parseMessage’:
  shairport.c:867:10: warning: ignoring return value of ‘write’, declared with 
attribute warn_unused_result [-Wunused-result]
  shairport.c:877:10: warning: ignoring return value of ‘write’, declared with 
attribute warn_unused_result [-Wunused-result]
  shairport.c:878:10: warning: ignoring return value of ‘write’, declared with 
attribute warn_unused_result [-Wunused-result]
  shairport.c:879:10: warning: ignoring return value of ‘write’, declared with 
attribute warn_unused_result [-Wunused-result]
  cc -O2 -Wall   -c hairtunes.c -o hairtunes.o
  cc -O2 -Wall   socketlib.o shairport.o alac.o hairtunes.o -o shairport -lm 
-lpthread -lssl -lcrypto -lao  
--------------------


Are there any obvious errors/problems in the above?


------------------------------------------------------------------------
Juggler's Profile: http://forums.slimdevices.com/member.php?userid=4935
View this thread: http://forums.slimdevices.com/showthread.php?t=96469

_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/plugins

Reply via email to