[gccsdk] [Bug 195] subversion: using ee does no longer work

2010-02-10 Thread bugzilla-daemon
http://www.riscos.info/bugzilla3/show_bug.cgi?id=195





--- Comment #2 from Jan-Jaap van der Geer   2010-02-10 
11:41:11 ---
It seems fine to me. These are my results:

*adfs
*...@.test
/ADFS::HardDisc4.$/hostfsbug/test
*hostfs
*$.test
/HostFS:$/test

-- 
Configure bugmail: http://www.riscos.info/bugzilla3/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are watching all bug changes.

___
GCCSDK mailing list gcc@gccsdk.riscos.info
Bugzilla: http://www.riscos.info/bugzilla/index.cgi
List Info: http://www.riscos.info/mailman/listinfo/gcc
Main Page: http://www.riscos.info/index.php/GCCSDK


[gccsdk] [Bug 195] subversion: using ee does no longer work

2010-02-09 Thread bugzilla-daemon
http://www.riscos.info/bugzilla3/show_bug.cgi?id=195


John Tytgat  changed:

   What|Removed |Added

 CC||john.tyt...@aaug.net




--- Comment #1 from John Tytgat   2010-02-09 14:41:33 ---
I'm wondering if this isn't related to what got hinted at
http://www.riscosopen.org/forum/forums/5/topics/313?page=2#posts-2422> but
the latter is without details so we can't be sure.

Could you compile the following with GCCSDK (and UnixLib as runtime library):

--8<--
#include 

int
main(int argc, char *argv[])
{
  printf("%s\n", argv[0]);
  return 0;
}
--8<--

And when running I expect to see output similar to:

/ADFS::HardDisc4.$/foo/bar/test

I.e. unixified version of the full RISC OS path of your test binary.  I think
with HostFS you will have something different and that's most probably due to a
HostFS implementation problem.

-- 
Configure bugmail: http://www.riscos.info/bugzilla3/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are watching all bug changes.

___
GCCSDK mailing list gcc@gccsdk.riscos.info
Bugzilla: http://www.riscos.info/bugzilla/index.cgi
List Info: http://www.riscos.info/mailman/listinfo/gcc
Main Page: http://www.riscos.info/index.php/GCCSDK