have done the steps in http://aaf.sourceforge.net/AAFProjectFAQ.html i..e. How do I obtain and build the AAF SDK on Linux ?
Having run make should have made the executable ? If not , then how does one create executable for aaffmtconv ( or any such )
When i try cd Utillities/aaffmtconv g++ aaffmtconv.cpp -o aaffmtconv get fatal error. AAF.h No such file or directory
then i try g++ -I<path to="" aaf.h=""> aaffmtcon.cpp -o aaffmtconv leads to missing header files.</path>
It requires windows.h, which may not work on linux.
What is the correct way to create executables ?
Log in to post a comment.
have done the steps in http://aaf.sourceforge.net/AAFProjectFAQ.html i..e.
How do I obtain and build the AAF SDK on Linux ?
Having run make should have made the executable ? If not , then how
does one create executable for aaffmtconv ( or any such )
When i try
cd Utillities/aaffmtconv
g++ aaffmtconv.cpp -o aaffmtconv
get fatal error. AAF.h No such file or directory
then i try
g++ -I<path to="" aaf.h=""> aaffmtcon.cpp -o aaffmtconv
leads to missing header files.</path>
It requires windows.h, which may not work on linux.
What is the correct way to create executables ?