liteide icon indicating copy to clipboard operation
liteide copied to clipboard

build fails

Open dodona2 opened this issue 6 years ago • 0 comments

Please answer these questions before submitting your issue. Thanks! Please download LiteIDE latest version and test before submitting your issue. Thanks!

What version of LiteIDE are you using (LiteIDE About - Version and Build Qt Version)?

most recent from git

What version of Go are you using (go version)?

go version go1.13.4 linux/amd64

What operating system and processor architecture are you using(go env)?

Fedora 31 GOARCH="amd64"

What did you do?

build

If possible, provide a recipe for reproducing the error.

git clone https://github.com/visualfc/liteide.git

What did you expect to see?

make OK

What did you see instead?

cd tools/ && ( test -e Makefile || /usr/lib64/qt5/bin/qmake -o Makefile /usr/local/src/sdm/liteide/trunk/liteidex/src/tools/tools.pro -spec linux-g++ CONFIG+=release ) && make -f Makefile /usr/local/src/tools make[2]: Entering directory '/usr/local/src/tools' /usr/lib64/qt5/bin/qmake -o Makefile ../archive/sdm/liteide/trunk/liteidex/src/tools/tools.pro -spec linux-g++ CONFIG+=release Cannot find file: ../archive/sdm/liteide/trunk/liteidex/src/tools/tools.pro. make[2]: *** [Makefile:196: Makefile] Error 2 make[2]: Leaving directory '/usr/local/src/tools' make[1]: *** [Makefile:311: sub-tools-make_first-ordered] Error 2 make[1]: Leaving directory '/usr/local/src/sdm/liteide/trunk/build/src' make: *** [Makefile:47: sub-src-make_first-ordered] Error 2 error, make fail

dodona2 avatar Dec 04 '19 13:12 dodona2