Changes between Initial Version and Version 3 of Ticket #281


Ignore:
Timestamp:
Jul 22, 2009, 4:02:20 PM (15 years ago)
Author:
Philip Taylor
Comment:

(Edited the description to use {{{ ... }}} for the output.)

Looks like a bad interaction with the -fvisibility=hidden option, but I'm not sure why nobody else has reported that problem...

Could you try changing source/tools/atlas/AtlasUI/ColourTester/ColourTesterColourCtrl.cpp line 69 from

if (c.Ok())

to

if (c.IsOk())

and see if that results in different output?

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #281

    • Property Owner set to Philip Taylor
    • Property Status newassigned
  • Ticket #281 – Description

    initial v3  
    44Now there is an error while compiling the AtlasUI.
    55The output is:
     6{{{
    67==== Building AtlasUI ====
    78precompiled.cpp
     
    7677make: *** [build-stamp] Error 2
    7778dpkg-buildpackage: failure: debian/rules build gave error exit status 2
     79}}}