Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Error when compiling Qt 4.8.6 on windows
Forum Updated to NodeBB v4.3 + New Features

Error when compiling Qt 4.8.6 on windows

Scheduled Pinned Locked Moved General and Desktop
3 Posts 2 Posters 2.0k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • J Offline
    J Offline
    JulienMaille
    wrote on last edited by
    #1

    nmake will quickly fail with:
    @kernel\qclipboard_win.cpp(313) : error C3861: 'CheckRemoteDebuggerPresent': identifier not found@

    I found someone else mentionning that issue but without answer:
    http://lists.qt-project.org/pipermail/releasing/2014-April/001740.html

    I'm wondering if the problems comes from the fact that I'm compiling with msvc 2005, CheckRemoteDebuggerPresent does not seems to exist in winbase.h

    Thanks in advance for your help

    1 Reply Last reply
    0
    • J Offline
      J Offline
      JulienMaille
      wrote on last edited by
      #2

      Nevermind found some inspiration here:
      https://qt.gitorious.org/qt-creator/qt-creator-ru/commit/1a8e48e1a537da57184ed422d89131372a3c1871?diffmode=sidebyside
      and finally added at line 306 of qclipboard_win.cpp:
      @#if defined(_MSC_VER) && _MSC_VER <= 1400
      return false;
      #else@

      1 Reply Last reply
      0
      • SGaistS Offline
        SGaistS Offline
        SGaist
        Lifetime Qt Champion
        wrote on last edited by
        #3

        Hi,

        Can you report this on the "bug report system":http://bugreports.qt-project.org ?

        Interested in AI ? www.idiap.ch
        Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

        1 Reply Last reply
        0

        • Login

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved