After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 530864 - Compilation failure on "Hardy Heron"
Compilation failure on "Hardy Heron"
Status: RESOLVED DUPLICATE of bug 524620
Product: Pan
Classification: Other
Component: general
pre-1.0 betas
Other Linux
: Normal normal
: ---
Assigned To: Charles Kerr
Pan QA Team
Depends on:
Blocks:
 
 
Reported: 2008-05-01 10:14 UTC by BKB
Modified: 2008-07-04 18:04 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description BKB 2008-05-01 10:14:31 UTC
My compiled version of Pan broke on installing Ubuntu Hardy Heron, so I tried to recompile it from scratch. During this, some errors occurred due to not finding g_assert in a file "my-tree.cc". To fix this, change "gmessages.h" to "gtestutils.h" in the following:

*** my-tree.cc	2008-05-01 19:05:38.000000000 +0900
--- my-tree.cc.~1~	2007-08-02 02:00:00.000000000 +0900
***************
*** 19,25 ****
  
  #include <config.h>
  #include <cassert>
! #include <glib/gtestutils.h> // for g_assert
  #include <pan/general/debug.h>
  #include <pan/general/foreach.h>
  #include <pan/general/quark.h>
--- 19,25 ----
  
  #include <config.h>
  #include <cassert>
! #include <glib/gmessages.h> // for g_assert
  #include <pan/general/debug.h>
  #include <pan/general/foreach.h>
  #include <pan/general/quark.h>

After this it compiled correctly.
Comment 1 Charles Kerr 2008-07-04 18:04:51 UTC

*** This bug has been marked as a duplicate of 524620 ***