Go back to Richel Bilderbeek's homepage.

Go back to Richel Bilderbeek's C++ page.

 

 

 

 

 

(C++) Misc error: the Open C/C++ plugin is not installed in the Symbian SDK

 

Misc error.

 

 

 

 

 

Error

 

This misc error can be found in Qt Creator in the 'Projects' mode, under the Build settings.

 

 

Error: The "Open C/C++ plugin" is not installed in the Symbian SDK or the Symbian SDK path is misconfigured for Qt version 4.7.1

 

 

 

 

 

Technical facts

 

Application type(s)

Operating system(s) or programming environment(s)

IDE(s):

 

 

 

 

 

Process

 

Installing Open C/C++ under Wine results in the install error: Open C/C++: No destination folder or no features to be selected.

 

 

 

 

 

Solution

 

Unknown, except buying a computer with native Windows?

 

Perhaps [1] is a solution, but I have not gotten this to work yet...

 

 

 

 

 

References

 

  1. Email from Simeon Kuran:
     
    I think I just stumbled over the solution for your problem regarding Qt
    Creator and s60 SDK (on a non-Windows OS of course :)

    Your error msg (as described on your homepage) was:
    Error: The "Open C/C++ plugin" is not installed in the Symbian SDK or the
    Symbian SDK path is misconfigured for Qt version 4.7.1

    I have had the same message, by choosing the wrong gnupoc folder in the Qt
    Creator settings. First I chose ~/qt4-s60/epoc32, which leads to the above
    error msg. Qt Creator wants ~/qt4-s60 without epoc32! (it then searches for
    cpp plugin by searching for <gnupoc-dir>/epoc32/include/stdapis/string.h)

    (After figuring this out, I also had to copy the following files to make the s60
    sdk usable with qt-creator:

    cp qt/lib/*.dso  <gnupoc-dir>/epoc32/release/armv5/lib/
    cp qt/lib/*.lib    <gnupoc-dir>/epoc32/release/armv5/lib/
    cp qt/bin/elf2e32_qtwrapper  <gnupoc-dir>/epoc32/bin
    cp gcce-toolchain/bin/elftran <gnupoc-dir>/epoc32/tools )
     

 

 

 

 

 

Go back to Richel Bilderbeek's C++ page.

Go back to Richel Bilderbeek's homepage.

 

Valid XHTML 1.0 Strict