Skip to content

Instantly share code, notes, and snippets.

@knocte
Created July 16, 2014 23:30
Show Gist options
  • Save knocte/028f65b73ce91d984d2a to your computer and use it in GitHub Desktop.
Save knocte/028f65b73ce91d984d2a to your computer and use it in GitHub Desktop.
Making all in SongKick
cd ../.. && /bin/bash /home/knocte1404/bce/missing automake-1.14 --foreign src/SongKick/Makefile
cd ../.. && /bin/bash ./config.status src/SongKick/Makefile
config.status: creating src/SongKick/Makefile
MCS ../../bin/Banshee.SongKick.dll
./Banshee.SongKick.Network/SongKickDownloader.cs(191,27): error CS0012: The type `Microsoft.FSharp.Core.FSharpOption`1<object>' is defined in an assembly that is not referenced. Consider adding a reference to assembly `FSharp.Core, Version=4.3.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'
/home/knocte1404/bce/src/SongKick/../../bin/CacheService.dll (Location of the symbol related to previous error)
./Banshee.SongKick.Network/SongKickDownloader.cs(194,24): error CS0161: `Banshee.SongKick.Network.SongKickDownloader.GetCachedReply(string)': not all code paths return a value
Compilation failed: 2 error(s), 0 warnings
make[3]: *** [../../bin/Banshee.SongKick.dll] Error 1
make[2]: *** [all-recursive] 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