Re: [PD-dev] Pdextended 0.43.1 and vista

2011-07-05 Thread Patrice Colet
I've removed this in configure.ac: # ASIO is a C++ library, so if its included, then use g++ to build CC=g++ compiles fine, only pd.exe is not working but pd.dll is fine, everything is built. from all I've read in gnu manuals, automake automatically set g++ for cpp files so there is no need

Re: [PD-dev] Pdextended 0.43.1 and vista

2011-07-05 Thread Hans-Christoph Steiner
Hmm, that sounds like progress. Perhaps removing CC=g++ and then adding something like this would work: if ASIO EXTRA_SUBDIRS += asio # automake hack to force linking with g++ lib_LTLIBRARIES = libdummy.la libdummy_la_SOURCES = # Dummy C++ source to cause C++ linking.

Re: [PD-dev] Pdextended 0.43.1 and vista

2011-07-05 Thread Patrice Colet
oopse I didn't see that pd.dll isn't deleted by make clean, if fact it isn't even built, sorry I'll try something else tomorrow. - Hans-Christoph Steiner h...@at.or.at a écrit : Hmm, that sounds like progress. Perhaps removing CC=g++ and then adding something like this would work: