[CMake] missing bin folder
Maffei, Chiara
Chiara.Maffei at unitn.it
Wed Mar 11 10:39:20 EDT 2015
Dear Petr,
thanks for your reply
Yes I do have cmakefiles. What I have looks good...
Chiara Maffei
PhD Student
MR Methods Lab
CIMeC Center for Mind/Brain Sciences
University of Trento
________________________________________
From: Petr Kmoch [petr.kmoch at gmail.com]
Sent: Wednesday, March 11, 2015 8:49 AM
To: Domen Vrankar
Cc: Maffei, Chiara; cmake at cmake.org
Subject: Re: [CMake] missing bin folder
Hi Chiara,
just a sanity check: have you actually run a build? Or is it that even the buildsystem (Makefiles, VS projects, what have you) is not there?
Petr
On Wed, Mar 11, 2015 at 8:35 AM, Domen Vrankar <domen.vrankar at gmail.com<mailto:domen.vrankar at gmail.com>> wrote:
> however I am facing a quite dramatic issue: after configuration and generation I do have my build folder, but I miss the bin folder inside it, and all build folders result empty.
One thing comes to mind... If you accidentally generate build
structure inside root source directory and later run generation again
from another directory the structure is refreshed in the source tree
not on the location where you expect the generated files to be. This
can be fixed by deleting CMake generated files in source tree. This
was the behavior of CMake 2.8.x - I'm not certain if later versions
work the same way in such situations.
Another option would be an error during configuration/generation but
that would be printed to standard error...
Hope this helps,
Domen
--
Powered by www.kitware.com<http://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
More information about the CMake
mailing list