Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. Problem in creating SIS Package
Forum Updated to NodeBB v4.3 + New Features

Problem in creating SIS Package

Scheduled Pinned Locked Moved Installation and Deployment
22 Posts 7 Posters 10.3k 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.
  • C Offline
    C Offline
    Chuck Gao
    wrote on last edited by
    #10

    [quote author="Dinesh Balu" date="1306395975"]I have two warnings while I tried to deploy the project..

    bq. :-1: warning: The Symbian tool chain does not handle spaces in the project path '/Qt Projects/First_Mobile_App'.
    :-1: warning: The Symbian tool chain does not handle special characters in the project name 'First_Mobile_App.pro' well.[/quote]

    Make sure your project path has no spaces at first. :)
    It's recommended

    Chuck

    1 Reply Last reply
    0
    • D Offline
      D Offline
      Dinesh Balu
      wrote on last edited by
      #11

      [quote author="Chuck.Gao" date="1306401138"]

      Make sure your project path has no spaces at first. :)
      It's recommended[/quote]

      Yeah I have more free space..... how much disk space it's gonna need?

      :)

      1 Reply Last reply
      0
      • C Offline
        C Offline
        Chuck Gao
        wrote on last edited by
        #12

        no, not free space of your disk. I mean, the spaces in your path. It's recommended to use "d:/QtProjects" instead of "d:/Qt Projects".

        Chuck

        1 Reply Last reply
        0
        • D Offline
          D Offline
          Dinesh Balu
          wrote on last edited by
          #13

          [quote author="Chuck.Gao" date="1306403823"]no, not free space of your disk. I mean, the spaces in your path. It's recommended to use "d:/QtProjects" instead of "d:/Qt Projects".[/quote]

          Oh... yeah.... It's "Qt Projects"... I rename it now... :)

          :)

          1 Reply Last reply
          0
          • D Offline
            D Offline
            Dinesh Balu
            wrote on last edited by
            #14

            I change it then it said that
            "The Symbian SDK and the project must be in the same drive"

            SO I move the Project directory to the C drive

            Now it shows 14 warnings and 1 error

            Some of them is....

            @:-1: warning: Can't find following headers in System Include Path
            :-1: <GLES2\gl2.h>
            :-1: (Sys Inc Paths "\QtSDK\Symbian\SDKs\Symbian1Qt473\include\QtCore" "\QtSDK\Symbian\SDKs\Symbian1Qt473\include\QtCore\tmp" "\QtSDK\Symbian\SDKs\Symbian1Qt473\include\QtGui" "\QtSDK\Symbian\SDKs\Symbian1Qt473\include\QtGui\tmp" "\QtSDK\Symbian\SDKs\Symbian1Qt473\include\QtOpenGL" "\QtSDK\Symbian\SDKs\Symbian1Qt473\include\QtOpenGL\tmp" "\QtSDK\Symbian\SDKs\Symbian1Qt473\include" "\QtSDK\Symbian\SDKs\Symbian1Qt473\include\tmp" "\QtSDK\Symbian\SDKs\Symbian1Qt473\mkspecs\common\symbian" "\QtSDK\Symbian\SDKs\Symbian1Qt473\mkspecs\common\symbian\tmp" "\QtSDK\Symbian\SDKs\Symbian1Qt473\epoc32\include" "\QtSDK\Symbian\SDKs\Symbian1Qt473\epoc32\include\osextensions\stdapis" "\QtSDK\Symbian\SDKs\Symbian1Qt473\epoc32\include\osextensions\stdapis\sys" "\QtSDK\Symbian\SDKs\Symbian1Qt473\epoc32\include\stdapis" "\QtSDK\Symbian\SDKs\Symbian1Qt473\epoc32\include\stdapis\sys" "\QtSDK\Symbian\SDKs\Symbian1Qt473\epoc32\include\osextensions\stdapis\stlport" "\QtSDK\Symbian\SDKs\Symbian1Qt473\epoc32\include\stdapis\stlport" "\QtSDK\Symbian\SDKs\Symbian1Qt473\epoc32\include\oem" "\QtSDK\Symbian\SDKs\Symbian1Qt473\epoc32\include\middleware" "\QtSDK\Symbian\SDKs\Symbian1Qt473\epoc32\include\domain\middleware" "\QtSDK\Symbian\SDKs\Symbian1Qt473\epoc32\include\osextensions" "\QtSDK\Symbian\SDKs\Symbian1Qt473\epoc32\include\domain\osextensions" "\QtSDK\Symbian\SDKs\Symbian1Qt473\epoc32\include\domain\osextensions\loc" "\QtSDK\Symbian\SDKs\Symbian1Qt473\epoc32\include\domain\middleware\loc" "\QtSDK\Symbian\SDKs\Symbian1Qt473\epoc32\include\domain\osextensions\loc\sc" "\QtSDK\Symbian\SDKs\Symbian1Qt473\epoc32\include\domain\middleware\loc\sc" "\QtProjects\FirstMobileApp\moc" "\QtProjects\FirstMobileApp\moc\tmp" "\QtProjects\FirstMobileApp" "\QtProjects\FirstMobileApp\tmp" "\QtProjects\FirstMobileApp\ui" "\QtProjects\FirstMobileApp\ui\tmp" "\QtSDK\Symbian\SDKs\Symbian1Qt473\epoc32\include\variant" "c:/qtsdk/symbian/tools/gcce4/lib/gcc/arm-none-symbianelf/4.4.1/include")
            :-1: Dependency list for "\QtProjects\FirstMobileApp\main.cpp" may be incomplete@

            :)

            1 Reply Last reply
            0
            • D Offline
              D Offline
              Dinesh Balu
              wrote on last edited by
              #15

              Should I use Nokia's Smart Installer.....
              How to use it?

              :)

              1 Reply Last reply
              0
              • D Offline
                D Offline
                Dinesh Balu
                wrote on last edited by
                #16

                Got it....

                I made a simple app and built the sis file and done successfully...

                The Problem occurs only when I built a app with OpenGL support...
                It's like openGL is not supported... It says all the terms of openGL like GL_MODELVIEW as undefined..

                :)

                1 Reply Last reply
                0
                • D Offline
                  D Offline
                  Dinesh Balu
                  wrote on last edited by
                  #17

                  The Main Error is

                  bq. \QtSDK\Symbian\SDKs\Symbian1Qt473\include\QtOpenGL\qgl.h:69: error: GLES2/gl2.h: No such file or directory

                  :)

                  1 Reply Last reply
                  0
                  • D Offline
                    D Offline
                    dannybarreto1002
                    wrote on last edited by
                    #18

                    podrías explicar como solucionaste tu problema, me encuentro con el mismo problema no e logrado arreglarlo.

                    1 Reply Last reply
                    0
                    • EddyE Offline
                      EddyE Offline
                      Eddy
                      wrote on last edited by
                      #19

                      Hi dannybarreto,

                      Welcome to devnet!

                      Could you translate your question to english please? That way more people can understand it and can help you solve your problem.

                      Qt Certified Specialist
                      www.edalsolutions.be

                      1 Reply Last reply
                      0
                      • D Offline
                        D Offline
                        dannybarreto1002
                        wrote on last edited by
                        #20

                        bq. Got it….
                        I made a simple app and built the sis file and done successfully…
                        The Problem occurs only when I built a app with OpenGL support…
                        It’s like openGL is not supported… It says all the terms of openGL like GL_MODELVIEW as undefined

                        could explain how solve your problem, I encounter the same problem and managed to fix it.

                        1 Reply Last reply
                        0
                        • EddyE Offline
                          EddyE Offline
                          Eddy
                          wrote on last edited by
                          #21

                          Ok, that's even better.

                          Could you explain how you solved it?

                          Qt Certified Specialist
                          www.edalsolutions.be

                          1 Reply Last reply
                          0
                          • Q Offline
                            Q Offline
                            q8phantom
                            wrote on last edited by
                            #22

                            Hi, I have the same problem, when I add openGL to my project, the project doesn't work on symbian?

                            because of this in my .pro

                            @QT += opengl@

                            I get this error

                            @/QtSDK/Symbian/SDKs/Symbian1Qt473/include/QtOpenGL/qgl.h:69: fatal error: GLES2/gl2.h: No such file or directory
                            @

                            Qt 4.7.4

                            It works on Maemo N900, and in Simulator, but not in Symbian!!


                            I just solved this issue, it's not supported on Symbian^1, so remove Symbian^1 target,

                            On left click on projects, then symbian->build,

                            Near Edit build config, remove all Symbian^1 related stuff.

                            Qt Version, select one for Symbian^3.

                            then, build and enjoy.

                            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