ow, its strange.. do you have pkg-config installed there, and does it show correct thing if you call it like in patch? <div><br></div><div>pkg-config --cflags-only-I x11</div><div><br></div><div><br><br>On Wednesday, July 21, 2021, Phyllis Smith via Cin <<a href="mailto:cin@lists.cinelerra-gg.org">cin@lists.cinelerra-gg.org</a>> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div class="gmail_default" style="font-size:small">Andrew,</div><div class="gmail_default" style="font-size:small">Since I had ubuntu 16 booted, I tested this but had a problem.  I have not tested on Fedora yet.<br></div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">1) checked to make sure patch went in OK (I have the whole Makefile, but just listing part here to show):</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small"><span style="font-family:monospace">ifneq ($(WANT_SHUTTLE),no)<br>X11_INCS := $(shell pkg-config --cflags-only-I x11 | sed "s/-I//")<br><br>$(OBJDIR)/shuttle.o:    shuttle.C shuttle_keys.h<br>shuttle_keys.h: $(X11_INCS)/X11/keysymdef.h<br>        sed -n $(X11_INCS)/X11/keysymdef.h > shuttle_keys.h -f shuttle.sed<br>endif<br><br>$(OBJDIR)/pluginlv2gui.o:       pluginlv2gui.C<br>        $(CXX) `cat $(OBJDIR)/c_flags` $(GTK2_INCS) -DMSGQUAL=$* -c $< -o $@</span></div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">2) log file error message when building is (also have entire log, but just listing part here to show):</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small"><span style="font-family:monospace">make[2]: *** No rule to make target '/X11/keysymdef.h', needed by 'shuttle_keys.h'.  Stop.<br>make[2]: *** Waiting for unfinished jobs....<br>make[2]: Leaving directory '/tmp/cinelerra-5.1/cinelerra'<br>Makefile:528: recipe for target 'all-recursive' failed<br>make[1]: *** [all-recursive] Error 1<br>make[1]: Leaving directory '/tmp/cinelerra-5.1'<br>Makefile:484: recipe for target 'all' failed<br>make: *** [all] Error 2</span><br></div><div class="gmail_default" style="font-size:small"><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sun, Jul 18, 2021 at 2:43 PM Andrew Randrianasulu via Cin <<a href="mailto:cin@lists.cinelerra-gg.org" target="_blank">cin@lists.cinelerra-gg.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">for handling termux-specific x11 path w/o hardcoding it...<div><br></div><div>can anyone test on normal Linux? </div><div><br></div><div><br></div>
-- <br>
Cin mailing list<br>
<a href="mailto:Cin@lists.cinelerra-gg.org" target="_blank">Cin@lists.cinelerra-gg.org</a><br>
<a href="https://lists.cinelerra-gg.org/mailman/listinfo/cin" rel="noreferrer" target="_blank">https://lists.cinelerra-gg.<wbr>org/mailman/listinfo/cin</a><br>
</blockquote></div>
</blockquote></div>