Re: [Development] Cross-compling & installing cmake files

2012-08-28 Thread Stephen Kelly
On Tuesday, August 28, 2012 16:23:58 Stephen Kelly wrote: > On Tuesday, August 28, 2012 12:18:14 Peter Kümmel wrote: > > On 28.08.2012 12:04, Stephen Kelly wrote: > > > On Tuesday, August 28, 2012 11:49:28 Peter Kümmel wrote: > > >> I tried it again from scratch, and I was wrong, it also doesn't wo

Re: [Development] Cross-compling & installing cmake files

2012-08-28 Thread Stephen Kelly
On Tuesday, August 28, 2012 12:18:14 Peter Kümmel wrote: > On 28.08.2012 12:04, Stephen Kelly wrote: > > On Tuesday, August 28, 2012 11:49:28 Peter Kümmel wrote: > >> I tried it again from scratch, and I was wrong, it also doesn't work > >> on 12.04, only one file is copied: lib/cmake/Qt5Core/Qt5CT

Re: [Development] Cross-compling & installing cmake files

2012-08-28 Thread Peter Kümmel
Many thanks! That solves the problem. AFAIK mingw still uses the runtime from Studio 6.0. libstdc++-6.dll links against msvcrt.dll which is here version 7.0 On 28.08.2012 13:55, Andreas Holzammer wrote: > You are also missing the platform plugin und > plugin/platforms/windows.dll, needs to be co

Re: [Development] Cross-compling & installing cmake files

2012-08-28 Thread Andreas Holzammer
You are also missing the platform plugin und plugin/platforms/windows.dll, needs to be copied to win32-mainwindow/platforms. I cannot imagine that the msvc runtime is missing, because you are using the mingw compiler and the compiler does not use the msvc runtine... Am 28.08.2012 13:37, schrieb Pe

Re: [Development] Cross-compling & installing cmake files

2012-08-28 Thread Peter Kümmel
On 28.08.2012 12:18, Peter Kümmel wrote: > On 28.08.2012 12:04, Stephen Kelly wrote: >> On Tuesday, August 28, 2012 11:49:28 Peter Kümmel wrote: >>> I tried it again from scratch, and I was wrong, it also doesn't work >>> on 12.04, only one file is copied: lib/cmake/Qt5Core/Qt5CTestMacros.cmake >>

Re: [Development] Cross-compling & installing cmake files

2012-08-28 Thread Peter Kümmel
On 28.08.2012 12:04, Stephen Kelly wrote: On Tuesday, August 28, 2012 11:49:28 Peter Kümmel wrote: I tried it again from scratch, and I was wrong, it also doesn't work on 12.04, only one file is copied: lib/cmake/Qt5Core/Qt5CTestMacros.cmake Ok. Please tell me how to try it out. 'aptitude sea

Re: [Development] Cross-compling & installing cmake files

2012-08-28 Thread Stephen Kelly
On Tuesday, August 28, 2012 11:49:28 Peter Kümmel wrote: > I tried it again from scratch, and I was wrong, it also doesn't work > on 12.04, only one file is copied: lib/cmake/Qt5Core/Qt5CTestMacros.cmake Ok. Please tell me how to try it out. 'aptitude search mingw' gives many result. I have not u

Re: [Development] Cross-compling & installing cmake files

2012-08-28 Thread Peter Kümmel
On 28.08.2012 11:03, Stephen Kelly wrote: > On Tuesday, August 28, 2012 10:44:58 Peter Kümmel wrote: In the build dir the files are in lib/cmake, but they are not copied to the install dir. >>> >>> Does the install step complete without warnings or errors? >> >> No, there are no cmake rul

Re: [Development] Cross-compling & installing cmake files

2012-08-28 Thread Stephen Kelly
On Tuesday, August 28, 2012 10:44:58 Peter Kümmel wrote: > >> In the build dir the files are in lib/cmake, but > >> they are not copied to the install dir. > > > > Does the install step complete without warnings or errors? > > No, there are no cmake rule in the Makefiles which could fail. > > > I c

Re: [Development] Cross-compling & installing cmake files

2012-08-28 Thread Peter Kümmel
On 28.08.2012 10:34, Stephen Kelly wrote: > On Monday, August 27, 2012 19:23:19 Peter Kümmel wrote: >> On 27.08.2012 19:14, Peter Kümmel wrote: >>> Cross-compiling with mkspec/win win32-g++ doesn't > > This doesn't mean anything to me. What is the host and what is the target? On Linux with mingw t

Re: [Development] Cross-compling & installing cmake files

2012-08-28 Thread Stephen Kelly
On Monday, August 27, 2012 19:23:19 Peter Kümmel wrote: > On 27.08.2012 19:14, Peter Kümmel wrote: > > Cross-compiling with mkspec/win win32-g++ doesn't This doesn't mean anything to me. What is the host and what is the target? > > install the cmake files into lib/cmake. > > > > The line in mkspe

Re: [Development] Cross-compling & installing cmake files

2012-08-27 Thread Peter Kümmel
On 27.08.2012 19:14, Peter Kümmel wrote: > Cross-compiling with mkspec/win win32-g++ doesn't > install the cmake files into lib/cmake. > > The line in mkspecs/features/create_cmake.prf > > INSTALLS += cmake_qt5_module_files > > is called but ignored, there are no install rules > in the Makefi

[Development] Cross-compling & installing cmake files

2012-08-27 Thread Peter Kümmel
Cross-compiling with mkspec/win win32-g++ doesn't install the cmake files into lib/cmake. The line in mkspecs/features/create_cmake.prf INSTALLS += cmake_qt5_module_files is called but ignored, there are no install rules in the Makefiles for cmake files. Any ideas how to fix this? Peter _