Same here on Gentoo x86_64 (AMD64). Complete make dump http://pastebin.com/47CEMEZd
Other question: would Nightingale build against Xulrunner 2.0?
Other question: would Nightingale build against Xulrunner 2.0?
Read my Blog Refining Linux!
How to build Nightingale
|
Same here on Gentoo x86_64 (AMD64). Complete make dump http://pastebin.com/47CEMEZd
Other question: would Nightingale build against Xulrunner 2.0?
Read my Blog Refining Linux!
03-11-2011, 05:52 AM
(03-11-2011, 01:11 AM)Manko10 Wrote: Same here on Gentoo x86_64 (AMD64). Complete make dump http://pastebin.com/47CEMEZd No idea about what is causing that sorry. stevo has been able to get both to compile FWIR so hey can probably help. Other answer: not without a LOT of work. Songbird only just upgraded to Xulrunner 1.9.2 over the course of version 1.9, and I doubt we can easily leapfrog them ^_^
03-11-2011, 06:03 AM
So Songbird will not be able to build against my system Xulrunner, what a pity. If it could, build times would be reduced dramatically.
Read my Blog Refining Linux!
03-12-2011, 03:24 PM
(03-11-2011, 06:03 AM)Manko10 Wrote: So Songbird will not be able to build against my system Xulrunner, what a pity. If it could, build times would be reduced dramatically. There is no chance of building against ANY system Xulrunner at present, because Songbird uses a version with custom patches. Some of these patches have made it upstream but there are many that haven't, and getting them upstream isn't a major priority for POTI. But I'm sure that they would be happy to help us work through them at some point, and hopefully we can get them all upstream, or else work out why they are needed and try and circumvent the issue in Nightingale (though I see this failing, as if it could have been fixed in Songbird then there likely wouldn't be a patch to Xulrunner).
03-13-2011, 05:42 AM
However, I think Xulrunner 2.0 would be a great improvement as it's much faster. Add-ons like the cover flow are really slow with halting animations if you have more than just five or ten albums.
Read my Blog Refining Linux!
03-18-2011, 06:25 PM
I'm on Ubuntu 11.04 x86 (aka 32 bit) and when I run " make -f nightingale.mk [debug|release] "
I get the message Code: install: missing destination file operand after `/home/rowen/Documents/ngale/compiled-debug-i686/dist/gst-plugins/libgstcoreelements.so' There is no trunk file as I made the initial ngale file in RapidSVN first but this should not be the issue because it is basically the trunk folder with a diffrent name (>0.0)> UBUNTU 11.04 <(0.0<)
LONG LIVE F.O.S.S
03-20-2011, 09:43 PM
I'm on arch x86_64 and can't build too
03-25-2011, 01:41 AM
I apologize for all the build issues we are having, I am working on fixing that up as quickly as I can.
Stevo - Molder of bits and bytes in an electronic wonderland.
03-30-2011, 01:15 AM
Very good job
![]() I'm experiencing the same issues about implicit and regular rules. My system is running Fedora 14. EDIT: IT'S WORKING NOW! Read on to see my fixes ![]() Code: $ make -f nightingale.mk Edit: I was able to fix this issue by editing the problematic file. Before: Code: dlldata.c %.h %.tlb %_i.c %_p.c: %.midl Code: #dlldata.c %.h %.tlb %_i.c %_p.c: %.midl This led to the next error: Code: g++ -o sbStringBundle.o -c -fPIC -fshort-wchar -fexceptions -fnon-call-exceptions -funwind-tables -fasynchronous-unwind-tables -fno-rtti -Wall -Wno-conversion -Wno-attributes -Wpointer-arith -Wcast-align -Wno-long-long -pipe -pthread -g -ggdb3 -fno-inline -include "mozilla-config.h" -Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy -Wno-non-virtual-dtor -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DDEBUG=1 -D_DEBUG=1 -DXP_UNIX=1 -D_REENTRANT=1 -I../../../../components/moz/strings/components/public -I/home/leonidas/Desktop/ngale/components/include -I/home/leonidas/Desktop/ngale/components/moz/strings/src -I/home/leonidas/Desktop/ngale/dependencies/linux-x86_64/mozilla/debug/include/intl -I/home/leonidas/Desktop/ngale/dependencies/linux-x86_64/mozilla/debug/include/uconv -I/home/leonidas/Desktop/ngale/dependencies/linux-x86_64/mozilla/debug/include -I/home/leonidas/Desktop/ngale/dependencies/linux-x86_64/mozilla/debug/include/nspr -I/home/leonidas/Desktop/ngale/dependencies/linux-x86_64/mozilla/debug/include/xpcom -I/home/leonidas/Desktop/ngale/dependencies/linux-x86_64/mozilla/debug/include/string /home/leonidas/Desktop/ngale/components/moz/strings/src/sbStringBundle.cpp I fixed this by changing the line to the corresponding line in the current svn version of songbird. (~ components/moz/strings/src/sbStringBundle.cpp:342) Before: Code: TRACE(("%s[%8.x] - %s (param %s) (default %s)", Code: TRACE(("%s[%8.x] - %s (param %s) (default %s)", It goes on... Code: g++ -o sbWindowWatcher.o -c -fPIC -fshort-wchar -fexceptions -fnon-call-exceptions -funwind-tables -fasynchronous-unwind-tables -fno-rtti -Wall -Wno-conversion -Wno-attributes -Wpointer-arith -Wcast-align -Wno-long-long -pipe -pthread -g -ggdb3 -fno-inline -include "mozilla-config.h" -Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy -Wno-non-virtual-dtor -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DDEBUG=1 -D_DEBUG=1 -DXP_UNIX=1 -D_REENTRANT=1 -I../../../../components/moz/windowwatcher/public -I../../../../components/moz/prompter/public -I/home/leonidas/Desktop/ngale/components/include -I/home/leonidas/Desktop/ngale/components/moz/threads/src -I/home/leonidas/Desktop/ngale/dependencies/linux-x86_64/mozilla/debug/include/appshell -I/home/leonidas/Desktop/ngale/dependencies/linux-x86_64/mozilla/debug/include/dom -I/home/leonidas/Desktop/ngale/dependencies/linux-x86_64/mozilla/debug/include/necko -I/home/leonidas/Desktop/ngale/dependencies/linux-x86_64/mozilla/debug/include/windowwatcher -I/home/leonidas/Desktop/ngale/dependencies/linux-x86_64/mozilla/debug/include -I/home/leonidas/Desktop/ngale/dependencies/linux-x86_64/mozilla/debug/include/nspr -I/home/leonidas/Desktop/ngale/dependencies/linux-x86_64/mozilla/debug/include/xpcom -I/home/leonidas/Desktop/ngale/dependencies/linux-x86_64/mozilla/debug/include/string /home/leonidas/Desktop/ngale/components/moz/windowwatcher/src/sbWindowWatcher.cpp Same Procedure, file components/moz/windowwatcher/src/sbWindowWatcher.cpp. 972: Before: Code: TRACE(("%s: removed event %s listener %p from %p", Code: TRACE(("%s: removed event %s listener %p from %p", 1086: Before: Code: TRACE(("%s: Added event %s listener %p to %p", Code: TRACE(("%s: Added event %s listener %p to %p", Similarly in lines 1104 and 1112. The "mEventTarget" has to be "mEventTarget.get()". Building continues ![]() Edit 2: Ok there is more: components/mediamanager/src/sbMediaFileManager.cpp:615 Before: Code: TRACE(("%s (%s)", __FUNCTION__, NS_ConvertUTF16toUTF8(aPropertyKey))); Code: TRACE(("%s (%s)", __FUNCTION__, NS_ConvertUTF16toUTF8(aPropertyKey).BeginReading())); |
« Next Oldest | Next Newest »
|