Looks like some files are indeed not being installed on scons install :) Kind of explains the problems.
--- installed.txt 2008-10-18 10:29:04.000000000 +0100 +++ compiled.txt 2008-10-18 10:27:49.000000000 +0100 @@ -25,8 +25,9 @@ 3ab1fa2ac0a86679d9ee901635bad34d ./instrumentEditor/deleteLayer_over.png a9268266c360b6cebeae79692be1be13 ./instrumentEditor/instrument_show_off.png 04df869d77c62b096bc523272914385f ./instrumentEditor/instrument_show_on.png -24c3de3c3ce4c1483d713630c8a32b3c ./instrumentEditor/instrumentTab.png -b4d0bbe061c6a3d09709039edc7c4f1d ./instrumentEditor/layerTab.png +e6fb5cca518d610efa4d3c23c972ebc3 ./instrumentEditor/instrumentTab.png +01b2d3f38349314d4bd133ccaa56814f ./instrumentEditor/instrumentTab_top.png +53af4a04cd6e78f74f83bbe38fb983a7 ./instrumentEditor/layerTab.png 52ceb1b56de8621ae0781c9c08d97082 ./instrumentEditor/library_show_off.png ae83aedc84033d6fb6de0d986e3310a6 ./instrumentEditor/library_show_on.png afdc9c069b0a78fc890c225ad9c80126 ./instrumentEditor/loadLayer_off.png @@ -198,6 +199,7 @@ f5e1a1beaf731d9b09b77911ecfa046c ./playerControlPanel/onoff.png 942384b42536f069cfd3bbf1b529010b ./playerControlPanel/statusLED_off.png f196fa7033a6d0857c594b483c9e681a ./playerControlPanel/statusLED_on.png +4256277cfa68efdb41cbbcd9ae1fa116 ./preferencesDialog/rec.png 83c6e959db23159181cf7518429625cb ./skin_btn_off.png d2956e6772aac2faa71b561ad54edb10 ./skin_btn_on.png 1c98f726d9b876986ba13d8e4cb06490 ./skin_btn_over.png @@ -235,4 +237,5 @@ 0aec9f6b0337206433aa6832380f124a ./songEditor/songEditorLabelBG.png c5a68160e3df3e656627342ff2179c9d ./songEditor/songEditorLabelSBG.png 8f8ce75d9993e3e212ef21e03b423fa9 ./splash/splash.png -e91112b1476e1f3c829556da281eff72 ./waveDisplay/background.png +9a1d0403fc1d353bba8d1e09154cdcb2 ./waveDisplay/background.png +ff0f01e3835dcf729d492378bef1ae77 ./waveDisplay/bgsamplewavedisplay.png And that's how I generated it: (cd /usr/local/share/hydrogen/data/img/gray; md5sum `find . -name "*.png"` | sort -k 2) >installed.txt (cd data/img/gray; md5sum `find . -name "*.png"` | sort -k 2) >compiled.txt diff -u installed.txt compiled.txt Hope that helps :) Krzysztof ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Hydrogen-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/hydrogen-devel
