Csound Csound-dev Csound-tekno Search About

[Cs-dev] Manual - Build on Windows

Date2010-01-19 19:00
FromSteven Yi
Subject[Cs-dev] Manual - Build on Windows
Hi All,

I just tried to build the manual on Windows for the first time in a
while and the Makefile system seems to have changed to where it does
not work on Windows anymore.  It looks like the stylesheet lookup
introduced uses system-installed stylesheets but does not do any
setting for Windows.  It used to compile fine when using --nonet and
local stylesheets.  Also, the Makefile has two else's and one if near
the top, which seems off.

Anyone building this on Windows?

steven

------------------------------------------------------------------------------
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunities for Conference
attendees to learn about information security's most important issues through
interactions with peers, luminaries and emerging and established companies.
http://p.sf.net/sfu/rsaconf-dev2dev
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2010-01-19 19:17
FromMichael Gogins
SubjectRe: [Cs-dev] Manual - Build on Windows
I built on Windows a few days ago after removing all "--nonet" from
the Makeflle. Possibly you should diff with the previous version and
re-instate it.

Regards,
Mike

On Tue, Jan 19, 2010 at 2:00 PM, Steven Yi  wrote:
> Hi All,
>
> I just tried to build the manual on Windows for the first time in a
> while and the Makefile system seems to have changed to where it does
> not work on Windows anymore.  It looks like the stylesheet lookup
> introduced uses system-installed stylesheets but does not do any
> setting for Windows.  It used to compile fine when using --nonet and
> local stylesheets.  Also, the Makefile has two else's and one if near
> the top, which seems off.
>
> Anyone building this on Windows?
>
> steven
>
> ------------------------------------------------------------------------------
> Throughout its 18-year history, RSA Conference consistently attracts the
> world's best and brightest in the field, creating opportunities for Conference
> attendees to learn about information security's most important issues through
> interactions with peers, luminaries and emerging and established companies.
> http://p.sf.net/sfu/rsaconf-dev2dev
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>



-- 
Michael Gogins
Irreducible Productions
http://www.michael-gogins.com
Michael dot Gogins at gmail dot com

------------------------------------------------------------------------------
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunities for Conference
attendees to learn about information security's most important issues through
interactions with peers, luminaries and emerging and established companies.
http://p.sf.net/sfu/rsaconf-dev2dev
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2010-01-19 19:23
FromSteven Yi
SubjectRe: [Cs-dev] Manual - Build on Windows
I'm wondering too if I have an old version of mingw make.  Using "make
-version" it gives me 3.79.1. Could you tell me what version you are
using?  (This mingw/msys installation is a bit old on this computer).

Thanks, I'm glad to know that it is working on Windows and probably
just something on my side. :)
steven

On Tue, Jan 19, 2010 at 2:17 PM, Michael Gogins
 wrote:
> I built on Windows a few days ago after removing all "--nonet" from
> the Makeflle. Possibly you should diff with the previous version and
> re-instate it.
>
> Regards,
> Mike
>
> On Tue, Jan 19, 2010 at 2:00 PM, Steven Yi  wrote:
>> Hi All,
>>
>> I just tried to build the manual on Windows for the first time in a
>> while and the Makefile system seems to have changed to where it does
>> not work on Windows anymore.  It looks like the stylesheet lookup
>> introduced uses system-installed stylesheets but does not do any
>> setting for Windows.  It used to compile fine when using --nonet and
>> local stylesheets.  Also, the Makefile has two else's and one if near
>> the top, which seems off.
>>
>> Anyone building this on Windows?
>>
>> steven
>>
>> ------------------------------------------------------------------------------
>> Throughout its 18-year history, RSA Conference consistently attracts the
>> world's best and brightest in the field, creating opportunities for Conference
>> attendees to learn about information security's most important issues through
>> interactions with peers, luminaries and emerging and established companies.
>> http://p.sf.net/sfu/rsaconf-dev2dev
>> _______________________________________________
>> Csound-devel mailing list
>> Csound-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>
>
>
>
> --
> Michael Gogins
> Irreducible Productions
> http://www.michael-gogins.com
> Michael dot Gogins at gmail dot com
>
> ------------------------------------------------------------------------------
> Throughout its 18-year history, RSA Conference consistently attracts the
> world's best and brightest in the field, creating opportunities for Conference
> attendees to learn about information security's most important issues through
> interactions with peers, luminaries and emerging and established companies.
> http://p.sf.net/sfu/rsaconf-dev2dev
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>

