-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Monday 18 November 2002 6:23 pm, Alan Chandler wrote: > Help > > I have slowly managed to build .debs of all of kde except kdebindings and > kdepim. kdebindings I can live with, but kdepim is particularly an area I > want to test. > > I am pretty up to date with the CVS version, and I am using the debian way > (ie using dpkg-buildpackage -b -uc -us to build the debs (using g++-3.2 and > I have build and then installed debs back to qt-copy) > > It gets to the point of building kalarm and it fails with the messages > below > > It looks to be going wrong in editdlg.cpp which includes <qdir.h> someway > down its list of includes. I can't find anything obviously wrong with the > code and it doesn't look like the kde cvs has had any recent changes. > > The initial lines it is reporting as wrong in qdir.h are just blank lines. > > Since when does the compiler take blank lines as the end of a statement? > [snip compiler output] > and a lot more errors before eventually giving up >
This looks like an enable-final issue. Try using DEB_BUILD_OPTIONS=debug dpkg-buildpackage .... While enabling debuging output, it will disable --enable-final. Don't worry about increasing the size of the binaries as they are still stripped. - -- David Pashley [EMAIL PROTECTED] Nihil curo de ista tua stulta superstitione. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (GNU/Linux) iD8DBQE92ilNYsCKa6wDNXYRApZyAJoDfEl+a4ji+VlGeHrEH4Z35TDWwACdHMuY gsk5qkV38KsDqEnW8Vfy3UY= =lBq9 -----END PGP SIGNATURE-----

