Results 1 to 1 of 1

Thread: qInitResources_rsrc()

  1. #1
    Join Date
    Feb 2012
    Location
    Armenia/Yerevan
    Posts
    400
    Thanks
    15
    Thanked 16 Times in 15 Posts
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11

    Default qInitResources_rsrc()

    The program I compiled on 32bit system does not run on the 64bit one. So, I need to compile the program again on the 64bit machine.

    I get the following error:
    Qt Code:
    1. qrc_rsrc.o: In function `qInitResources_rsrc()':
    2. /home/Arvand/qrc_rsrc.cpp:5811: multiple definition of `qInitResources_rsrc()'
    3. qrc_rsrc.o:/home/Arvand/qrc_rsrc.cpp:5811: first defined here
    4. qrc_rsrc.o: In function `qCleanupResources_rsrc()':
    5. /home/Arvand/qrc_rsrc.cpp:5820: multiple definition of `qCleanupResources_rsrc()'
    6. qrc_rsrc.o:/home/Arvand/qrc_rsrc.cpp:5820: first defined here
    7. collect2: error: ld returned 1 exit status
    8. make: *** [Arvand] Error 1
    To copy to clipboard, switch view to plain text mode 

    what is this qrc_rsrc.cpp ?
    Last edited by saman_artorious; 12th February 2014 at 10:37.

Similar Threads

  1. Replies: 3
    Last Post: 9th November 2013, 16:03
  2. Replies: 2
    Last Post: 25th July 2013, 06:17
  3. Replies: 1
    Last Post: 23rd May 2011, 04:53
  4. Replies: 1
    Last Post: 8th November 2010, 03:24
  5. Replies: 4
    Last Post: 9th May 2010, 16:18

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.