Re: [CMake] FW: cmake newbie questions

2008-07-23 Thread John Drescher
On Wed, Jul 23, 2008 at 10:01 PM, Phil Smith [EMAIL PROTECTED] wrote: Thanks...that's a good suggestion; I think I've done it, but I'm at that point where I *think* I've done everything, and may have gone in circles. How do I tell it It's a make build without using the GUI? There must be

Re: [CMake] CMake, ITK, VTK, and Qt 4

2008-05-28 Thread John Drescher
This question involves the interaction of several different toolkits during the CMake configuration process, so I apologize if this is the wrong venue. I'm receiving the error: Warning: CMake is forcing CMAKE_CXX_RELEASE_FLAGS to /MD /O2 /Ob2 /DNDEBUG -DQT_NO_DEBUG to match that imported

Re: [CMake] Issues with VS2005 Pro, CMake 2.4.8, Win XP, ParaView

2008-05-23 Thread John Drescher
Also, to embellish on my last email, I used the dependencywalker utility to discover that the MSVCR80.dll could not be found. I don't really know where to look for it either. (VS Newbie).. That is because it is hidden in cryptic folders off your windows install:

Re: [CMake] Executable extension (MSVC)

2008-05-14 Thread John Drescher
What are the flags used in MSVC to create a .com file? I assume you need a very old version of msvc to support 16 bit compiles. Microsoft compilers have not supported this since version 4.X I believe which was more than 10 years ago. John ___ CMake

Re: [CMake] Executable extension (MSVC)

2008-05-14 Thread John Drescher
On Wed, May 14, 2008 at 9:20 AM, PCJohn [EMAIL PROTECTED] wrote: Dear cmakers, I really need to set executable extension to .com instead to standard .exe (using MSVC). Is it possible to do that, or do I need to not use cmake for win32 platform? Reasons: I planned to port InventorTools

Re: [CMake] Executable extension (MSVC)

2008-05-14 Thread John Drescher
I know for a fact that this is not correct. I have written my own single windows applications that have a gui and a console and it is a .exe. Link the gui application with subsystem console. Ok. I found what I do. I have a post build step (in a vc6 project .dsp) that changes the subsystem

[CMake] moc not being run successfully (every time) in Visual Studio 2003

2008-04-22 Thread John Drescher
I am running CMake-2.7.2008.04.21 and under Visual Studio moc does not run correctly all the time for my QT4 projects. Here is the error: -- Build started: Project: LungAnalysis, Configuration: Debug Win32 -- Generating qrc_LungAnalysis.cxx Generating moc_textwidget.cxx moc: Cannot

<    1   2   3   4   5   6