mltframework / mlt-scripts

scripts to help build open source MLT apps

Home Page:https://www.mltframework.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cannot find the gcc compiler

datietou opened this issue · comments

when compile on ubuntu14.04, the script cannot find the compiler, the $PATH is not correct, I have already set the $PATH to the correct gcc-5.1.0/usr/bin, so build-shotcut.sh set the $PATH wrong anywhere?

Works for me on 14.04 using the standard gcc compiler. If you want to use a different compiler, you will have to modify the script.

I follow the tips this page said:
http://www.shotcut.org/bin/view/Shotcut/CrossCompile

use the gcc from mxe, and add the gcc to the $PATH, but build-shotcut.sh cannot find the correct environment $PATH value.

That page is for Shotcut. It will not work directly for the mlt scripts. You are on your own for this one, however, there may be some concepts that you could carry over. This tracker is for bugs, not support questions. If you come up with a working patch, feel free to send a pull request.