! 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 !
xfburn won't compile without thunar-vfs
Status:
RESOLVED: FIXED

Comments

Description Jiri Moskovcak 2008-08-18 14:01:12 CEST
User-Agent:       Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.1) Gecko/2008072301 Fedora/3.0.1-1.fc9 Firefox/3.0.1
Build Identifier: 

I just tried to compile xfburn and it ended with error like:
ThunarVfs undeclared

Reproducible: Always

Steps to Reproduce:
1. download latest svn source
2. try to compile without thunar-vfs
Comment 1 Jiri Moskovcak 2008-08-18 14:01:47 CEST
Created attachment 1780 
Proposed patch
Comment 2 Jean-François Wauthy editbugs 2008-08-18 14:14:54 CEST
just a remark about your patch: don't move variable declaration into the code it may be C99 compliant but not C92, simply add a #ifdef #endif in the declaration block instead.
Comment 3 Jiri Moskovcak 2008-08-18 14:22:12 CEST
Ok, I'm sorry, will remember it next time.
Comment 4 David Mohr 2008-08-22 05:30:28 CEST
Thanks for the report and for attaching a patch Jiri! For something this small, you don't really need to go through the trouble, as it probably would take me longer to read, download and apply the patch than to fix it myself :-).

It's fixed in rev. 5286.

Bug #4293

Reported by:
Jiri Moskovcak
Reported on: 2008-08-18
Last modified on: 2008-08-22

People

Assignee:
Xfburn Bug Triage
CC List:
0 users

Version

Version:
SVN trunk

Attachments

Proposed patch (848 bytes, patch)
2008-08-18 14:01 CEST , Jiri Moskovcak
no flags

Additional information