Phil Andrew

Results 60 comments of Phil Andrew

It still bothers me, why it thinks its a mobile browser (wrongly), I wonder if its Modernizr library?

I'm a little bit obsessed as to why. In the QupZilla browser it also shows in mobile format (incorrectly). http://www.qupzilla.com/ Clearly its not a bug of either PhantomJS or your...

@chenbekor did you solve this?

Thanks, now an error ``` λ ./scripts/build.sh Default Compiling carbonyl v0.0.1 (/media/philip/chromium/home/projects/carbonyl) error[E0554]: `#![feature]` may not be used on the stable release channel --> src/lib.rs:1:1 | 1 | #![feature(c_unwind)] |...

Next one ``` λ ./scripts/build.sh Default Finished dev [unoptimized + debuginfo] target(s) in 0.00s ninja: error: '../../carbonyl/build/x86_64-unknown-linux-gnu/release/libcarbonyl.a', needed by 'headless_shell', missing and no known rule to make it ```

During the long build an error ``` FAILED: obj/content/public/renderer/renderer_sources/render_frame_observer.o ... lots of text In file included from ../../content/public/renderer/render_frame_observer.cc:7: ../../content/renderer/render_frame_impl.h:123:10: fatal error: 'carbonyl/src/mojom/carbonyl.mojom.h' file not found #include "carbonyl/src/mojom/carbonyl.mojom.h" ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1 error...

Errors at linking ``` Finished dev [unoptimized + debuginfo] target(s) in 0.00s [8765/8786] SOLINK ./libcontent.so FAILED: libcontent.so libcontent.so.TOC python3 "../../build/toolchain/gcc_solink_wrapper.py" --readelf="../../third_party/llvm-build/Release+Asserts/bin/llvm-readelf" --nm="../../third_party/llvm-build/Release+Asserts/bin/llvm-nm" --sofile="./libcontent.so" --tocfile="./libcontent.so.TOC" --output="./libcontent.so" -- ../../third_party/llvm-build/Release+Asserts/bin/clang++ -shared -Wl,-soname="libcontent.so" -Werror...

Following instructions on homepage I get ``` ./scripts/build.sh Default Updating crates.io index Compiling libc v0.2.139 Compiling unicode-width v0.1.10 Compiling unicode-segmentation v1.10.0 Compiling carbonyl v0.0.1 (/media/philip/chromium/home/projects/carbonyl) Finished dev [unoptimized + debuginfo]...

Close but not yet ``` AILED: libcontent.so libcontent.so.TOC python3 "../../build/toolchain/gcc_solink_wrapper.py" --readelf="../../third_party/llvm-build/Release+Asserts/bin/llvm-readelf" --nm="../../third_party/llvm-build/Release+Asserts/bin/llvm-nm" --sofile="./libcontent.so" --tocfile="./libcontent.so.TOC" --output="./libcontent.so" -- ../../third_party/llvm-build/Release+Asserts/bin/clang++ -shared -Wl,-soname="libcontent.so" -Werror -fuse-ld=lld -Wl,--fatal-warnings -Wl,--build-id -fPIC -Wl,-z,noexecstack -Wl,-z,relro -Wl,--color-diagnostics -Wl,--undefined-version -Wl,--no-call-graph-profile-sort -m64...

``` 788/8010] SOLINK ./libcarbonyl.so FAILED: libcarbonyl.so libcarbonyl.so.TOC python3 "../../build/toolchain/gcc_solink_wrapper.py" --readelf="../../third_party/llvm-build/Release+Asserts/bin/llvm-readelf" --nm="../../third_party/llvm-build/Release+Asserts/bin/llvm-nm" --sofile="./libcarbonyl.so" --tocfile="./libcarbonyl.so.TOC" --output="./libcarbonyl.so" -- ../../third_party/llvm-build/Release+Asserts/bin/clang++ -shared -Wl,-soname="libcarbonyl.so" -Werror -fuse-ld=lld -Wl,--fatal-warnings -Wl,--build-id -fPIC -Wl,-z,noexecstack -Wl,-z,relro -Wl,--color-diagnostics -Wl,--undefined-version -Wl,--no-call-graph-profile-sort -m64 -no-canonical-prefixes...