<div dir="ltr"><div>I doubt they're related. The sudo issue sounds related to permissions. Curiously, the first error is the same thing we get reliably on Windows, with 5.2. No solution found yet, but it's good news if we can now reproduce it on Linux. <br>
<br></div>Thanks,<br>Michael<br></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Fri, May 23, 2014 at 12:16 PM, Saptarshi Guha <span dir="ltr"><<a href="mailto:saptarshi.guha@gmail.com" target="_blank">saptarshi.guha@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div class="gmail_default" style="font-family:arial,helvetica,sans-serif;font-size:small">Hello <br><br>
</div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif;font-size:small">Again,with Qt 5.3 and cmake 2.8.9, g++, i got<br>

<br>Generating SMOKE sources...<br>preparing SMOKE data [qt]<br>writing out smokedata.cpp [qt]<br>missing type:  in method  QLatin1Char::ch(c) (while writing out methods table)<br>/bin/sh: line 1: 27485 Aborted                 (core dumped) /home/sguha/tmp/qtbase/kdebindings-build/generator/bin/smokegen -config /home/sguha/tmp/qtbase/kdebindings-build/smoke/qt/config.xml -smokeconfig /home/sguha/tmp/qtbase/kdebindings/smoke/qt/smokeconfig.xml -d /home/sguha/tmp/qtbase/kdebindings-build/smoke/qt/../qtdefines -- /home/sguha/tmp/qtbase/kdebindings/smoke/qt/qt_includes.h<br>


make[3]: *** [smoke/qt/smokedata.cpp] Error 134<br><br></div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif;font-size:small">Interestingly, if i did <br><br>R CMD INSTALL . (inside qtbase/)<br><br>


cd ../kdebindings-build; \<br>    cmake ../kdebindings -DR_CXX="g++" -DCMAKE_CXX_FLAGS=" " -DCMAKE_SHARED_LINKER_FLAGS="  -L/usr/local/lib64 -shared" \<br>          -DCMAKE_INSTALL_PREFIX=../inst/local \<br>


          -DCMAKE_EXE_LINKER_FLAGS="  -L/usr/local/lib64" \<br>          -DCMAKE_MODULE_LINKER_FLAGS="  -L/usr/local/lib64"; \<br>    LD_LIBRARY_PATH=../../generator/bin make install <br>CMake Error at /usr/local/lib/cmake/Qt5Core/Qt5CoreConfig.cmake:15 (message):<br>


  The imported target "Qt5::Core" references the file<br><br>     "/usr/local//mkspecs/linux-g++"<br><br>  but this file does not exist.  Possible reasons include:<br><br>  * The file was deleted, renamed, or moved to another location.<br>


<br>  * An install or uninstall procedure did not complete successfully.<br><br>  * The installation package was faulty and contained<br><br>     "/usr/local/lib/cmake/Qt5Core/Qt5CoreConfigExtras.cmake"<br><br>

  but not all the files it references.<br>
<br>Call Stack (most recent call first):<br>  /usr/local/lib/cmake/Qt5Core/Qt5CoreConfigExtras.cmake:50 (_qt5_Core_check_file_exists)<br>  /usr/local/lib/cmake/Qt5Core/Qt5CoreConfig.cmake:128 (include)<br>  CMakeLists.txt:9 (find_package)<br>


<br><br></div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif;font-size:small">but if i do sudo R CMD INSTALL . i dont get the above cmake related error.<br><br></div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif;font-size:small">


Possibly this and the initial issue (top of email) are related?<br><br></div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif;font-size:small"><br></div></div>
<br>_______________________________________________<br>
Qtinterfaces-devel mailing list<br>
<a href="mailto:Qtinterfaces-devel@lists.r-forge.r-project.org">Qtinterfaces-devel@lists.r-forge.r-project.org</a><br>
<a href="https://lists.r-forge.r-project.org/cgi-bin/mailman/listinfo/qtinterfaces-devel" target="_blank">https://lists.r-forge.r-project.org/cgi-bin/mailman/listinfo/qtinterfaces-devel</a><br></blockquote></div><br></div>