Post Reply 
newRPL - build 1255 released! [updated to 1299]
01-01-2018, 03:06 PM
Post: #49
t
(01-01-2018 08:16 AM)BarryMead Wrote:  I tried to compile with virtual box, but got entirely different errors.
I followed the instructions in the wiki precisely, and when you try to open a project
in qtcreator it says "No Valid Kits found".

I repeated the whole process 5-times including starting from a fresh virtual box Ubuntu 16.04 64-bit image downloaded from this site: https://www.osboxes.org/ubuntu/
I installed all of the dependencies listed in the wiki and qt-unified-linux-x64-3.0.2-online.run each time. I think this project is cursed.

Sometimes preinstalled images are minimalistic to reduce the download size. It's always best to download a DVD image directly from Ubuntu and do the install.
No Kits found is not what you get from a standard Ubuntu but it's easy to solve, QtCreator will let you know what's missing. Inside Qt Creator, go to Tools / Options / Build&Run (from the list on the left).
Go to the Kits tab, and select the Autodetected -> Desktop. On your system it might show a warning icon next to it if there's something missing.
The important parts are the compiler, make sure there's a C and C++ compiler selected, otherwise you need to install the gcc and g++ packages on your system.
There's also a couple of options for the debugger, as long as it's not empty you should be OK, if it's empty you need to install a gdb package.
Since you installed from the Qt installer, it should pick up the Qt library automatically, but sometimes your system might have another one (which is intended to run programs, not to develop, so it's incomplete), try selecting another one from the drop-down list to see if there's more than one.
If you do have a compiler, debugger and Qt version installed for sure and is not being detected (weird, but could happen I guess), you can go into the respective tabs and manually add the paths to the executables, which you can find out by doing on a terminal:

which gcc
which g++
(for the compiler)

which gdb
(for the debugger)

which qmake
(for the Qt library)

That should give you the paths that Qt Creator needs to know. Once you get your kit working, you'll be able to build.


(01-01-2018 09:42 AM)pier4r Wrote:  little "unpopular" opinion. If someone wants to give up, one is free to do it. Your time is your time.

I write this because I have the perception, and it can be completely wrong, that Barry is trying a lot to justify that he is not giving up. In my opinion it is completely fine to give up.

On the contrary, I have the perception that he is not giving up, rather than just trying to justify it. From my point of view he sounds frustrated, which is understandable, but not hopeless (it's hard to guess emotions from text, isn't it?). If he took the time to do the VM install, he hasn't given up at all, and I feel it's my obligation to try and help him until he does. Compile troubles are not fun for anybody, and I'm not really sure why he's having trouble but I'll do anything to help, I know after the struggle always comes the satisfaction of the job done, and the fun playing with it.
From Barry's own words, he is looking for a great level of integration between the simulator and the physical device. newRPL has more integration than all the other projects he tried, because you basically get the 2 calculators freely "remote-controlling" each other, which is fun to play with and not something that's been done before.
Barry just wants to have fun with newRPL, and he eventually will, but bear with the struggle. If it bothers other people, we can continue the struggle in private.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: newRPL - build 1001 released! - pier4r - 12-16-2017, 08:03 AM
newRPL - on Hp 39gs - Martin Hepperle - 06-05-2019, 06:51 AM
RE: newRPL - build 1001 released! - pier4r - 12-23-2017, 10:16 AM
RE: newRPL - build 1001 released! - pier4r - 01-01-2018, 09:42 AM
t - Claudio L. - 01-01-2018 03:06 PM
RE: newRPL - build 1001 released! - pier4r - 01-01-2018, 03:41 PM
RE: newRPL - build 1001 released! - pier4r - 01-02-2018, 04:54 PM
RE: newRPL - build 1001 released! - pier4r - 01-02-2018, 06:58 PM
newRPL - brickviking - 10-05-2018, 06:01 AM
How to participate? - erazor - 12-13-2019, 07:12 AM



User(s) browsing this thread: 2 Guest(s)