something wrong with the build instructions on the code for newapi?

2009-07-25 Thread Wen Shane
Hi. I followed the instructions at https://wiki.mozilla.org/Embedding/NewApi#Getting_the_code, and when issuing "make " under mozembed/gtk, it said there was no makefile under mozembed/gtk. what has gone wrong? anybody ever tried build it successfully, or the instructions for linux/gtk there is p

Re: How to embed Gecko in a C++ app under Linux? Thanks for your help

2009-07-25 Thread Wen Shane
On Jul 25, 6:51 pm, victor wrote: > On Jul 24, 4:35 pm, Wen Shane wrote: > > > Hello! > > > I am a rookie to Gecko, and I am now developing an application on > > search results clustering under Linux. In this app, I plan to embed > > Gecko to get all visible elements' position in the HTML page th

Re: How to embed Gecko in a C++ app under Linux? Thanks for your help

2009-07-25 Thread victor
On Jul 24, 4:35 pm, Wen Shane wrote: > Hello! > > I am a rookie to Gecko, and I am now developing an application on > search results clustering under Linux. In this app, I plan to embed > Gecko to get all visible elements' position in the HTML page they > belong to. After reading so many docs on G