-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
compilation failed again #6
Comments
Did you make sure that the qmake executable in the path is the one from the Qt5 package? |
qmake -v |
can you please send me the output of |
type -a qmake |
This is not qmake of the Qt5 package. The output should look like that:
|
sorry i'm not superadministrator on the cluster to install Qt5. |
If it's installed, you only need to modify your PATH variable. |
ok, well why not to make a version compatible with standard qmake and not Qt5 ? |
We simply need Qt5 because it's the base of the library.
I do not know what this qmake tool is, but I think it has nothing to do
with Qt at all.
Which Linux distribution are you using?
…On Mon, Mar 13, 2017 at 12:57 PM, lmanchon ***@***.***> wrote:
ok, well
i'm going to install it in my local directory.
thank you --
why not to make a version compatible with standard qmake and not Qt5 ?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#6 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AFYIAB3YRV0ow9enGv0K44MGZKubH9w0ks5rlS8qgaJpZM4MbIfy>
.
|
Qt5 is not free. lsb_release -a |
Qt5 is free and open-source.
You only need a license for the delopment of commercial applications.
…On Mon, Mar 13, 2017 at 1:05 PM, lmanchon ***@***.***> wrote:
Qt5 is not free.
GNU Make is free.
lsb_release -a
LSB Version: :base-4.0-amd64:base-4.0-noarch:core-4.0-amd64:core-4.
0-noarch:graphics-4.0-amd64:graphics-4.0-noarch:printing-
4.0-amd64:printing-4.0-noarch
Distributor ID: CentOS
Description: CentOS release 6.5 (Final)
Release: 6.5
Codename: Final
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#6 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AFYIABs6ss3QjySKd_mOcoYOyvjzplOAks5rlTDxgaJpZM4MbIfy>
.
|
ok, it seems to be not easy to find the Qt5 source to compil in my home directory. |
Installing Qt5 from sources is not easy and takes quite a while. But perhaps you can install one of the binaries from here: The folder also contains the source packages. |
ok thank you too much, |
I guess the issue is resolved. |
git clone --recursive https://github.com/imgag/ngs-bits.git
cd ngs-bits/
make build_3rdparty
[ 99%] Building CXX object src/toolkit/CMakeFiles/bamtools_cmd.dir/bamtools_stats.cpp.o
[100%] Building CXX object src/toolkit/CMakeFiles/bamtools_cmd.dir/bamtools.cpp.o
Linking CXX executable ../../../bin/bamtools
make[3]: Leaving directory
/save/ngs-bits/bamtools/build' [100%] Built target bamtools_cmd make[2]: Leaving directory
/save/ngs-bits/bamtools/build'make[1]: Leaving directory `/save/ngs-bits/bamtools/build'
make build_tools_release
rm -rf build-tools-Linux-Release;
mkdir -p build-tools-Linux-Release;
cd build-tools-Linux-Release;
qmake ../src/tools.pro "CONFIG-=debug" "CONFIG+=release" "DEFINES+=QT_NO_DEBUG_OUTPUT";
make;
qmake[1]: Entering directory
/save/ngs-bits/build-tools-Linux-Release' qmake[1]: Nothing to be done for
../src/tools.pro'.qmake[1]: Leaving directory
/save/ngs-bits/build-tools-Linux-Release' make[1]: Entering directory
/save/ngs-bits/build-tools-Linux-Release'make[1]: *** No targets specified and no makefile found. Stop.
make[1]: Leaving directory `/save/ngs-bits/build-tools-Linux-Release'
make: *** [build_tools_release] Error 2
The text was updated successfully, but these errors were encountered: