perl needs to be available to build qt
-
https://github.com/qt/qtserialbus
I was running the serialbus example.
An error "perl needs to be available to build qt" appeared, so I downloaded perl and confirmed that the installation was completed with perl -v in cmd.
But the error doesn't go away.
Is there any way to solve it?
-
https://github.com/qt/qtserialbus
I was running the serialbus example.
An error "perl needs to be available to build qt" appeared, so I downloaded perl and confirmed that the installation was completed with perl -v in cmd.
But the error doesn't go away.
Is there any way to solve it?
-
https://github.com/qt/qtserialbus
I was running the serialbus example.
An error "perl needs to be available to build qt" appeared, so I downloaded perl and confirmed that the installation was completed with perl -v in cmd.
But the error doesn't go away.
Is there any way to solve it?
-
@inusion On which OS? How exactly do you build qtserialbus? Did you start from scratch (delete build folder and build again) after installing Perl?
-
@jsulm
I am running on windows and installed strawberry perl. I cloned the git repository and ran cmake in the root.
and got an error -
@inusion "Did you start from scratch (delete build folder and build again) after installing Perl?"
-
@jsulm
I am running on windows and installed strawberry perl. I cloned the git repository and ran cmake in the root.
and got an error@inusion Wouldn't running cmake in the root just build the whole module from source?
I think you should run cmake in theexamplesfolder or inexamples/serialbus.
Correction:
I think you should run cmake in the example project folder, that is, e.g.,qtserialbus/examples/serialbus/canorqtserialbus/examples/serialbus/modbus/client -
@inusion Wouldn't running cmake in the root just build the whole module from source?
I think you should run cmake in theexamplesfolder or inexamples/serialbus.
Correction:
I think you should run cmake in the example project folder, that is, e.g.,qtserialbus/examples/serialbus/canorqtserialbus/examples/serialbus/modbus/client -
@inusion Wouldn't running cmake in the root just build the whole module from source?
I think you should run cmake in theexamplesfolder or inexamples/serialbus.
Correction:
I think you should run cmake in the example project folder, that is, e.g.,qtserialbus/examples/serialbus/canorqtserialbus/examples/serialbus/modbus/client