Build squid on x64 Windows\

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

Build squid on x64 Windows\

by Serge Fonville :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,

I am trying to build squid for x64 Windows.
I managed to setup the environment (I think)
I downloaded mingw64.from
http://mingw-w64-dgn.googlecode.com/files/mingw-w64-bin-x86_64-20091019.7z
I added msys core
>From http://sourceforge.net/projects/mingw-w64/ I downloaded the make package.

When I run the configure script everything works fine.
When I try to run make I get an error that failcom could not be found.

To me failcom seems to be a variable (I found it in the Makefile), but
I do not know how to resolve this.

Any help is greatly appreciated

Regards,

Serge Fonville

--
http://www.sergefonville.nl

Convince Google!!
They need to support Adsense over SSL
https://www.google.com/adsense/support/bin/answer.py?hl=en&answer=10528
http://www.google.com/support/forum/p/AdSense/thread?tid=1884bc9310d9f923&hl=en

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
MinGW-users mailing list
MinGW-users@...

A: Yes.
> Q: Is it really?
>> A: Because the logical conversation flow is disrupted.
>>> Q: Why does MinGW object to top posting?
(abstracted from Larry Hall signature)

This list observes the Etiquette found at
http://www.mingw.org/Mailing_Lists.
We ask that you be polite and do the same.

Most annoying abuses are:
1) Top posting
2) Thread hijacking
3) HTML/MIME encoded mail
4) Improper quoting
5) Improper trimming
_______________________________________________
You may change your MinGW Account Options or unsubscribe at:
https://lists.sourceforge.net/lists/listinfo/mingw-users

Re: Build squid on x64 Windows\

by Ralf Wildenhues :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hello Serge,

* Serge Fonville wrote on Thu, Nov 05, 2009 at 11:00:03PM CET:
> >>From http://sourceforge.net/projects/mingw-w64/ I downloaded the make package.
>
> When I run the configure script everything works fine.
> When I try to run make I get an error that failcom could not be found.
>
> To me failcom seems to be a variable (I found it in the Makefile), but
> I do not know how to resolve this.

Sounds like you might have the $fail environment variable set.  Try to
unset it.  (This is a recently-found bug in automake-generated
makefiles.)  If that does not solve it, then I'd like to see the output
of
  make SHELL="/bin/sh -x"

Thanks,
Ralf

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
MinGW-users mailing list
MinGW-users@...

A: Yes.
> Q: Is it really?
>> A: Because the logical conversation flow is disrupted.
>>> Q: Why does MinGW object to top posting?
(abstracted from Larry Hall signature)

This list observes the Etiquette found at
http://www.mingw.org/Mailing_Lists.
We ask that you be polite and do the same.

Most annoying abuses are:
1) Top posting
2) Thread hijacking
3) HTML/MIME encoded mail
4) Improper quoting
5) Improper trimming
_______________________________________________
You may change your MinGW Account Options or unsubscribe at:
https://lists.sourceforge.net/lists/listinfo/mingw-users

Re: Build squid on x64 Windows\

by Serge Fonville :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Ralf,

I ran:
unset $fail
make SHELL="/bin/sh -x"

It pops up a window saying make.exe doesn't work anymore.
I used the following configure:
./configure --prefix='C:/Squid' --enable-gnuregex --enable-icmp
--enable-delay-pools --enable-kill-parent-hack --enable-ssl
--enable-win32-service --enable-follow-x-forwarded-for
--build=x86_64-w64-mingw32 --with-openssl='C:/OpenSSL'
I started msys.bat from the VC x64 shell

Thanks a lot for the help

Regards,

Serge Fonville

On Thu, Nov 5, 2009 at 11:31 PM, Ralf Wildenhues <Ralf.Wildenhues@...> wrote:

> Hello Serge,
>
> * Serge Fonville wrote on Thu, Nov 05, 2009 at 11:00:03PM CET:
>> >>From http://sourceforge.net/projects/mingw-w64/ I downloaded the make package.
>>
>> When I run the configure script everything works fine.
>> When I try to run make I get an error that failcom could not be found.
>>
>> To me failcom seems to be a variable (I found it in the Makefile), but
>> I do not know how to resolve this.
>
> Sounds like you might have the $fail environment variable set.  Try to
> unset it.  (This is a recently-found bug in automake-generated
> makefiles.)  If that does not solve it, then I'd like to see the output
> of
>  make SHELL="/bin/sh -x"
>
> Thanks,
> Ralf
>
> ------------------------------------------------------------------------------
> Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
> trial. Simplify your report design, integration and deployment - and focus on
> what you do best, core application coding. Discover what's new with
> Crystal Reports now.  http://p.sf.net/sfu/bobj-july
> _______________________________________________
> MinGW-users mailing list
> MinGW-users@...
>
> A: Yes.
>> Q: Is it really?
>>> A: Because the logical conversation flow is disrupted.
>>>> Q: Why does MinGW object to top posting?
> (abstracted from Larry Hall signature)
>
> This list observes the Etiquette found at
> http://www.mingw.org/Mailing_Lists.
> We ask that you be polite and do the same.
>
> Most annoying abuses are:
> 1) Top posting
> 2) Thread hijacking
> 3) HTML/MIME encoded mail
> 4) Improper quoting
> 5) Improper trimming
> _______________________________________________
> You may change your MinGW Account Options or unsubscribe at:
> https://lists.sourceforge.net/lists/listinfo/mingw-users
>



--
http://www.sergefonville.nl

Convince Google!!
They need to support Adsense over SSL
https://www.google.com/adsense/support/bin/answer.py?hl=en&answer=10528
http://www.google.com/support/forum/p/AdSense/thread?tid=1884bc9310d9f923&hl=en

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
MinGW-users mailing list
MinGW-users@...

A: Yes.
> Q: Is it really?
>> A: Because the logical conversation flow is disrupted.
>>> Q: Why does MinGW object to top posting?
(abstracted from Larry Hall signature)

This list observes the Etiquette found at
http://www.mingw.org/Mailing_Lists.
We ask that you be polite and do the same.

Most annoying abuses are:
1) Top posting
2) Thread hijacking
3) HTML/MIME encoded mail
4) Improper quoting
5) Improper trimming
_______________________________________________
You may change your MinGW Account Options or unsubscribe at:
https://lists.sourceforge.net/lists/listinfo/mingw-users