You are not logged in.
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 directoryLast edited by mbutubuntu (2008-11-29 20:35:33)
Offline
see http://bbs.archlinux.org/viewtopic.php? … 93#p313193 this old thread.
Last edited by Stefan Husmann (2008-11-29 21:07:59)
Offline
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 1Last edited by mbutubuntu (2008-11-29 21:37:26)
Offline
The above errors are gcc-4.3 related. Try adding an
#include <cstdio>somewhere at the beginning of GemPBuffer.cpp
Offline
Thanks, Thanks, Thanks... now the problem is the same of the "quoted post"....
Offline
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
There is a package [url]http://aur.archlinux.org/packages.php?ID=22509 in AUR[/url]. It builds from the svn-sources.
Offline