my ultimate goal is to be able to compile on an older machine with XP.
to get experience i first tried on Windows 10.
installed MSYS2 etc (following Dan's instructions on the GITHUB page.
start MSYS2, cd to the src folder of Vanilla 48.1, and do
make
which gives me the error: /bin/sh: cl: opdracht niet gevonden (== command not found).
(screenshot attached).
the same happens when i try to use Visual Studio 2015.
the VCSDK & VC9 are present in my system, so is the cl.exe.
my conclusion: somehow the makefile which should work for Windows doesn't fit with my system.
but i don't know what to do about it.
any suggestion?
rolf
Hi rolf,
you have to use the Msys2 MINGW32 shell (or the MINGW64 shell if you want to compile a 64-bit Pd). BTW, this is mentioned in the latest INSTALL.txt.
Christof
Gesendet: Donnerstag, 22. März 2018 um 06:01 Uhr Von: rolfm@dds.nl An: "Pd list" pd-list@lists.iem.at Betreff: Re: [PD] compiling PD on windows
my ultimate goal is to be able to compile on an older machine with XP.
to get experience i first tried on Windows 10.
installed MSYS2 etc (following Dan's instructions on the GITHUB page.
start MSYS2, cd to the src folder of Vanilla 48.1, and do
make
which gives me the error: /bin/sh: cl: opdracht niet gevonden (== command not found).
(screenshot attached).
the same happens when i try to use Visual Studio 2015.
the VCSDK & VC9 are present in my system, so is the cl.exe.
my conclusion: somehow the makefile which should work for Windows doesn't fit with my system.
but i don't know what to do about it.
any suggestion?
rolf_______________________________________________ Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list
also, where did you get the sources from? and did you run the autotool steps?
please clone Pd from GitHub and closely follow the instructions in https://github.com/pure-data/pure-data/blob/master/INSTALL.txt.
start with the general section "## Autotools Build (recommended)" and then continue with "### Windows"
to sum it up quickly: first install the necessary autotools packages, then cd to the pure-data directory and do
./autogen.sh ./configure make
this will build Pd without ASIO support. if you need ASIO do "./configure --enable-asio" but make sure to get the necessary ASIO files (see https://github.com/pure-data/pure-data/tree/master/asio).
hope this helps!
Christof
Gesendet: Donnerstag, 22. März 2018 um 15:18 Uhr Von: "Christof Ressi" christof.ressi@gmx.at An: rolfm@dds.nl Cc: "Pd list" pd-list@lists.iem.at Betreff: Re: [PD] compiling PD on windows
Hi rolf,
you have to use the Msys2 MINGW32 shell (or the MINGW64 shell if you want to compile a 64-bit Pd). BTW, this is mentioned in the latest INSTALL.txt.
Christof
Gesendet: Donnerstag, 22. März 2018 um 06:01 Uhr Von: rolfm@dds.nl An: "Pd list" pd-list@lists.iem.at Betreff: Re: [PD] compiling PD on windows
my ultimate goal is to be able to compile on an older machine with XP.
to get experience i first tried on Windows 10.
installed MSYS2 etc (following Dan's instructions on the GITHUB page.
start MSYS2, cd to the src folder of Vanilla 48.1, and do
make
which gives me the error: /bin/sh: cl: opdracht niet gevonden (== command not found).
(screenshot attached).
the same happens when i try to use Visual Studio 2015.
the VCSDK & VC9 are present in my system, so is the cl.exe.
my conclusion: somehow the makefile which should work for Windows doesn't fit with my system.
but i don't know what to do about it.
any suggestion?
rolf_______________________________________________ Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list
Hi Rolf,
There's a complete how-to in the first mail on this thread by Oliver. --> https://lists.puredata.info/pipermail/pd-list/2018-03/122089.html
Once you have it done on win10/msys2 you can try with winxp/msys1. There are chances that it will work!
Follow Fred's guide to install Msys1 --> http://puredata.info/docs/developer/mingw/WindowsMinGW. Then you should install msys1 packages (make pkgconfig autoconf automake libtool gettext ) ?
I didn't try it but it might work!
:)
Mensaje telepatico asistido por maquinas.
On 3/22/2018 11:18 AM, Christof Ressi wrote:
Hi rolf,
you have to use the Msys2 MINGW32 shell (or the MINGW64 shell if you want to compile a 64-bit Pd). BTW, this is mentioned in the latest INSTALL.txt.
Christof
Gesendet: Donnerstag, 22. März 2018 um 06:01 Uhr Von: rolfm@dds.nl An: "Pd list" pd-list@lists.iem.at Betreff: Re: [PD] compiling PD on windows
my ultimate goal is to be able to compile on an older machine with XP.
to get experience i first tried on Windows 10.
installed MSYS2 etc (following Dan's instructions on the GITHUB page.
start MSYS2, cd to the src folder of Vanilla 48.1, and do
make
which gives me the error: /bin/sh: cl: opdracht niet gevonden (== command not found).
(screenshot attached).
the same happens when i try to use Visual Studio 2015.
the VCSDK & VC9 are present in my system, so is the cl.exe.
my conclusion: somehow the makefile which should work for Windows doesn't fit with my system.
but i don't know what to do about it.
any suggestion?
rolf_______________________________________________ Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list
Gesendet: Donnerstag, 22. März 2018 um 06:01 Uhr Von: rolfm@dds.nl An: "Pd list" pd-list@lists.iem.at Betreff: Re: [PD] compiling PD on windows
my ultimate goal is to be able to compile on an older machine with XP.
Hey Rolf
I succesfully built 0.48.1 with Msys1 on a win8.1 machine. I had installed msys1 some time ago and later added some packages (I can't remember which ones).
I did same as Msys2:
./autogen.sh ./configure make make app
Once is done you should copy "pthreadGC-3.dll" from "MinGW\bin" to your "pure-data-master\pd-0.48.1\bin".
Is most likely that you can install Msys1 on XP and do the build.
:)
Mensaje telepatico asistido por maquinas.
On 3/22/2018 6:36 PM, Lucas Cordiviola wrote:
Hi Rolf,
There's a complete how-to in the first mail on this thread by Oliver. -->https://lists.puredata.info/pipermail/pd-list/2018-03/122089.html
Once you have it done on win10/msys2 you can try with winxp/msys1. There are chances that it will work!
Follow Fred's guide to install Msys1 --> http://puredata.info/docs/developer/mingw/WindowsMinGW. Then you should install msys1 packages (make pkgconfig autoconf automake libtool gettext ) ?
I didn't try it but it might work!
:)
Mensaje telepatico asistido por maquinas.