On 11/16/06, Bill Hoffman <[EMAIL PROTECTED]> wrote:
Phillip Hellewell wrote:
> What is ZERO_CHECK and why do I need it? Why does this project show
> up when I use VS8 generator? How come every time I try to run it
> thinks ZERO_CHECK is out of date and needs to be rebu
What is ZERO_CHECK and why do I need it? Why does this project show up when
I use VS8 generator? How come every time I try to run it thinks ZERO_CHECK
is out of date and needs to be rebuilt?
Thanks,
Phillip
___
CMake mailing list
CMake@cmake.org
http:
n live with that.)Phillip Hellewell
___
CMake mailing list
CMake@cmake.org
http://www.cmake.org/mailman/listinfo/cmake
Hi,I ran cmake --help on my linux machine and it shows KDevelop3 and UNIX Makefiles in the list of supported generators at the bottom. How do I get support for MinGWStudio? I thought there was support for that now. I do have MinGWStudio installed.
Thanks,Phillip Hellewell
On 6/9/06, Jorgen Bodde <[EMAIL PROTECTED]> wrote:
Hi Alex,Thank you for your reply. I want to statically link as much libs aspossible (especially wxGTK2.6.3) .. The reason is that my app needs todistributed. When I have wxGTK2.6.1 installed in /usr/lib it always
takes those instead of my own absol
o build all my projects.So for now I think I will go with the first solution you proposed, which is to specify the binary directory for my libraries, so that the outputs will be in the tree of the project, even if the sources aren't.
Thanks,P
On 6/5/06, Brad King <[EMAIL PROTECTED]> wrote:
Use ADD_SUBDIRECTORY(../mylib mylib)I'm working on a fix to produce a better error message when you do notdo this.So is this just a workaround for a bug that will eventually be
fixed, or do you always have to specifying a binary directory for
librar
so it will only do this only
when there is a conflicting name.Awesome, thanks! I didn't even think about the possibility that is was causing a performance impact too, but now I'm really anxious to have it fixed :)
Thanks again,Phillip Hellewell
_
Hi,Recently a bug fix was made to VS.Net 2003 generator to allow source files with the same.The fix was to specify an ObjectFile for each and every source file, so that they would be guaranteed to be unique.
Unfortunately, even with CMAKE_VERBOSE_MAKEFILE set to FALSE, what you end up with now is t
configuration, so it is never generated? I want to do it globally, not by having to change every CMakeList.txt file.Thanks,Phillip Hellewell
___
CMake mailing list
CMake@cmake.org
http://www.cmake.org/mailman/listinfo/cmake
ild ALL_BUILD or run cmake outside of visual studio, or whatever. Cmake is working correctly and is rebuilding the project files, but VS is not prompting to reload it).
Anyone else notice this problem with VS.Net 2003? Anyone know how to fix it?Phillip Hellewell
__
On 5/9/06, William A. Hoffman <[EMAIL PROTECTED]> wrote:
At 05:22 PM 5/9/2006, Phillip Hellewell wrote:>Hi,>>I'm trying to use FIND_FILE with cmake 2.4.1 to find a boost header file in my %INCLUDE% path using this line of code:Out of curiousity, would there be any possible
On 5/9/06, William A. Hoffman <[EMAIL PROTECTED]> wrote:
You want:FIND_FILE( MYVAR "boost/shared_ptr.hpp" PATHS ENV INCLUDE)Sure enough, that did the trick!Phillip
___
CMake mailing list
CMake@cmake.org
http://www.cmake.org/mailman/listinfo/cmake
ed using the PATH environment variable, but I wonder if it has the same problem...Thanks,
Phillip Hellewell
___
CMake mailing list
CMake@cmake.org
http://www.cmake.org/mailman/listinfo/cmake
command if there is some other place I am supposed to put them to get them to show up in the project.
I tried adding the list of header files to a SOURCE_GROUP, but that only works if the header files are also part of the ADD_EXECUTABLE.Thanks,Phillip Hellewell
_
On 4/20/06, William A. Hoffman <[EMAIL PROTECTED]> wrote:
I have checked in a fix that works for this example.-BillThanks. That was fast!I'll try it out when the next build (2.4.1 I'm guessing) gets made.Phillip
___
CMake mailing list
CMake@cmake.org
htt
On 4/19/06, Phillip Hellewell <[EMAIL PROTECTED]> wrote:
Hi all,I just tried out the latest dev version of cmake, 2.4.0, and I'm getting "Error adding rule" error when I try to generate a Visual Studio 7 project. The error pops up about 5 times after hitting "OK".
Hi all,I just tried out the latest dev version of cmake, 2.4.0, and I'm getting "Error adding rule" error when I try to generate a Visual Studio 7 project. The error pops up about 5 times after hitting "OK".
The error occurs when I use the SUBDIRS (or ADD_SUBDIRECTORY) command with a relative path
On 4/14/06, Ben Larson <[EMAIL PROTECTED]> wrote:
Hello,I'm using CMake to manage the build process for a DLL I've createdmostly from ITK. I have successfully accessed the DLL with a C++ app butnow want to export the functions using standard calling conventions so I
can call the DLL from a Visual B
Hi all,I need help building a project with two filenames with the same name (they are in different subdirectories). Unfortunately, since VS builds all object files into the same directory, one of the object files will get clobbered and in addition I get a LNK4042 error (object specified more than
20 matches
Mail list logo