essandess / etv-comskip

Commercial Marking and Skipping for EyeTV and iTunes Exports
GNU General Public License v2.0
55 stars 7 forks source link

improvement suggestions for makefile #69

Closed chris299 closed 6 years ago

chris299 commented 6 years ago

First, I want to thank you for the great work done here!!

However, I had some issues making etv-comskip work for me, so I wanted to share them with you:

I hope this helps and I would be more than happy to answer additional questions regarding my setup.

kind regards Christoph

essandess commented 6 years ago

Thank you for the detailed comments. I just upgraded to 10.13, and have it on my to do list tp recompile for High Sierra—I’ll do my best to incorporate these improvements.

chris299 commented 6 years ago

@essandess Thank you. unfortunately I forgot one more:

essandess commented 6 years ago

Checking these off:

sudo is necessary to install several development tools

Done.

That looks like a PATH issue. I explicitly created a PIP with full path to version 2.7 to address.

The makefile should go ahead without that—that's what the -[[…]] Makefile directive is for. I can't recall why this dependency was included, just that I needed at some point. I'm going to keep until I hear more feedback or run into this issue myself.

?? There are no specific X11 Makefile commands.

That's a (perhaps isolated) of combining all the dynamic libraries in one ./lib location. I'm do not plan to address this.

Done.