Having trouble building Qt 6 from source
-
I followed the exact documentation you sent me
i extracted the source code
did cd dev/qtbuild
did configure
did the make parallel command
and then got the errors i listed@SkeletonHorse said in Having trouble building Qt 6 from source:
I followed the exact documentation you sent me
i extracted the source code
did cd dev/qtbuild
did configure
did the make parallel command
and then got the errors i listedCan you share the summary once configure has run ?
-
@SkeletonHorse said in Having trouble building Qt 6 from source:
I followed the exact documentation you sent me
i extracted the source code
did cd dev/qtbuild
did configure
did the make parallel command
and then got the errors i listedCan you share the summary once configure has run ?
@SGaist as in the config.summary file written?
-
That one yes
-
The summary file is pretty long, do I send it with the upload file option or are you just looking for specific parts of the file that I can relay to you?
-
Currently I don't have any specifics in mind.
I just realized something, the Moc message is correct, QCanFrameProcessor is indeed not a QObject based class.
Can you build Qt with parallel at 1 ?
-
Currently I don't have any specifics in mind.
I just realized something, the Moc message is correct, QCanFrameProcessor is indeed not a QObject based class.
Can you build Qt with parallel at 1 ?
@SGaist I did build Qt with parrallel, though I dont undesrstand what you mean by building it "at 1" forgive me for my need for specifics, I just dont know much about qt and I'm building it for specific capabilites only available to such version.
Anyways could you elaborate on building it "at 1" ?
-
Either remove parallel from the parameters or set its value to 1.
-
How do I set the value to 1?
-
--parallel 1 -
I have set it's value to one but I seem to have encountered the same build error.