Re: [CMake] cmake : error : 'AT_SYMLINK_NOFOLLOW' undeclared

2013-05-15 Thread allan George
endif On Wed, May 15, 2013 at 10:30 AM, allan George wrote: > this constant is defined in following file :--- > http://lxr.free-electrons.com/source/include/uapi/linux/fcntl.h#L44 > > I am using Raspbian distribution, for RPi. > > > On Wed, May 15, 2013 at 6:31 AM, allan George

Re: [CMake] cmake : error : 'AT_SYMLINK_NOFOLLOW' undeclared

2013-05-14 Thread allan George
this constant is defined in following file :--- http://lxr.free-electrons.com/source/include/uapi/linux/fcntl.h#L44 I am using Raspbian distribution, for RPi. On Wed, May 15, 2013 at 6:31 AM, allan George wrote: > actually i have run autoreconf -fi & aclocal inside someother package. >

Re: [CMake] cmake : error : 'AT_SYMLINK_NOFOLLOW' undeclared

2013-05-14 Thread allan George
actually i have run autoreconf -fi & aclocal inside someother package. Could it have changes something ? That is affecting cmake ? //Allan On Wed, May 15, 2013 at 6:17 AM, allan George wrote: > I am working on RPi raspberry pi. Using debian. > > //Allan > > On Tue, May 1

Re: [CMake] cmake : error : 'AT_SYMLINK_NOFOLLOW' undeclared

2013-05-14 Thread allan George
I am working on RPi raspberry pi. Using debian. //Allan On Tue, May 14, 2013 at 11:11 PM, Rolf Eike Beer wrote: > allan George wrote: > > Please suggest, what dependencies i have missed related to compilation of > > cmake ? > > I am getting error at make time > &g

Re: [CMake] cmake : error : 'AT_SYMLINK_NOFOLLOW' undeclared

2013-05-14 Thread allan George
Please suggest, what dependencies i have missed related to compilation of cmake ? I am getting error at make time Regards, //Allan On Tue, May 14, 2013 at 8:47 PM, allan George wrote: > Hi, > > I am getting following error when compiling cmake. > What is cause of this error please s

[CMake] cmake : error : 'AT_SYMLINK_NOFOLLOW' undeclared

2013-05-14 Thread allan George
les/cmlibarchive.dir/archive_read_disk_posix.c.o] Error 1 make[1]: *** [Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/all] Error 2 make: *** [all] Error 2 === Please suggest //Allan -- Powered by www.kitware.com Visit other Kitware open-source projects at ht

Re: [CMake] Auto-include Clang default include paths in Eclipse CDT

2012-12-30 Thread Allan Hasegawa
not be a good solution as CMake parsing the clang++ output and including the paths, but good enough to get my work done.. On Sun, Dec 30, 2012 at 2:05 PM, Alexander Neundorf wrote: > On Wednesday 26 December 2012, Allan Hasegawa wrote: > > Hello, > > > > I'm currently u

[CMake] Auto-include Clang default include paths in Eclipse CDT

2012-12-26 Thread Allan Hasegawa
Hello, I'm currently using Linux with the Clang compiler. When CMake asks what compiler/toolchain to use, I specify my compiler manually (/usr/bin/clang++) and the Eclipse CDT Generator... The problem is, when I generate the project for Eclipse CDT, it do not set any include paths or predefined s

[CMake] Cmake and TI cl6x compiler

2010-05-24 Thread Allan Nielsen
rectory part of Thanks Allan W. Nielsen ___ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CM

[CMake] CPack, TGZ and directory layout

2010-04-02 Thread allan
e without the Project name folder. Thanks in advance Allan W. Nielsen ___ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at:

[CMake] CPack, TGZ and directory layout

2010-04-02 Thread Allan W. Nielsen
e without the Project name folder. Thanks in advance Allan W. Nielsen ___ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at:

[CMake] MACOSX_BUNDLE targets fail as custom target dependencies

2008-05-25 Thread Allan Odgaard
I have the following CMakeLists.txt file: project(foo) add_executable(foo MACOSX_BUNDLE main.cc) add_custom_target(run_foo echo running foo DEPENDS foo) This is what I get (Mac OS X Leopard, CMake 2.6.0 and 2.7 from CVS): % make run_foo Scanning dependencies of target foo

Re: [CMake] Compiler flags for Obj-C++ files only

2008-05-21 Thread Allan Odgaard
=4756 Please feel free to add additional information (or submit a patch :)) On 5/21/08, Allan Odgaard <[EMAIL PROTECTED]> wrote: I need to set a compiler flag for Obj-C++ files (-fobjc-call-cxx- cdtors). Setting it for C++ will give a warning from gcc when the source file type is C++ (inst

[CMake] Compiler flags for Obj-C++ files only

2008-05-21 Thread Allan Odgaard
I need to set a compiler flag for Obj-C++ files (-fobjc-call-cxx- cdtors). Setting it for C++ will give a warning from gcc when the source file type is C++ (instead of Obj-C++). Is there any way to set flags for only Obj-C++ files? ___ CMake maili