I had a similar problem and solved it by compiling everything i needed
on linux. Afterwards i shipped all .so files to
windows to my dev machine. But seriously... linux!:)

On 15 Aug., 09:53, Mark Ayers <markthe...@gmail.com> wrote:
> I have 3 linux boxes, but my dev box is Windows because things stop working
> less ofter and because drivers are easier to come by. I'm not porting code,
> but I am looking to the GIMP source when I get stuck, and having libcairo
> available would make things easier.
> On Aug 15, 2011 12:31 AM, "Nikolay Elenkov" <nikolay.elen...@gmail.com>
> wrote:
>
>
>
> > On Mon, Aug 15, 2011 at 4:20 PM, Mark Ayers <markthe...@gmail.com> wrote:
>
> >> On Aug 14, 2011 11:31 PM, "FBondarenko" <f.bondare...@web.de> wrote:
>
> >>> when you're looking for open source libs, why not compile them
> >>> yourself?
> >> Because automake doesn't work too well on my Windows development box, and
> >> automake and friends are pretty much a requirement for building most open
> >> source libs.
>
> > Make your life easier and get a Linux box :) Automake and friends don't
> > play too nice with the NDK, but it's possible to build libraries that use
> > them. You should ask on the NDK list if you have specific problems.
>
> >>> which libraries do you need?
> >> libcario is the big one, along with pixman. Other than those, anything
> that
> >> might help in building a graphics/drawing app.
>
> > I don't know what you are trying to build, but the android graphics
> package
> > should have most of the things you can do with Cairo. Unless you are
> porting
> > code that already uses Cairo, you should have a look.
>
> > --
> > You received this message because you are subscribed to the Google
> > Groups "Android Developers" group.
> > To post to this group, send email to android-developers@googlegroups.com
> > To unsubscribe from this group, send email to
> > android-developers+unsubscr...@googlegroups.com
> > For more options, visit this group at
> >http://groups.google.com/group/android-developers?hl=en

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to