Le 02/02/2013 16:23, Moritz Moeller a écrit :
> If I add this, my build goes through.
Indeed! Fixed on master now. Thanks.
--
Pascal Obry / Magny Les Hameaux (78)
The best way to travel is by means of imagination
http://v2p.fr.eu.org
http://www.obry.net
gpg --keyserver keys.gnupg.n
On 02/02/2013 02:55 PM, Pascal Obry wrote:
> Please let me know if this is fixed on your side. Thanks.
You forgot one initialization in your fix, I think:
int iwidth, iheight = 0; // image width / height
should probably be
int iwidth = 0, iheight = 0; // image width / height
Le 02/02/2013 15:35, Moritz Moeller a écrit :
>> gcc -v
> gcc version 4.5.4 (Gentoo 4.5.4 p1.0, pie-0.4.7)
Should be fixed. Strange I'm using:
gcc version 4.7.2 (Debian 4.7.2-5)
And I don't have this warning!
Please let me know if this is fixed on your side. Thanks.
--
Pascal Obry / Mag
On 02/02/2013 02:23 PM, jeremy rosen wrote:
> hmm, I can't get that warning, a quick look at the code and it seems
> legitimate, I'll have to leave it to pascal, sorry
> gcc -v
gcc version 4.5.4 (Gentoo 4.5.4 p1.0, pie-0.4.7)
---
hmm, I can't get that warning, a quick look at the code and it seems
legitimate, I'll have to leave it to pascal, sorry
On Sat, Feb 2, 2013 at 2:06 PM, jeremy rosen
wrote:
> let me guess,
>
> you have a more recent computer than pascal :P
>
> i'll have a look right away
>
> On Sat, Feb 2, 2013 at
let me guess,
you have a more recent computer than pascal :P
i'll have a look right away
On Sat, Feb 2, 2013 at 3:00 PM, Moritz Moeller wrote:
> On 02/02/2013 12:32 PM, Pascal Obry wrote:
>> [...]
>> This requires that you have configured Lightroom to create sidecar .xmp
>> automatically.
>>
>>
On 02/02/2013 12:32 PM, Pascal Obry wrote:
> [...]
> This requires that you have configured Lightroom to create sidecar .xmp
> automatically.
>
> Please, do not hesitate to test and report bugs.
Master fails building because of -werror:
cc1: warnings being treated as errors
/var/tmp/paludis/medi
The lightroom branch is now merged. This should be the final behavior.
No more button, just import pictures and the tags will be imported.
Enter the darkroom and the Lightroom development will be automatically
imported. In both cases this happen only if a Lightroom .xmp is found.
This requires th