Am Donnerstag, 28. August 2014 um 15:47:06, schrieb Richard Shaw 
<hobbes1...@gmail.com>
> On Thu, Aug 28, 2014 at 3:39 PM, Kornel Benko <kor...@lyx.org> wrote:
> 
> > You use '-DHAVE_CONFIG_H', this means probably generated 'config.h'.
> > Differences between generation of this file of automake/cmake?
> >
> > Could be but I think I found most of those. I tried browsing through the
> code and I didn't see any #if's that would affect what code is built but I
> can check again.

If your compiler is g++, you could try '-g3 -E' options to create preprocessed 
output.

E.g.:
        # cd /home/build/tmp/build_fldigi/src
        # g++ -g3 -E -DHAVE_CONFIG_H ... 
/home/build/git/fldigi/src/widgets/FTextRXTX.cxx > FTextRXTX.i


> 
> Thanks,
> Richard

        Kornel

Attachment: signature.asc
Description: This is a digitally signed message part.

-- 

Powered by www.kitware.com

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Kitware offers various services to support the CMake community. For more 
information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/cmake

Reply via email to