I have installed PixyMon for original Pixy on Fedora with no issues. I went to install PixyMonV2 and receive the below error. Can PixyMon co-exist with PixyMonV2 on the same installation of Fedora?
Error:
dondoyle@localhost scripts]$ ./build_pixymon_src.sh
########################################################################################
Building Pixymon…
########################################################################################
Linux localhost.localdomain 4.17.7-200.fc28.x86_64 #1 SMP Tue Jul 17 16:28:31 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
mkdir: cannot create directory ‘…/build’: File exists
mkdir: cannot create directory ‘…/build/pixymon/’: File exists
Creating build folder…
Starting build…
rm: cannot remove ‘./PixyMon’: No such file or directory
++ uname
- unamestr=Linux
- [[ Linux == \L\i\n\u\x ]]
- platform=linux
- echo Building for linux
Building for linux - cd src/host/pixymon
- [[ linux == \l\i\n\u\x ]]
- qmake pixymon.pro
./buildpixymon.sh: line 17: qmake: command not found - make -w
make: Entering directory ‘/home/dondoyle/pixy2/build/pixymon/src/host/pixymon’
make: *** No targets specified and no makefile found. Stop.
make: Leaving directory ‘/home/dondoyle/pixy2/build/pixymon/src/host/pixymon’ - cd …/…/…
- cp src/host/pixymon/PixyMon .
cp: cannot stat ‘src/host/pixymon/PixyMon’: No such file or directory - strip PixyMon
strip: ‘PixyMon’: No such file - cp src/host/pixymon/pixyflash.bin.hdr .
- rm -rdf src
- rm buildpixymon.sh
- [[ linux == \m\a\c ]]
FAILURE
[dondoyle@localhost scripts]$