Hello, I have attached an updated patch for the experimental package, which I guess will end up in unstable sooner or later.
Svante Signell, le Fri 27 Apr 2012 23:33:10 +0200, a écrit : > On Fri, 2012-04-27 at 19:06 +0200, Samuel Thibault wrote: > > There was no comment on the latest proposed patch. The first part of it > > should be actually fixed by the patch for 669308, but what about the > > second part, attached to thix mail? > > This is incredible: Svante, I wonder when you will understand that such kind of mails often have the effect of making people start ignoring your mails, or worse, thinking that Hurd porters are mean. Samuel
--- ./Source/WTF/wtf/gobject/GlibUtilities.cpp.orig 2012-05-17 02:16:45.391414932 +0200 +++ ./Source/WTF/wtf/gobject/GlibUtilities.cpp 2012-05-17 02:17:12.370848920 +0200 @@ -37,6 +37,11 @@ return CString(); return CString(readLinkBuffer, result); } +#elif OS(HURD) +CString getCurrentExecutablePath() +{ + return CString(); +} #elif OS(UNIX) CString getCurrentExecutablePath() {