Hi,
I'm trying out the autouic feature in Visual Studio, and I noticed that if I
change a .ui file, the corresponding ui_*.h file is not regenerated when I hit
the build button.
I don't see this problem under Makefiles.
For makefiles, it appears a phony target is used and "cmake -E cmake_aut
Hi everybody,
I am a new user of cmake and a new member of this mailing list.
Apologies in case the reason for my problem is the fact that I am not
experienced with using cmake.
I use cmake to generate "nmake Makefiles" in Windows (Visual Studio
compiler). The project is rather large, hence, I te
Probably a moot question at this point... I posed the same question to some of
the language/compiler experts at HPE and got the following explanation:
Looking quickly, I suspect that he is not using the /pointer=long qualifier at
compile time.
The default pointer size is 32-bit (4 bytes), but th
>From INT.h.in:
828 #if !defined(@KWIML@_INT_NO_INTPTR_T)
829 @KWIML@_INT__VERIFY_TYPE(@KWIML@_INT_intptr_t, sizeof(void*));
830 #endif
831 #if !defined(@KWIML@_INT_NO_UINTPTR_T)
832 @KWIML@_INT__VERIFY_TYPE(@KWIML@_INT_uintptr_t, sizeof(void*));
833 #endif
Now this state
-- Forwarded Message --
Subject: Re: [CMake] cmake needs 2 runs to find boost
Date: Thursday, November 05, 2015, 04:41:51 PM
From: Andreas Naumann
To: Peter Steinbach
Hey Peter,
It is not a solution, but I would set Boost_DEBUG to ON and compare the
output of the first and t
Looks to me like it might be (I'm hopeful) working at ignoring the
line which matches the expression ".*vcl_deprecated_header.h.*" ...
But then, the following line is:
# warning "deprecated"
Since that line does not match any of your expressions, maybe that's
the one triggering this warning
yes.
On Thu, Nov 5, 2015 at 1:46 PM, David Cole wrote:
> Does your ctest -S script call ctest_read_custom_files
> https://cmake.org/cmake/help/v3.4/command/ctest_read_custom_files.html
> after ctest_configure?
>
>
> On Thursday, November 5, 2015, Rashad M
> wrote:
>
>> Hello all,
>>
>> I have C
Hi to all,
ok, I tried the attached minimal CMakeLists.txt again and found out that it
fails in the way I described only with the "MSYS Makefiles" generator. If I
use the same CMakeLists.txt without a custom generator (so MSVS is the default
IIRC), the libraries are found alright!
Any ideas?
Hi,
Thanks for reply .
I am using visual studio 13.
I managed to get it done , I had to repair Visual studio .
Regards,
Nikita Barawade
Engineer | PES
From: David Cole
Sent: 05 November 2015 06:00 PM
To: Nikita Barawade
Cc: cmake@cmake.org
Subject: Re: [C
Does your ctest -S script call ctest_read_custom_files
https://cmake.org/cmake/help/v3.4/command/ctest_read_custom_files.html
after ctest_configure?
On Thursday, November 5, 2015, Rashad M wrote:
> Hello all,
>
> I have CTestCustom.cmake.in file in source tree with the following
> contents
>
>
Hi Benedikt,
interesting thought, however I wonder why cmake is then capable of deducing
the right boost version and include path. Just inside the first error message,
I see:
(x86)/CMake/share/cmake-3.2/Modules/FindBoost.cmake:1182 (message):
> >Unable to find the requested Boost libraries.
What version of Visual Studio do you have installed?
On Thursday, November 5, 2015, Nikita Barawade <
nikita.baraw...@einfochips.com> wrote:
> Hi,
>
>
> New to cmake utility,
>
> I am trying to build sample program given here
> https://cognitivewaves.wordpress.com/cmake-and-visual-studio/ with V
Hello all,
I have CTestCustom.cmake.in file in source tree with the following contents
https://git.orfeo-toolbox.org/otb.git/blob/refs/heads/develop:/CMake/CTestCustom.cmake.in
during ctest build CTestCustom.cmake file is getting generated inside the
build tree.
But however the warnings are not
Hi Peter,
as I don't use windows at all, this is just a very wild guess...
Could it be that in the second run you actually don't use
/CMake/share/cmake-3.2/Modules/FindBoost.cmake
but boost-config.cmake, which it now finds in the cached environment of
the first run?
This assumes of course t
I guess, nobody has a hint on what to look at or what to try?
Best,
Peter
On Tuesday, November 03, 2015 02:10:54 PM Peter Steinbach wrote:
> Hi to all,
>
> I tested this with cmake 3.2.2 and 3.3.2 and still get the same problem.
> I'd like to use boost with gcc on windows 7 64bit. I installed boo
15 matches
Mail list logo