[texworks] Problem compiling rev772 on Mingw (was: Problem compiling rev722 on Mingw)

Stefan Löffler st.loeffler at gmail.com
Mon Mar 28 13:32:38 CEST 2011


Hi,

On 2011-03-28 13:21, Ignasi Furió wrote:
>
> Hi all,
>
> today I've updated texworks to svn and after the usual mingw32-make
> the result is:
>
>
> src/PDFDocument.cpp: In member function 'void
> PDFDocument::showScaleContextMenu(QPoint)':
> src/PDFDocument.cpp:1804:45: error: invalid use of incomplete type
> 'struct QSignalMapper'
> [...]
> mingw32-make[1]: *** [obj/PDFDocument.o] Error 1
> mingw32-make: *** [release] Error 2
>
> Could you help me?

Does it help if you add the line
#include <QSignalMapper>
somewhere at the top of PDFDocument.cpp?

HTH
Stefan


More information about the texworks mailing list