Hi there,
I am trying to install and run projects with Qt on Fedora 33. I do not use Windows 10 anymore.
I had followed all of the instructions and everything seemed to work. But, when I tried to install the project generator using this code:
tcd OF/scripts/linux
./compilePG.sh
I received an error that I needed to report to the forums.
Here is a the snippet:
[tomr20@localhost linux]$ ./compilePG.sh
make: Entering directory '/home/tomr20/Documents/OF/apps/projectGenerator/commandLine'
Compiling OF library for Release
make[1]: Entering directory '/home/tomr20/Documents/OF/libs/openFrameworksCompiled/project'
Done!
make[1]: Leaving directory '/home/tomr20/Documents/OF/libs/openFrameworksCompiled/project'
Compiling projectGenerator for Release
make[1]: Entering directory '/home/tomr20/Documents/OF/apps/projectGenerator/commandLine'
/home/tomr20/Documents/OF/libs/openFrameworksCompiled/project/makefileCommon/config.addons.mk:210: *** missing separator. Stop.
make[1]: Leaving directory '/home/tomr20/Documents/OF/apps/projectGenerator/commandLine'
make: *** [/home/tomr20/Documents/OF/libs/openFrameworksCompiled/project/makefileCommon/compile.project.mk:129: Release] Error 2
make: Leaving directory '/home/tomr20/Documents/OF/apps/projectGenerator/commandLine'
There has been a problem compiling the command line projectGenerator.
Please report this problem in the forums.
[tomr20@localhost linux]$
Please let me know how to get pass this. And also if there any other guides to use Qt and linux than on the Open Frameworks website.
My full project was to use ‘ofxTwitter’ with Qt, but I still have errors with it.
Thank you.
T0mR