On Thu, 1 Aug 2013, John Jason Jordan wrote:

> I used git to collect the source and put it in ~/sleepyhead-code. Then I
> installed (per the instructions) qt-devel, qtwebkit-devel and gcc-c++
> which, it turns out, were already installed with the latest versions. Then
> I ran qmake-qt4, which also exited without error. But when I then ran make
> -j2 I got a list of errors, some of which are:

John,

   The usual procedure for building and installing from source code has three
steps:

        1. configure
        2. make
        3. make install
The last is run as root (or sudo).

   From your description it appears that you missed the configuration step.
This checks your system for required libraries and sets application paths.
You can see the avabilable options by typing (from within the source
directory),
        ./configure --help | less

HTH,

Rich

_______________________________________________
PLUG mailing list
[email protected]
http://lists.pdxlinux.org/mailman/listinfo/plug

Reply via email to