Send Gtkmm-forge mailing list submissions to
        [email protected]

To subscribe or unsubscribe via the World Wide Web, visit
        https://lists.sourceforge.net/lists/listinfo/gtkmm-forge
or, via email, send a message with subject or body 'help' to
        [email protected]

You can reach the person managing the list at
        [email protected]

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Gtkmm-forge digest..."


gtkmm-forge is the mailing list that receives gtkmm bug reports from bugzilla.  
A daily digest is sent to gtkmm-main, to encourage people to help fixing the 
bugs. Do not try to unsubscribe gtkmm-forge from gtkmm-list.


Today's Topics:

   1. [Bug 570322] New: pangomm fails to build outside  source tree
      (pangomm (bugzilla.gnome.org))
   2. [Bug 570322] pangomm fails to build outside source        tree
      (pangomm (bugzilla.gnome.org))
   3. [Bug 570322] pangomm fails to build outside source        tree
      (pangomm (bugzilla.gnome.org))
   4. [Bug 570325] New: gtkmm fails to build outside    source tree
      (gtkmm (bugzilla.gnome.org))
   5. [Bug 570325] gtkmm fails to build outside source  tree
      (gtkmm (bugzilla.gnome.org))
   6. [Bug 570325] gtkmm fails to build outside source  tree
      (gtkmm (bugzilla.gnome.org))
   7. [Bug 570216] glibmm fails to build outside source tree
      (glibmm (bugzilla.gnome.org))


----------------------------------------------------------------------

Message: 1
Date: Tue,  3 Feb 2009 07:44:27 +0000 (UTC)
From: "pangomm (bugzilla.gnome.org)"
        <[email protected]>
Subject: [gtkmm bugzilla] [Bug 570322] New: pangomm fails to build
        outside source tree
To: [email protected]
Message-ID: <[email protected]/>
Content-Type: text/plain; charset=utf-8

If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=570322

  pangomm | build | Ver: 2.14.x
           Summary: pangomm fails to build outside source tree
           Product: pangomm
           Version: 2.14.x
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: minor
          Priority: Normal
         Component: build
        AssignedTo: [email protected]
        ReportedBy: [email protected]
         QAContact: [email protected]
     GNOME version: Unspecified
   GNOME milestone: Unspecified


When building pangomm outside source tree, following error was found:

- In docs/reference/, doxygen fails to build HTML doc, because
pangomm_header.html_fragment is missing:

---8<---
make[3]: Entering directory `/home/thep/build/gnome_svn/pangomm/docs/reference'
rm -rf html
doxygen Doxyfile \
        2> doxygen-warnings.txt | tee doxygen-output.txt && cat
doxygen-warnings.txt
Warning: Tag `USE_WINDOWS_ENCODING' at line 11 of file Doxyfile has become
obsolete.
To avoid this warning please update your configuration file using "doxygen -u"
Warning: Tag `MAX_DOT_GRAPH_WIDTH' at line 239 of file Doxyfile has become
obsolete.
To avoid this warning please update your configuration file using "doxygen -u"
Warning: Tag `MAX_DOT_GRAPH_HEIGHT' at line 240 of file Doxyfile has become
obsolete.
To avoid this warning please update your configuration file using "doxygen -u"
Error: tag HTML_HEADER: header file `pangomm_header.html_fragment' does not
exist
cd html && ./installdox -l
glibmm_doxygen_t...@../../../../glibmm-2.4/docs/reference/html \
        2>> doxygen-warnings.txt | tee -a doxygen-output.txt && cd ..
/bin/sh: line 0: cd: html: No such file or directory
make[3]: *** [html/index.html] Error 1
make[3]: Leaving directory `/home/thep/build/gnome_svn/pangomm/docs/reference'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/thep/build/gnome_svn/pangomm/docs'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/thep/build/gnome_svn/pangomm'
make: *** [all] Error 2
---8<---

The files 'pangomm_{header,footer}.html_fragment' are in $srcdir, which is
different from $builddir for non-source-dir builds. And their paths are missing
in Doxyfile.

- In the same subdir, pangomm-1.4.devhelp generation fails, with complaint that
"doxygen_to_devhelp.xsl" is missing:

---8<---
make[3]: Entering directory `/home/thep/build/gnome_svn/pangomm/docs/reference'
make[3]: Nothing to be done for `install-exec-am'.
xsltproc -o pangomm-1.4.devhelp doxygen_to_devhelp.xsl xml/index.xml
warning: failed to load external entity "doxygen_to_devhelp.xsl"
cannot parse doxygen_to_devhelp.xsl
make[3]: *** [pangomm-1.4.devhelp] Error 4
make[3]: Leaving directory `/home/thep/build/gnome_svn/pangomm/docs/reference'
make[2]: *** [install-am] Error 2
make[2]: Leaving directory `/home/thep/build/gnome_svn/pangomm/docs/reference'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/home/thep/build/gnome_svn/pangomm/docs'
make: *** [install-recursive] Error 1
---8<---

Again, the file is located in $srcdir. So the path is just missing here.

- With errors above fixed, 'make install' still fails in docs/reference/,
because pangomm-1.4.devhelp is not found again:

