Discussion:
[Wt-interest] New error
Torsten Schulz
2015-08-19 18:35:23 UTC
Permalink
Hello,

I made before a couple of weeks an update of my Ubuntu 14.04.

But now i can't compile my application any longer. First I thought I did
anything wrong, but I tried today a version that was working (thanks to
git).

The error I become is:
...
/usr/local/include/Wt/WSignalMapper:225:17: error: expected unqualified-id
mapped_.emit(i->second, A1());
...

I think it shouldn't be a problem with Qt, because I used it since I
started the project too and never had such a problem. But I don't know
how I could find out what is conflicting with Wt.

Greetings
Torsten

------------------------------------------------------------------------------
Pau Garcia i Quiles
2015-08-19 18:40:35 UTC
Permalink
Hello,

Please paste the code that arises the error, i. e. the C++ file that
include WSignalMapper (and probably the header file too). This looks like a
typo or syntax error in that file but it's difficult to tell with the
information you are providing.
Post by Torsten Schulz
Hello,
I made before a couple of weeks an update of my Ubuntu 14.04.
But now i can't compile my application any longer. First I thought I did
anything wrong, but I tried today a version that was working (thanks to
git).
...
/usr/local/include/Wt/WSignalMapper:225:17: error: expected unqualified-id
mapped_.emit(i->second, A1());
...
I think it shouldn't be a problem with Qt, because I used it since I
started the project too and never had such a problem. But I don't know
how I could find out what is conflicting with Wt.
Greetings
Torsten
------------------------------------------------------------------------------
_______________________________________________
witty-interest mailing list
https://lists.sourceforge.net/lists/listinfo/witty-interest
--
Pau Garcia i Quiles
http://www.elpauer.org
(Due to my workload, I may need 10 days to answer)
Loading...