-
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
error in compiling #5
Comments
Hi,
that looks strange.
Which version of qmake to you use?
Please send me the output of
qmake --version
Best,
Marc
…On Fri, Mar 3, 2017 at 1:07 PM, lmanchon ***@***.***> wrote:
--Hi
first command works fine: make build_3rdparty
[100%] Building CXX object src/toolkit/CMakeFiles/
bamtools_cmd.dir/bamtools.cpp.o
Linking CXX executable ../../../bin/bamtools
but second failed:
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
what's wrong ?
thank you --
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#5>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AFYIAH5CI58LbSvDWXbi1TXtxWNhZ66Lks5riAKTgaJpZM4MSME7>
.
|
--Hi,
qmake --version
GNU Make 3.82
Built for x86_64-unknown-linux-gnu (distributed make
load balancing by Grid Engine
)
Copyright (C) 2010 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
best,
laurent --
Marc Sturm <notifications@github.com> a écrit :
… Hi,
that looks strange.
Which version of qmake to you use?
Please send me the output of
> qmake --version
Best,
Marc
On Fri, Mar 3, 2017 at 1:07 PM, lmanchon ***@***.***> wrote:
> --Hi
>
> first command works fine: make build_3rdparty
>
> [100%] Building CXX object src/toolkit/CMakeFiles/
> bamtools_cmd.dir/bamtools.cpp.o
> Linking CXX executable ../../../bin/bamtools
>
> but second failed:
>
> 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
>
> what's wrong ?
>
> thank you --
>
> —
> You are receiving this because you are subscribed to this thread.
> Reply to this email directly, view it on GitHub
> <#5>, or mute the thread
> <https://github.com/notifications/unsubscribe-auth/AFYIAH5CI58LbSvDWXbi1TXtxWNhZ66Lks5riAKTgaJpZM4MSME7>
> .
>
--
You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub:
#5 (comment)
|
Hi Laurent, looks like that is not Qt make, but standard GNU make.
What is the output of In order to compile ngs-bits, you must install Qt5 and make sure that Qt qmake is in the path. Best, |
I assume my last comment fixed the problem. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
--Hi
first command works fine: make build_3rdparty
[100%] Building CXX object src/toolkit/CMakeFiles/bamtools_cmd.dir/bamtools.cpp.o
Linking CXX executable ../../../bin/bamtools
but second failed:
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
what's wrong ?
thank you --
The text was updated successfully, but these errors were encountered: