Re: Embed microb

2007-12-05 Thread tonikitoo (Antonio Gomes)
if you built libgtkembedmoz from svn, you better build microb-engine from svn as well .. maybe this compile errors just go way after that ?! On 12/5/07, Andrew Gatt <[EMAIL PROTECTED]> wrote: > > > OK so i followed this http://scratchbox.org/wiki/Apophis-r4 under > > Crocodile heading whi

Re: Embed microb

2007-12-05 Thread Andrew Gatt
> OK so i followed this http://scratchbox.org/wiki/Apophis-r4 under > Crocodile heading which allowed me to compile libidl and libidl-dev > which are now both installed using dpkg -i. Going back to the > libgtkembedmoz svn checkout and running dpkg-buildpackage -rfakeroot > thr

Re: Embed microb

2007-12-05 Thread Andrew Gatt
Andrew Gatt wrote: > [EMAIL PROTECTED] wrote: >> Andrew Gatt wrote: >> >>> OK so i followed this http://scratchbox.org/wiki/Apophis-r4 under >>> Crocodile heading which allowed me to compile libidl and libidl-dev >>> which are now both installed using dpkg -i. Going back to the >>> libgtkembed

RE: Embed microb

2007-12-05 Thread josh.soref
Andrew Gatt wrote: > OK so i followed this http://scratchbox.org/wiki/Apophis-r4 under > Crocodile heading which allowed me to compile libidl and libidl-dev > which are now both installed using dpkg -i. Going back to the > libgtkembedmoz svn checkout and running dpkg-buildpackage -rfakeroot > t

Re: Embed microb

2007-12-05 Thread Andrew Gatt
Andrew Gatt wrote: > tonikitoo (Antonio Gomes) wrote: > >>> Thanks "use 'dpkg-buildpackage -rfakeroot' " is what i was looking for. >>> However now i've got a different problem. Using this command spots a >>> dependency issue with libidl-dev. Trying apt-get install libidl-dev gives: >>> >>> Read

Re: Embed microb

2007-12-05 Thread Andrew Gatt
tonikitoo (Antonio Gomes) wrote: >> Thanks "use 'dpkg-buildpackage -rfakeroot' " is what i was looking for. >> However now i've got a different problem. Using this command spots a >> dependency issue with libidl-dev. Trying apt-get install libidl-dev gives: >> >> Reading package lists... Done >> Bu

Re: Embed microb

2007-12-04 Thread tonikitoo (Antonio Gomes)
humm, 'apt-get build-dep libgtkmozembed microb-engine' (or libgtkembedmoz, I dont recall correctly) would work, but if it dont, you can checkout the libidl the same way you did for libgtkembedmoz (same repository), and build it by yourself as well. https://garage.maemo.org/svn/browser/mozilla/trun

Re: Embed microb

2007-12-04 Thread Andrew Gatt
tonikitoo (Antonio Gomes) wrote: > On 12/4/07, Andrew Gatt <[EMAIL PROTECTED]> wrote: > >> Tuomas Kulve wrote: >> >>> Andrew Gatt wrote: >>> >>> Hi all, Does anyone know if its possible to embed the browser in a new window of your own program. This was possible wi

Re: Embed microb

2007-12-04 Thread tonikitoo (Antonio Gomes)
hi, if you do not want to use 'dpkg-buildpackege -rfakeroot' to build libgtkembedmoz, try following debian/rules file steps manually. regards On 12/4/07, Andrew Gatt <[EMAIL PROTECTED]> wrote: > Tuomas Kulve wrote: > > Andrew Gatt wrote: > > > >> Hi all, > >> > >> Does anyone know if its possibl

Re: Embed microb

2007-12-04 Thread Andrew Gatt
Tuomas Kulve wrote: > Andrew Gatt wrote: > >> Hi all, >> >> Does anyone know if its possible to embed the browser in a new window of >> your own program. This was possible with the original 770 OS, but they >> removed ability in later versions. Now they've moved over to the microb >> engine a

Re: Embed microb

2007-12-02 Thread Tuomas Kulve
Andrew Gatt wrote: > Hi all, > > Does anyone know if its possible to embed the browser in a new window of > your own program. This was possible with the original 770 OS, but they > removed ability in later versions. Now they've moved over to the microb > engine and the new 2008 OS maybe its pos