Re: [LaTeXila] Bug in Ubuntu Beta Builds?



Hello

On 11.01.2012 00:16, Matthieu Baerts (matttbe) wrote:
> Maybe, can you give us the output of the CMake command launched from a
> terminal? Just to compare this output with this build log:
> https://launchpadlibrarian.net/85988439/buildlog_ubuntu-oneiric-amd64.latexila_2.3.0-1~oneiric~ppa0_BUILDING.txt.gz 
Output from cmake and make attached. As far as I can tell, the libraries
installed are the same.

One (unrelated) thing: For some reason my mails don't show up in the
mailing list archive, even though I keep cc'ing it.

Philipp
drc@pepper:~/Source/latexila-2.3.0/build$ cmake ../
-- The C compiler identification is GNU
-- Check for working C compiler: /usr/bin/gcc
-- Check for working C compiler: /usr/bin/gcc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- *** Building LaTeXila 2.3.0 ***
-- checking for module 'gtk+-2.0 >= 2.16'
--   found gtk+-2.0 , version 2.24.6
-- checking for module 'gtksourceview-2.0 >= 2.10'
--   found gtksourceview-2.0 , version 2.10.5
-- checking for module 'gtkspell-2.0'
--   found gtkspell-2.0, version 2.0.16
-- checking for module 'gee-1.0'
--   found gee-1.0, version 0.6.2.1
-- checking for module 'gio-2.0 >= 2.28'
--   found gio-2.0 , version 2.30.0
-- checking for module 'unique-1.0'
--   found unique-1.0, version 1.1.6
-- checking for module 'gdk-x11-2.0'
--   found gdk-x11-2.0, version 2.24.6
-- checking for module 'x11'
--   found x11, version 1.4.4
-- Configuring done
-- Generating done
-- Build files have been written to: /home/drc/Source/latexila-2.3.0/build
drc@pepper:~/Source/latexila-2.3.0/build$ make
[ 16%] Built target build_tools
[ 33%] Built target templates
[ 40%] Built target documentation
[ 56%] Built target translations
Scanning dependencies of target latexila
[ 57%] Building C object src/C/CMakeFiles/latexila.dir/app_settings.c.o
[ 58%] Building C object src/C/CMakeFiles/latexila.dir/templates.c.o
/home/drc/Source/latexila-2.3.0/src/C/templates.c: In function â??templates_add_template_from_fileâ??:
/home/drc/Source/latexila-2.3.0/src/C/templates.c:1247:3: warning: passing argument 3 of â??g_file_load_contentsâ?? from incompatible pointer type [enabled by default]
/usr/include/glib-2.0/gio/gfile.h:963:10: note: expected â??char **â?? but argument is of type â??guint8 **â??
/home/drc/Source/latexila-2.3.0/src/C/templates.c:1247:3: warning: passing argument 4 of â??g_file_load_contentsâ?? from incompatible pointer type [enabled by default]
/usr/include/glib-2.0/gio/gfile.h:963:10: note: expected â??gsize *â?? but argument is of type â??gint *â??
/home/drc/Source/latexila-2.3.0/src/C/templates.c: In function â??templates_add_default_templateâ??:
/home/drc/Source/latexila-2.3.0/src/C/templates.c:1325:18: warning: assignment from incompatible pointer type [enabled by default]
[ 60%] Building C object src/C/CMakeFiles/latexila.dir/main.c.o
[ 61%] Building C object src/C/CMakeFiles/latexila.dir/search.c.o
[ 62%] Building C object src/C/CMakeFiles/latexila.dir/completion.c.o
/home/drc/Source/latexila-2.3.0/src/C/completion.c: In function â??completion_provider_constructâ??:
/home/drc/Source/latexila-2.3.0/src/C/completion.c:296:2: warning: passing argument 6 of â??gee_hash_map_newâ?? from incompatible pointer type [enabled by default]
/usr/include/gee-1.0/gee.h:855:13: note: expected â??GDestroyNotifyâ?? but argument is of type â??void (*)(struct CompletionProviderCompletionCommand *)â??
/home/drc/Source/latexila-2.3.0/src/C/completion.c:299:2: warning: passing argument 6 of â??gee_hash_map_newâ?? from incompatible pointer type [enabled by default]
/usr/include/gee-1.0/gee.h:855:13: note: expected â??GDestroyNotifyâ?? but argument is of type â??void (*)(struct CompletionProviderCompletionChoice *)â??
/home/drc/Source/latexila-2.3.0/src/C/completion.c:333:3: warning: passing argument 3 of â??g_file_load_contentsâ?? from incompatible pointer type [enabled by default]
/usr/include/glib-2.0/gio/gfile.h:963:10: note: expected â??char **â?? but argument is of type â??guint8 **â??
/home/drc/Source/latexila-2.3.0/src/C/completion.c:333:3: warning: passing argument 4 of â??g_file_load_contentsâ?? from incompatible pointer type [enabled by default]
/usr/include/glib-2.0/gio/gfile.h:963:10: note: expected â??gsize *â?? but argument is of type â??gint *â??
/home/drc/Source/latexila-2.3.0/src/C/completion.c:347:25: warning: assignment from incompatible pointer type [enabled by default]
[ 63%] Building C object src/C/CMakeFiles/latexila.dir/preferences_dialog.c.o
/home/drc/Source/latexila-2.3.0/src/C/preferences_dialog.c: In function â??preferences_dialog_init_schemes_treeviewâ??:
/home/drc/Source/latexila-2.3.0/src/C/preferences_dialog.c:1978:20: warning: assignment from incompatible pointer type [enabled by default]
[ 65%] Building C object src/C/CMakeFiles/latexila.dir/build_tools.c.o
/home/drc/Source/latexila-2.3.0/src/C/build_tools.c: In function â??build_tools_loadâ??:
/home/drc/Source/latexila-2.3.0/src/C/build_tools.c:1218:2: warning: passing argument 3 of â??gee_linked_list_newâ?? from incompatible pointer type [enabled by default]
/usr/include/gee-1.0/gee.h:885:16: note: expected â??GDestroyNotifyâ?? but argument is of type â??void (*)(struct BuildTool *)â??
/home/drc/Source/latexila-2.3.0/src/C/build_tools.c:1229:18: warning: assignment from incompatible pointer type [enabled by default]
/home/drc/Source/latexila-2.3.0/src/C/build_tools.c:1307:6: warning: passing argument 3 of â??g_file_load_contentsâ?? from incompatible pointer type [enabled by default]
/usr/include/glib-2.0/gio/gfile.h:963:10: note: expected â??char **â?? but argument is of type â??guint8 **â??
/home/drc/Source/latexila-2.3.0/src/C/build_tools.c:1307:6: warning: passing argument 4 of â??g_file_load_contentsâ?? from incompatible pointer type [enabled by default]
/usr/include/glib-2.0/gio/gfile.h:963:10: note: expected â??gsize *â?? but argument is of type â??gint *â??
/home/drc/Source/latexila-2.3.0/src/C/build_tools.c:1320:28: warning: assignment from incompatible pointer type [enabled by default]
/home/drc/Source/latexila-2.3.0/src/C/build_tools.c: In function â??build_tools_parser_startâ??:
/home/drc/Source/latexila-2.3.0/src/C/build_tools.c:1421:5: warning: passing argument 3 of â??gee_array_list_newâ?? from incompatible pointer type [enabled by default]
/usr/include/gee-1.0/gee.h:819:15: note: expected â??GDestroyNotifyâ?? but argument is of type â??void (*)(struct BuildJob *)â??
/home/drc/Source/latexila-2.3.0/src/C/build_tools.c: In function â??string_stripâ??:
/home/drc/Source/latexila-2.3.0/src/C/build_tools.c:1845:2: warning: passing argument 1 of â??g_strchugâ?? discards â??constâ?? qualifier from pointer target type [enabled by default]
/usr/include/glib-2.0/glib/gstrfuncs.h:154:23: note: expected â??gchar *â?? but argument is of type â??const gchar *â??
[ 66%] Building C object src/C/CMakeFiles/latexila.dir/build_tool_dialog.c.o
/home/drc/Source/latexila-2.3.0/src/C/build_tool_dialog.c: In function â??build_tool_dialog_init_icon_treeviewâ??:
/home/drc/Source/latexila-2.3.0/src/C/build_tool_dialog.c:490:19: warning: assignment discards â??constâ?? qualifier from pointer target type [enabled by default]
/home/drc/Source/latexila-2.3.0/src/C/build_tool_dialog.c: In function â??string_stripâ??:
/home/drc/Source/latexila-2.3.0/src/C/build_tool_dialog.c:901:2: warning: passing argument 1 of â??g_strchugâ?? discards â??constâ?? qualifier from pointer target type [enabled by default]
/usr/include/glib-2.0/glib/gstrfuncs.h:154:23: note: expected â??gchar *â?? but argument is of type â??const gchar *â??
/home/drc/Source/latexila-2.3.0/src/C/build_tool_dialog.c: In function â??build_tool_dialog_run_meâ??:
/home/drc/Source/latexila-2.3.0/src/C/build_tool_dialog.c:1302:3: warning: passing argument 3 of â??gee_array_list_newâ?? from incompatible pointer type [enabled by default]
/usr/include/gee-1.0/gee.h:819:15: note: expected â??GDestroyNotifyâ?? but argument is of type â??void (*)(struct BuildJob *)â??
[ 67%] Building C object src/C/CMakeFiles/latexila.dir/application.c.o
/home/drc/Source/latexila-2.3.0/src/C/application.c: In function â??application_register_my_stock_iconsâ??:
/home/drc/Source/latexila-2.3.0/src/C/application.c:828:19: warning: assignment discards â??constâ?? qualifier from pointer target type [enabled by default]   
[ 68%] Building C object src/C/CMakeFiles/latexila.dir/main_window.c.o
/home/drc/Source/latexila-2.3.0/src/C/main_window.c: In function â??main_window_update_build_tools_sensitivityâ??:
/home/drc/Source/latexila-2.3.0/src/C/main_window.c:5203:5: warning: passing argument 3 of â??_vala_string_array_containsâ?? discards â??constâ?? qualifier from pointer target type [enabled by default]
/home/drc/Source/latexila-2.3.0/src/C/main_window.c:5005:17: note: expected â??gchar *â?? but argument is of type â??const gchar *â??
/home/drc/Source/latexila-2.3.0/src/C/main_window.c: In function â??main_window_on_quitâ??:
/home/drc/Source/latexila-2.3.0/src/C/main_window.c:5647:2: warning: passing argument 3 of â??g_settings_set_strvâ?? from incompatible pointer type [enabled by default]
/usr/include/glib-2.0/gio/gsettings.h:135:25: note: expected â??const gchar * const*â?? but argument is of type â??gchar **â??
[ 70%] Building C object src/C/CMakeFiles/latexila.dir/latex_menu.c.o


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