| From | Sent On | Attachments |
|---|---|---|
| Tris Whyte | Jun 19, 2011 3:51 pm | |
| Hans-Christoph Steiner | Jun 26, 2011 9:13 pm | |
| Patrice Colet | Jun 29, 2011 1:37 pm | |
| Hans-Christoph Steiner | Jun 29, 2011 3:11 pm | |
| Patrice Colet | Jun 30, 2011 12:44 am | |
| Hans-Christoph Steiner | Jun 30, 2011 7:48 am | |
| Patrice Colet | Jun 30, 2011 11:39 pm | |
| IOhannes m zmölnig | Jul 1, 2011 2:07 am | |
| Hans-Christoph Steiner | Jul 1, 2011 9:24 am | |
| IOhannes m zmölnig | Jul 1, 2011 10:36 am | |
| Hans-Christoph Steiner | Jul 1, 2011 11:58 am | |
| Patrice Colet | Jul 2, 2011 4:01 am | |
| Hans-Christoph Steiner | Jul 2, 2011 11:36 am | |
| Patrice Colet | Jul 3, 2011 12:30 am | |
| Hans-Christoph Steiner | Jul 4, 2011 11:11 am | |
| Patrice Colet | Jul 5, 2011 4:04 am | |
| Hans-Christoph Steiner | Jul 5, 2011 9:02 am | |
| Patrice Colet | Jul 5, 2011 9:57 am | |
| IOhannes m zmoelnig | Jul 10, 2011 11:55 pm | |
| IOhannes m zmoelnig | Jul 10, 2011 11:57 pm | |
| IOhannes m zmoelnig | Jul 11, 2011 2:08 am | .patch |
| Hans-Christoph Steiner | Jul 11, 2011 8:59 am | |
| IOhannes m zmoelnig | Jul 11, 2011 9:12 am | |
| Patrice Colet | Jul 11, 2011 9:29 am | |
| Patrice Colet | Jul 11, 2011 10:02 am | |
| IOhannes m zmoelnig | Jul 11, 2011 10:03 am | |
| Patrice Colet | Jul 11, 2011 10:05 am | |
| Hans-Christoph Steiner | Jul 11, 2011 10:28 am | |
| Hans-Christoph Steiner | Jul 11, 2011 10:36 am | |
| IOhannes m zmoelnig | Jul 12, 2011 12:22 am | |
| Hans-Christoph Steiner | Jul 12, 2011 1:18 pm | .patch |
| IOhannes m zmölnig | Jul 12, 2011 1:29 pm | |
| Patrice Colet | Jul 16, 2011 9:25 pm | |
| Patrice Colet | Jul 17, 2011 5:07 pm | |
| Patrice Colet | Jul 17, 2011 5:59 pm | |
| Hans-Christoph Steiner | Jul 26, 2011 5:21 pm |
| Subject: | Re: [PD-dev] Pdextended 0.43.1 and vista | |
|---|---|---|
| From: | Hans-Christoph Steiner (ha...@at.or.at) | |
| Date: | Jun 30, 2011 7:48:02 am | |
| List: | at.iem.pd-dev | |
On Jun 30, 2011, at 3:44 AM, Patrice Colet wrote:
all right it was because of source name indeed because of this:
cvs_root_dir = ../.. pd_src = $(cvs_root_dir)/pd
pd.exe could be compiled with this file by adding s_utf8.h to HEADERS
AH, you are working with an old version of the makefile.mingw, I think. Check the file in the pd-extended.git for the most recent version.
(replacing filenames by $(wildcard ../src/*.h) works very well)
Wildcards in build systems are generally not a good idea. When building software, including a file that is not meant to be included is an error. Same goes for not including a file that is meant to be included. By specifying the files individually, the build system can check both of those errors. Using wildcards it will not.
and s_utf8.c have to be added in SRC
by testing everything I've seen that asio drivers loading problem comes from a conflict with jack because since I've uninstalled jack server the asio devices are displayed into asio devices list and working.
the multiplatform build system is now very cryptic, it's very hard to figure anything out.
There is pd/configure.ac which does the detection and setting of variables like LINUX, ASIO, etc. There is pd/Makefile.am for the main Makefile. Then each folder has its own Makefile.am for building that folder (i.e. asio, pd, portaudio, po, etc).
Ignore all Makefile and Makefile.in files. Those are generated from Makefile.am.
.hc
----- "Hans-Christoph Steiner" <ha...@at.or.at> a écrit :
Yeah, that's a annoyance of that build system. I think you need to make sure your source dir is called 'pd', not something like 'pure- data' or 'pure-data.git'. We really should finalize the configure.ac
and Makefile.am for MinGW. Its quite close. I think someone just needs to figure out how to do the final linking using g++ to link the C ++ ASIO files and C files from the rest.
.hc
On Jun 29, 2011, at 4:38 PM, Patrice Colet wrote:
hello, I've been trying to comile pd-vanilla with makefile.mingw but something weird is happening,
the file in makefile.dependencies aren't compiled, I could figure out why.
----- "Hans-Christoph Steiner" <ha...@at.or.at> a écrit :
Ok, it was a weird one, I think its fixed, please try it and let me know.
.hc
On Sun, 19 Jun 2011 23:51 +0100, "Tris Whyte" <slip...@yahoo.com> wrote:
damn i wish i could code, maybe i should try and build it on
vista,
have successfully built it on linux before, i would just use the linux version but i use a lot of vsts and swapping between two O.Ss can be a bit tiresome. (kid on the way? somone has been doing the dirty!! congrats man:-)
thank you
_______________________________________________ Pd-dev mailing list Pd-...@iem.at http://lists.puredata.info/listinfo/pd-dev
_______________________________________________ Pd-dev mailing list Pd-...@iem.at http://lists.puredata.info/listinfo/pd-dev
-- Patrice Colet
----------------------------------------------------------------------------
Mistrust authority - promote decentralization. - the hacker ethic
-- Patrice Colet
----------------------------------------------------------------------------
You can't steal a gift. Bird gave the world his music, and if you can hear it, you can have it. - Dizzy Gillespie
_______________________________________________ Pd-dev mailing list Pd-...@iem.at http://lists.puredata.info/listinfo/pd-dev






.patch