pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[head] www/kdewebdev4 build error



	Hello,

pkg_rolling-replace stops later with compilation error (class not declared in this scope) :

In file included from /usr/src/pkgsrc/www/kdewebdev4/work/kdewebdev-16.08.0/klinkstatus/src/tidy/markupvalidator.h:30:0, from /usr/src/pkgsrc/www/kdewebdev4/work/kdewebdev-16.08.0/klinkstatus/src/tidy/markupvalidator.cpp:21: /usr/src/pkgsrc/www/kdewebdev4/work/kdewebdev-16.08.0/klinkstatus/src/tidy/tidyx.h: In member function 'Bool Tidy::Node::IsHTML()': /usr/src/pkgsrc/www/kdewebdev4/work/kdewebdev-16.08.0/klinkstatus/src/tidy/tidyx.h:315:58: error: 'tidyNodeIsHTML' was not declared in this scope
     Bool IsHTML()        { return tidyNodeIsHTML( tnod() ); }
                                                          ^
/usr/src/pkgsrc/www/kdewebdev4/work/kdewebdev-16.08.0/klinkstatus/src/tidy/tidyx.h: In member function 'Bool Tidy::Node::IsHEAD()': /usr/src/pkgsrc/www/kdewebdev4/work/kdewebdev-16.08.0/klinkstatus/src/tidy/tidyx.h:316:58: error: 'tidyNodeIsHEAD' was not declared in this scope
     Bool IsHEAD()        { return tidyNodeIsHEAD( tnod() ); }

	I have found the same error in following log:

http://buildlogs.pld-linux.org/index.php?dist=th&arch=x32&ok=0&name=kde4-kdewebdev&id=8c71ef3f-4f5f-4b54-a918-d20ffc4e3631

I don't understand this error as namespace seems to be defined (but I'm not a C++ guru). I have also tried to add in /etc/mk.conf

CXXFLAGS+= "-D_GLIBCXX_USE_CXX11_ABI=0"

without success.

	Help will be welcome.

	Best regards,

	JKB


Home | Main Index | Thread Index | Old Index