Your message dated Sun, 3 Dec 2006 10:55:11 +0100
with message-id <[EMAIL PROTECTED]>
and subject line FTBFS with G++ 4.1: extra qualification -- closed in Ver. 
2.4.8-1
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: highlight
Version: 2.4.5-1
Tags: patch

Your package fails to build with G++ 4.1.  I'm filing this bug as
important for now, but when 4.1 will be the default compiler in
unstable (probably in a few weeks) I'll upgrade this to serious.
The 0 day NMU policy applies already so please fix this soon.
Thanks.

A patch is attached.


> Automatic build of highlight_2.4.5-1 on test.track.rz.uni-augsburg.de by 
> sbuild/powerpc 0.44
...
> /usr/bin/make
> make[1]: Entering directory `/build/tbm/highlight-2.4.5'
> /usr/bin/make -C ./highlight -f ./makefile HL_DATA_DIR=/usr/share/highlight/
> make[2]: Entering directory `/build/tbm/highlight-2.4.5/highlight'
> c++ -O2 -DHL_DATA_DIR=\"/usr/share/highlight/\" -c main.cpp
> codegenerator.h:251: error: extra qualification 'highlight::CodeGenerator::' 
> on member 'setHTMLAnchorPrefix'
> make[2]: *** [main.o] Error 1


--- highlight/codegenerator.h~  2006-05-12 13:35:56.000000000 +0000
+++ highlight/codegenerator.h   2006-05-12 13:36:01.000000000 +0000
@@ -248,7 +248,7 @@
     string &getTitle();

 

     /** \param p HTML anchor prefix */

-    void CodeGenerator::setHTMLAnchorPrefix(const string & p);
+    void setHTMLAnchorPrefix(const string & p);
 
 protected:
     CodeGenerator(highlight::OutputType type);

-- 
Martin Michlmayr
http://www.cyrius.com/


--- End Message ---
--- Begin Message ---
Hi,

See last upload Version: 2.4.8-1

[1] http://buildd.debian.org/build.php?arch=&pkg=highlight
[2] http://packages.qa.debian.org/h/highlight/news/20061202T183204Z.html

Thanks
        Ayman

--- End Message ---

Reply via email to