Skip to content

Instantly share code, notes, and snippets.

@hukl
Created September 19, 2010 13:20
Show Gist options
  • Save hukl/586746 to your computer and use it in GitHub Desktop.
Save hukl/586746 to your computer and use it in GitHub Desktop.
[hukl@eight /Volumes/Data/Downloads/forked-daapd-0.12]$ make
make all-recursive
Making all in src
gcc -DHAVE_CONFIG_H -I. -I.. -D_GNU_SOURCE -I/usr/local/Cellar/zlib/1.2.5/include -D_REENTRANT -I/usr/local/Cellar/avahi/0.6.27/include -I/usr/local/Cellar/sqlite/3.7.2/include -I/usr/local/Cellar/ffmpeg/0.6/include -I/usr/local/Cellar/confuse/2.7/include -D_THREAD_SAFE -D_REENTRANT -I/usr/local/include -I/usr/local/Cellar/libgcrypt/1.4.6/include -I/usr/local/Cellar/libgpg-error/1.9/include -DDATADIR="\"/usr/local/share/forked-daapd\"" -DCONFDIR="\"/usr/local/etc\"" -DSTATEDIR="\"/usr/local/var\"" -g -O2 -Wall -D_LARGEFILE_SOURCE -MT forked_daapd-main.o -MD -MP -MF .deps/forked_daapd-main.Tpo -c -o forked_daapd-main.o `test -f 'main.c' || echo './'`main.c
main.c: In function ‘main’:
main.c:745: warning: label ‘signalfd_fail’ defined but not used
main.c:433: warning: unused variable ‘sigfd’
main.c: At top level:
main.c:75: warning: ‘main_exit’ defined but not used
main.c: In function ‘main’:
main.c:114: warning: ‘runas’ may be used uninitialized in this function
main.c:114: note: ‘runas’ was declared here
mv -f .deps/forked_daapd-main.Tpo .deps/forked_daapd-main.Po
gcc -DHAVE_CONFIG_H -I. -I.. -D_GNU_SOURCE -I/usr/local/Cellar/zlib/1.2.5/include -D_REENTRANT -I/usr/local/Cellar/avahi/0.6.27/include -I/usr/local/Cellar/sqlite/3.7.2/include -I/usr/local/Cellar/ffmpeg/0.6/include -I/usr/local/Cellar/confuse/2.7/include -D_THREAD_SAFE -D_REENTRANT -I/usr/local/include -I/usr/local/Cellar/libgcrypt/1.4.6/include -I/usr/local/Cellar/libgpg-error/1.9/include -DDATADIR="\"/usr/local/share/forked-daapd\"" -DCONFDIR="\"/usr/local/etc\"" -DSTATEDIR="\"/usr/local/var\"" -g -O2 -Wall -D_LARGEFILE_SOURCE -MT forked_daapd-db.o -MD -MP -MF .deps/forked_daapd-db.Tpo -c -o forked_daapd-db.o `test -f 'db.c' || echo './'`db.c
db.c:257: error: thread-local storage not supported for this target
make[2]: *** [forked_daapd-db.o] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment