Kyle Moffett wrote:

You delete the line "const char *_nl_expand_alias ()" without deleting
the "extern" and the "#ifdef __cplusplus" above it, which possibly makes
the gettext test fail.

Hm, yeah, I honestly don't understand how the crazy gettext checking they're doing works, and what _nl_expand_alias is supposed to do, but it's not in our gettext. I just hacked on it 'till it worked. :)

Secondly, the configuration text redirection error comes from this part
of the patch:
-  user_config->Dump(out);
+  user_config->Dump();

I can't see any reason for this change.  You don't even change the
argument list for the Dump() function, so I assume it has a default
argument (cout?), but this is definitely not desired behaviour :-D.

The reason is because aptitude is kept in sync, for the most part, with the latest apt, which changed their API some. I had to remove those changes. ;)


-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO September
19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel

Reply via email to