[OSM-talk] unable to find webkit-image.h in compiling webkit

2009-02-19 Thread Kenneth Gonsalves
hi,

was trying to get WMS plugin to work in JOSM and compile webkit-image.cpp. I 
am getting this error:

[r...@xlquest gpa]# g++ -I /usr/local/Trolltech/Qt-4.4.3/include/Qt  webkit-
image.cpp -o webkit-image -lQtCore -lQtWebKit -lQtGui -s -O2


webkit-image.cpp:62:142: error: webkit-image.h: No such file or directory

where do I find webkit-image.h?
-- 
regards
Kenneth Gonsalves
Associate
NRC-FOSS
http://nrcfosshelpline.in/web/

___
talk mailing list
talk@openstreetmap.org
http://lists.openstreetmap.org/listinfo/talk


Re: [OSM-talk] unable to find webkit-image.h in compiling webkit

2009-02-19 Thread Cartinus
On Friday 20 February 2009 02:31:52 Kenneth Gonsalves wrote:
 hi,

 was trying to get WMS plugin to work in JOSM and compile webkit-image.cpp.
 I am getting this error:

 [r...@xlquest gpa]# g++ -I /usr/local/Trolltech/Qt-4.4.3/include/Qt 
 webkit- image.cpp -o webkit-image -lQtCore -lQtWebKit -lQtGui -s -O2
 webkit-image.cpp:62:142: error: webkit-image.h: No such file or directory

 where do I find webkit-image.h?

You can make one yourself by executing:

moc webkit-image.cpp webkit-image.h

-- 
m.v.g.,
Cartinus

___
talk mailing list
talk@openstreetmap.org
http://lists.openstreetmap.org/listinfo/talk


Re: [OSM-talk] unable to find webkit-image.h in compiling webkit

2009-02-19 Thread Kenneth Gonsalves
On Friday 20 February 2009 07:01:52 Kenneth Gonsalves wrote:
 was trying to get WMS plugin to work in JOSM and compile webkit-image.cpp.
 I am getting this error:

 [r...@xlquest gpa]# g++ -I /usr/local/Trolltech/Qt-4.4.3/include/Qt
  webkit- image.cpp -o webkit-image -lQtCore -lQtWebKit -lQtGui -s -O2
 webkit-image.cpp:62:142: error: webkit-image.h: No such file or directory

 where do I find webkit-image.h?

ok - I see I have to make it with moc
-- 
regards
Kenneth Gonsalves
Associate
NRC-FOSS
http://nrcfosshelpline.in/web/

___
talk mailing list
talk@openstreetmap.org
http://lists.openstreetmap.org/listinfo/talk


Re: [OSM-talk] unable to find webkit-image.h in compiling webkit

2009-02-19 Thread Kenneth Gonsalves
On Friday 20 February 2009 09:39:03 Cartinus wrote:
  [r...@xlquest gpa]# g++ -I /usr/local/Trolltech/Qt-4.4.3/include/Qt
  webkit- image.cpp -o webkit-image -lQtCore -lQtWebKit -lQtGui -s -O2
  webkit-image.cpp:62:142: error: webkit-image.h: No such file or directory
 
  where do I find webkit-image.h?

 You can make one yourself by executing:

 moc webkit-image.cpp webkit-image.h

yes thanks, just found out what moc is and where it is
-- 
regards
Kenneth Gonsalves
Associate
NRC-FOSS
http://nrcfosshelpline.in/web/

___
talk mailing list
talk@openstreetmap.org
http://lists.openstreetmap.org/listinfo/talk