Closed fpesari closed 3 years ago
The program does not compile .fl files. To update you need to either open each .fl file in FLUID and go to File/Write Code. This will update the .cxx and .h related files in the same directory. Or, if doing wholesale changes with sed, you need to make the changes in all related files: .fl, .cxx, .h.
I see fluid has a -c
option to compile .fl
files. Could it be implemented into the makefile, either as a make ui
command or into regular make
? I can implement it, no probs, would you be willing to merge it?
No thanks, I prefer generating the .cxx files.
I modified the .fl files both manually and in
fluid
, then I ranbut the build program in
./src/rakarrack-plus
did not change its interface and looked just like it did before.