Hi all, If compilation fails with:
"in file included from flv_decoder.c:28:0: ../../../libweed/weed-compat.h:62:32: fatal error: weed/weed-palettes.h: No such file or directory" You can fix this by either: as root, copy libweed/weed-palettes.h into /usr/include/weed/, e.g. sudo cp libweed/weed-palettes.h /usr/include/weed/ or: apply the following patch: http://lives.svn.sourceforge.net/viewvc/lives?view=revision&revision=1110 (this has been fixed in subversion). Regards, Gabriel. ------------------------------------------------------------------------------ All the data continuously generated in your IT infrastructure contains a definitive record of customers, application performance, security threats, fraudulent activity, and more. Splunk takes this data and makes sense of it. IT sense. And common sense. http://p.sf.net/sfu/splunk-novd2d _______________________________________________ Lives-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/lives-users
