[Paraview-developers] Moving around ui files in ParaView

Mathieu Westphal mathieu.westphal at kitware.com
Mon Aug 1 11:27:40 EDT 2016


Hello

I've moved an .ui file and associated class from Components to
ApplicationComponents and modified it a bit in a branch.

Compiling my branch from an empty directory works perfectly, but compiling
it from up to date build directory would fail like this :

error: 'class pqSpreadSheetViewDecorator::pqInternal' has no member
named 'ExportVisibleColumns'

As if the ui file had not been updated. We have already tracked the
problem to the fact the build/Qt/Components still contains the old
ui_*.h file.

Removing it manually fix the problem. but it shows that there may be a
problem with the include order,
Is there any reason for the include directory of the current source
and build directory for not being included before all other include
directories ?
Is there a work around for this issue ?
Because in it's current state, if my branch get merged, anyone
compiling master from an existing build directory will encounter the
ame bug.

Mathieu Westphal
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/paraview-developers/attachments/20160801/1a4f0fd1/attachment-0001.html>


More information about the Paraview-developers mailing list