Opened 14 years ago

Closed 14 years ago

#2489 closed bug (fixed)

QDomNode: No such file or directory

Reported by: strk Owned by: nobody
Priority: major: does not work as expected Milestone: Version 1.5.0
Component: Build/Install Version: Trunk
Keywords: Cc:
Must Fix for Release: No Platform: SuSE
Platform Version: Awaiting user input: no

Description

ccmake didnt' complain, allowed to configure and generate.

But make failed: {{{ src/core/symbology-ng/qgssymbollayerv2utils.cpp:13:20: error: QDomNode: No such file or directory }}}

SVN r12991

Change History (5)

comment:1 by strk, 14 years ago

Priority: critical: causes crash or data corruptionmajor: does not work as expected

System QDomNode is here: /usr/include/QtXml/QDomNode

Bug still present as of r12997

comment:2 by wonder, 14 years ago

Please can you check the compiler arguments?

Hint: use

make VERBOSE=1

to see the executed commands.

comment:3 by lutra, 14 years ago

I'm seeing the same error trying to compile on Ubuntu.

comment:4 by strk, 14 years ago

cd /net/lafont/home/santisa/src/qgis/build/src/core && /net/lafont/home/santisa/extra/bin/c++   -DQT_
DLL -DQT_GUI_LIB -DQT_CORE_LIB -DQT_NO_CAST_TO_ASCII -D_TTY_POSIX_ -D_LARGE_FILE=1 -D_FILE_OFFSET_BIT
S=64 -D_LARGEFILE_SOURCE=1 -DSQLITE_ENABLE_RTREE=1 -D_HAVE_PTHREAD_ -Dqgis_core_EXPORTS -fPIC -I/net/
lafont/home/santisa/src/qgis/qgis/src/core/spatialite/headers/spatialite -I/usr/include/QtGui -I/usr/
include/QtCore -I/net/lafont/home/santisa/src/qgis/build -I/net/lafont/home/santisa/src/qgis/qgis/src
/core -I/net/lafont/home/santisa/src/qgis/qgis/src/core/composer -I/net/lafont/home/santisa/src/qgis/
qgis/src/core/pal -I/net/lafont/home/santisa/src/qgis/qgis/src/core/raster -I/net/lafont/home/santisa
/src/qgis/qgis/src/core/renderer -I/net/lafont/home/santisa/src/qgis/qgis/src/core/symbology -I/net/l
afont/home/santisa/src/qgis/qgis/src/core/spatialindex/include -I/net/lafont/home/santisa/src/qgis/qg
is/src/core/symbology-ng -I/net/lafont/home/santisa/src/qgis/qgis/src/core/gps/qextserialport   -DCOR
E_EXPORT= -DGUI_EXPORT= -DPYTHON_EXPORT= -DANALYSIS_EXPORT= -o CMakeFiles/qgis_core.dir/symbology-ng/
qgssymbollayerv2utils.cpp.o -c /net/lafont/home/santisa/src/qgis/qgis/src/core/symbology-ng/qgssymbol
layerv2utils.cpp
/net/lafont/home/santisa/src/qgis/qgis/src/core/symbology-ng/qgssymbollayerv2utils.cpp:13:20: error:
QDomNode: No such file or directory

comment:5 by wonder, 14 years ago

Resolution: fixed
Status: newclosed

I believe this has been fixed by Juergen in r13008. Please reopen if still valid.

Note: See TracTickets for help on using tickets.