Welcome, Guest. Please login or register.
Did you miss your activation email?

Author Topic: Compile error in 1.5.35  (Read 1339 times)

Mucip

  • Jr. Member
  • **
  • Posts: 51
    • View Profile
Compile error in 1.5.35
« 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:)

Arin Alex

  • Developer
  • Administrator
  • Hero Member
  • *****
  • Posts: 992
    • View Profile
Re: Compile error in 1.5.35
« Reply #1 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. 

Mucip

  • Jr. Member
  • **
  • Posts: 51
    • View Profile
Re: Compile error in 1.5.35
« Reply #2 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:)

Arin Alex

  • Developer
  • Administrator
  • Hero Member
  • *****
  • Posts: 992
    • View Profile
Re: Compile error in 1.5.35
« Reply #3 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