Imo you have missing Project location: c:/harbour/contrib/hbide/projects working folder:c:/harbour/contrib/hbide/projects
2010/1/3 Bruno Luciani <bruno.luci...@gmail.com> > This is the error , and It's hbqt lib missing > > > Bruno > > > > hbmk2: Processing configuration: /usr/local/bin/hbmk.cfg > > hbmk2: Harbour compiler command (embedded): > > (/usr/local/bin/harbour) -n2 > /home/bruno/harbour_svn/harbour/contrib/hbqt/tests/demoqt.prg -q > -i/usr/local/include/harbour > > Harbour 2.0.1dev (Rev. 13459) > > Copyright (c) 1999-2010, http://www.harbour-project.org/ > > hbmk2: C compiler command: > > gcc -c -O3 -Wall -W -I/usr/local/include/harbour demoqt.c > > hbmk2: Linker command: > > gcc demoqt.o -Wl,--start-group -lhbcplr -lhbdebug -lgpm -lharbour > -Wl,--end-group -o/home/bruno/harbour_svn/harbour/contrib/hbqt/tests/prueba > -L/usr/local/lib/harbour > > demoqt.o:(.data+0x48): undefined reference to `HB_FUN_QAPPLICATION' > > demoqt.o:(.data+0x98): undefined reference to `HB_FUN_QT_EVENTS_NEW' > > demoqt.o:(.data+0xa8): undefined reference to `HB_FUN_QT_SLOTS_NEW' > > demoqt.o:(.data+0xb8): undefined reference to > `HB_FUN_HBQT_SET_RELEASE_METHOD' > > demoqt.o:(.data+0xc8): undefined reference to `HB_FUN_QMAINWINDOW' > > demoqt.o:(.data+0x128): undefined reference to `HB_FUN_QWIDGET' > > demoqt.o:(.data+0x168): undefined reference to `HB_FUN_QSTATUSBAR' > > demoqt.o:(.data+0x1f8): undefined reference to `HB_FUN_QT_EVENTS_CONNECT' > > demoqt.o:(.data+0x278): undefined reference to `HB_FUN_QEVENTLOOP' > > demoqt.o:(.data+0x2b8): undefined reference to `HB_FUN_QMENUBAR' > > demoqt.o:(.data+0x2d8): undefined reference to `HB_FUN_QMENU' > > demoqt.o:(.data+0x2f8): undefined reference to `HB_FUN_QT_SLOTS_CONNECT' > > demoqt.o:(.data+0x388): undefined reference to `HB_FUN_QTOOLBAR' > > demoqt.o:(.data+0x398): undefined reference to `HB_FUN_QACTION' > > demoqt.o:(.data+0x3e8): undefined reference to `HB_FUN_QPUSHBUTTON' > > demoqt.o:(.data+0x418): undefined reference to `HB_FUN_QTABLEWIDGET' > > demoqt.o:(.data+0x448): undefined reference to `HB_FUN_QBRUSH' > > demoqt.o:(.data+0x478): undefined reference to `HB_FUN_QTABLEWIDGETITEM' > > demoqt.o:(.data+0x4b8): undefined reference to `HB_FUN_QTABWIDGET' > > demoqt.o:(.data+0x518): undefined reference to `HB_FUN_QTREEVIEW' > > demoqt.o:(.data+0x528): undefined reference to `HB_FUN_QDIRMODEL' > > demoqt.o:(.data+0x548): undefined reference to `HB_FUN_QLISTVIEW' > > demoqt.o:(.data+0x558): undefined reference to `HB_FUN_QSTRINGLIST' > > demoqt.o:(.data+0x588): undefined reference to `HB_FUN_QSTRINGLISTMODEL' > > demoqt.o:(.data+0x5a8): undefined reference to `HB_FUN_QTEXTEDIT' > > demoqt.o:(.data+0x5d8): undefined reference to `HB_FUN_QLINEEDIT' > > demoqt.o:(.data+0x618): undefined reference to `HB_FUN_QCOMBOBOX' > > demoqt.o:(.data+0x648): undefined reference to `HB_FUN_QCHECKBOX' > > demoqt.o:(.data+0x658): undefined reference to `HB_FUN_QSPINBOX' > > demoqt.o:(.data+0x668): undefined reference to `HB_FUN_QRADIOBUTTON' > > demoqt.o:(.data+0x678): undefined reference to `HB_FUN_QPROGRESSBAR' > > demoqt.o:(.data+0x6a8): undefined reference to `HB_FUN_QLABEL' > > demoqt.o:(.data+0x6c8): undefined reference to `HB_FUN_QMESSAGEBOX' > > demoqt.o:(.data+0x6e8): undefined reference to `HB_FUN_QFILEDIALOG' > > demoqt.o:(.data+0x6f8): undefined reference to `HB_FUN_QPAGESETUPDIALOG' > > demoqt.o:(.data+0x708): undefined reference to `HB_FUN_QPRINTPREVIEWDIALOG' > > demoqt.o:(.data+0x718): undefined reference to `HB_FUN_QWIZARD' > > demoqt.o:(.data+0x728): undefined reference to `HB_FUN_QCOLORDIALOG' > > demoqt.o:(.data+0x738): undefined reference to `HB_FUN_QFONTDIALOG' > > demoqt.o:(.data+0x778): undefined reference to `HB_FUN_QSYSTEMTRAYICON' > > demoqt.o:(.data+0x798): undefined reference to `HB_FUN_HB_QT' > > collect2: ld returned 1 exit status > > hbmk2: Error: Running linker. 1 > > gcc demoqt.o -Wl,--start-group -lhbcplr -lhbdebug -lgpm -lharbour > -Wl,--end-group -o/home/bruno/harbour_svn/harbour/contrib/hbqt/tests/prueba > -L/usr/local/lib/harbour > > errorlevel: 7 > > ----------------------------------------------------------------- > > Finished at 12:09:19 > > Done in 0.30 seconds. > > > > 2010/1/3 Bruno Luciani <bruno.luci...@gmail.com> > >> well I try to compile hbqt sample using HBIDE and not works >> >> Bruno >> >> 2010/1/3 Vailton Renato <vail...@gmail.com> >> >> Hi! >>> >>> It uses the hbmk2 to build and therefore most common LIBs are already >>> incorporated at the time of linking. >>> >>> Regards, >>> Vailton Renato >>> >>> 2010/1/3 Bruno Luciani <bruno.luci...@gmail.com>: >>> > Pritpal >>> > >>> > Howto add Libs to a project ? >>> > >>> > or HBIDE autodetect and add it automatically ? >>> > >>> > Thanks >>> > >>> > Bruno >>> > >>> > _______________________________________________ >>> > Harbour mailing list (attachment size limit: 40KB) >>> > Harbour@harbour-project.org >>> > http://lists.harbour-project.org/mailman/listinfo/harbour >>> > >>> > >>> _______________________________________________ >>> Harbour mailing list (attachment size limit: 40KB) >>> Harbour@harbour-project.org >>> http://lists.harbour-project.org/mailman/listinfo/harbour >>> >> >> > > _______________________________________________ > Harbour mailing list (attachment size limit: 40KB) > Harbour@harbour-project.org > http://lists.harbour-project.org/mailman/listinfo/harbour > > -- Massimo Belgrano
_______________________________________________ Harbour mailing list (attachment size limit: 40KB) Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour