Forum
Sign Up

cannot find -lqtnribbon3 error: ld returned 1 exit

10 years 2 months ago - 10 years 2 months ago #7 by Alpha Smith
I also trid the instructions in Ubuntu. It didn't work. Open qtitanribbon.pro. Run qmake, No errors. Run Build All, No errors. Ctrl+R,then the error:



Then, I tried second time in Ubuntu. Open QtCreator. Open qtitanribbon.pro. Set by instructions. Run qmake, No errors. Run Build All, No errors. Then, I didn't Ctrl+R. Instead, I created a Qt Widgets Application. Add "include(/home/alpha/Qt5.2.0/QtitanRibbon/src/shared/qtitanribbon.pri)" in *.pro file. Edit the main.cpp. Run qmake, No errors. Run Build All, No errors. Then, Ctrl+R, the same error:

Attachments:
Last edit: 10 years 2 months ago by Alpha Smith.

Please Log in or Create an account to join the conversation.

More
10 years 2 months ago #8 by Developer Machines
I am sorry but can't reproduce this issue.
- I have started a new untitled Qt Widgets Application.
- added include($$(QTITANDIR)/src/shared/qtitanribbon.pri) to the end of untitled.pro file.
- added QTITANDIR path.
- modified main.cpp to allow to link qtnribbon3.dll
#include "mainwindow.h"
#include <QApplication>
#include <QtitanRibbon.h>


int main(int argc, char *argv[])
{
    QApplication a(argc, argv);
    a.setStyle(new RibbonStyle);
    MainWindow w;
    w.show();

    return a.exec();
}


- built it without issue.
- launched it (Ctrl+R) without issue.

Please Log in or Create an account to join the conversation.

More
10 years 2 months ago #9 by Developer Machines
About Linux, if you are starting try.pro without any QtitanRibbon related steps is all Ok?

Please Log in or Create an account to join the conversation.

More
10 years 2 months ago #10 by Alpha Smith
In Linux, try.pro works well without qtitanribbon modules.
Indeed, I'm so confused with this issue. :(

Are there some videos about Installation and First Steps with QtitanRibbon in youtube.com?
I have searched in youtube.com, but I could not find.
If there are not videos, could you make one? Thanks!

Please Log in or Create an account to join the conversation.

More
10 years 2 months ago #11 by Developer Machines
Unfortunately, we have no such video. What about Windows version? Were you able to start there?

Please Log in or Create an account to join the conversation.

More
10 years 2 months ago #12 by Alpha Smith
Qt,QtCreator and projects work well in win7. It's normal. I'll try in winxp.
Besides, should I download the file on this link?:
www.devmachines.com/qtitanribbon-overview.html

In addition, the qtitanribbon.pro itself runs well, which indicates that the QtitanRibbon3.2.0_mingw_demo I downloaded is right.

Sigh!

Please Log in or Create an account to join the conversation.

More
  • Not Allowed: to create new topic.
  • Not Allowed: to reply.
  • Not Allowed: to edit your message.
Moderators: Developer Machines
Time to create page: 0.175 seconds

Developer Newsletter

Join our Developer Machines newsletter to get informed on all the latest releases of the commercial components for Qt.C++, Delphi FireMonkey, updates and general knowledges.

Quick Support

Should you need any additional information about our products or licensing, please contact us at the following email addresses:

  • This email address is being protected from spambots. You need JavaScript enabled to view it.

  • This email address is being protected from spambots. You need JavaScript enabled to view it.

Get in Touch

If you would like to purchase our products or services, but don’t know how to do it the right way, please feel free to contact us:

  • This email address is being protected from spambots. You need JavaScript enabled to view it.( any questions related to our products or services )
  • This email address is being protected from spambots. You need JavaScript enabled to view it.( questions related to licensing )