I had to patch two files in the UniversalIndentGUI.xcodeproj directory to get the project to compile. Once I did that, it built without issue. The two files were qt_preprocess.mak and qt_makeqmake.mak. I think it is because there are now also corresponding qt5 files, and so the scripts need to use the qt4 qualifier.
I then ran qmake-qt4, and when that completed, make, and universalindentgui was in the release directory. When I run it, it runs nicely from there, but I can't seem to load any indent config files. I tried the uncrustify command from the help solution, uncrustify -c [config-file-name] --universalindentgui > uigui-uncrustify-config, but no dice. The file locator doesn't even show the file. And it also doesn't show hidden files, so I can't select them for other indenters either. There must be something I'm not doing properly.
At one point I saw a complaint that there were no indent files in /usr/share/universalindentgui, but the doc says it should run just fine from the build directory.
Maybe you'll have better luck. :-)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I had to patch two files in the UniversalIndentGUI.xcodeproj directory to get the project to compile. Once I did that, it built without issue. The two files were qt_preprocess.mak and qt_makeqmake.mak. I think it is because there are now also corresponding qt5 files, and so the scripts need to use the qt4 qualifier.
I then ran qmake-qt4, and when that completed, make, and universalindentgui was in the release directory. When I run it, it runs nicely from there, but I can't seem to load any indent config files. I tried the uncrustify command from the help solution, uncrustify -c [config-file-name] --universalindentgui > uigui-uncrustify-config, but no dice. The file locator doesn't even show the file. And it also doesn't show hidden files, so I can't select them for other indenters either. There must be something I'm not doing properly.
At one point I saw a complaint that there were no indent files in /usr/share/universalindentgui, but the doc says it should run just fine from the build directory.
Maybe you'll have better luck. :-)