[Openmovieeditor-users] Compile errors
Status: Alpha
Brought to you by:
oracle2025
From: C L. <ros...@ya...> - 2011-02-12 03:12:19
|
Recently upgraded glibc in linux and *SURPRISE* it broke things. OME among them, so I go get the 20090105 src to recompile and find several places that needed a couple of includes added: ./src/AddCommand.cxx + #include <stdio.h> ./src/MediaBrowser.cxx + #include <stdio.h> ./src/VideoViewGL.H + #include <stdint.h> ./src/WaveForm.H + #include <stdint.h> ./src/fl_font_browser.cpp + #include <stdio.h> I should probably check to see if gcc fixes this, but, eh, path of least resistance :) I didn't see a cvs link or a bugtracker forum on OME's sourceforge, just the mailing lists. The forum pointed to on the main OME webpage is not working, giving a mysql error: http://www.openmovieeditor.org/board/ "This PHP environment doesn't have Improved MySQL (mysqli) support built in. Improved MySQL support is required if you want to use a MySQL 4.1 (or later) database to run this forum. Consult the PHP documentation for further assistance." Upgrades are so much fun :P :) Anyway, hopefully this will get to the developers so they can keep this fine program updated. Danky! |