Running Brickstore from QT Creator #550
Replies: 4 comments 3 replies
-
I've just updated https://github.com/rgriebl/brickstore/wiki/Building-from-Source to be a bit more specific when it comes to Windows (which my crystal ball is telling me you might be using ;) ) That being said: "without success" isn't a known error message. If you want help, you need to post the error messages you are getting. And yes - each release at https://github.com/rgriebl/brickstore/releases comes with a ZIP + Tarball containing the sources of that release. |
Beta Was this translation helpful? Give feedback.
-
First of all thanks for your response and sorry for expressing myself in a maybe cryptic way. It wasn't my intention to post a riddle. I first of all wanted to make sure, that I used the right source code. After running the build I received 67 error messages. 66 of those were concerning missing version numbers in the import declarations of the qml files, ,for example like this one: inside the code it was written like this: Error message number 67 was this one: Obviously concerning the used kit. Moreover there was one compiler message like this: Just for explanation: OpenSSL and ImmoSetup are installed. So in the next step I used another kit, this time a MinGW 64 bit (yes I know you recommended to use MSCV kits, but those did not work): After doing the build error message number 67 (concerning the kit) was gone, but the 66 messages concerning the version numbers remained and the compiler message changed to this: So in the next step I added the requested version numbers (I choosed 2.12) for all the Quick imports and started the next build, again using the MinGW kit. That's the current status, because right now I don't know how to go on. Sorry for that huge post, but I didn't know another way to explain what my problem is. I'm sure the problem is sitting in font of the computer, but I don't know how to solve it. Thanks a lot in advance for dealing with this issue. Regards from sunny Bremen |
Beta Was this translation helpful? Give feedback.
-
I followed your hint and adjusted the path at line 214 in brickstore.pro. After this the error message concerning OpenSSL disappeared (yeah!!!). as far as I can see these two are concerning the file qcoro.pri: During the weekend I read a lot documentations for QT and qmake. I also checked the command line options for qmake, but couldn't find out what to do to solve this problem. The third problem I couldn't solve comes with this message: Sorry for maybe bothering you, but now that I tasted blood, I really want to go on and see whether I can build some extensions by myself. Kind regards |
Beta Was this translation helpful? Give feedback.
-
Directly after posting my last comment, I tried the kit MSVC2019 64bit which I installed together with the QT version 6.2.4 and this one worked perfectly. Really Great. Thank you so much for your long-suffering support. Now I will finish my studies about QT IDE and then I can start to check out the brickstore source code. Kind regards from Bremen |
Beta Was this translation helpful? Give feedback.
-
Hello everybody,
I'm trying to run Brickstore from QT-Creator without success. I need to know, whether I used the right source to download the source code.
So my question is: When I download the zip file from this url : https://github.com/rgriebl/brickstore, do I have all that's necessary to run Brickstore from QT-Creator or do I need anything else?
Thanks a lot in advance for any response
Regards
Andreas
Beta Was this translation helpful? Give feedback.
All reactions