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. QT LAN Messenger Compiling and Build Error
Forum Updated to NodeBB v4.3 + New Features

QT LAN Messenger Compiling and Build Error

Scheduled Pinned Locked Moved Unsolved General and Desktop
7 Posts 3 Posters 1.2k Views 2 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.
  • K Offline
    K Offline
    kish1212
    wrote on 26 Feb 2019, 10:01 last edited by
    #1

    C:\Users\KISHORE\Downloads\lanmessenger-master (1)\lanmessenger-master\lmc\src\crypto.h:27: error: openssl/rand.h: No such file or directory0_1551175743968_Capture.PNG

    1 Reply Last reply
    0
    • M Offline
      M Offline
      mrjj
      Lifetime Qt Champion
      wrote on 26 Feb 2019, 10:36 last edited by
      #2

      hi
      try this one instead
      https://github.com/sdicke/Lan-Messenger
      it just compiled for windows for me.

      K 1 Reply Last reply 26 Feb 2019, 10:49
      3
      • M mrjj
        26 Feb 2019, 10:36

        hi
        try this one instead
        https://github.com/sdicke/Lan-Messenger
        it just compiled for windows for me.

        K Offline
        K Offline
        kish1212
        wrote on 26 Feb 2019, 10:49 last edited by
        #3

        @mrjj thank you for your valuable help

        M 1 Reply Last reply 26 Feb 2019, 11:34
        0
        • K kish1212
          26 Feb 2019, 10:49

          @mrjj thank you for your valuable help

          M Offline
          M Offline
          mrjj
          Lifetime Qt Champion
          wrote on 26 Feb 2019, 11:34 last edited by
          #4

          @kish1212
          just as a note.
          the other one seemed to miss some openSLL headers.

          K 1 Reply Last reply 26 Feb 2019, 12:57
          0
          • M mrjj
            26 Feb 2019, 11:34

            @kish1212
            just as a note.
            the other one seemed to miss some openSLL headers.

            K Offline
            K Offline
            kish1212
            wrote on 26 Feb 2019, 12:57 last edited by
            #5

            @mrjj

            how to add the openssl in linking library

            1 Reply Last reply
            0
            • S Offline
              S Offline
              SGaist
              Lifetime Qt Champion
              wrote on 26 Feb 2019, 20:42 last edited by
              #6

              Hi,

              Do you mean you already have OpenSSL installed on your machine ?

              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
              • M Offline
                M Offline
                mrjj
                Lifetime Qt Champion
                wrote on 26 Feb 2019, 20:43 last edited by mrjj
                #7

                Hi
                Followup to any one finding it.
                we used
                https://github.com/lanmessenger/lanmessenger
                and followed the docs and it works.
                Note that it wants you to have openSLL in a certain level
                relative to the lanmessenger project .
                We didnt move the folder from c:\openSSL
                but added this to the .pro file.

                win32: LIBS += -LC:/OpenSSL/lib/ -llibeay32
                INCLUDEPATH += "C:/OpenSSL/include"
                DEPENDPATH += += "C:/OpenSSL/include"

                and used the mingw 32 bit compiler.
                The mentioned openSSL ("Win32 OpenSSL v1.0.2q") from
                http://www.slproweb.com/products/Win32OpenSSL.html
                worked without compiling.
                But its 32 bit only.
                Qt version was 5.12

                1 Reply Last reply
                3

                1/7

                26 Feb 2019, 10:01

                • Login

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