You are not logged in.

#1 2008-11-29 20:35:15

mbutubuntu
Member
Registered: 2008-11-29
Posts: 4

[Problem] Compiling Pd-extended-0.39.3

hello folks!! i've this error when I try to compile pd-extended 0.39.3 please help me!!!!!

GemMan.cpp: In static member function 'static void GemMan::resetState()':
GemMan.cpp:691: warning: deprecated conversion from string constant to 'char*'
GemPBuffer.cpp: In constructor 'PBuffer::PBuffer(int, int, int)':
GemPBuffer.cpp:158: error: 'stderr' was not declared in this scope
GemPBuffer.cpp:158: error: 'fprintf' was not declared in this scope
GemPBuffer.cpp: In member function 'void PBuffer::enable()':
GemPBuffer.cpp:188: error: 'stderr' was not declared in this scope
GemPBuffer.cpp:188: error: 'fprintf' was not declared in this scope
GemPBuffer.cpp: In member function 'void PBuffer::disable()':
GemPBuffer.cpp:196: error: 'stderr' was not declared in this scope
GemPBuffer.cpp:196: error: 'fprintf' was not declared in this scope
make[3]: *** [GemPBuffer.o] Error 1
make[3]: *** Waiting for unfinished jobs....
GemPathBase.cpp: In static member function 'static void GemPathBase::obj_setupCallback(_class*)':
GemPathBase.cpp:76: warning: deprecated conversion from string constant to 'char*'
make[3]: Leaving directory `/home/mbutu/sources/Pd-0.39.3-extended/Gem/src/Base'
make[2]: *** [Base] Error 2
make[2]: Leaving directory `/home/mbutu/sources/Pd-0.39.3-extended/Gem/src'
make[1]: *** [/home/mbutu/sources/Pd-0.39.3-extended/Gem/src/Gem.pd_linux] Error 2
make[1]: Leaving directory `/home/mbutu/sources/Pd-0.39.3-extended/packages'
make: *** [install] Error 2
upload specs linux_make build tar.bz2
Uploading /home/mbutu/sources/Pd-0.39.3-extended/packages/linux_make/build/Pd*.tar.bz2
ls: cannot access /home/mbutu/sources/Pd-0.39.3-extended/packages/linux_make/build/Pd*.tar.bz2: No such file or directory

Last edited by mbutubuntu (2008-11-29 20:35:33)

Offline

#2 2008-11-29 21:03:52

Stefan Husmann
Member
From: Germany
Registered: 2007-08-07
Posts: 955

Re: [Problem] Compiling Pd-extended-0.39.3

see http://bbs.archlinux.org/viewtopic.php? … 93#p313193 this old thread.

Last edited by Stefan Husmann (2008-11-29 21:07:59)

Offline

#3 2008-11-29 21:37:10

mbutubuntu
Member
Registered: 2008-11-29
Posts: 4

Re: [Problem] Compiling Pd-extended-0.39.3

I think this isn't the same problem, these errors are not the same, do you think?

GemMan.cpp: In static member function 'static void GemMan::resetState()':
GemMan.cpp:691: warning: deprecated conversion from string constant to 'char*'
GemPBuffer.cpp: In constructor 'PBuffer::PBuffer(int, int, int)':
GemPBuffer.cpp:158: error: 'stderr' was not declared in this scope
GemPBuffer.cpp:158: error: 'fprintf' was not declared in this scope
GemPBuffer.cpp: In member function 'void PBuffer::enable()':
GemPBuffer.cpp:188: error: 'stderr' was not declared in this scope
GemPBuffer.cpp:188: error: 'fprintf' was not declared in this scope
GemPBuffer.cpp: In member function 'void PBuffer::disable()':
GemPBuffer.cpp:196: error: 'stderr' was not declared in this scope
GemPBuffer.cpp:196: error: 'fprintf' was not declared in this scope
make[3]: *** [GemPBuffer.o] Error 1

Last edited by mbutubuntu (2008-11-29 21:37:26)

Offline

#4 2008-11-29 22:35:57

Stefan Husmann
Member
From: Germany
Registered: 2007-08-07
Posts: 955

Re: [Problem] Compiling Pd-extended-0.39.3

The above errors are gcc-4.3 related. Try adding an

#include <cstdio>

somewhere at the beginning of GemPBuffer.cpp

Offline

#5 2008-11-30 13:13:36

mbutubuntu
Member
Registered: 2008-11-29
Posts: 4

Re: [Problem] Compiling Pd-extended-0.39.3

Thanks, Thanks, Thanks... now the problem is the same of the "quoted post"....

Offline

#6 2009-05-26 00:41:28

karol
Archivist
Registered: 2009-05-06
Posts: 23,063

Re: [Problem] Compiling Pd-extended-0.39.3

mbutubuntu wrote:

Thanks, Thanks, Thanks... now the problem is the same of the "quoted post"....

Ummm, did you fix it or did you break it but in a different way? ;-)

Offline

#7 2009-05-27 15:44:05

Stefan Husmann
Member
From: Germany
Registered: 2007-08-07
Posts: 955

Re: [Problem] Compiling Pd-extended-0.39.3

There is a package [url]http://aur.archlinux.org/packages.php?ID=22509 in AUR[/url]. It builds from the svn-sources.

Offline

Board footer

Powered by FluxBB