azynheira / mu0

Automatically exported from code.google.com/p/mu0
0 stars 0 forks source link

Missing function/macro - compilation error on FreeBSD #39

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. try to build on FreeBSD

What is the expected output? What do you see instead?
build, error

What version of the product are you using? On what operating system?
mu-0.9.5.1

Please provide any additional information below.

patch:

diff -ur mu-0.9.5.1.orig/src/mu-util.c mu-0.9.5.1/src/mu-util.c
--- mu-0.9.5.1.orig/src/mu-util.c   2011-05-17 12:21:39.000000000 +0200
+++ mu-0.9.5.1/src/mu-util.c    2011-05-17 12:22:31.000000000 +0200
@@ -158,7 +158,6 @@
        g_critical ("cannot set G_SLICE");
        return FALSE;
    }
-   MU_LOG_FILE("setting G_SLICE to always-malloc");
 #endif /*__FreeBSD__*/

    g_type_init ();

Original issue reported on code.google.com by idio...@gmail.com on 17 May 2011 at 12:28

GoogleCodeExporter commented 8 years ago
Fixed in master, thanks for the patch! Will be in the next release.

Original comment by digg...@gmail.com on 17 May 2011 at 9:23

GoogleCodeExporter commented 8 years ago
Fixed in mu v0.9.6.

Original comment by digg...@gmail.com on 28 May 2011 at 9:48