-
Notifications
You must be signed in to change notification settings - Fork 14
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
Qt lib check #288
Comments
Same problem here. |
I simply deleted this whole section of plinrelease and it got stuck at Then got stuck at Then got stuck at |
Now if I copy the proploader directory created by the scripts into the proploader-linux-build/bin directory - also created by the scripts - and run the plinrelease.sh again the scripts reach a done point, but nothing seems to be installed and simpleide command does not work. This entire installation process seems broken and does not match the documentation at all. |
OK... so now I found where it installed it. It compiled everything into a folder named SimpleIDE-1.1.2/SimpleIDE-1-1-2 - where there was a setup.sh script. ran that and finally I can make simpleide open up - but now it has no propeller-elf-gcc compiler, doesn't have the propeller load folder, and no "simple-ide library package" so it's pretty much useless. I can't for the life of me find the compiler in any of the installed files. Ready to give up. Any help would be appreciated. |
I am having problems building SimpleIDE. I build propeller-gcc and Qt 5.4.2 from source, but when I am trying to build the SimpleIDE I get error when I try to run plinrelease.sh script. I suspect that the problem lies somewhere in:
For checking qt version a different command should be used. I think that the best command for version check should be
qmake -v
.The text was updated successfully, but these errors were encountered: