Re: cxxtools - error: aggregate 'tm tim' has incomplete type and cannot be defined

2022-08-04 Thread Martin Gansser
Thanks, that fixex the problem.
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: cxxtools - error: aggregate 'tm tim' has incomplete type and cannot be defined

2022-08-03 Thread Artur Frenszek-Iwicki
Adding "#include " to src/timer.cpp fixes this.

A.FI.
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: cxxtools - error: aggregate 'tm tim' has incomplete type and cannot be defined

2022-08-03 Thread Richard W.M. Jones
On Wed, Aug 03, 2022 at 03:07:00PM -, Martin Gansser wrote:
> Hi,
> 
> when compiling cxxtools-3.0 on Fedora 37 this fails with the following error 
> message [1]:
> error: aggregate 'tm tim' has incomplete type and cannot be defined
> 
> How can this be solved ?
> 
> [1] https://kojipkgs.fedoraproject.org//work/tasks/3571/89763571/build.log

All the various errors there should be solved by

#include 

Rich.

-- 
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
Read my programming and virtualization blog: http://rwmj.wordpress.com
virt-builder quickly builds VMs from scratch
http://libguestfs.org/virt-builder.1.html
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


cxxtools - error: aggregate 'tm tim' has incomplete type and cannot be defined

2022-08-03 Thread Martin Gansser
Hi,

when compiling cxxtools-3.0 on Fedora 37 this fails with the following error 
message [1]:
error: aggregate 'tm tim' has incomplete type and cannot be defined

How can this be solved ?

[1] https://kojipkgs.fedoraproject.org//work/tasks/3571/89763571/build.log

Regards
Martin
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue