[paum@bookes gridflow-9.13]$ ./configure
./configure:25:in <main>': Use RbConfig instead of obsolete and deprecated Config. ./configure:26:in
<main>': uninitialized constant CONFIG (NameError)
fero.
Hi,
Fero Kiraly wrote:
[paum@bookes gridflow-9.13]$ ./configure ./configure:25:in
<main>': Use RbConfig instead of obsolete and deprecated Config. ./configure:26:in
<main>': uninitialized constant CONFIG (NameError)
That's because your tools are too up-to-date for gridflow. That often happens with archlinux (which I use and love).
You'll have to dig a little in the new features/conventions for the build chain and modify gridflow files.
Lots of people use ubuntu or debian, which are slow (sometimes 2 years) to adopt new version of some tools.
But that's the deal with archlinux: you know what you're doing, are you're responsible for it :).
Cheers, Charlot
hello,
i have dedicated some time to updating my system, ending up with ubuntu 14.04 doing the occasional patching now. everything pd related went relatively painless, just had to rebuild Gem, but gridflow's stuck and won't move a bit and i have no clue.
i have gridflow in it's own builddir: /home/ub/build/gridflow here i do update per svn, then configure and make, but when loading in pd i consistently get:
home/ub/build/gridflow/gridflow.pd_linux: /home/ub/build/gridflow/gridflow.pd_linux: undefined symbol: cvEllipse gridflow: can't load library /home/ub/build/gridflow/gridflow_gem9393.pd_linux: /home/ub/build/gridflow/gridflow_gem9393.pd_linux: undefined symbol: _ZTI7FObject gridflow_gem9393: can't load library
system is amd64, pd: 0.43-3, GEM: 0.93.3, gridflow says it's "At revision 6881"
ideas anyone?
thanks+ciao, ub
Le 02/05/2014 15:19, ub@xdv.org a écrit :
hello,
i have dedicated some time to updating my system, ending up with ubuntu 14.04 doing the occasional patching now. everything pd related went relatively painless, just had to rebuild Gem, but gridflow's stuck and won't move a bit and i have no clue.
i have gridflow in it's own builddir: /home/ub/build/gridflow here i do update per svn, then configure and make, but when loading in pd i consistently get:
home/ub/build/gridflow/gridflow.pd_linux: /home/ub/build/gridflow/gridflow.pd_linux: undefined symbol: cvEllipse gridflow: can't load library /home/ub/build/gridflow/gridflow_gem9393.pd_linux: /home/ub/build/gridflow/gridflow_gem9393.pd_linux: undefined symbol: _ZTI7FObject gridflow_gem9393: can't load library
system is amd64, pd: 0.43-3, GEM: 0.93.3, gridflow says it's "At revision 6881"
ideas anyone?
thanks+ciao, ub
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
hello, it seems that gem libraries aren't linked correctly by the build system, gridflow might run if Gem libs are disabled in configure, what about posting build logs?
patko
On 02.05.2014 16:21, Colet Patrice wrote:
Le 02/05/2014 15:19, ub@xdv.org a écrit :
hello,
i have dedicated some time to updating my system, ending up with ubuntu 14.04 doing the occasional patching now. everything pd related went relatively painless, just had to rebuild Gem, but gridflow's stuck and won't move a bit and i have no clue.
i have gridflow in it's own builddir: /home/ub/build/gridflow here i do update per svn, then configure and make, but when loading in pd i consistently get:
home/ub/build/gridflow/gridflow.pd_linux: /home/ub/build/gridflow/gridflow.pd_linux: undefined symbol: cvEllipse gridflow: can't load library /home/ub/build/gridflow/gridflow_gem9393.pd_linux: /home/ub/build/gridflow/gridflow_gem9393.pd_linux: undefined symbol: _ZTI7FObject gridflow_gem9393: can't load library
system is amd64, pd: 0.43-3, GEM: 0.93.3, gridflow says it's "At revision 6881"
ideas anyone?
thanks+ciao, ub
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
hello, it seems that gem libraries aren't linked correctly by the build system, gridflow might run if Gem libs are disabled in configure, what about posting build logs?
patko
thanks for the quick reply.
i tried ./configure --no-opengl upon make distclean but that lead to the same result for gridflow.pd_linux: undefined symbol: cvEllipse
as this seems an openCv object, which is included directly by gridflow (not via Gem) from src/opencv.cxx i checked the config.log for opencv and really there was a line saying: "Package opencv was not found in the pkg-config search path"
installing libopencv-dev fixed that and it's all good now :)
thanks+cheers, ub