Re: [flac-dev] Moving CPP hackery

2012-02-04 Thread Dave Yeo
On 02/03/12 09:20 pm, Erik de Castro Lopo wrote: > Hi all, especially David Yeo and JonY, > > I've started moving compiler specific CPP hacker into a separate file > at include/share/compat.h. > > Eventually I hope to be able to move all of the require CPP hackery > for $random_compiler into this

Re: [flac-dev] Moving CPP hackery

2012-02-04 Thread Erik de Castro Lopo
JonY wrote: > On 2/4/2012 17:45, Erik de Castro Lopo wrote: > > JonY wrote: > > > >> Looks like there are some missed defines in the test_libFLAC++. Attached > >> patch fixes that. > > > > Good one. Thanks. > > > >> Also, wsock32 usage is deprecated, on Win7, wsock32 forwards everything > >> to

Re: [flac-dev] Moving CPP hackery

2012-02-04 Thread JonY
On 2/4/2012 17:45, Erik de Castro Lopo wrote: > JonY wrote: > >> Looks like there are some missed defines in the test_libFLAC++. Attached >> patch fixes that. > > Good one. Thanks. > >> Also, wsock32 usage is deprecated, on Win7, wsock32 forwards everything >> to ws2_32, suggest changing to -lws

Re: [flac-dev] Moving CPP hackery

2012-02-04 Thread Erik de Castro Lopo
JonY wrote: > Looks like there are some missed defines in the test_libFLAC++. Attached > patch fixes that. Good one. Thanks. > Also, wsock32 usage is deprecated, on Win7, wsock32 forwards everything > to ws2_32, suggest changing to -lwsock32 to -lws2_32 in configure.ac. > Additionally, using -lw

Re: [flac-dev] Moving CPP hackery

2012-02-04 Thread JonY
On 2/4/2012 13:20, Erik de Castro Lopo wrote: > Hi all, especially David Yeo and JonY, > > I've started moving compiler specific CPP hacker into a separate file > at include/share/compat.h. > > Eventually I hope to be able to move all of the require CPP hackery > for $random_compiler into this fi

[flac-dev] Moving CPP hackery

2012-02-03 Thread Erik de Castro Lopo
Hi all, especially David Yeo and JonY, I've started moving compiler specific CPP hacker into a separate file at include/share/compat.h. Eventually I hope to be able to move all of the require CPP hackery for $random_compiler into this file and have any C file which needs any compiler specific twe