Results 1 to 5 of 5

Thread: Qwt on FreeBSD/ beginner installation question

  1. #1
    Join Date
    Aug 2011
    Posts
    3
    Qt products
    Qt4
    Platforms
    Unix/X11

    Default Qwt on FreeBSD/ beginner installation question

    Hello everyone,

    Qwt 5.2.1 is part of FreeBSD but I can't find the examples. (It's also hard to find an introductory tutorial on-line. If anyone has a good link, I would appreciate it.)

    So, I was wondering, should I just download the latest version and install it in my home directory? But I'm not sure how to do this? I'm not sure how to install it to my home directory and I'm also not sure about how to configure the linker, so that the libraries would be found.

    Thanks!

  2. #2
    Join Date
    Aug 2011
    Posts
    3
    Qt products
    Qt4
    Platforms
    Unix/X11

    Default Re: Qwt on FreeBSD/ beginner installation question

    Follow up question

    I checked out the svn directory and attempted to Install.
    First I had to set the QMAKESPEC, which I set as freebsd-g++

    than qmake && make...

    ===========
    cd src && qmake src.pro -o Makefile
    src.pro:17: Unknown replace function: qtLibraryTarget
    src.pro:225: Unknown test function: CONFIG
    cd src && make -f Makefile
    qmake -o Makefile src.pro
    Error processing project file: /home/joe/qwt-6.0/src/obj/src.pro
    *** Error code 2

    Stop in /home/joe/qwt-6.0/src.
    *** Error code 1

    Stop in /home/joe/qwt-6.0.
    ==========


    Any clues? Thanks!

  3. #3
    Join Date
    Feb 2006
    Location
    Munich, Germany
    Posts
    3,309
    Thanked 879 Times in 827 Posts
    Qt products
    Qt3 Qt4 Qt/Embedded
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: Qwt on FreeBSD/ beginner installation question

    Incomplete or outdated Qt version ?

    Uwe

  4. #4
    Join Date
    Aug 2011
    Posts
    3
    Qt products
    Qt4
    Platforms
    Unix/X11

    Default Re: Qwt on FreeBSD/ beginner installation question

    Thank you for the reply Uwe,
    the problem was that I was using the BSD version of make. What works for FreeBSD is:
    $ qmake-qt4
    $ gmake
    $ gmake install

  5. #5
    Join Date
    Sep 2010
    Posts
    1
    Qt products
    Qt4 Qt/Embedded
    Platforms
    Unix/X11 Windows Symbian S60

    Default Re: Qwt on FreeBSD/ beginner installation question

    Hi,

    After 1 week working, I find this thread and solve my qwt compiling problem using "gmake" instead of "make"

    Many thanks...

Similar Threads

  1. Beginner layout question
    By frankiefrank in forum Qwt
    Replies: 1
    Last Post: 10th March 2011, 18:37
  2. Replies: 1
    Last Post: 23rd November 2010, 22:17
  3. SQLite beginner question...
    By theMac in forum Newbie
    Replies: 3
    Last Post: 2nd September 2009, 01:01
  4. Beginner C++ question
    By masoroso in forum General Programming
    Replies: 2
    Last Post: 19th April 2006, 15:15

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
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.