Menu

kscope on windows system

Anastasia
2009-09-03
2012-10-31
  • Anastasia

    Anastasia - 2009-09-03

    Hi Elad;

    Could you tell, can Kscope-1.9.x be built on windows system?
    It is possible to create a kscopeapp.exe file?

    Thanks in advance,
    Anastasia

     
    • Elad Lahav

      Elad Lahav - 2009-09-03

      Yes, it should work. You need Qt 4 and a working compiler, and that should be it.

       
  • Anastasia

    Anastasia - 2009-09-16

    Hi Elad.

    Thank you for reply.
    I created the kscopeapp.exe. But when I run this file I get an application
    error: "The application failed to initialize properly (0xc0000005). Click
    on OK to terminate the application".
    I also install cscope, ctags, Qscintilla, Qt, graphviz..
    Unfortunately, I have no ideas to resolve this error.
    I would be grateful if you could help me.

    Thanks in advanse.

     
  • Elad Lahav

    Elad Lahav - 2009-09-16

    I'm afraid that would require some testing, which I'm probably don't have the
    time to do right now (and I also don't have a Windows system to work on...)
    You can try a debug build (make debug) and see if you get more information out
    of it.

     
  • Divy

    Divy - 2010-02-06

    I tried make debug. Running kscopeapp.exe from the Qt command prompt does not
    give any message.
    Running it from the QT4' shipped mingw gdb gives this output:

    (gdb) run
    Starting program: C:\cygwin\home\divy\workareas\kscope\exe\kscopeapp.exe

    warning: Invalid parameter passed to C runtime function.

    warning: Invalid parameter passed to C runtime function.

    Program exited with code 03.

    Not much help either :(

     
  • Divy

    Divy - 2010-02-06

    After a bit of reseach, andf adding 'console' in the config file, the debug
    run now gives the following output:

    (gdb) run
    Starting program: C:\cygwin\home\divy\workareas\kscope\exe/kscopeapp.exe

    QObject: Cannot create children for a parent that is in a different thread.
    (Parent is KScope::Editor::Config(0x3cbe24), parent's thread is
    QThread(0x3c49c8), current thread is QThread(0x3cd890)
    QObject: Cannot create children for a parent that is in a different thread.
    (Parent is KScope::Editor::Config(0x3cbe24), parent's thread is
    QThread(0x3c49c8), current thread is QThread(0x3cd890)
    QObject: Cannot create children for a parent that is in a different thread.
    (Parent is KScope::Editor::Config(0x3cbe24), parent's thread is
    QThread(0x3c49c8), current thread is QThread(0x3cd890)
    QObject: Cannot create children for a parent that is in a different thread.
    (Parent is KScope::Editor::Config(0x3cbe24), parent's thread is
    QThread(0x3c49c8), current thread is QThread(0x3cd890)
    QWidget: Must construct a QApplication before a QPaintDevice

    This application has requested the Runtime to terminate it in an unusual way.
    Please contact the application's support team for more information.

    Program exited with code 03.

     

Log in to post a comment.