arx-users
[Top][All Lists]
Advanced

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

Re: [Arx-users] Fwd: Errors in the mirror command ? (Segmentation errors


From: Walter Landry
Subject: Re: [Arx-users] Fwd: Errors in the mirror command ? (Segmentation errors too)
Date: Sun, 16 Jan 2005 23:27:35 -0500 (EST)

Marc Recht <address@hidden> wrote:
> > Done (arx.2.2.10).  Cygwin is mostly working, so now I just have to
> > figure out the problems on OS X and I can release.
> >
> 
> I got it somewhat working by removing _all_ references to 
> boost::filesystem::remove and remove_all with the gvfs functions. 
> Getting arx and the arx.arx configs is no problem with the attached 
> patch. I don't know about updating/merging, though.

Hmm.  Looking through the code for gnome-vfs and boost, the only real
difference is that gnome-vfs uses POSIX "unlink" and "rmdir", while
boost uses Ansi C "remove".  So I tried replacing the call to "remove"
with "unlink" and "rmdir".  The initial get of arx.2.2,10 worked fine,
but getting arx.2.1,140 and merging in-place from there gave me the
same problems.  Can you do a merge and let me know if that works?

> One problem I have is making an archive (see below), but  I don't know 
> if it's related to my changes.
> 
> melody:~/develop/ArX marc$ arx make-archive --key address@hidden 
> address@hidden /Users/marc/develop/ArX/_arxfork
> Can't read the archive rooted at file:///Users/marc/develop/ArX

Odd. I remember having a bug like that and then fixing it.  Is this
with 2.2,10?  Can you sprinkle srx/arx/commands/make_archive.cpp with
cout's to find out where it is having problems?

Walter




reply via email to

[Prev in Thread] Current Thread [Next in Thread]