Re: [SailfishDevel] Installation trouble with the SDK

2015-01-11 Thread Kim Foder
Hi Ove You are an genius! That was the solution, I disabled the closed Broadcom driver, and the installation succeded AND Qt-creator can run without hanging. For some reason my wireless network still works? It seams as if the system automatically falls back to the b43 driver. Thanks Kim. _

Re: [SailfishDevel] Build with sailfish latest on mer-obs fails, QVariant, double (?)

2015-01-11 Thread Kimmo Lindholm
...lesson learned :) >This is why #defines are a terrible idea when there are alternatives. First, >the pi number is already defined as M_PI in math.h. >Second, if you have to do that, and specify constants, use a "const double foo >= ...". The compile errors (if any) will be much >more meanin

Re: [SailfishDevel] Build with sailfish latest on mer-obs fails, QVariant, double (?)

2015-01-11 Thread Alejandro Exojo
El Thursday 08 January 2015, Kimmo Lindholm escribió: > i had made a bad thing: (or bad copypaste) > #define pi (3.14159) > > in some other place someone else; > QtMetaTypePrivate::QPairVariantInterfaceImpl pi > = v.value(); > > And seems that my #define messed things up. > Now it builds correct