Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
rdiff-backup-fs-1.0.0
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  3 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Stuarty  
View profile  
 More options Oct 25 2011, 9:41 am
From: Stuarty <stuartroberts...@gmail.com>
Date: Tue, 25 Oct 2011 06:41:41 -0700 (PDT)
Local: Tues, Oct 25 2011 9:41 am
Subject: rdiff-backup-fs-1.0.0
Has anyone used rdiff-backup-fs-1.0.0 on mac os x? I have rdiff-backup
working and would like to mount the backups using fuse.

When I try to make and install rdiff-backup-fs-1.0.0 I get the
following error

bash-3.2$ make
make  all-recursive
Making all in layout
gcc -DHAVE_CONFIG_H -I. -I..     -Wall -O3  -MT all.o -MD -MP -
MF .deps/all.Tpo -c -o all.o all.c
In file included from all.h:5,
                 from all.c:1:
../externs.h:6:18: error: fuse.h: No such file or directory
make[2]: *** [all.o] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2

The code is at http://code.google.com/p/rdiff-backup-fs/

Thanks, Stuart


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Sam Moffatt  
View profile  
 More options Nov 26 2011, 1:40 am
From: Sam Moffatt <pasa...@gmail.com>
Date: Fri, 25 Nov 2011 22:40:30 -0800
Local: Sat, Nov 26 2011 1:40 am
Subject: Re: rdiff-backup-fs-1.0.0
I believe fuse.h is in /usr/local/include. You should probably use
pkg-config to make sure you get the right configuration information
for FUSE. For myself this results in the following output:

silversaviour:~ pasamio$ pkg-config --cflags fuse
-D__FreeBSD__=10 -D_FILE_OFFSET_BITS=64 -I/usr/local/include/fuse

Updating the make script to do this should result in the code
compiling properly. This also assumes an appropriate configured
pkg-config setup (on my system I need "/usr/local/lib/pkgconfig" in my
PKG_CONFIG_PATH environment variable)

Cheers,

Sam Moffatt
http://pasamio.id.au


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Benjamin Fleischer  
View profile  
 More options Nov 26 2011, 6:18 am
From: Benjamin Fleischer <flei...@gmail.com>
Date: Sat, 26 Nov 2011 12:18:55 +0100
Local: Sat, Nov 26 2011 6:18 am
Subject: Re: rdiff-backup-fs-1.0.0

Am 26.11.2011 um 07:40 schrieb Sam Moffatt:

> I believe fuse.h is in /usr/local/include. You should probably use
> pkg-config to make sure you get the right configuration information
> for FUSE. For myself this results in the following output:

> silversaviour:~ pasamio$ pkg-config --cflags fuse
> -D__FreeBSD__=10 -D_FILE_OFFSET_BITS=64 -I/usr/local/include/fuse

Actually, these are the CFLAGS for MacFUSE. OSXFUSE's fuse.pc is slightly different:

$ pkg-config --cflags fuse
-D__DARWIN_64_BIT_INO_T=1 -D__FreeBSD__=10 -D_FILE_OFFSET_BITS=64 -I/usr/local/include/osxfuse/fuse

The file /usr/local/lib/pkg-config/fuse.pc is the only file that comes with MacFUSE and OSXFUSE (without MacFUSE compatibility stuff). In case of OSXFUSE it is a symlink pointing to osxfuse.pc.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »