Den 15.11.2020 15:29, skrev Andrew Randrianasulu:
Sorry, I'm stuck; obviously I have managed to get something wrong, but what?
It seems the patch should be applied, but the Format menu still shows me uppercase "P"
Attach two new terminal outputs.:
* Patching_term_output_2 * Patching_term_output_3
It seems in both cases you run cin from your system installation, because it says:
Cinelerra Infinity - built: Oct 31 2020 10:49:15
try full autogen/configure/make/make install route...
it should say something like this
guest@slax:/dev/shm/cinelerra/cinelerra-5.1/cinelerra$ ../bin/cin Cinelerra Infinity - built: Nov 15 2020 06:34:23
those leading dots in './program' and '../path/program' actually quite important if you want to launch specific instance. do not strip them
Thanks, you're right. How could I oversee the new path today 😅 I just enterted the path to the actual cin, and the Format Preset was ok with 'p'. terje@alfa:~> cd /home/terje/src/cin5/cinelerra/cinelerra-5.1/bin terje@alfa:~/src/cin5/cinelerra/cinelerra-5.1/bin> ./cin Cinelerra Infinity - built: Nov 15 2020 11:56:16 git://git.cinelerra-gg.org/goodguy/cinelerra.git Now I have also created a specific 'Cin-GG_Build' app launcher with Alacarte and put it on the Gnome program menu and the handy favorite panel. For later on, will it possibly be ok to 'undo' and 'git apply' several patches first, before a single, final autogen/configure/make/make install route... ? --------------- Terje J. H