Hello all,
I had tried what Michael was saying for another project with MinGW. And it
works perfectly. I even had HowTo on our wiki [1] to setup windows
development using cmake Eclipse IDE.
Note that the "xdk" archive I was saying was generated using cross compile
on linux
[1] http://wiki.orfeo-
...
>
> 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 slipping through as unignored?
>
>
> HTH,
> D
>
>
>
>
> On Thu,
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:
>
&g
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
On Thu, Jul 30, 2015 at 8:55 PM, Bill Somerville
wrote:
> On 30/07/2015 19:36, Rashad M wrote:
>
> Hi all,
>
> Hi Rashad
>
>
> We have a similar way here to get dll dependencies recursively and create
> a zip archive. Ideally, this could be integrated in cmake but no
Hi all,
We have a similar way here to get dll dependencies recursively and create a
zip archive. Ideally, this could be integrated in cmake but not sure if
that will be ok on cmake side. The code doesn't uses fixup_bundle(..) but
follows a similar function syntax.
package_mingw(
ARCH "${
Hi all,
Does fixup_bundle() from BundleUtiltites works on linux in a similar
fashion as in OSX. Currently calling fixup_bundle on a .app folder with
some search dirs and libs it will scan the dependencies and produce a
portable package.
Is that possible in linux? I mean to generate distribution i
gt; Yes I have ctest_read_custom_files after ctest_confgiure
see build notes - http://dash.orfeo-toolbox.org/viewNotes.php?buildid=160097
I thought it has something to do with '#' and quotes in the warning
#warning "deprecated" [-Wcpp]
> HTH,
> David
>
>
>
>
Hi all,
Can anyone explain me how to filter out the below warning from dashboard?
warning: #warning "deprecated"
./vcl_deprecated_header.h:10:3: warning: #warning "deprecated" [-Wcpp]
# warning "deprecated"
So far I tried having below in CTestCustom.cmake
set(CTEST_CUSTOM_WARNING_EXCEPTION
Hi,
Below is from CTestCustom.cmake to ignore warning from
vcl_deperacated_header.h
set(CTEST_CUSTOM_WARNING_EXCEPTION
${CTEST_CUSTOM_WARNING_EXCEPTION}
"vcl_deprecated_header")
here is the dashboard submission -
http://dash.orfeo-toolbox.org/viewBuildError.php?type=1&buildid=159898
here is
Ok. I will clone via github and switch to release branch. I can download
other tar files behind the same proxy. Download is also not blocked here,
at the end of download it says failed.
On Mon, Jun 30, 2014 at 4:49 PM, Nils Gladitz wrote:
> On 06/30/2014 04:39 PM, Rashad M wrote:
>
&
I am behind a proxy. Is that the problem?
I tried .Z, .tar.gz, .zip files directly from browser and also using wget
On Mon, Jun 30, 2014 at 4:24 PM, Nils Gladitz wrote:
> On 06/30/2014 04:19 PM, Rashad M wrote:
>
>> Hi all,
>>
>> I am getting download error on
Hi all,
I am getting download error on firefox, chrome and from terminal using wget
wget http://www.cmake.org/files/v3.0/cmake-3.0.0.tar.gz
--2014-06-30 16:13:32-- http://www.cmake.org/files/v3.0/cmake-3.0.0.tar.gz
Proxy request sent, awaiting response... 200 OK
Length: 5489804 (5.2M) [applicati
Hi,
How to check code coverage locally?
--
Regards,
Rashad
--
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, p
Hi all,
Does anybody can share a cmak file used for dashboard submission(cdash) via
ctest script mode. ctest -S
I tried cmake and for my project cmake builds fine. But when using ctest it
gives error on pthreads library.
--
Regards,
Rashad
--
Powered by www.kitware.com
Please keep mess
cript. As you suggested -Wno-\\#warnings worked.
Adding this information in cmake would be helpful for other users. Just a
wish. :)
On Mon, May 19, 2014 at 10:36 AM, Nils Gladitz wrote:
> On 05/19/2014 10:13 AM, Nils Gladitz wrote:
>
>> On 05/19/2014 09:52 AM, Rashad M wrote:
>>
On Mon, May 19, 2014 at 9:30 AM, Nils Gladitz wrote:
> On 05/19/2014 09:05 AM, Rashad M wrote:
>
>> Hi all,
>>
>> I was trying to add a cxx flags to clang -Wno-#warnings. to supress a
>> deprecated header warning.
>>
>>
>
>> It is clear that -
Hi all,
I was trying to add a cxx flags to clang -Wno-#warnings. to supress a
deprecated header warning.
In file included from main.cxx:3:
/opt/install/vcl/vcl_deprecated_header.h:10:3: warning: "deprecated"
[-W#warnings]
# warning "deprecated"
when i compile from terminal.
clang++ main.cxx -I/
18 matches
Mail list logo