Then you probably need to build it by running mingw32-make in the directory CMake generated the top level makefile. I've gone that far before, but I don't know if anyone has gone as far as installing it. You can try with a "mingw32-make install"
Clint On Thursday 28 August 2008 11:04:26 am Natalie Happenhofer wrote: > Hi again, > I have now successfully managed to configure Paraview with CMake and > generate the Makefiles. I have been using the MinGW Compiler. After > generating Cmake turns itself off and now my (surely stupid) question: What > do I do now? How to install now Paraview so I can run it??? > I´ve looked it up in the wiki, but it is just described using Visual > Studio.. > > thanks for help, > Natalie Happenhofer > > > From: [EMAIL PROTECTED] > > To: [email protected] > > Date: Wed, 27 Aug 2008 09:59:16 -0600 > > CC: [EMAIL PROTECTED] > > Subject: Re: [Paraview] problems building paraview from source > > > > On Wednesday 27 August 2008 9:53:10 am Natalie Happenhofer wrote: > > > Ok, now the executable is found, but I get the following warning: > > > "QT_QMAKE_EXECUTABLE reported QT_INSTALL_LIBS as > > > C:\iwmake\build_mingw_opensource/lib " > > > > > > and next I get the error, that this directory does not exist. > > > Well, it does not exist (I looked it up) but qt does run, so I don´t > > > want to believe that it was not correctly installed. Where should that > > > QT_INSTALL_LIBS variable point to? > > > > It appears it was not correctly installed. QT_INSTALL_LIBS, > > QT_INSTALL_BINS, and others come from qmake, and are compiled into it. > > The values of those are determined when you configure your Qt build. And > > Qt must be installed to those locations. > > > > Clint > > _________________________________________________________________ > Express yourself instantly with MSN Messenger! Download today it's FREE! > http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/ _______________________________________________ ParaView mailing list [email protected] http://www.paraview.org/mailman/listinfo/paraview
