Re: how to use windres.exe without installing cygwin?

2011-05-17 Thread ironsand


ironsand wrote:
 
 I copied all files under the cygwin folder from Win7 to Vista. But it does
 not work still.
 

I've finally found why I could not use windres.exe.

I copied files of cygwin through Dropbox.
But Dropbox doesn't handle symlink properly.
I did not know about it.
-- 
View this message in context: 
http://old.nabble.com/how-to-use-windres.exe-without-installing-cygwin--tp31586006p31637190.html
Sent from the Cygwin list mailing list archive at Nabble.com.


--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple



Re: how to use windres.exe without installing cygwin?

2011-05-11 Thread ironsand

Hi Corinna,

thanks for your answer.
Of course I'm aware of GPL. I'll provide it with source code.

You can't.  Windres is a Cygwin tool using the Cygwin DLL.  Gcc is a
Cygwin tool using the Cygwin DLL.  Either you provide *all* the stuff
required to run the script (and don't forget to provide the sources as
well), or you let the user install Cygwin via setup.exe.  This is the
preferred method anyway.

How can I find the stuff required to run the script?
Even if I copy all files to another computer it does not work. (I set proper
PATH, of course.)
Is there any other stuff that cygwin requires and where can I find it?


Tetsuya
-- 
View this message in context: 
http://old.nabble.com/how-to-use-windres.exe-without-installing-cygwin--tp31586006p31592937.html
Sent from the Cygwin list mailing list archive at Nabble.com.


--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple



Re: how to use windres.exe without installing cygwin?

2011-05-11 Thread ironsand

Hi Chuck,


Charles Wilson-2 wrote:
 
 Well, OUR windres is a cygwin tool.  You can, of course, use the
 mingw.org or mingw64.sf version of windres.  They each have their own
 list(s) of dependencies, but cygwin1.dll is not one of them.
 

Thanks for tips. If I can't make to work my script with cygwin, I will try
with mingw version windres.


--
Tetsuya

-- 
View this message in context: 
http://old.nabble.com/how-to-use-windres.exe-without-installing-cygwin--tp31586006p31592961.html
Sent from the Cygwin list mailing list archive at Nabble.com.


--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple



Re: how to use windres.exe without installing cygwin?

2011-05-10 Thread Corinna Vinschen
On May 10 07:23, ironsand wrote:
 
 Hi
 
 I write a script using windres.exe and want to distribute it.

I assume you are aware that all these tools including Cygwin are under
the GPL and so you have to provide the sources of all tools and DLLs
together with the binaries, right?

 But I couldn't find which files schould I include in my package.
 [...]
 I know if I install cygwin from setup.exe to Vista, then I can use
 windres.exe.
 But I don't want to let all users to install cygwin. 
 
 Is there someone who knows how to include windres.exe in a software without
 installing cygwin? %-|

You can't.  Windres is a Cygwin tool using the Cygwin DLL.  Gcc is a
Cygwin tool using the Cygwin DLL.  Either you provide *all* the stuff
required to run the script (and don't forget to provide the sources as
well), or you let the user install Cygwin via setup.exe.  This is the
preferred method anyway.


Corinna

-- 
Corinna Vinschen  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader  cygwin AT cygwin DOT com
Red Hat

--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple



Re: how to use windres.exe without installing cygwin?

2011-05-10 Thread Charles Wilson
On 5/10/2011 10:51 AM, Corinna Vinschen wrote:
 On May 10 07:23, ironsand wrote:
 Is there someone who knows how to include windres.exe in a software without
 installing cygwin? %-|
 
 You can't.  Windres is a Cygwin tool using the Cygwin DLL.  Gcc is a
 Cygwin tool using the Cygwin DLL.  Either you provide *all* the stuff
 required to run the script (and don't forget to provide the sources as
 well), or you let the user install Cygwin via setup.exe.  This is the
 preferred method anyway.

Well, OUR windres is a cygwin tool.  You can, of course, use the
mingw.org or mingw64.sf version of windres.  They each have their own
list(s) of dependencies, but cygwin1.dll is not one of them.

They don't grok cygwin's unix paths, tho.

And, as always, the binutils tools (incl. windres) are GPL, so if you
distribute the windres binary you must also distribute the binutils
source code.

--
Chuck

--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple