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. I'm getting sick of my compiler...
Forum Updated to NodeBB v4.3 + New Features

I'm getting sick of my compiler...

Scheduled Pinned Locked Moved Solved General and Desktop
30 Posts 3 Posters 3.7k 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.
  • FluentCodingF Offline
    FluentCodingF Offline
    FluentCoding
    wrote on last edited by
    #4

    @SGaist I just get > 100 undefined reference errors. I've tried literally all, what I've seen on the internet. I've downloaded the source of QuaZip, binded in the .pri of this library and also linked zlib - one time the internal zlib and the other time ive installed zlib on my system and linked it. And nothing literally works. I need a decent tutorial I guess and there is no tutorial out there.

    1 Reply Last reply
    0
    • mrjjM mrjj

      Hi
      I also tried that QuaZip and it would not use the .a or .a.dll files i got from downloading
      zlib-1.2.3.exe. They seem to be old MSVC files and not compatible with vs 2015/17
      or mingw.
      They are from 2005 so i guess that is why.

      alt text

      However, for Kuba zip
      i added the zip.h and miniz.h and zip.c
      to the project
      alt text
      alt text

      and then it worked.

      Docs just say
      " So, you can grab these 3 files and compile them into your project. "

      and that should be it.

      FluentCodingF Offline
      FluentCodingF Offline
      FluentCoding
      wrote on last edited by
      #5

      @mrjj Ya I tried that but Kuba didn't work :/ Undefined Reference :(

      mrjjM 1 Reply Last reply
      0
      • FluentCodingF FluentCoding

        @mrjj Ya I tried that but Kuba didn't work :/ Undefined Reference :(

        mrjjM Offline
        mrjjM Offline
        mrjj
        Lifetime Qt Champion
        wrote on last edited by
        #6

        @FluentCoding
        That is very odd as there is nothing else to do than adding 3 files to the project.
        I just unzipped kuda zip to a subfolder called zip
        in the project folder and then added those files from src to the project

        alt text

        alt text

        FluentCodingF 1 Reply Last reply
        0
        • mrjjM mrjj

          @FluentCoding
          That is very odd as there is nothing else to do than adding 3 files to the project.
          I just unzipped kuda zip to a subfolder called zip
          in the project folder and then added those files from src to the project

          alt text

          alt text

          FluentCodingF Offline
          FluentCodingF Offline
          FluentCoding
          wrote on last edited by
          #7

          @mrjj Yo, I did literally the same. And I added the files by pressing "add existing files" when right clicking the project item on the left side (just adds the sources and headers). That's why I'm thinking that my compiler or QT is broken af.

          mrjjM 1 Reply Last reply
          0
          • FluentCodingF FluentCoding

            @mrjj Yo, I did literally the same. And I added the files by pressing "add existing files" when right clicking the project item on the left side (just adds the sources and headers). That's why I'm thinking that my compiler or QT is broken af.

            mrjjM Offline
            mrjjM Offline
            mrjj
            Lifetime Qt Champion
            wrote on last edited by
            #8

            @FluentCoding
            Ok, i just tried again to be sure i didn't do anything extra.

            can you try the test project ?
            https://www.dropbox.com/s/thi3csp5mdvazdy/testKuda.zip?dl=0

            As it sounds like we are doing same thing so lets see if my project refuse to compile as then we know :)

            1 Reply Last reply
            0
            • FluentCodingF Offline
              FluentCodingF Offline
              FluentCoding
              wrote on last edited by
              #9

              @mrjj Thanks for the example project. dff51e67-ce89-45a3-bc1f-9075d9c16e03-image.png Should I set a kit?

              mrjjM 1 Reply Last reply
              0
              • FluentCodingF FluentCoding

                @mrjj Thanks for the example project. dff51e67-ce89-45a3-bc1f-9075d9c16e03-image.png Should I set a kit?

                mrjjM Offline
                mrjjM Offline
                mrjj
                Lifetime Qt Champion
                wrote on last edited by
                #10

                @FluentCoding
                yes, normally it ask you to do that when no .user file.
                but yes, select a compiler. a Desktop one.

                FluentCodingF 2 Replies Last reply
                0
                • mrjjM mrjj

                  @FluentCoding
                  yes, normally it ask you to do that when no .user file.
                  but yes, select a compiler. a Desktop one.

                  FluentCodingF Offline
                  FluentCodingF Offline
                  FluentCoding
                  wrote on last edited by FluentCoding
                  #11

                  @mrjj it worked and im totally confused

                  1 Reply Last reply
                  0
                  • mrjjM mrjj

                    @FluentCoding
                    yes, normally it ask you to do that when no .user file.
                    but yes, select a compiler. a Desktop one.

                    FluentCodingF Offline
                    FluentCodingF Offline
                    FluentCoding
                    wrote on last edited by
                    #12

                    @mrjj should i only copy the three files or just download the whole git repo like you did?

                    mrjjM 1 Reply Last reply
                    0
                    • FluentCodingF FluentCoding

                      @mrjj should i only copy the three files or just download the whole git repo like you did?

                      mrjjM Offline
                      mrjjM Offline
                      mrjj
                      Lifetime Qt Champion
                      wrote on last edited by mrjj
                      #13

                      @FluentCoding
                      Hi
                      there are only those files so that should not matter.
                      if my sample can work , yours should too :=)
                      Still same compiler , yes ?

                      FluentCodingF 1 Reply Last reply
                      0
                      • mrjjM mrjj

                        @FluentCoding
                        Hi
                        there are only those files so that should not matter.
                        if my sample can work , yours should too :=)
                        Still same compiler , yes ?

                        FluentCodingF Offline
                        FluentCodingF Offline
                        FluentCoding
                        wrote on last edited by
                        #14

                        @mrjj Ya, think so. Do I have to use these deployment rules btw?

                        qnx: target.path = /tmp/$${TARGET}/bin
                        else: unix:!android: target.path = /opt/$${TARGET}/bin
                        !isEmpty(target.path): INSTALLS += target
                        

                        I don't have it in my .pro.

                        1 Reply Last reply
                        0
                        • FluentCodingF Offline
                          FluentCodingF Offline
                          FluentCoding
                          wrote on last edited by
                          #15

                          Nvm that didn't help. Weird...

                          mrjjM 1 Reply Last reply
                          0
                          • FluentCodingF FluentCoding

                            Nvm that didn't help. Weird...

                            mrjjM Offline
                            mrjjM Offline
                            mrjj
                            Lifetime Qt Champion
                            wrote on last edited by
                            #16

                            @FluentCoding

                            Hi
                            Those are generated by Qt but not use as such for this example.

                            What compiler are you using ?

                            anyway, try a clean GUI project you generate with the wizard.
                            then add those 3 files to it and see.

                            FluentCodingF 1 Reply Last reply
                            0
                            • FluentCodingF Offline
                              FluentCodingF Offline
                              FluentCoding
                              wrote on last edited by
                              #17

                              That's the weirdest problem I ever ran into. I'm using the same compiler in both my and the sample project - my .pro is literally the same - and I've imported the library exactly like in the sample project. But I still get these "Undefined Reference" errors. I'm totally confused. Can someone help me?

                              mrjjM 1 Reply Last reply
                              0
                              • mrjjM mrjj

                                @FluentCoding

                                Hi
                                Those are generated by Qt but not use as such for this example.

                                What compiler are you using ?

                                anyway, try a clean GUI project you generate with the wizard.
                                then add those 3 files to it and see.

                                FluentCodingF Offline
                                FluentCodingF Offline
                                FluentCoding
                                wrote on last edited by FluentCoding
                                #18

                                @mrjj `The same in both projects: MinGW 64-bit. Even same path - all equal.

                                anyway, try a clean GUI project you generate with the wizard.
                                then add those 3 files to it and see.
                                

                                I don't think that I have to do this tbh when the sample project works :/

                                1 Reply Last reply
                                0
                                • FluentCodingF FluentCoding

                                  That's the weirdest problem I ever ran into. I'm using the same compiler in both my and the sample project - my .pro is literally the same - and I've imported the library exactly like in the sample project. But I still get these "Undefined Reference" errors. I'm totally confused. Can someone help me?

                                  mrjjM Offline
                                  mrjjM Offline
                                  mrjj
                                  Lifetime Qt Champion
                                  wrote on last edited by
                                  #19

                                  @FluentCoding
                                  Hi
                                  That sounds almost impossible as only way would to not include the .c file. o.O
                                  There is no lib or anything. just 3 files.

                                  Im out of ideas. your Qt is not broken since my sample works so
                                  im not sure how on earth it can fail to compile those files.

                                  FluentCodingF 1 Reply Last reply
                                  0
                                  • FluentCodingF Offline
                                    FluentCodingF Offline
                                    FluentCoding
                                    wrote on last edited by FluentCoding
                                    #20

                                    Yeah, thats totally weird. Maybe a bug or something similar, dunno :( Maybe this bug is the reason why no library could have been imported. I'll rebuild it.

                                    1 Reply Last reply
                                    0
                                    • mrjjM mrjj

                                      @FluentCoding
                                      Hi
                                      That sounds almost impossible as only way would to not include the .c file. o.O
                                      There is no lib or anything. just 3 files.

                                      Im out of ideas. your Qt is not broken since my sample works so
                                      im not sure how on earth it can fail to compile those files.

                                      FluentCodingF Offline
                                      FluentCodingF Offline
                                      FluentCoding
                                      wrote on last edited by
                                      #21

                                      @mrjj Fvck yes, it works! I just had to rebuild it.

                                      mrjjM 1 Reply Last reply
                                      0
                                      • FluentCodingF FluentCoding

                                        @mrjj Fvck yes, it works! I just had to rebuild it.

                                        mrjjM Offline
                                        mrjjM Offline
                                        mrjj
                                        Lifetime Qt Champion
                                        wrote on last edited by
                                        #22

                                        @FluentCoding

                                        hehe ok now it makes sense :)

                                        happy zipping :)

                                        FluentCodingF 2 Replies Last reply
                                        0
                                        • mrjjM mrjj

                                          @FluentCoding

                                          hehe ok now it makes sense :)

                                          happy zipping :)

                                          FluentCodingF Offline
                                          FluentCodingF Offline
                                          FluentCoding
                                          wrote on last edited by
                                          #23

                                          @mrjj ty

                                          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