Code review comment for lp:~inkscape.dev/inkscape/lastApplied

Revision history for this message
su_v (suv-lp) wrote :

On 2013-09-20 19:33 +0200, Jabiertxo Arraiza Cenoz wrote:
> El vie, 20-09-2013 a las 17:02 +0000, ~suv escribió:
>> r12510 fails to compile (OS X 10.7.5, llvm-gcc-4.2, glib 2.36.4, glibmm 2.36.2):
>>
>> CXX draw-context.o
>> ../../src/draw-context.cpp: In function ‘void spdc_check_for_and_apply_waiting_LPE(SPDrawContext*, SPItem*, SPCurve*)’:
>> ../../src/draw-context.cpp:305: error: ‘ClipboardManager’ is not a member of ‘Inkscape::UI’
>> ../../src/draw-context.cpp:305: error: ‘cm’ was not declared in this scope
>> ../../src/draw-context.cpp:305: error: ‘Inkscape::UI::ClipboardManager’ has not been declared
>> make[3]: *** [draw-context.o] Error 1
>> make[2]: *** [all] Error 2
>> make[1]: *** [all-recursive] Error 1
>> make: *** [all] Error 2
>>
> Hi ~suv, could you test now? Thanks.

Confirmed fixed (r12511) - build succeeds once the missing header file is included :)

« Back to merge proposal