That helped - thank you very much!
Rinigus
On Mon, Sep 18, 2017 at 6:47 PM, wrote:
> I think the regexp is wrong. You miss a . before the start. ^libstdc.*$
>
> Hope it helps.
>
> Damien.
>
> Le Lundi 18 septembre 2017, rinigus a écrit :
> > Bump. Any takers (see below)? Would really help me ou
I think the regexp is wrong. You miss a . before the start. ^libstdc.*$
Hope it helps.
Damien.
Le Lundi 18 septembre 2017, rinigus a écrit :
> Bump. Any takers (see below)? Would really help me out with mess induced by
> https://build.merproject.org/package/show/home:rinigus:maps/mapbox-demo-sf
Thank you for reply! Yes, I have multiple compilers in use (regular g++ and
6.4.0) for different components. At this stage, optimization of compilers
would be rather difficult and I would prefer to specify corresponding
exclude define. I did try to specify full names, but that did not help. Not
sur
It seems you have 5 different std lib's.
Find out what is linking them (my guess is different components/libraries),
change all to one and compile.
If that is not possible, specify all the libs one by one with full names in
the spec file.
That's my 2cents
On Mon, Sep 18, 2017 at 12:10 PM, rinigus
Bump. Any takers (see below)? Would really help me out with mess induced by
https://build.merproject.org/package/show/home:rinigus:maps/mapbox-demo-sfos
at the corresponding repo.
Rinigus
On Sat, Sep 16, 2017 at 10:17 AM, rinigus wrote:
> Hi,
>
> I have a trouble with excluding libstdc++ requir