Csound Csound-dev Csound-tekno Search About

Re: [Cs-dev] customXHTMLchunk.xsl is missing

Date2008-02-20 01:36
From"Michael Gogins"
SubjectRe: [Cs-dev] customXHTMLchunk.xsl is missing
I have both MSVC 2008 and MinGW with GCC 4.2.3 installed, and they both work 
with the current SConstruct in CVS head. I now have to fix up the 
dependencies for the MinGW build and I am not sure everything will build on 
Windows with 4.2.3, but SCons definitely is working.

Sorry for the trouble,
Mike


----- Original Message ----- 
From: "Steven Yi" 
To: "Michael Gogins" ; "Developer discussions" 

Sent: Tuesday, February 19, 2008 6:13 PM
Subject: Re: [Cs-dev] customXHTMLchunk.xsl is missing


>I ended up uninstalling MSVC and VS and the MinGW build is now working
> again for me.
>
> On Feb 19, 2008 1:36 PM, Michael Gogins  wrote:
>> I also am going to try getting the MinGW build going again. The MSVC 
>> build does not have OSC or csoundapi~. And there are crashes. I can debug 
>> them with ease in terms of tracing code and viewing data, but it is not 
>> so easy to figure out what is wrong or how to fix it...
>>
>> I would really like to get both the MSVC and the MinGW builds working, 
>> though, not least to compare the quality of code.
>>
>> Regards,
>> Mike
>>
>> -----Original Message-----
>> >From: Steven Yi 
>> >Sent: Feb 19, 2008 10:43 AM
>> >To: Developer discussions 
>>
>> >Subject: Re: [Cs-dev] customXHTMLchunk.xsl is missing
>> >
>> >I have the latest stable release of MinGW/msys on my system which uses
>> >gcc 3.4.2.  Using the latest from CVS, SConstruct still fails with no
>> >"nologo" option for gcc.
>> >
>> >I am going to try removing MSVC now.
>> >
>> >steven
>> >
>> >On Feb 19, 2008 4:43 AM, Michael Gogins  wrote:
>> >> SCons gets confused if both MSVC and MinGW are present, but the 
>> >> confusion
>> >> can be rectified. It is so rectified in the most current checkin of
>> >> SConstruct.
>> >>
>> >> Regards,
>> >> Mike
>> >>
>> >>
>> >> ----- Original Message -----
>> >> From: "victor" 
>> >> To: "Developer discussions" 
>> >> Sent: Tuesday, February 19, 2008 3:58 AM
>> >> Subject: Re: [Cs-dev] customXHTMLchunk.xsl is missing
>> >>
>> >>
>> >> > Funny, this is exactly the MinGW problem Michael and I were having 
>> >> > after
>> >> > upgrading to the newest version. I wonder if it is related to us 
>> >> > having
>> >> > Visual
>> >> > Studio in our boxes (both of us do). You seemed to have no problems 
>> >> > with
>> >> > the latest MinGW before you installed Visual Studio, was it not the 
>> >> > case?
>> >> >
>> >> > I am wondering here if scons gets confused with the two build 
>> >> > systems.
>> >> >
>> >> > Victor
>> >> > ----- Original Message -----
>> >> > From: "Steven Yi" 
>> >> > To: "Michael Gogins" ; "Developer discussions"
>> >> > 
>> >> > Sent: Monday, February 18, 2008 9:31 PM
>> >> > Subject: Re: [Cs-dev] customXHTMLchunk.xsl is missing
>> >> >
>> >> >
>> >> >> Hi Michael,
>> >> >>
>> >> >> I was just about to post, but in trying to build with MinGW/MSys 
>> >> >> after
>> >> >> installing Visual Studio I started to get a broken build.  The 
>> >> >> output
>> >> >> is pasted below, and the config.log mentions no "/nologo" flag. 
>> >> >> The
>> >> >> only place I've seen it is in the lines with mt.exe.  Removing 
>> >> >> those
>> >> >> lines does not seem to affect anything.  Any ideas on where this is
>> >> >> coming from?
>> >> >>
>> >> >> steven
>> >> >>
>> >> >>
>> >> >> syi@SYI ~/workspace/csound5
>> >> >> $ ./build.sh
>> >> >> scons: Reading SConscript files ...
>> >> >>
>> >> >> C S O U N D 5
>> >> >>
>> >> >> SCons build file for Csound 5:
>> >> >> API library, plugin opcodes, utilities, and front ends.
>> >> >>
>> >> >> By Michael Gogins 
>> >> >>
>> >> >> For custom options, run 'scons -h'.
>> >> >> For default options, run 'scons -H'.
>> >> >> If headers or libraries are not found, edit 'custom.py'.
>> >> >> For Linux, run in the standard shell
>> >> >>        with standard Python and just run 'scons'.
>> >> >> For MinGW, run in the MSys shell
>> >> >>        and use www.python.org WIN32 Python to run scons.
>> >> >> For Microsoft Visual C++, run in the Platform SDK
>> >> >>        command shell, and use www.python.org WIN32 Python to run 
>> >> >> scons.
>> >> >>
>> >> >> System platform is 'win32'.
>> >> >> Using options from custom 'custom.py.'
>> >> >> Using options from 'custom.py.'
>> >> >> Build platform is 'mingw/msys'
>> >> >> SCons tools on this platform:  ['default', 'mslink', 'msvc', 'g77',
>> >> >> 'gas', 'msli
>> >> >>                  b', 'CVS', 'filesystem', 'jar', 'javac', 'javah',
>> >> >> 'lex', 'm4', 'midl', 'msvs', '
>> >> >>                                    RCS', 'rmic', 'tar', 'yacc',
>> >> >> 'zip', 'mingw', 'gcc', 'g++', 'gnulink', 'ar', 'gas
>> >> >>                                                         ', 'm4']
>> >> >> Using Istvan localisation
>> >> >> CONFIGURATION DECISION: Using double-precision floating point for 
>> >> >> audio
>> >> >> samples.
>> >> >> Checking for C header file stdio.h... no
>> >> >> *** Failed to compile a simple test program. The compiler is
>> >> >> *** possibly not set up correctly, or is used with invalid flags.
>> >> >> *** Check config.log to find out more about the error.
>> >> >>
>> >> >>
>> >> >> On Feb 18, 2008 1:02 PM, Michael Gogins  
>> >> >> wrote:
>> >> >>> As part of working on build systems I reinstalled MinGW/MSys. I 
>> >> >>> then
>> >> >>> updated the Csound manual from CVS and received this error 
>> >> >>> message:
>> >> >>>
>> >> >>> Michael@TOSHIBA /d/utah/home/mkg/projects/manual
>> >> >>> $ make
>> >> >>> make: *** No rule to make target
>> >> >>> `docbook-xsl-1.73.2/customXHTMLchunk.xsl', needed by `html'. 
>> >> >>> Stop.
>> >> >>>
>> >> >>> I searched for this file on Google web, Google groups, and in the
>> >> >>> Docbook
>> >> >>> website and downloads. Not there. Only mentioned in the Csound 
>> >> >>> group. I
>> >> >>> am now assuming that this is a piece of xsl that was created by a 
>> >> >>> manual
>> >> >>> maintainer but not booked into Csound CVS.
>> >> >>>
>> >> >>> Is that so?
>> >> >>>
>> >> >>> If so, we need to remove it from the makefile, or add it to CVS.
>> >> >>>
>> >> >>> There won't be a Windows installer until I can resolve this issue.
>> >> >>>
>> >> >>> Regards,
>> >> >>> Mike
>> >> >>>
>> >> >>>
>> >> >>>
>> >> >>>
>> >> >>> -------------------------------------------------------------------------
>> >> >>> This SF.net email is sponsored by: Microsoft
>> >> >>> Defy all challenges. Microsoft(R) Visual Studio 2008.
>> >> >>> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
>> >> >>> _______________________________________________
>> >> >>> Csound-devel mailing list
>> >> >>> Csound-devel@lists.sourceforge.net
>> >> >>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>> >> >>>
>> >> >>
>> >> >> -------------------------------------------------------------------------
>> >> >> This SF.net email is sponsored by: Microsoft
>> >> >> Defy all challenges. Microsoft(R) Visual Studio 2008.
>> >> >> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
>> >> >> _______________________________________________
>> >> >> Csound-devel mailing list
>> >> >> Csound-devel@lists.sourceforge.net
>> >> >> https://lists.sourceforge.net/lists/listinfo/csound-devel
>> >> >
>> >> >
>> >> > -------------------------------------------------------------------------
>> >> > This SF.net email is sponsored by: Microsoft
>> >> > Defy all challenges. Microsoft(R) Visual Studio 2008.
>> >> > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
>> >> > _______________________________________________
>> >> > Csound-devel mailing list
>> >> > Csound-devel@lists.sourceforge.net
>> >> > https://lists.sourceforge.net/lists/listinfo/csound-devel
>> >>
>> >>
>> >> -------------------------------------------------------------------------
>> >> This SF.net email is sponsored by: Microsoft
>> >> Defy all challenges. Microsoft(R) Visual Studio 2008.
>> >> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
>> >> _______________________________________________
>> >> Csound-devel mailing list
>> >> Csound-devel@lists.sourceforge.net
>> >> https://lists.sourceforge.net/lists/listinfo/csound-devel
>> >>
>> >
>> >-------------------------------------------------------------------------
>> >This SF.net email is sponsored by: Microsoft
>> >Defy all challenges. Microsoft(R) Visual Studio 2008.
>> >http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
>> >_______________________________________________
>> >Csound-devel mailing list
>> >Csound-devel@lists.sourceforge.net
>> >https://lists.sourceforge.net/lists/listinfo/csound-devel
>>
>>
>>
>>
>> -------------------------------------------------------------------------
>> This SF.net email is sponsored by: Microsoft
>> Defy all challenges. Microsoft(R) Visual Studio 2008.
>> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
>> _______________________________________________
>> Csound-devel mailing list
>> Csound-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2008.
> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel 


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2008-02-20 04:15
From"Steven Yi"
SubjectRe: [Cs-dev] customXHTMLchunk.xsl is missing
AttachmentsNone