[PATCH] Changes to make the glib-removal-hack branch build on MacOSX

Henrik Brautaset Aronsen subsurface at henrik.synth.no
Sun Oct 6 09:26:21 UTC 2013


Dirk Hohndel wrote:
> On Sun, 2013-10-06 at 13:43 +0200, subsurface at henrik.synth.no wrote:
>> --- a/webservice.c
>> +++ b/webservice.c
>> @@ -1,4 +1,3 @@
>> -#include<libintl.h>
>>   #include<glib/gi18n.h>
>>   #include<libsoup/soup.h>
>>   #include<libxml/tree.h>
>
> None of these should be compiled anymore... why did they break your
> build?

That's the result of removing libintl.h from all files using sed :)

>
>   /* check if we are running a newer OS version */
> -gboolean subsurface_os_feature_available(os_feature_t f)
> +bool subsurface_os_feature_available(os_feature_t f)
>   {
>   	switch (f) {
>   	case UTF8_FONT_WITH_STARS:
>
> That one DEFINITELY shouldn't be built on Mac :-)

Same thing :)

> Anyway - pushed out to the glib-removal-hack branch... I think I'll
> merge that into master, soon.

Good!

Henrik

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.hohndel.org/pipermail/subsurface/attachments/20131006/717cc0d2/attachment-0001.html>


More information about the subsurface mailing list