Opened 18 years ago

Closed 18 years ago

#123 closed defect (worksforme)

make fails

Reported by: abernatj@… Owned by: gsherman
Priority: major: does not work as expected Milestone:
Component: Build/Install Version: 0.7
Keywords: make fails Cc:
Must Fix for Release: No Platform: SuSE
Platform Version: linux Awaiting user input: no

Description

After successful configure make fails with the messages:

then mv -f ".deps/qgis-qgsdlgvectorlayerproperties.Tpo" ".deps/qgis-qgsdlgvectorlayerproperties.Po"; else rm -f ".deps/qgis-qgsdlgvectorlayerproperties.Tpo"; exit 1; fi In file included from ../providers/postgres/qgspostgresprovider.h:40,

from qgsdlgvectorlayerproperties.cpp:45:

../providers/postgres/qgspostgrescountthread.h:52: error: syntax error before `

{' token

../providers/postgres/qgspostgrescountthread.h: In function `void

setCallback(QObject*)':

../providers/postgres/qgspostgrescountthread.h:75: error: `callbackObject'

undeclared (first use this function)

../providers/postgres/qgspostgrescountthread.h:75: error: (Each undeclared

identifier is reported only once for each function it appears in.)

../providers/postgres/qgspostgrescountthread.h: At global scope: ../providers/postgres/qgspostgrescountthread.h:85: error: syntax error before `

private'

../providers/postgres/qgspostgrescountthread.h:118: error: `

QObject*callbackObject' used prior to declaration

../providers/postgres/qgspostgrescountthread.h:125: error: syntax error before

`}' token

[ more similar errors ]

make[4]: * [qgis-qgsdlgvectorlayerproperties.o] Error 1 make[4]: Leaving directory `/home/andy/sources/qgis-0.7.4/src' make[3]: * [all-recursive] Error 1 make[3]: Leaving directory `/home/andy/sources/qgis-0.7.4/src' make[2]: * [all] Error 2 make[2]: Leaving directory `/home/andy/sources/qgis-0.7.4/src' make[1]: * [all-recursive] Error 1 make[1]: Leaving directory `/home/andy/sources/qgis-0.7.4' make: * [all] Error 2

I'm running SuSE 9.3 and trying to make qgis 0.7.4 Thanks for any assistance. -Andy.

Change History (2)

comment:1 by g_j_m, 18 years ago

What version of Qt are you using? The errors suggest that something is wrong in that area.

comment:2 by cavallini@…, 18 years ago

Resolution: worksforme
Status: newclosed

better close it? I do not think it is still valid, and has general meaning.

Note: See TracTickets for help on using tickets.