Hi list!
I try to compile Pdgst on a i386 32-bit Ubuntu 10.4 with Pd 42.5.
I get this error ../include/pdgst/pdgst.h:64:3: error: #error need at least Pd 0.41 Would it be better to downgrade to 41.4?
I'm trying to find the m_pd.h, to get the installation done. I wonder if it's linked to the Pd version. ../include/pdgst/pdgst.h:58:18: error: m_pd.h: No such file or directory
Thanks and happy new year!
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On 01/03/2011 04:48 PM, Adrian Riffo wrote:
Hi list!
I try to compile Pdgst on a i386 32-bit Ubuntu 10.4 with Pd 42.5.
I get this error ../include/pdgst/pdgst.h:64:3: error: #error need at least Pd 0.41 Would it be better to downgrade to 41.4?
no it says "you need at least Pd-0.41" not "you need at most Pd-0.41"
I'm trying to find the m_pd.h, to get the installation done. I wonder if it's linked to the Pd version. ../include/pdgst/pdgst.h:58:18: error: m_pd.h: No such file or directory
that's more like the source of the problem. you need m_pd.h, and pdgst's build system must be able to find it. you can do: $ make PD_SRC=/path/to/where/m_pd.h/lives/
masdr IOhannes
PS: your subject says "compiling GStreamer" though it really should read "compiling pdgst"; the latter needs the former, but it also needs electric power to run
Have you tried editing pdgst.h ? may be just change '#error' to '#warnig' .. that would cause least harm :)
On Mon, Jan 03, 2011 at 04:48:18PM +0100, Adrian Riffo wrote:
Hi list!
I try to compile Pdgst on a i386 32-bit Ubuntu 10.4 with Pd 42.5.
I get this error ../include/pdgst/pdgst.h:64:3: error: #error need at least Pd 0.41 Would it be better to downgrade to 41.4?
I'm trying to find the m_pd.h, to get the installation done. I wonder if it's linked to the Pd version. ../include/pdgst/pdgst.h:58:18: error: m_pd.h: No such file or directory
Thanks and happy new year!
-- adrian riffo 2 rue Vulpian 75013 paris 06.70.12.57.50 09.50.46.96.98 skype : adrian_kostia
http://www.myspace.com/arghmusique FBook : adrian kostia riffo duvet
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On 2011-01-06 01:07, errordeveloper@gmail.com wrote:
Have you tried editing pdgst.h ? may be just change '#error' to '#warnig' .. that would cause least harm :)
how is that supposed to help? the "#error" is there to give the user more clues on why the build fails, not to make the build fail.
../include/pdgst/pdgst.h:64:3: error: #error need at least Pd 0.41
it's quite clear about this, no? and if not, there is still:
../include/pdgst/pdgst.h:58:18: error: m_pd.h: No such file or directory
fgaksdr IOhannes