|
View:
New views
3 Messages
—
Rating Filter:
Alert me
|
|
|
A problem about building cairoHello guys~ I have some trouble with building cairo lib.
My OS is Vista, and my IDE is VS2009. I try to do it under the suggestion “Building
On Windows(Mozilla Build Environment flavor)”. Some preparation has completed,
such as installing zlib libpng and MozillaBuild environment. Pixman has alse be
make successfually. When cairo’s configuration was running in Mingw32.exe, an
error occur, that was “configure: error: no acceptable ld found in $PATH”. ld.exe
havn’t be found in my PC. There are many questions about that on Website,
however not all solutions are of help… Thanks~ __________ Information from ESET Smart Security, version of virus signature database 4506 (20091014) __________ The message was checked by ESET Smart Security. http://www.eset.com _______________________________________________ cairo mailing list cairo@... http://lists.cairographics.org/mailman/listinfo/cairo |
|
|
Re: A problem about building cairohello there, I got Cairo compiled by myself using Visual Studio 2008 IDE & compiler, without mingw or other mozilla/linux build tools & environments, i ran windows 7 x64 version and build x64 version of Cairo, what I need to do was build static library of zlib and libpng, and hardest part was to build pixman static library, once all those library built, it is easy to build cairo DLL, i can share my VS solution if you want. thanks From: 张伯 <zhizhonghe@...> To: cairo@... Sent: Thu, October 29, 2009 2:44:05 PM Subject: [cairo] A problem about building cairo Hello guys~
I have some trouble with building cairo lib. My OS is Vista, and my IDE is VS2009. I try to do it under the suggestion “Building On Windows(Mozilla Build Environment flavor)”. Some preparation has completed, such as installing zlib libpng and MozillaBuild environment. Pixman has alse be make successfually. When cairo’s configuration was running in Mingw32.exe, an error occur, that was “configure: error: no acceptable ld found in $PATH”. ld.exe havn’t be found in my PC. There are many questions about that on Website, however not all solutions are of help…
Thanks~
__________ Information from ESET Smart Security, version of virus signature database 4506 (20091014) __________ The message was checked by ESET Smart Security. http://www.eset.com _______________________________________________ cairo mailing list cairo@... http://lists.cairographics.org/mailman/listinfo/cairo |
|
|
Re: A problem about building cairoOn Oct 29, 2009, at 12:44 AM, 张伯 wrote: > Hello guys~ > > I have some trouble with building cairo lib. My OS is Vista, and my > IDE is VS2009. I try to do it under the suggestion “Building On > Windows(Mozilla Build Environment flavor)”. Some preparation has > completed, such as installing zlib libpng and MozillaBuild > environment. Pixman has alse be make successfually. When cairo’s > configuration was running in Mingw32.exe, an error occur, that was > “configure: error: no acceptable ld found in $PATH”. ld.exe havn’t > be found in my PC. There are many questions about that on Website, > however not all solutions are of help… Couple weeks ago, I finished up a turnkey (i.e. push one button) automated build of Cairo on Windows, using devexpress and msys only (probably be pretty easy to tweak it for normal VS2009). It downloads, arranges, edits, compiles the whole thing. And even as a single dll with no extra dependencies. I started documenting it (the steps) on the wiki, but got distracted by other things. I'll see if I can't find some cycles to finish it up today. It might help. -- Travis Griggs Objologist "You A students, you'll be back soon teaching here with me. You B students, you'll actually go on to be real engineers. You C students, you'll go into management and tell the A and B students what to do." - My Fluid Dynamics Professor whom I have yet to disprove _______________________________________________ cairo mailing list cairo@... http://lists.cairographics.org/mailman/listinfo/cairo |
| Free embeddable forum powered by Nabble | Forum Help |