------------------------------------------------------------------------------
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunities for Conference
attendees to learn about information security's most important issues through
interactions with peers, luminaries and emerging and established companies.
http://p.sf.net/sfu/rsaconf-dev2dev
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2010-01-19 19:37
FromMichael Gogins
SubjectRe: [Cs-dev] Manual - Build on Windows
I'm not at the Windows computer now, but the version that I have is
the one that comes with the current installation of Twilight Dragon
Media MinGW, which is what I use to build. According to their Web site
at http://www.tdragon.net/recentgcc/, the mingw32-make version is
3.81-20080326-3.

And yes, I seem to recall that "make" behavior improved with respect
to the manual lately.

Hope this helps,
Mike

On Tue, Jan 19, 2010 at 2:23 PM, Steven Yi  wrote:
> I'm wondering too if I have an old version of mingw make.  Using "make
> -version" it gives me 3.79.1. Could you tell me what version you are
> using?  (This mingw/msys installation is a bit old on this computer).
>
> Thanks, I'm glad to know that it is working on Windows and probably
> just something on my side. :)
> steven
>
> On Tue, Jan 19, 2010 at 2:17 PM, Michael Gogins
>  wrote:
>> I built on Windows a few days ago after removing all "--nonet" from
>> the Makeflle. Possibly you should diff with the previous version and
>> re-instate it.
>>
>> Regards,
>> Mike
>>
>> On Tue, Jan 19, 2010 at 2:00 PM, Steven Yi  wrote:
>>> Hi All,
>>>
>>> I just tried to build the manual on Windows for the first time in a
>>> while and the Makefile system seems to have changed to where it does
>>> not work on Windows anymore.  It looks like the stylesheet lookup
>>> introduced uses system-installed stylesheets but does not do any
>>> setting for Windows.  It used to compile fine when using --nonet and
>>> local stylesheets.  Also, the Makefile has two else's and one if near
>>> the top, which seems off.
>>>
>>> Anyone building this on Windows?
>>>
>>> steven
>>>
>>> ------------------------------------------------------------------------------
>>> Throughout its 18-year history, RSA Conference consistently attracts the
>>> world's best and brightest in the field, creating opportunities for Conference
>>> attendees to learn about information security's most important issues through
>>> interactions with peers, luminaries and emerging and established companies.
>>> http://p.sf.net/sfu/rsaconf-dev2dev
>>> _______________________________________________
>>> Csound-devel mailing list
>>> Csound-devel@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>
>>
>>
>>
>> --
>> Michael Gogins
>> Irreducible Productions
>> http://www.michael-gogins.com
>> Michael dot Gogins at gmail dot com
>>
>> ------------------------------------------------------------------------------
>> Throughout its 18-year history, RSA Conference consistently attracts the
>> world's best and brightest in the field, creating opportunities for Conference
>> attendees to learn about information security's most important issues through
>> interactions with peers, luminaries and emerging and established companies.
>> http://p.sf.net/sfu/rsaconf-dev2dev
>> _______________________________________________
>> Csound-devel mailing list
>> Csound-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>
>
> ------------------------------------------------------------------------------
> Throughout its 18-year history, RSA Conference consistently attracts the
> world's best and brightest in the field, creating opportunities for Conference
> attendees to learn about information security's most important issues through
> interactions with peers, luminaries and emerging and established companies.
> http://p.sf.net/sfu/rsaconf-dev2dev
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>



-- 
Michael Gogins
Irreducible Productions
http://www.michael-gogins.com
Michael dot Gogins at gmail dot com

------------------------------------------------------------------------------
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunities for Conference
attendees to learn about information security's most important issues through
interactions with peers, luminaries and emerging and established companies.
http://p.sf.net/sfu/rsaconf-dev2dev
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2010-01-19 19:46
FromSteven Yi
SubjectRe: [Cs-dev] Manual - Build on Windows
Thanks Michael, I'll look at updating my version of make.

