discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

MPDCon 1.5 linking errors


From: Alessandro Sangiuliano
Subject: MPDCon 1.5 linking errors
Date: Tue, 3 Dec 2013 14:36:23 +0100

I seen the new MPDCon release, and I gone to install it.
This is what I get during build and linking:


  1. This is gnustep-make 2.6.5. Type 'make print-gnustep-make-help' for help.
  2. Making all for app MPDCon...
  3.  Creating MPDCon.app/....
  4.  Compiling file AppController.m ...
  5.  Compiling file PreferencesController.m ...
  6.  Compiling file PlayView.m ...
  7.  Compiling file PlaylistController.m ...
  8.  Compiling file MPDController.m ...
  9. MPDController.m:829:2: warning: FIXME getAllAlbumsForArtist [-W#warnings]
  10. #warning FIXME getAllAlbumsForArtist
  11.  ^
  12. MPDController.m:866:2: warning: FIXME getAllTracksForArtist [-W#warnings]
  13. #warning FIXME getAllTracksForArtist
  14.  ^
  15. MPDController.m:941:2: warning: FIXME getAllTracksForAlbum [-W#warnings]
  16. #warning FIXME getAllTracksForAlbum
  17.  ^
  18. MPDController.m:677:3: warning: implicit declaration of function
  19.       'mpd_send_list_playlists' is invalid in C99
  20.       [-Wimplicit-function-declaration]
  21.   mpd_send_list_playlists(mpdConnection);
  22.   ^
  23. 4 warnings generated.
  24.  
  25.  Compiling file PlaylistItem.m ...
  26.  Compiling file CollectionController.m ...
  27. CollectionController.m:243:2: warning: FIXME the formatters are not working
  28.       [-W#warnings]
  29. #warning FIXME the formatters are not working
  30.  ^
  31. 1 warning generated.
  32.  Compiling file PlaylistsManagerController.m ...
  33.  Compiling file StatisticsController.m ...
  34.  Compiling file StatisticsItem.m ...
  35.  Compiling file CrossfadeController.m ...
  36.  Compiling file OwnTableView.m ...
  37.  Compiling file BoldCell.m ...
  38.  Compiling file BoldFormatter.m ...
  39. BoldFormatter.m:55:1: warning: control reaches end of non-void function
  40.       [-Wreturn-type]
  41. }
  42. ^
  43. 1 warning generated.
  44.  Compiling file NormalFormatter.m ...
  45. NormalFormatter.m:55:1: warning: control reaches end of non-void function
  46.       [-Wreturn-type]
  47. }
  48.  
  49. 1 warning generated.
  50.  Compiling file LyricsInspector.m ...
  51.  Compiling file SongInspector.m ...
  52.  Compiling file SongRatingCell.m ...
  53.  Compiling file PlaylistInspector.m ...
  54.  Compiling file SQLiteAdaptor.m ...
  55.  Compiling file RandomPlaylistFeed.m ...
  56. RandomPlaylistFeed.m:153:37: warning: implicit declaration of function
  57.       'arc4random' is invalid in C99 [-Wimplicit-function-declaration]
  58.                 NSUInteger random = arc4random() % [allSongs count];
  59.                                     ^
  60. 1 warning generated.
  61.  Compiling file CollectionBrowser.m ...
  62.  Compiling file main.m ...
  63.  Linking app MPDCon ...
  64. ./obj/MPDCon.obj/MPDController.m.o: In function `-[MPDController getAllPlaylists]':
  65. /home/alex/Scaricati/MPDCon-1.5/MPDController.m:677: undefined reference to `mpd_send_list_playlists'
  66. ./obj/MPDCon.obj/RandomPlaylistFeed.m.o: In function `-[RandomPlaylistFeed playlistUpdateThread]':
  67. /home/alex/Scaricati/MPDCon-1.5/RandomPlaylistFeed.m:153: undefined reference to `arc4random'
  68. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  69. make[3]: *** [MPDCon.app/./MPDCon] Error 1
  70. make[2]: *** [internal-app-run-compile-submake] Error 2
  71. make[1]: *** [MPDCon.all.app.variables] Error 2
  72. make: *** [internal-all] Error 2


-----------------------------------------------------------------
A: "Hey dude, where are you from?"
B: “I’m from Uros”
A: “What?”
B: “Uros, the Uranos' world capital”
A: “Hey dude, you look so strange and white. You should eat some meat!”
B: “We don’t need to eat”
A: “Hey man, that dude looks so strange, He doesn’t need to eat”
C: “OMG! So strange, he also is so white!”
D: “Why do I have to hunt to eat and survive and he doesn’t need to eat to survive? I hate him!”
<…>


reply via email to

[Prev in Thread] Current Thread [Next in Thread]