Csound Csound-dev Csound-tekno Search About

Re: [Cs-dev] MinGW and bufferoverflowu

Date2008-03-02 23:50
Fromvictor
SubjectRe: [Cs-dev] MinGW and bufferoverflowu
Steven,

this problem with bufferoverflowu was preventing me from
building (stopping at the pmidi module), I thought I committed
the fix. I did manage to build Csound after that.

Victor
----- Original Message ----- 
From: "Steven Yi" 
To: "Developer discussions" 
Cc: "Michael Gogins" 
Sent: Sunday, March 02, 2008 11:29 PM
Subject: Re: [Cs-dev] MinGW and bufferoverflowu


> Hi All,
>
> Before I do anything, I'm not even sure what to make of the following
> section of the SConstruct file (pasted at end).  There's repeats of
> every library I think, and there's two styles of writing the libraries
> (one per line, multiple per line).
>
> Could whomever put these in chime in with what is supposed to be here?
>
> steven
>
>
> if getPlatform() == 'win32':
>    # These are the Windows system call libraries.
>    if not withMSVC():
>        csoundWindowsLibraries = Split('''
> advapi32
> bufferoverflowu
> comctl32
> comdlg32
> glu32
> kernel32
> odbc32
> odbccp32
> ole32
> oleaut32
> shell32
> user32
> uuid
> winmm
> winspool
> ws2_32
> wsock32
> advapi32
> bufferoverflowu
> comctl32
> comdlg32
> glu32
> kernel32
> odbc32
> odbccp32
> ole32
> oleaut32
> shell32
> user32
> uuid
> winmm
> winspool
> ws2_32
> wsock32
>         ''')
>    else:
>        csoundWindowsLibraries = Split('''
>            kernel32 gdi32 wsock32 ole32 uuid winmm user32.lib ws2_32.lib
>            comctl32.lib gdi32.lib comdlg32.lib advapi32.lib shell32.lib
>            ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib
> bufferoverflowu
>            kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib
>            advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib
>            odbc32.lib odbccp32.lib bufferoverflowu
>        ''')
>
>
>
> On Sun, Mar 2, 2008 at 9:14 AM, victor  wrote:
>> Not for mingw, I think.
>>
>> ----- Original Message -----
>>  From: "Michael Gogins" 
>>  To: "Developer discussions" 
>>
>>
>> Sent: Sunday, March 02, 2008 3:17 PM
>>  Subject: Re: [Cs-dev] MinGW and bufferoverflowu
>>
>>
>>  >I forget whether bufferoverflowu.lib is for MinGW or MSVC, but try 
>> linking
>>  >without it before we worry about what to do next.
>>  >
>>  > Regards,
>>  > Mike
>>  >
>>  > -----Original Message-----
>>  >>From: Steven Yi 
>>  >>Sent: Mar 2, 2008 1:56 AM
>>  >>To: Developer discussions 
>>  >>Subject: [Cs-dev] MinGW and bufferoverflowu
>>  >>
>>  >>Hi All,
>>  >>
>>  >>I found that Andres' original idea to manually add lex and yacc
>>  >>builders *does* work and that there were just a couple typos to the
>>  >>coding (checked into CVS).  After that though, I'm now getting link
>>  >>errors with "cannot find -lbufferoverflowu".  Is this a new dependency
>>  >>for MinGW, or was this supposed to be for MSVC?
>>  >>
>>  >>steven
>>  >>
>> 
>>  >>-------------------------------------------------------------------------
>>  >>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-03-03 04:55
From"Steven Yi"
SubjectRe: [Cs-dev] MinGW and bufferoverflowu
AttachmentsNone