On Sat, Jan 30, 2010 at 5:36 PM, Ian Monroe <span dir="ltr"><<a href="mailto:ian.monroe@gmail.com">ian.monroe@gmail.com</a>></span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
2010/1/30 Elliott Slaughter <<a href="mailto:elliottslaughter@gmail.com">elliottslaughter@gmail.com</a>>:<br>
<div class="im">> Hi,<br>
> I'm having trouble compiling smoke on Windows (preferably without having to<br>
> compile all of KDE first). So far I've installed MinGW 5.1.3, Qt 4.6.1,<br>
> CMake 2.8, and I grabbed kde-bindings from svn. When I try to configure the<br>
> top-level kdebindings directory, I get the following error:<br>
> CMake Error at C:/Program Files (x86)/CMake<br>
> 2.8/share/cmake-2.8/Modules/FindKDE4.cmake:58 (MESSAGE):<br>
>   ERROR: Could not find KDE4 kde4-config<br>
> Call Stack (most recent call first)<br>
>   CMakeLists.txt:9 (find_package)<br>
> I'm not sure if I'm following the correct procedure for compiling smoke. Is<br>
> there any way to get this to work without building the rest of KDE? I looked<br>
> at the variable list in cmake-gui and nothing looked particularly promising.<br>
> Thanks.<br>
<br>
</div>Well it looks like kde4-config is required, I guess its a bug in the<br>
FindKDE4 cmake. You could stick a blank kde4-config.bat in your path<br>
and see if that works. :)<br></blockquote><div><br></div><div>Then I get the following:</div><div><br></div><div><div>CMake Error at C:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/FindKDE4.cmake:98 (MESSAGE):</div>
<div>  ERROR: cmake/modules/FindKDE4Internal.cmake not found in</div><div>Call Stack (most recent call first):</div><div>  CMakeLists.txt:9 (find_package)</div></div><div><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

Otherwise just accept that kdelibs is a build-time dependency of<br>
Smoke. You don't have to compile kdelibs, just get it from<br>
<a href="http://windows.kde.org" target="_blank">windows.kde.org</a>.<br></blockquote></div><div><br></div><div>After installing kdelibs I get the following:</div><div><br></div>CMake Error at C:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:70 (MESSAGE):<br>
<br>Did not find automoc4 (part of kdesupport). Searched for<br>Automoc4Config.cmake in using suffixes automoc4 lib/automoc4<br>lib64/automoc4. (missing: AUTOMOC4_EXECUTABLE)<br>Call Stack (most recent call first):<br>C:/Bin/KDE/share/apps/cmake/modules/FindAutomoc4.cmake:56 (find_package_handle_standard_args)<br>
C:/Bin/KDE/share/apps/cmake/modules/FindKDE4Internal.cmake:294 (find_package)<br>C:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/FindKDE4.cmake:95 (FIND_PACKAGE)<br>CMakeLists.txt:9 (find_package)<div><br></div><div>
Thanks for your help.</div><div><br>-- <br>Elliott Slaughter<br><br>"Don't worry about what anybody else is going to do. The best way to predict the future is to invent it." - Alan Kay<br>
</div>