[MacPorts] #21509: Konversation 1.2-alpha6 fails to build on Snow Leopard
MacPorts
noreply at macports.org
Sat Sep 19 21:54:36 PDT 2009
#21509: Konversation 1.2-alpha6 fails to build on Snow Leopard
----------------------------------+-----------------------------------------
Reporter: coreymon77@… | Owner: snc@…
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 1.8.0
Keywords: | Port: konversation
----------------------------------+-----------------------------------------
Comment(by hsivank@…):
It seems that you have a include path problem ... you have not post the
relevant part for analyse ... anyway
It is a little bit hacky but you can try to replace all #include<Q3***> by
#include <Qt3Support>
or you can try to replace in CMakeList.txt
{{{
include_directories(${CMAKE_CURRENT_SOURCE_DIR}
${CMAKE_CURRENT_BINARY_DIR} ${KDE4_INCLUDES} ${KDE4_INCLUDE_DIR}
${QT_INCLUDES})
}}}
by
{{{
include_directories(${CMAKE_CURRENT_SOURCE_DIR}
${CMAKE_CURRENT_BINARY_DIR} ${KDE4_INCLUDES} ${KDE4_INCLUDE_DIR}
${QT_INCLUDES} ${QT_INCLUDES}/Qt3Support)
}}}
It is possible that you run into problem at link step ... don't hesitate
to ask !
--
Ticket URL: <http://trac.macports.org/ticket/21509#comment:7>
MacPorts <http://www.macports.org/>
Ports system for Mac OS
More information about the macports-tickets
mailing list