LimeReport Forum

General Category | Основное => Discussion | Обсуждение => Topic started by: Mucip on February 26, 2020, 07:03:17 PM

Title: Compile error in 1.5.35
Post by: Mucip on February 26, 2020, 07:03:17 PM
Hi,
I have been downloaded and compiled version 1.5.0 which is downloaded from sorceforge. It was OK.

But I realised from this forum there is newer version in gitHub and trying to compile 1.5.35

I use Qt 5.13.2 on Win10 MSVC2017 32 bit and MSVC2017 64 bit. In thşs case I could not build unfortunatelly. My guide is: https://www.youtube.com/watch?v=Z7JOOQ187XE and I use -j10 parameter also.


What is the build parameter difference between 1.5.0 and 1.5.35?

The error output is:




Regards,
Mucip:)
Title: Re: Compile error in 1.5.35
Post by: Arin Alex on February 26, 2020, 07:38:09 PM
Hi
Try to clear the project, then delete a folder where the build was?
And try again. 
Title: Re: Compile error in 1.5.35
Post by: Mucip on February 26, 2020, 08:05:20 PM
Hi,
Now it's OK. Thanks.  ;)

Just a quick question. What is "-J10" parameter for?

Regards,
Mucip:)
Title: Re: Compile error in 1.5.35
Post by: Arin Alex on February 26, 2020, 09:14:24 PM
Just for speed up project building.
If you use multicore processor -j parameter will sign how many threads should be used for parallel build processing