archutil error in win build?

View: New views
3 Messages — Rating Filter:   Alert me  

archutil error in win build?

by Docsonic :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

When I try to build the latest svn (22396) under 32-bit windows, I get an error -

Make error line 413: executeCommand : could not create process : the system cannot find the file specified.
Make error line 413: <staticlib> problem:

When I look at the build.xml file, line 413 says -

<staticlib command="${archutil}ar crsv" file="${build}/libinkscape.a">

I was going to change the value of archutil but I am not sure what it should be set to?
Currently it is set to -


 <property name="archutil"      value=""/>

Any ideas?
Thanks,

Tony

Re: archutil error in win build?

by the Adib :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

this is if you build on Linux and need to reach the mingw binaries.
The cross tools are named like mingw32-gcc etc. So it will replace the
names for you.

btw. did you followed the instructions closely?
Currently only the gcc-4.2-dw2 is supported. It looks that you don't
have the ar command .

HTH, Adib.
---


On Mon, Oct 5, 2009 at 2:52 PM, Docsonic <docsonic@...> wrote:

>
> When I try to build the latest svn (22396) under 32-bit windows, I get an
> error -
>
> Make error line 413: executeCommand : could not create process : the system
> cannot find the file specified.
> Make error line 413: <staticlib> problem:
>
> When I look at the build.xml file, line 413 says -
>
> <staticlib command="${archutil}ar crsv" file="${build}/libinkscape.a">
>
> I was going to change the value of archutil but I am not sure what it should
> be set to?
> Currently it is set to -
>
>
>  <property name="archutil"      value=""/>
>
> Any ideas?
> Thanks,
>
> Tony
> --
> View this message in context: http://www.nabble.com/archutil-error-in-win-build--tp25750266p25750266.html
> Sent from the Inkscape - Dev mailing list archive at Nabble.com.
>
>
> ------------------------------------------------------------------------------
> Come build with us! The BlackBerry® Developer Conference in SF, CA
> is the only developer event you need to attend this year. Jumpstart your
> developing skills, take BlackBerry mobile applications to market and stay
> ahead of the curve. Join us from November 9-12, 2009. Register now!
> http://p.sf.net/sfu/devconf
> _______________________________________________
> Inkscape-devel mailing list
> Inkscape-devel@...
> https://lists.sourceforge.net/lists/listinfo/inkscape-devel
>

------------------------------------------------------------------------------
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf
_______________________________________________
Inkscape-devel mailing list
Inkscape-devel@...
https://lists.sourceforge.net/lists/listinfo/inkscape-devel

Re: archutil error in win build?

by Docsonic :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

It certainly did -
For some reason ar either wasn't required before or it disappeared from my system. I copied ar back into my mingw/bin folder and all is well.

Thanks,

Tony
the Adib wrote:
this is if you build on Linux and need to reach the mingw binaries.
The cross tools are named like mingw32-gcc etc. So it will replace the
names for you.

btw. did you followed the instructions closely?
Currently only the gcc-4.2-dw2 is supported. It looks that you don't
have the ar command .

HTH, Adib.
---