! Please note that this is a snapshot of our old Bugzilla server, which is read only since May 29, 2020. Please go to gitlab.xfce.org for our new server !
Thunar compilation fails
Status:
CLOSED: FIXED

Comments

Description Stefan Stuhr 2006-01-10 22:54:09 CET
Latest Thunar in SVN fails while compiling.

cc1: warnings being treated as errors
thunar-path-entry.c: In function 'thunar_path_entry_changed':
thunar-path-entry.c:758: warning: 'file_part' may be used uninitialized in this
function
thunar-path-entry.c:757: warning: 'folder_part' may be used uninitialized in
this function
make[3]: *** [Thunar-thunar-path-entry.o] Error 1
make[3]: Leaving directory `/opt/xfce4-svn/src/xfce4svn/thunar/trunk/thunar'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/opt/xfce4-svn/src/xfce4svn/thunar/trunk/thunar'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/opt/xfce4-svn/src/xfce4svn/thunar/trunk'
make: *** [all] Error 2

Reproducible: Always
Steps to Reproduce:
Comment 1 Benedikt Meurer editbugs 2006-01-10 22:58:23 CET
2006-01-10	Benedikt Meurer <benny@xfce.org>

	* thunar/thunar-path-entry.c(thunar_path_entry_changed): Make older
	  compilers happy. Fixes bug #1318.

Comment 2 Stefan Stuhr 2006-01-10 23:12:11 CET
Thunar still fails to compile:

cc1: warnings being treated as errors
thunar-standard-view.c: In function 'thunar_standard_view_drag_drop':
thunar-standard-view.c:1992: warning: pointer targets in passing argument 6 of
'gdk_property_change' differ in signedness
thunar-standard-view.c: In function 'thunar_standard_view_drag_data_received':
thunar-standard-view.c:2067: warning: pointer targets in passing argument 6 of
'gdk_property_change' differ in signedness
make[3]: *** [Thunar-thunar-standard-view.o] Error 1
make[3]: Leaving directory `/opt/xfce4-svn/src/xfce4svn/thunar/trunk/thunar'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/opt/xfce4-svn/src/xfce4svn/thunar/trunk/thunar'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/opt/xfce4-svn/src/xfce4svn/thunar/trunk'
make: *** [all] Error 2

(Should I have opened a new bug report for this? I think it's better to reopen
this bug, especially if there's more coming after this, which I don't hope...)
Comment 3 Benedikt Meurer editbugs 2006-01-10 23:23:30 CET
2006-01-11	Benedikt Meurer <benny@xfce.org>

	* thunar/thunar-standard-view.c: Fix compiler warnings. Again bug
	  #1318.

Comment 4 Stefan Stuhr 2006-01-10 23:50:12 CET
Thanks, it compiles now :)

Bug #1318

Reported by:
Stefan Stuhr
Reported on: 2006-01-10
Last modified on: 2009-07-17

People

Assignee:
Jannis Pohlmann
CC List:
0 users

Version

Version:
0.2.1svn

Attachments

Additional information