You need to log in to create posts and topics.

:-1: warning: Failure to find: ../src/application.qrc

PreviousPage 2 of 2

Then maybe lrelease is not instaled in your system?

Check the whole error message in "Compiler Output" tab.

lrelease is there multiple times.

 

Complete compiler error:

14:30:45: Running steps for project SimulIDE_Build...
14:30:45: Configuration unchanged, skipping qmake step.
14:30:45: Starting: "C:\Qt\Tools\mingw810_64\bin\mingw32-make.exe" -j2
C:/Qt/Tools/mingw810_64/bin/mingw32-make -f Makefile.Debug
mingw32-make[1]: Entering directory 'C:/SimulIDE/SimulIDE_1.1.0-SR0_sources/SimulIDE_1.1.0-SR0_sources/build_XX/build/Desktop_Qt_5_15_2_MinGW_64_bit-Debug'
lrelease ../resources/translations/*.ts; lrelease ../resources/translations/qt/*.ts; move ../resources/translations/*.qm ../resources/qm; move ../resources/translations/qt/*.qm ../resources/qm;
lrelease error: Cannot open ../resources/translations/*.ts;: The system cannot find the path specified.
mingw32-make[1]: *** [Makefile.Debug:1651: runLrelease] Error 1
mingw32-make[1]: Leaving directory 'C:/SimulIDE/SimulIDE_1.1.0-SR0_sources/SimulIDE_1.1.0-SR0_sources/build_XX/build/Desktop_Qt_5_15_2_MinGW_64_bit-Debug'
mingw32-make: *** [Makefile:45: debug] Error 2
14:30:45: The process "C:\Qt\Tools\mingw810_64\bin\mingw32-make.exe" exited with code 2.
Error while building/deploying project SimulIDE_Build (kit: Desktop Qt 5.15.2 MinGW 64-bit)
When executing step "Make"
14:30:45: Elapsed time: 00:01.

 

Entering directory 'C:/SimulIDE/SimulIDE_1.1.0-SR0_sources/SimulIDE_1.1.0-SR0_sources/build_XX/build/Desktop_Qt_5_15_2_MinGW_64_bit-Debug'

I think the problem is that you are building 2 folders inside Build_XX.
Build directory should be SimulIDE_1.1.0-SR0_sources/build_XX.
You can change it in Projects->General->Build directory.

I have set that pass but same error

Too bad that doesn't work here.

May I ask which constellation the developers of SimuIDE use to develop?

I think you need to understand why you get that error and then try to fix it.
What have you tried so far?

May I ask which constellation the developers of SimuIDE use to develop?

Qt Creator.

Quote from arcachofo on June 28, 2024, 1:43 pm

I think you need to understand why you get that error and then try to fix it.
What have you tried so far?

Nothing apart from what you suggested. The error messages are not suggesting anything to me.

I can compile and run the examples delivered with QT.

I can create a simple project compile and run in QT.

So my conclusion was(is) that there is something wrong with the project SimulIDE.

Therefore my request here in this forum.

Anyway, thank you very much for your efforts.

 

 

I think there are many things you could do.
The error message is telling you that it can not find some files:

lrelease error: Cannot open ../resources/translations/*.ts;: The system cannot find the path specified.

The question is why?

If you don´t know what to do, then do anything, whatever.
Look at the messages and try to find clues.
Some things you can try:
- Run qmake and look at the messages. Specially at paths.
    If you don't see anything suspicious copy/paste the output here and I will have a look.
- Compile from a terminal in build_XX and see if it works that way.
- Edit SimulIDE.pro and change "/*.ts" for an actual file name that exist in that path, for example "/simulide.ts"
- Edit SimulIDE.pro and change "../resources" for the actual full path in your system.

PreviousPage 2 of 2