09-15-2011, 08:37 PM
..and I need help from coders...I'm hacking around and so far I've done several things but I'm in progress in getting system xulrunner libs working with this build process. I'm getting a weird build error that I can't track down.
While the naysayers may say we can't use the system xulrunner because of patches, who cares? We can develop around any issues we encounter. Right now songbird is WAY behind on their xulrunner version, not to mention their mozilla version.
Let's get this built so it only uses system libraries, and any external/songbird exclusive ones are the only dependencies we keep.
Once I have a place to push these files hopefully you guys can help me. I'm developing on archlinux x86_64, and I'm going to guess that some of my hacking will not/may not be compatible with your distro. If this is the case, we'll develop a distro independent workaround.
Errors below:
Also, some useful patches may be available at http://bazaar.launchpad.net/~mozillateam...n/patches/, I've applied a couple (by hand) but haven't gotten to their point in the build process yet due to the above (and probably several (hundred? lol)) future ones,
While the naysayers may say we can't use the system xulrunner because of patches, who cares? We can develop around any issues we encounter. Right now songbird is WAY behind on their xulrunner version, not to mention their mozilla version.
Let's get this built so it only uses system libraries, and any external/songbird exclusive ones are the only dependencies we keep.
Once I have a place to push these files hopefully you guys can help me. I'm developing on archlinux x86_64, and I'm going to guess that some of my hacking will not/may not be compatible with your distro. If this is the case, we'll develop a distro independent workaround.
Errors below:
Code:
rm -f -r /media/disk/Linux/makepkg/songbird/compiled/dist/chrome/stage
make[6]: Leaving directory `/media/disk/Linux/makepkg/songbird/compiled/dependencies/vendor/mozbrowser/base'
make[5]: Leaving directory `/media/disk/Linux/makepkg/songbird/compiled/dependencies/vendor/mozbrowser'
install -c -m 0755 /media/disk/Linux/makepkg/songbird/compiled/dist/gst-plugins/libgstcoreelements.so
install: missing destination file operand after `/media/disk/Linux/makepkg/songbird/compiled/dist/gst-plugins/libgstcoreelements.so'
Try `install --help' for more information.
make[4]: *** [/media/disk/Linux/makepkg/songbird/compiled/dist/gst-plugins/libgstcoreelements.so] Error 1
Also, some useful patches may be available at http://bazaar.launchpad.net/~mozillateam...n/patches/, I've applied a couple (by hand) but haven't gotten to their point in the build process yet due to the above (and probably several (hundred? lol)) future ones,