[PD-dev] compile externals with cygwin

Hans-Christoph Steiner hans at eds.org
Mon Dec 17 06:16:45 CET 2007


Could you submit these to the patch tracker as a file?  Then it's  
much easier to track them and commit them.  Pasting diffs into emails  
usually messes up the line formatting.

http://puredata.info/dev/patchtracker

.hc

On Dec 15, 2007, at 12:20 AM, Patrice Colet wrote:

> Patrice Colet a écrit :
>>  pd-main/externals:
>> Compiled external for windows aka CYGWIN_NT-5.1
>> I couldn't build vorbis library, all other libs are okay.
>> Attached are the externals/Makefile and externals/OSCx/ 
>> configure.in diff files
>
>
> It is not externals/OSCx/configure.in but externals/OSCx/ 
> configure.ac, attached is the real patch.
>
> --- configure.ac.old	2007-12-15 02:55:37.859375000 +0100
> +++ configure.ac	2007-12-15 03:17:35.140625000 +0100
> @@ -103,9 +103,9 @@
>          *-*-cygwin*)
>                  CFLAGS="$CFLAGS -mno-cygwin -Wall -Wimplicit - 
> Wunused -Wmissing-prototypes -O3 "
>  					 LDFLAGS="-Wl,-export_dynamic -shared"
> -					 INCLUDES="$INCLUDES -I../../../pd/src"
> +					 INCLUDES="$INCLUDES -I../../../pd/src -I/cygdrive/MinGW/ 
> include"
>  					 pd_suffix=dll
> -					 LIBS="-lc -lm"
> +					 LIBS="-L../../../pd/bin -L../../../pd/obj -lpd -lm -lwsock32"
>  					 ;;
>          *-*-mingw*)
>                  CFLAGS="$CFLAGS -mms-bitfields -Wall -Wimplicit - 
> Wunused -Wmissing-prototypes -O3 "



------------------------------------------------------------------------ 
----

                   ¡El pueblo unido jamás será vencido!






More information about the Pd-dev mailing list