[Q] Error libwebcore when compiling cm7

Search This thread

kryuha

New member
Apr 21, 2012
2
2
hello guys.
i'm having trouble when compiling latest cyanogenmod.
usually i dont have this error. but today when i want to compile it, this problem appeared.

Code:
target Generated: libwebcore <= external/webkit/WebCore/html/HTMLEntityNames.gperf
target Generated: libwebcore <= external/webkit/WebCore/platform/ColorData.gperf
Unknown parameter a interfaceName for tags/attrs
make: *** [out/target/product/kryuha/obj/STATIC_LIBRARIES/libwebcore_intermediates/WebCore/HTMLElementFactory.h] Error 255
make: *** Waiting for unfinished jobs....
Unknown parameter a interfaceName for tags/attrs
make: *** [out/target/product/kryuha/obj/STATIC_LIBRARIES/libwebcore_intermediates/WebCore/HTMLNames.h] Error 255
Unknown parameter a interfaceName for tags/attrs
make: *** [out/target/product/kryuha/obj/STATIC_LIBRARIES/libwebcore_intermediates/WebCore/V8HTMLElementWrapperFactory.h] Error 255

is anyone also have this problem??
and anyone can resolve it?
 
  • Like
Reactions: gcherogiorgos

TheGingerSage

Senior Member
Dec 22, 2012
285
151
Dead & Alone ?⚰️?
yup, i've do that before compiling it
dont mind, i solved this problem
problem with gcc, im using archlinux. its too bleeding edge (gcc 4.7.0.4)
i downgrade it to v 4.6.2.6 and that problem gone
-_______-
thanks for the answer :D

I am having the same problem I am on ubuntu 13.10 do you know how to fix it

---------- Post added at 02:12 AM ---------- Previous post was at 01:21 AM ----------


Thank you, I was able to manually fix the file and fix the build
 

Top Liked Posts

  • There are no posts matching your filters.
  • 1
    hello guys.
    i'm having trouble when compiling latest cyanogenmod.
    usually i dont have this error. but today when i want to compile it, this problem appeared.

    Code:
    target Generated: libwebcore <= external/webkit/WebCore/html/HTMLEntityNames.gperf
    target Generated: libwebcore <= external/webkit/WebCore/platform/ColorData.gperf
    Unknown parameter a interfaceName for tags/attrs
    make: *** [out/target/product/kryuha/obj/STATIC_LIBRARIES/libwebcore_intermediates/WebCore/HTMLElementFactory.h] Error 255
    make: *** Waiting for unfinished jobs....
    Unknown parameter a interfaceName for tags/attrs
    make: *** [out/target/product/kryuha/obj/STATIC_LIBRARIES/libwebcore_intermediates/WebCore/HTMLNames.h] Error 255
    Unknown parameter a interfaceName for tags/attrs
    make: *** [out/target/product/kryuha/obj/STATIC_LIBRARIES/libwebcore_intermediates/WebCore/V8HTMLElementWrapperFactory.h] Error 255

    is anyone also have this problem??
    and anyone can resolve it?
    1
    Have you done:
    Code:
    make clean ; make installclean ; repo sync
    Then build it?

    yup, i've do that before compiling it
    dont mind, i solved this problem
    problem with gcc, im using archlinux. its too bleeding edge (gcc 4.7.0.4)
    i downgrade it to v 4.6.2.6 and that problem gone
    -_______-
    thanks for the answer :D