This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Making all in lib | |
| make[1]: Entering directory `/home/knocte/Documents/Code/smuxi/lib' | |
| make[2]: Entering directory `/home/knocte/Documents/Code/smuxi/lib' | |
| make[2]: Nothing to be done for `all-am'. | |
| make[2]: Leaving directory `/home/knocte/Documents/Code/smuxi/lib' | |
| make[1]: Leaving directory `/home/knocte/Documents/Code/smuxi/lib' | |
| Making all in src | |
| make[1]: Entering directory `/home/knocte/Documents/Code/smuxi/src' | |
| Making all in Common | |
| make[2]: Entering directory `/home/knocte/Documents/Code/smuxi/src/Common' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 2013-11-07 17:47:02,877 [TwitterProtocolManager friends timeline listener] ERROR Smuxi.Engine.TwitterProtocolManager - UpdateFriendsTimelineThread(): Exception | |
| System.ArgumentNullException: Argument cannot be null. | |
| Parameter name: receiver | |
| at Smuxi.Engine.MessageHookEnvironment..ctor (Smuxi.Engine.MessageModel msg, System.String sender, System.String receiver) [0x0015e] in /home/knocte/Documents/Code/smuxi/src/Engine/Hooks/Environments/MessageHookEnvironment.cs:56 | |
| at Smuxi.Engine.ProtocolManagerBase.OnMessageSent (Smuxi.Engine.MessageEventArgs e) [0x00097] in /home/knocte/Documents/Code/smuxi/src/Engine/Protocols/ProtocolManagerBase.cs:258 | |
| at Smuxi.Engine.TwitterProtocolManager.UpdateFriendsTimeline () [0x00000] in <filename unknown>:0 | |
| at Smuxi.Engine.TwitterProtocolManager.UpdateFriendsTimelineThread () [0x00000] in <filename unknown>:0 | |
| 2013-11-07 17:47:02,878 [TwitterProtocolManager friends timeline listener] DEBUG Smuxi.Engine.TwitterProtocolManager - UpdateFriendsTimelineThread(): finishing th |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Making all in lib | |
| make[1]: Entering directory `/home/knocte/Documents/Code/smuxi/lib' | |
| make[2]: Entering directory `/home/knocte/Documents/Code/smuxi/lib' | |
| make[2]: Nothing to be done for `all-am'. | |
| make[2]: Leaving directory `/home/knocte/Documents/Code/smuxi/lib' | |
| make[1]: Leaving directory `/home/knocte/Documents/Code/smuxi/lib' | |
| Making all in src | |
| make[1]: Entering directory `/home/knocte/Documents/Code/smuxi/src' | |
| Making all in Common | |
| make[2]: Entering directory `/home/knocte/Documents/Code/smuxi/src/Common' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @ fsharpc --help | |
| F# Compiler for F# 3.0 (Open Source Edition) | |
| Freely distributed under the Apache 2.0 Open Source License | |
| - OUTPUT FILES - | |
| --out:<file> Name of the output file (Short form: -o) | |
| --target:exe Build a console executable | |
| --target:winexe Build a Windows executable | |
| --target:library Build a library (Short form: -a) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| cairo/Global.cs | 5 +++++ | |
| glib/MainLoop.cs | 2 ++ | |
| 2 files changed, 7 insertions(+) | |
| diff --git a/cairo/Global.cs b/cairo/Global.cs | |
| index 0d61ba4..ea858a9 100644 | |
| --- a/cairo/Global.cs | |
| +++ b/cairo/Global.cs | |
| @@ -34,6 +34,11 @@ namespace Cairo | |
| { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/src/Frontend-GNOME/Makefile.am b/src/Frontend-GNOME/Makefile.am | |
| index 75e6644..da3ccb5 100644 | |
| --- a/src/Frontend-GNOME/Makefile.am | |
| +++ b/src/Frontend-GNOME/Makefile.am | |
| @@ -275,7 +275,7 @@ $(build_resx_resources) : %.resources: %.resx | |
| $(ASSEMBLY) $(ASSEMBLY_MDB): $(build_sources) $(build_resources) $(build_datafiles) $(DLL_REFERENCES) $(PROJECT_REFERENCES) $(build_xamlg_list) $(build_satellite_assembly_list) | |
| mkdir -p $(dir $(ASSEMBLY)) | |
| - $(ASSEMBLY_COMPILER_COMMAND) $(ASSEMBLY_COMPILER_FLAGS) -out:$(ASSEMBLY) -target:$(COMPILE_TARGET) $(build_sources_embed) $(build_resources_embed) $(build_references_ref) | |
| + $(XBUILD) Frontend-GNOME.csproj |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/src/Dap/Banshee.Dap/Banshee.Dap.Gui/DapInfoBar.cs b/src/Dap/Banshee | |
| index 65416e7..e8df0fd 100644 | |
| --- a/src/Dap/Banshee.Dap/Banshee.Dap.Gui/DapInfoBar.cs | |
| +++ b/src/Dap/Banshee.Dap/Banshee.Dap.Gui/DapInfoBar.cs | |
| @@ -50,6 +50,10 @@ namespace Banshee.Dap.Gui | |
| BuildWidget (); | |
| } | |
| + protected DapInfoBar (IntPtr handle) : base (handle) | |
| + { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| CC bluetooth-settings-widget.lo | |
| In file included from bluetooth-settings-widget.c:37:0: | |
| bluetooth-settings-row.h:50:2: error: unknown type name 'GtkListBoxRow' | |
| bluetooth-settings-row.h:54:2: error: unknown type name 'GtkListBoxRowClass' | |
| bluetooth-settings-widget.c:878:7: error: unknown type name 'GtkListBoxRow' | |
| bluetooth-settings-widget.c: In function 'device_name_appeared': | |
| bluetooth-settings-widget.c:894:2: warning: implicit declaration of function 'start_pairing' [-Wimplicit-function-declaration] | |
| bluetooth-settings-widget.c:894:2: warning: nested extern declaration of 'start_pairing' [-Wnested-externs] | |
| bluetooth-settings-widget.c:894:2: warning: implicit declaration of function 'GTK_LIST_BOX_ROW' [-Wimplicit-function-declaration] | |
| bluetooth-settings-widget.c:894:2: warning: nested extern declaration of 'GTK_LIST_BOX_ROW' [-Wnested-externs] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| GStreamer encountered a general stream error. : gstbaseparse.c(3038): gst_base_parse_loop (): /GstPipeline:pipeline/GstDecodeBin:the decodebin/GstFlacParse:flacparse1: | |
| streaming stopped, reason not-linked |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [16 Debug 17:27:08.906] Transcoding file:///home/knocte/Music/%5BS27-051%5D%20Jimmy%20Penguin%20-%20The%20S27%20Double%20Bluff%20(FLAC)/Side%20A%20-%20It's%20Not%20Dubstep/A1%20Dave.flac to file:///home/knocte/.cache/banshee-1/transcoder/13ad5a2b-cf79-4927-a058-1db19f18fbc6.mp3 | |
| [16 Debug 17:27:08.925] Finished - Adding 1 of 12 to Nokia N900 Phone | |
| [1 Debug 17:27:08.942] Starting | |
| [16 Debug 17:27:08.947] Ending DAP sync | |
| [1 Error 17:27:08.948] Cannot Convert File - GStreamer encountered a general stream error. : gstbaseparse.c(3038): gst_base_parse_loop (): /GstPipeline:pipeline/GstDecodeBin:the decodebin/GstFlacParse:flacparse0: | |
| streaming stopped, reason not-linked | |
| [1 Debug 17:27:08.948] Transcoding file:///home/knocte/Music/%5BS27-051%5D%20Jimmy%20Penguin%20-%20The%20S27%20Double%20Bluff%20(FLAC)/Side%20A%20-%20It's%20Not%20Dubstep/A2%20Muzzell%20Loop%20(Penguin%20RMX).flac to file:///home/knocte/.cache/banshee-1/transcoder/cef4dca8-aeab-49e2-ae30-d0638bd8b7a0.mp3 | |
| [1 Error 17:27:08.992] Cannot Convert File - GS |