Hi Dustin, > When I get to the running the third party tools script, step " 2) > compile for Linux" is failing. I've attached the output and my guess > is some headers are mismatching, since I am compiling on Ubuntu 11.04 > 64bit, ...
>From your log it can be seen that the "yacc" program is missing on your system. You can install it as $ sudo apt-get install byacc and then try to recompile the whole thing again (first "reset" (r) and then 2). This actually shouldn't happen, because we check for the existence of yacc in prerequisite phase (which is really required because of so many prerequisites). For the next time it would be useful to provide the log from that phase too or just use phase a) (do all for current platform) and you'll get everything in one log file. Regards, Matjaz _______________________________________________ Matterhorn mailing list [email protected] http://lists.opencastproject.org/mailman/listinfo/matterhorn To unsubscribe please email [email protected] _______________________________________________
