gpsim fails to build on devel

Patrice Dumas pertusus at free.fr
Tue Mar 14 13:12:21 UTC 2006


> http://buildsys.fedoraproject.org/logs/fedora-development-extras/6259-gpsim-0.21.11-3.fc5/
> 
> I suspect a missing BuildRequires for devel, but I'm not sure.

I don't think the issue is a missing BuildRequires, but rather a
bug in the code. Indeed, g++ doesn't accept anymore non-conformant 
constructs like

class Boolean
{
...
   Boolean::typeCheck
}

The fix is to remove the Boolean::

In my opinion it is more efficiently fixed upstream, but it's up to you.

--
Pat




More information about the fedora-extras-list mailing list