Ticket #123 (closed defect: worksforme)

Opened 7 years ago

Last modified 7 years ago

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:
Platform Version: linux Platform: SuSE
Must Fix for Release: Awaiting user input:

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

Changed 7 years ago by g_j_m

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

Changed 7 years ago by cavallini@…

  • status changed from new to closed
  • resolution set to worksforme

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

Note: See TracTickets for help on using tickets.