It's 32bit, and my first post has the download link thanks!
Could you please place the prebuilt one somewhere for others to use? Also, is it x86 or x64, you need to specify.
--
You received this message because you are subscribed to the Google Groups "phantomjs" group.
To unsubscribe from this group and stop receiving emails from it, send an email to phantomjs+...@googlegroups.com.
Visit this group at http://groups.google.com/group/phantomjs.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to a topic in the Google Groups "phantomjs" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/phantomjs/cgTH-jqCSGg/unsubscribe.
To unsubscribe from this group and all its topics, send an email to phantomjs+...@googlegroups.com.
Visit this group at http://groups.google.com/group/phantomjs.
For more options, visit https://groups.google.com/d/optout.
Please build a 64 bit version for Windows.Thanks
--
You received this message because you are subscribed to the Google Groups "phantomjs" group.
To unsubscribe from this group and stop receiving emails from it, send an email to phantomjs+...@googlegroups.com.
Visit this group at http://groups.google.com/group/phantomjs.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "phantomjs" group.
To unsubscribe from this group and stop receiving emails from it, send an email to phantomjs+...@googlegroups.com.
Visit this group at http://groups.google.com/group/phantomjs.
For more options, visit https://groups.google.com/d/optout.
IE was 64 bit a long time ago. :)
Encountered 6 configuration warning(s):
! QtQuick module not found, QML APIs will not be built
! Qt not configured to use system libjpeg, QImageDecoder will decode JPEG images
! Qt not configured to use system libpng, QImageDecoder will decode PNG images
! Missing GStreamer or QtMultimedia, disabling HTML5 media element support
! Missing QtTest module, disabling DumpRenderTree, WebKitTestRunner and tests
! QtWebKitQml will not be build. It is not supported with static linking
The WebKit build was disabled for the following reasons:
* Missing bison from PATH
* Missing ruby from PATH
* Missing flex from PATH
make: Für das Ziel »first« ist nichts zu tun. Building main PhantomJS application. Please wait...
cd src/ && ( test -e Makefile.phantomjs || /home/test-os/phantomjs-qt5/src/qt/qtbase/bin/qmake /home/test-os/phantomjs-qt5/src/phantomjs.pro -o Makefile.phantomjs ) && make -f Makefile.phantomjs Project ERROR: Unknown module(s) in QT: webkitwidgets make: *** [sub-src-phantomjs-pro-make_first-ordered] Fehler 3
Hello!
First off i'm fairly new to compiling/building and Linux!
For some days now I'm trying to compile/build phantomjs 2 on different platforms with a lot of research in the internet, but without success so far. Right now I'm trying to get this done via VirtualBox and Linux Ubuntu 64-bit.
I followed the instructions on https://github.com/ariya/phantomjs/wiki/PhantomJS-2 but without any success. It builds a fair while, but finally it errors this way:
Encountered 6 configuration warning(s):
! QtQuick module not found, QML APIs will not be built
! Qt not configured to use system libjpeg, QImageDecoder will decode JPEG images
! Qt not configured to use system libpng, QImageDecoder will decode PNG images
! Missing GStreamer or QtMultimedia, disabling HTML5 media element support
! Missing QtTest module, disabling DumpRenderTree, WebKitTestRunner and tests
! QtWebKitQml will not be build. It is not supported with static linkingThe WebKit build was disabled for the following reasons:
* Missing bison from PATH
* Missing ruby from PATH
* Missing flex from PATH
sudo apt-get install sqlite3 libsqlite3-dev g++ ruby gperf bison flex libfontconfig1 libfontconfig1-dev libicu48 libicu-dev ttf-mscorefonts-installer fontconfig libfreetype6
I researched on the given error-statements, like "QtQuckModule not found" and "Qt not configured to use system libjpeg", also for the "Missing XYZ from PATH", but i didn't find a solution so far.
make: Für das Ziel »first« ist nichts zu tun. Building main PhantomJS application. Please wait...
cd src/ && ( test -e Makefile.phantomjs || /home/test-os/phantomjs-qt5/src/qt/qtbase/bin/qmake /home/test-os/phantomjs-qt5/src/phantomjs.pro -o Makefile.phantomjs ) && make -f Makefile.phantomjs Project ERROR: Unknown module(s) in QT: webkitwidgets make: *** [sub-src-phantomjs-pro-make_first-ordered] Fehler 3
So by further reseach for phantomjs 2 I found this thread. But I'm wondering how to use the files provided in your zip-file? In the "linux_64" folder i only find this one file "phantomjs" without any externsion. What to do with this? The mentioned packages in the readme.txt i did install by using apt-get install, but what now?
--
sudo apt-get install sqlite3 libsqlite3-dev g++ ruby gperf bison flex libfontconfig1 libfontconfig1-dev libicu48 libicu-dev ttf-mscorefonts-installer fontconfig libfreetype6
cd phantomjs
git submodule init
git submodule update
sudo apt-get update
sudo apt-get install build-essential chrpath git-core libssl-dev libfontconfig1-dev
sudo apt-get install libfontconfig1-dev libxft-dev libqtcore4 libqtgui4 (libqtgui4 gives an error E: Unable to locate package libxft-dev)cd ~/phantomjs-qt5
git submodule init
git submodule update
git submodule init
git submodule update
./build.sh --confirm --qt-config "-I /usr/local/Cellar/qt5/5.3.1/include/ -L /usr/local/Cellar/qt5/5.3.1/lib/"
which exit with a following message:
cd Tools/ && ( test -e Makefile.Tools || /Users/artkoshelev/workspace/phantomjs/src/qt/qtbase/bin/qmake /Users/artkoshelev/workspace/phantomjs/src/qt/qtwebkit/Tools/Tools.pro -o Makefile.Tools ) && /Applications/Xcode.app/Contents/Developer/usr/bin/make -f Makefile.Tools
/Users/artkoshelev/workspace/phantomjs/src/qt/qtbase/bin/qmake -o Makefile.Tools Tools.pro
make[1]: Nothing to be done for `first'.
Building main PhantomJS application...
cd src/ && ( test -e Makefile.phantomjs || /Users/artkoshelev/workspace/phantomjs/src/qt/qtbase/bin/qmake /Users/artkoshelev/workspace/phantomjs/src/phantomjs.pro -o Makefile.phantomjs ) && /Applications/Xcode.app/Contents/Developer/usr/bin/make -f Makefile.phantomjs
make[1]: *** No rule to make target `qt/mkspecs/macx-g++/qmake.conf', needed by `Makefile.phantomjs'. Stop.
make: *** [sub-src-phantomjs-pro-make_first-ordered] Error 2
./build.sh --confirm