On Tue, Jan 19, 2010 at 2:37 PM, Michael Gogins
 wrote:
> I'm not at the Windows computer now, but the version that I have is
> the one that comes with the current installation of Twilight Dragon
> Media MinGW, which is what I use to build. According to their Web site
> at http://www.tdragon.net/recentgcc/, the mingw32-make version is
> 3.81-20080326-3.
>
> And yes, I seem to recall that "make" behavior improved with respect
> to the manual lately.
>
> Hope this helps,
> Mike
>
> On Tue, Jan 19, 2010 at 2:23 PM, Steven Yi  wrote:
>> I'm wondering too if I have an old version of mingw make.  Using "make
>> -version" it gives me 3.79.1. Could you tell me what version you are
>> using?  (This mingw/msys installation is a bit old on this computer).
>>
>> Thanks, I'm glad to know that it is working on Windows and probably
>> just something on my side. :)
>> steven
>>
>> On Tue, Jan 19, 2010 at 2:17 PM, Michael Gogins
>>  wrote:
>>> I built on Windows a few days ago after removing all "--nonet" from
>>> the Makeflle. Possibly you should diff with the previous version and
>>> re-instate it.
>>>
>>> Regards,
>>> Mike
>>>
>>> On Tue, Jan 19, 2010 at 2:00 PM, Steven Yi  wrote:
>>>> Hi All,
>>>>
>>>> I just tried to build the manual on Windows for the first time in a
>>>> while and the Makefile system seems to have changed to where it does
>>>> not work on Windows anymore.  It looks like the stylesheet lookup
>>>> introduced uses system-installed stylesheets but does not do any
>>>> setting for Windows.  It used to compile fine when using --nonet and
>>>> local stylesheets.  Also, the Makefile has two else's and one if near
>>>> the top, which seems off.
>>>>
>>>> Anyone building this on Windows?
>>>>
>>>> steven
>>>>
>>>> ------------------------------------------------------------------------------
>>>> Throughout its 18-year history, RSA Conference consistently attracts the
>>>> world's best and brightest in the field, creating opportunities for Conference
>>>> attendees to learn about information security's most important issues through
>>>> interactions with peers, luminaries and emerging and established companies.
>>>> http://p.sf.net/sfu/rsaconf-dev2dev
>>>> _______________________________________________
>>>> Csound-devel mailing list
>>>> Csound-devel@lists.sourceforge.net
>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>
>>>
>>>
>>>
>>> --
>>> Michael Gogins
>>> Irreducible Productions
>>> http://www.michael-gogins.com
>>> Michael dot Gogins at gmail dot com
>>>
>>> ------------------------------------------------------------------------------
>>> Throughout its 18-year history, RSA Conference consistently attracts the
>>> world's best and brightest in the field, creating opportunities for Conference
>>> attendees to learn about information security's most important issues through
>>> interactions with peers, luminaries and emerging and established companies.
>>> http://p.sf.net/sfu/rsaconf-dev2dev
>>> _______________________________________________
>>> Csound-devel mailing list
>>> Csound-devel@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>
>>
>> ------------------------------------------------------------------------------
>> Throughout its 18-year history, RSA Conference consistently attracts the
>> world's best and brightest in the field, creating opportunities for Conference
>> attendees to learn about information security's most important issues through
>> interactions with peers, luminaries and emerging and established companies.
>> http://p.sf.net/sfu/rsaconf-dev2dev
>> _______________________________________________
>> Csound-devel mailing list
>> Csound-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>
>
>
>
> --
> Michael Gogins
> Irreducible Productions
> http://www.michael-gogins.com
> Michael dot Gogins at gmail dot com
>
> ------------------------------------------------------------------------------
> Throughout its 18-year history, RSA Conference consistently attracts the
> world's best and brightest in the field, creating opportunities for Conference
> attendees to learn about information security's most important issues through
> interactions with peers, luminaries and emerging and established companies.
> http://p.sf.net/sfu/rsaconf-dev2dev
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>

------------------------------------------------------------------------------
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunities for Conference
attendees to learn about information security's most important issues through
interactions with peers, luminaries and emerging and established companies.
http://p.sf.net/sfu/rsaconf-dev2dev
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net