-
Notifications
You must be signed in to change notification settings - Fork 5.7k
not able to build phantomjs2.0 on ubuntu 14.10 #13229
Comments
gcc version if that helps... |
This |
could you please let me know which specific gcc version to use. |
Hi Vitallium, I am working with my colleague nareshk355 on this. We understand that phantomJS is not ported to PowerPC, but we are trying to port it ourselves to PowerPC. Once PhantomJS is ported to PowerPC, we will be committing it back to PhantomJS community. We do have GCC ported to PowerPC, however if there is a need to port specific GCC version to PowerPC in order to get PhantomJS ported, we are willing to do that. Could you please let us know the specific GCC version you need to get PhantomJS compiled? Any help in this regard is highly appreciated. Thanks, |
@sowani It's not about a specific version of GCC, it's all about specific features on PowerPC (architecture).
I suggest you create a new issue where we can track support for PowerPC (like we did it for Solaris #10521) |
Thank @vitallium! Yes, I think it would be better to create another issue to track PowerPC port, so we will create it now. I understand that PhantomJS has dependency on Qt and Webkit and unless they are ported first, PhantomJS cannot be compiled on PowerPC. However, if it is not required for core functionality of PhantomJS, can it be somehow bypassed? This would enable us to work on core functionality first and tackle the Qt porting and support related functionality later. Best regards, |
Closed. PowerPC is not supported target platform yet. |
below is the error encountered while running the "./build.sh --confirm --silent"
breakpad/src/client/linux/handler/exception_handler.h:178:26: error: field âfloa t_stateâ has incomplete type âgoogle_breakpad::_libc_fpstateâ
struct _libc_fpstate float_state;
^
Makefile.phantomjs:7011: recipe for target 'crashdump.o' failed
make[1]: *** [crashdump.o] Error 1
make[1]: *** Waiting for unfinished jobs....
make[1]: Leaving directory '/home/test/travis/phantomjs-2.0/phantomjs/src'
Makefile:38: recipe for target 'sub-src-phantomjs-pro-make_first-ordered' failed
make: *** [sub-src-phantomjs-pro-make_first-ordered] Error 2
The text was updated successfully, but these errors were encountered: