Page 3 of 12 FirstFirst 12345 ... LastLast
Results 21 to 30 of 114

Thread: Problem compiling QtiPlot 0.9.8 with xls import

  1. #21
    Join Date
    Sep 2006
    Beans
    27

    Re: Problem compiling QtiPlot 0.9.8 with xls import

    Don't download loglite-0.4.0.zip, you need to compile with the one included with qtiplot-0.9.8.3 sources.


    To remove the annoying donation nag screen edit qtiplot-0.9.8.3/qtiplot/src/core/QtiPlotApplication.cpp, delete lines

    #ifndef QTIPLOT_PRO
    mw->showDonationDialog();
    #endif
    Last edited by ls8; October 16th, 2010 at 01:28 AM.

  2. #22
    Join Date
    Jul 2010
    Beans
    15

    Re: Problem compiling QtiPlot 0.9.8 with xls import

    That's right.
    logging.hpp ia already included.
    I will try to recompile again trying to make things as clean as possible.
    See also this slightly different procedure:
    http://doc.ubuntu-fr.org/qtiplot

    Regards

  3. #23
    Join Date
    Oct 2005
    Beans
    94

    Re: Problem compiling QtiPlot 0.9.8 with xls import

    Thanks, niscima and ls8
    It worked this time. It is a great idea to make the instructions a bit more clearer. So, for example, it is only necessary to put tree.hh in the liborigin2 folder. This file can be downloaded from the web, and not the archive tree-2.6.5.zip, and so on.
    It was a great help for me, thank you very much.
    Last edited by barmaley; October 17th, 2010 at 03:20 PM.

  4. #24
    Join Date
    Oct 2005
    Beans
    94

    Re: Problem compiling QtiPlot 0.9.8 with xls import

    Hi, people
    On my 2nd comp at work I still have a problem compiling qtiplot. I did everything as for the 1st pc, but there is this error:

    src/core/ApplicationWindow.cpp:174: fatal error: QAssistantClient: No such file or directory
    compilation terminated.
    make[1]: *** [../tmp/qtiplot/ApplicationWindow.o] Error 1

    Any ideas?

  5. #25
    Join Date
    Jul 2010
    Beans
    15

    Re: Problem compiling QtiPlot 0.9.8 with xls import

    Barmaley,

    you have to install libqtassistantclient-dev.

    Regards.

  6. #26
    Join Date
    Oct 2005
    Beans
    94

    Re: Problem compiling QtiPlot 0.9.8 with xls import

    Hi, niscima
    Thanks for your help.

    libqtassistantclient-dev is already the newest version.

    I began from that point, but that was not it?

  7. #27
    Join Date
    Jul 2010
    Beans
    15

    Re: Problem compiling QtiPlot 0.9.8 with xls import

    Instruction for 64bit ubuntu:

    sudo apt-get install build-essential g++ libboost-all-dev libpng12-dev libqt4-dev
    libgsl0-dev python2.6-dev python-qt4-dev python-sip4-dev
    libtool zlib1g-dev qt4-dev-tools python-all-dev libxext-dev libqtassistantclient-dev
    qt-assistant-compat libqtassistantclient4 qa-assistant

    Forget about libEMF and EmfEngine (probably they will work on 32 bit but for me they did not)

    Sip and Pyqt should be provided by the packages above

    Follow: http://doc.ubuntu-fr.org/qtiplot for
    quazip, muparser, QTeXEngine, tree (do not forget to copy tree.hh in /usr/local/include), liborigin2, alglib

    Follow message #1 for ExcelFormat (32 or 64)

    Use build.conf from http://doc.ubuntu-fr.org/qtiplot
    but use
    XLS_INCLUDEPATH = XLS_LIBS = -lExcelFormat Use instructions from http://doc.ubuntu-fr.org/qtiplot for
    QTI_ROOT/qtiplot/src/origin/origin.pri
    QTI_ROOT/qtiplot/qtiplot.pro
    QTI_ROOT/qtiplot/src/origin/importOPJ.cpp

    remove 'manual' line from QTI_ROOT/qtiplot.pro

    do as in message #21

    qmake and make

    It should work. I ended up with a 58.6 qtiplot executable.
    It shows odf and xls opening, origin import, python scripting.
    Good luck.

  8. #28
    Join Date
    Jul 2010
    Beans
    15

    Re: Problem compiling QtiPlot 0.9.8 with xls import

    Sorry for messing up build.conf modifications.
    I hope now it will show up correctly
    XLS_INCLUDEPATH =
    XLS_LIBS = -lExcelFormat

  9. #29
    Join Date
    Jul 2010
    Beans
    15

    Re: Problem compiling QtiPlot 0.9.8 with xls import

    For the manual download
    http://prdownload.berlios.de/qtiplot...ual-en.tar.bz2
    and expand it somewhere.
    All the installed assistants should allow to open it directly from the help menu of qtiplot

  10. #30
    Join Date
    Oct 2005
    Beans
    94

    Re: Problem compiling QtiPlot 0.9.8 with xls import

    Thanks, niscima
    I have 32bit system, and all of the libraries installed.
    I'll try to compile tomorrow and I hope I will not bother you again.

Page 3 of 12 FirstFirst 12345 ... LastLast

Tags for this Thread

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
  •