---8<---
/home/thep/bin/install-check -m 644
/home/thep/vcs/gnome_svn/pangomm/docs/reference/pangomm-1.4.devhelp
/home/gnome2/share/devhelp/books/pangomm-1.4/$f;
/usr/bin/install: cannot stat
`/home/thep/vcs/gnome_svn/pangomm/docs/reference/pangomm-1.4.devhelp': No such
file or directory
make[3]: *** [install-reference] Error 1
make[3]: Leaving directory `/home/thep/build/gnome_svn/pangomm/docs/reference'
make[2]: *** [install-am] Error 2
make[2]: Leaving directory `/home/thep/build/gnome_svn/pangomm/docs/reference'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/home/thep/build/gnome_svn/pangomm/docs'
make: *** [install-recursive] Error 1
---8<---

This is under the 'install-reference:' target. It tries to install the devhelp
file from $srcdir (/home/thep/vcs/gnome_svn/pangomm/... for my case above), not
from $builddir where it's generated.

(See also Bug #570216 for similar report against glibmm.)


-- 
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why 
you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.

You can add comments to this bug at 
http://bugzilla.gnome.org/show_bug.cgi?id=570322.



------------------------------

Message: 2
Date: Tue,  3 Feb 2009 07:46:29 +0000 (UTC)
From: "pangomm (bugzilla.gnome.org)"
        <[email protected]>
Subject: [gtkmm bugzilla] [Bug 570322] pangomm fails to build outside
        source  tree
To: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=utf-8

If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=570322

  pangomm | build | Ver: 2.14.x




------- Comment #1 from Theppitak Karoonboonyanan  2009-02-03 07:46 UTC -------
Created an attachment (id=127812)
 --> (http://bugzilla.gnome.org/attachment.cgi?id=127812&action=view)
Summarized fixes

This patch summarizes all the fixes, which make the build successful on my
machine.


-- 
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why 
you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.

You can add comments to this bug at 
http://bugzilla.gnome.org/show_bug.cgi?id=570322.



------------------------------

Message: 3
Date: Tue,  3 Feb 2009 07:47:14 +0000 (UTC)
From: "pangomm (bugzilla.gnome.org)"
        <[email protected]>
Subject: [gtkmm bugzilla] [Bug 570322] pangomm fails to build outside
        source  tree
To: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=utf-8

If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=570322

  pangomm | build | Ver: 2.14.x

Theppitak Karoonboonyanan changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
OtherBugsDependingO|                            |569778
              nThis|                            |




-- 
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why 
you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.

You can add comments to this bug at 
http://bugzilla.gnome.org/show_bug.cgi?id=570322.



------------------------------

Message: 4
Date: Tue,  3 Feb 2009 08:30:22 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
        <[email protected]>
Subject: [gtkmm bugzilla] [Bug 570325] New: gtkmm fails to build
        outside source tree
To: [email protected]
Message-ID: <[email protected]/>
Content-Type: text/plain; charset=utf-8

If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=570325

  gtkmm | build | Ver: 2.15.x
           Summary: gtkmm fails to build outside source tree
           Product: gtkmm
           Version: 2.15.x
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: minor
          Priority: Normal
         Component: build
        AssignedTo: [email protected]
        ReportedBy: [email protected]
         QAContact: [email protected]
     GNOME version: 2.25/2.26
   GNOME milestone: Unspecified


gtkmm fails to build outside source tree, with exactly the same set of errors
as described in Bug #570322 for pangomm, and Bug #570216 for glibmm.


-- 
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why 
you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.

You can add comments to this bug at 
http://bugzilla.gnome.org/show_bug.cgi?id=570325.



------------------------------

Message: 5
Date: Tue,  3 Feb 2009 08:31:48 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
        <[email protected]>
Subject: [gtkmm bugzilla] [Bug 570325] gtkmm fails to build outside
        source  tree
To: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=utf-8

If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=570325

  gtkmm | build | Ver: 2.15.x




------- Comment #1 from Theppitak Karoonboonyanan  2009-02-03 08:31 UTC -------
Created an attachment (id=127817)
 --> (http://bugzilla.gnome.org/attachment.cgi?id=127817&action=view)
Summarized fixes

The fix is also the same as those two bugs.


-- 
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why 
you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.

You can add comments to this bug at 
http://bugzilla.gnome.org/show_bug.cgi?id=570325.



------------------------------

Message: 6
Date: Tue,  3 Feb 2009 08:32:25 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
        <[email protected]>
Subject: [gtkmm bugzilla] [Bug 570325] gtkmm fails to build outside
        source  tree
To: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=utf-8

If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=570325

  gtkmm | build | Ver: 2.15.x

Theppitak Karoonboonyanan changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
OtherBugsDependingO|                            |569778
              nThis|                            |




-- 
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why 
you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.

You can add comments to this bug at 
http://bugzilla.gnome.org/show_bug.cgi?id=570325.



------------------------------

Message: 7
Date: Tue,  3 Feb 2009 13:44:20 +0000 (UTC)
From: "glibmm (bugzilla.gnome.org)"
        <[email protected]>
Subject: [gtkmm bugzilla] [Bug 570216] glibmm fails to build outside
        source  tree
To: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=utf-8

If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=570216

  glibmm | build | Ver: 2.19.x

Theppitak Karoonboonyanan changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #127764|0                           |1
        is obsolete|                            |




------- Comment #2 from Theppitak Karoonboonyanan  2009-02-03 13:44 UTC -------
Created an attachment (id=127835)
 --> (http://bugzilla.gnome.org/attachment.cgi?id=127835&action=view)
$(top_builddir) instead of $(builddir)

Use $(top_builddir), as some automake versions do not provide $(builddir), e.g.
Bug #570357.


-- 
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why 
you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.

You can add comments to this bug at 
http://bugzilla.gnome.org/show_bug.cgi?id=570216.



------------------------------

------------------------------------------------------------------------------
Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM)
software. With Adobe AIR, Ajax developers can use existing skills and code to
build responsive, highly engaging applications that combine the power of local
resources and data with the reach of the web. Download the Adobe AIR SDK and
Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com

------------------------------

_______________________________________________
Gtkmm-forge mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gtkmm-forge


End of Gtkmm-forge Digest, Vol 33, Issue 3
******************************************
_______________________________________________
gtkmm-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/gtkmm-list

Reply via email to