[flext] clk error

dmotd dmotd at gmx.net
Tue Jun 29 04:15:27 CEST 2010


hi thomas, 

no luck there.. full log attached.

cheers!

Thomas Grill wrote:
> Hi, please try the diff below.
> gr~~~
> 
> 
> Index: clk_master.cpp
> ===================================================================
> --- clk_master.cpp	(revision 3713)
> +++ clk_master.cpp	(working copy)
> @@ -12,6 +12,7 @@
> 
>  #include "clk_master.h"
>  #include "clk_client.h"
> +#include <cstdio>
> 
>  namespace clk {
> 
> 
> 
> 
> 2010/6/27 dmotd <dmotd at gmx.net>:
> > Thomas Grill wrote:
> >> it's certainly a good idea to include xsample, py/pyext, pool, vasp,
> >> absattr and clk.
> >
> > absattr built fine, clk is hitting a wall, see log attached.
> >
> > -
> > dmotd
> >
> 
> 
> 
> -- 
> Thomas Grill
> http://grrrr.org
-------------- next part --------------
cd /home/dmotd/archpkgs/aur/pd-extended-svn/src/pd-extended-build/externals/grill/clk && /home/dmotd/archpkgs/aur/pd-extended-svn/src/pd-extended-build/externals/grill/flext/build.sh pd gcc build
make[2]: Entering directory `/home/dmotd/archpkgs/aur/pd-extended-svn/src/pd-extended-build/externals/grill/clk'
make -f /home/dmotd/archpkgs/aur/pd-extended-svn/src/pd-extended-build/externals/grill/flext/buildsys/gnumake-sub.mak -w PLATFORM=lnx RTSYS=pd COMPILER=gcc BUILDPATH=/home/dmotd/archpkgs/aur/pd-extended-svn/src/pd-extended-build/externals/grill/flext/buildsys/ PKGINFO=package.txt BUILDCLASS=ext TARGETMODE=release TARGETTYPE=single _build_
make[3]: Entering directory `/home/dmotd/archpkgs/aur/pd-extended-svn/src/pd-extended-build/externals/grill/clk'
mkdir -p pd-linux/release-single
mkdir -p pd-linux/release-single/
g++ -c -DPD -I/home/dmotd/archpkgs/aur/pd-extended-svn/src/pd-extended-build/pd/src -Wall -W -ggdb -I/home/dmotd/archpkgs/aur/pd-extended-svn/src/pd-extended-build/Gem/src -I/home/dmotd/archpkgs/aur/pd-extended-svn/src/pd-extended-build/externals/pdp/include -DUNIX -Dunix -DDL_OPEN -fPIC -DPD -I/home/dmotd/archpkgs/aur/pd-extended-svn/src/pd-extended-build/pd/src -Wall -W -ggdb -I/home/dmotd/archpkgs/aur/pd-extended-svn/src/pd-extended-build/Gem/src -I/home/dmotd/archpkgs/aur/pd-extended-svn/src/pd-extended-build/externals/pdp/include -DUNIX -Dunix -DDL_OPEN -fPIC -O2    -pthread -fPIC -fvisibility-inlines-hidden -DNDEBUG -DFLEXT_SYS=2 -DPD -I/home/dmotd/archpkgs/aur/pd-extended-svn/src/pd-extended-build/pd/src -I/usr/local/include/stk -I/usr/local/include/sndobj -I/home/dmotd/archpkgs/aur/pd-extended-svn/pkg/usr/include/flext clk_main.cpp -o pd-linux/release-single/clk_main.opp
In file included from /home/dmotd/archpkgs/aur/pd-extended-svn/pkg/usr/include/flext/flbase.h:24:0,
                 from /home/dmotd/archpkgs/aur/pd-extended-svn/pkg/usr/include/flext/flclass.h:23,
                 from /home/dmotd/archpkgs/aur/pd-extended-svn/pkg/usr/include/flext/flext.h:65,
                 from clk.h:18,
                 from clk_main.cpp:13:
/home/dmotd/archpkgs/aur/pd-extended-svn/pkg/usr/include/flext/flsupport.h: In member function ?bool flext_single::buffer::Valid() const?:
/home/dmotd/archpkgs/aur/pd-extended-svn/pkg/usr/include/flext/flsupport.h:267:30: warning: statement has no effect
In file included from /home/dmotd/archpkgs/aur/pd-extended-svn/pkg/usr/include/flext/flclass.h:23:0,
                 from /home/dmotd/archpkgs/aur/pd-extended-svn/pkg/usr/include/flext/flext.h:65,
                 from clk.h:18,
                 from clk_main.cpp:13:
/home/dmotd/archpkgs/aur/pd-extended-svn/pkg/usr/include/flext/flbase.h: In member function ?t_sigobj* flext_obj_single::thisHdr()?:
/home/dmotd/archpkgs/aur/pd-extended-svn/pkg/usr/include/flext/flbase.h:145:44: warning: statement has no effect
/home/dmotd/archpkgs/aur/pd-extended-svn/pkg/usr/include/flext/flbase.h: In member function ?const t_sigobj* flext_obj_single::thisHdr() const?:
/home/dmotd/archpkgs/aur/pd-extended-svn/pkg/usr/include/flext/flbase.h:146:56: warning: statement has no effect
In file included from /home/dmotd/archpkgs/aur/pd-extended-svn/pkg/usr/include/flext/flclass.h:23:0,
                 from /home/dmotd/archpkgs/aur/pd-extended-svn/pkg/usr/include/flext/flext.h:65,
                 from clk.h:18,
                 from clk_main.cpp:13:
/home/dmotd/archpkgs/aur/pd-extended-svn/pkg/usr/include/flext/flbase.h: In constructor ?flext_obj_single::Locker::Locker(flext_hdr*)?:
/home/dmotd/archpkgs/aur/pd-extended-svn/pkg/usr/include/flext/flbase.h:235:68: warning: statement has no effect
In file included from /home/dmotd/archpkgs/aur/pd-extended-svn/pkg/usr/include/flext/flext.h:65:0,
                 from clk.h:18,
                 from clk_main.cpp:13:
/home/dmotd/archpkgs/aur/pd-extended-svn/pkg/usr/include/flext/flclass.h: In member function ?flext_base_single::ItemSet& flext_base_single::ItemCont::GetInlet(int)?:
/home/dmotd/archpkgs/aur/pd-extended-svn/pkg/usr/include/flext/flclass.h:768:50: warning: statement has no effect
In file included from clk_main.cpp:13:0:
clk.h: In constructor ?clk::Clock::Clock(const t_symbol*, clk::Master*)?:
clk.h:301:13: warning: ?clk::Clock::master? will be initialized after
clk.h:238:10: warning:   ?bool clk::Clock::logical?
clk.h:247:5: warning:   when initialized here
clk.h:302:11: warning: ?clk::Clock::precision? will be initialized after
clk.h:244:11: warning:   ?float clk::Clock::weight?
clk.h:247:5: warning:   when initialized here
mkdir -p pd-linux/release-single/
g++ -c -DPD -I/home/dmotd/archpkgs/aur/pd-extended-svn/src/pd-extended-build/pd/src -Wall -W -ggdb -I/home/dmotd/archpkgs/aur/pd-extended-svn/src/pd-extended-build/Gem/src -I/home/dmotd/archpkgs/aur/pd-extended-svn/src/pd-extended-build/externals/pdp/include -DUNIX -Dunix -DDL_OPEN -fPIC -DPD -I/home/dmotd/archpkgs/aur/pd-extended-svn/src/pd-extended-build/pd/src -Wall -W -ggdb -I/home/dmotd/archpkgs/aur/pd-extended-svn/src/pd-extended-build/Gem/src -I/home/dmotd/archpkgs/aur/pd-extended-svn/src/pd-extended-build/externals/pdp/include -DUNIX -Dunix -DDL_OPEN -fPIC -O2    -pthread -fPIC -fvisibility-inlines-hidden -DNDEBUG -DFLEXT_SYS=2 -DPD -I/home/dmotd/archpkgs/aur/pd-extended-svn/src/pd-extended-build/pd/src -I/usr/local/include/stk -I/usr/local/include/sndobj -I/home/dmotd/archpkgs/aur/pd-extended-svn/pkg/usr/include/flext clk_clock.cpp -o pd-linux/release-single/clk_clock.opp
In file included from /home/dmotd/archpkgs/aur/pd-extended-svn/pkg/usr/include/flext/flbase.h:24:0,
                 from /home/dmotd/archpkgs/aur/pd-extended-svn/pkg/usr/include/flext/flclass.h:23,
                 from /home/dmotd/archpkgs/aur/pd-extended-svn/pkg/usr/include/flext/flext.h:65,
                 from clk.h:18,
                 from clk_client.h:16,
                 from clk_clock.cpp:13:
/home/dmotd/archpkgs/aur/pd-extended-svn/pkg/usr/include/flext/flsupport.h: In member function ?bool flext_single::buffer::Valid() const?:
/home/dmotd/archpkgs/aur/pd-extended-svn/pkg/usr/include/flext/flsupport.h:267:30: warning: statement has no effect
In file included from /home/dmotd/archpkgs/aur/pd-extended-svn/pkg/usr/include/flext/flclass.h:23:0,
                 from /home/dmotd/archpkgs/aur/pd-extended-svn/pkg/usr/include/flext/flext.h:65,
                 from clk.h:18,
                 from clk_client.h:16,
                 from clk_clock.cpp:13:
/home/dmotd/archpkgs/aur/pd-extended-svn/pkg/usr/include/flext/flbase.h: In member function ?t_sigobj* flext_obj_single::thisHdr()?:
/home/dmotd/archpkgs/aur/pd-extended-svn/pkg/usr/include/flext/flbase.h:145:44: warning: statement has no effect
/home/dmotd/archpkgs/aur/pd-extended-svn/pkg/usr/include/flext/flbase.h: In member function ?const t_sigobj* flext_obj_single::thisHdr() const?:
/home/dmotd/archpkgs/aur/pd-extended-svn/pkg/usr/include/flext/flbase.h:146:56: warning: statement has no effect
In file included from /home/dmotd/archpkgs/aur/pd-extended-svn/pkg/usr/include/flext/flclass.h:23:0,
                 from /home/dmotd/archpkgs/aur/pd-extended-svn/pkg/usr/include/flext/flext.h:65,
                 from clk.h:18,
                 from clk_client.h:16,
                 from clk_clock.cpp:13:
/home/dmotd/archpkgs/aur/pd-extended-svn/pkg/usr/include/flext/flbase.h: In constructor ?flext_obj_single::Locker::Locker(flext_hdr*)?:
/home/dmotd/archpkgs/aur/pd-extended-svn/pkg/usr/include/flext/flbase.h:235:68: warning: statement has no effect
In file included from /home/dmotd/archpkgs/aur/pd-extended-svn/pkg/usr/include/flext/flext.h:65:0,
                 from clk.h:18,
                 from clk_client.h:16,
                 from clk_clock.cpp:13:
/home/dmotd/archpkgs/aur/pd-extended-svn/pkg/usr/include/flext/flclass.h: In member function ?flext_base_single::ItemSet& flext_base_single::ItemCont::GetInlet(int)?:
/home/dmotd/archpkgs/aur/pd-extended-svn/pkg/usr/include/flext/flclass.h:768:50: warning: statement has no effect
In file included from clk_client.h:16:0,
                 from clk_clock.cpp:13:
clk.h: In constructor ?clk::Clock::Clock(const t_symbol*, clk::Master*)?:
clk.h:301:13: warning: ?clk::Clock::master? will be initialized after
clk.h:238:10: warning:   ?bool clk::Clock::logical?
clk.h:247:5: warning:   when initialized here
clk.h:302:11: warning: ?clk::Clock::precision? will be initialized after
clk.h:244:11: warning:   ?float clk::Clock::weight?
clk.h:247:5: warning:   when initialized here
clk_clock.cpp: At global scope:
clk_clock.cpp:97:6: warning: unused parameter ?m?
touch clk_master.cpp
mkdir -p pd-linux/release-single/
g++ -c -DPD -I/home/dmotd/archpkgs/aur/pd-extended-svn/src/pd-extended-build/pd/src -Wall -W -ggdb -I/home/dmotd/archpkgs/aur/pd-extended-svn/src/pd-extended-build/Gem/src -I/home/dmotd/archpkgs/aur/pd-extended-svn/src/pd-extended-build/externals/pdp/include -DUNIX -Dunix -DDL_OPEN -fPIC -DPD -I/home/dmotd/archpkgs/aur/pd-extended-svn/src/pd-extended-build/pd/src -Wall -W -ggdb -I/home/dmotd/archpkgs/aur/pd-extended-svn/src/pd-extended-build/Gem/src -I/home/dmotd/archpkgs/aur/pd-extended-svn/src/pd-extended-build/externals/pdp/include -DUNIX -Dunix -DDL_OPEN -fPIC -O2    -pthread -fPIC -fvisibility-inlines-hidden -DNDEBUG -DFLEXT_SYS=2 -DPD -I/home/dmotd/archpkgs/aur/pd-extended-svn/src/pd-extended-build/pd/src -I/usr/local/include/stk -I/usr/local/include/sndobj -I/home/dmotd/archpkgs/aur/pd-extended-svn/pkg/usr/include/flext clk_master.cpp -o pd-linux/release-single/clk_master.opp
In file included from /home/dmotd/archpkgs/aur/pd-extended-svn/pkg/usr/include/flext/flbase.h:24:0,
                 from /home/dmotd/archpkgs/aur/pd-extended-svn/pkg/usr/include/flext/flclass.h:23,
                 from /home/dmotd/archpkgs/aur/pd-extended-svn/pkg/usr/include/flext/flext.h:65,
                 from clk.h:18,
                 from clk_master.h:16,
                 from clk_master.cpp:13:
/home/dmotd/archpkgs/aur/pd-extended-svn/pkg/usr/include/flext/flsupport.h: In member function ?bool flext_single::buffer::Valid() const?:
/home/dmotd/archpkgs/aur/pd-extended-svn/pkg/usr/include/flext/flsupport.h:267:30: warning: statement has no effect
In file included from /home/dmotd/archpkgs/aur/pd-extended-svn/pkg/usr/include/flext/flclass.h:23:0,
                 from /home/dmotd/archpkgs/aur/pd-extended-svn/pkg/usr/include/flext/flext.h:65,
                 from clk.h:18,
                 from clk_master.h:16,
                 from clk_master.cpp:13:
/home/dmotd/archpkgs/aur/pd-extended-svn/pkg/usr/include/flext/flbase.h: In member function ?t_sigobj* flext_obj_single::thisHdr()?:
/home/dmotd/archpkgs/aur/pd-extended-svn/pkg/usr/include/flext/flbase.h:145:44: warning: statement has no effect
/home/dmotd/archpkgs/aur/pd-extended-svn/pkg/usr/include/flext/flbase.h: In member function ?const t_sigobj* flext_obj_single::thisHdr() const?:
/home/dmotd/archpkgs/aur/pd-extended-svn/pkg/usr/include/flext/flbase.h:146:56: warning: statement has no effect
In file included from /home/dmotd/archpkgs/aur/pd-extended-svn/pkg/usr/include/flext/flclass.h:23:0,
                 from /home/dmotd/archpkgs/aur/pd-extended-svn/pkg/usr/include/flext/flext.h:65,
                 from clk.h:18,
                 from clk_master.h:16,
                 from clk_master.cpp:13:
/home/dmotd/archpkgs/aur/pd-extended-svn/pkg/usr/include/flext/flbase.h: In constructor ?flext_obj_single::Locker::Locker(flext_hdr*)?:
/home/dmotd/archpkgs/aur/pd-extended-svn/pkg/usr/include/flext/flbase.h:235:68: warning: statement has no effect
In file included from /home/dmotd/archpkgs/aur/pd-extended-svn/pkg/usr/include/flext/flext.h:65:0,
                 from clk.h:18,
                 from clk_master.h:16,
                 from clk_master.cpp:13:
/home/dmotd/archpkgs/aur/pd-extended-svn/pkg/usr/include/flext/flclass.h: In member function ?flext_base_single::ItemSet& flext_base_single::ItemCont::GetInlet(int)?:
/home/dmotd/archpkgs/aur/pd-extended-svn/pkg/usr/include/flext/flclass.h:768:50: warning: statement has no effect
In file included from clk_master.h:16:0,
                 from clk_master.cpp:13:
clk.h: In constructor ?clk::Clock::Clock(const t_symbol*, clk::Master*)?:
clk.h:301:13: warning: ?clk::Clock::master? will be initialized after
clk.h:238:10: warning:   ?bool clk::Clock::logical?
clk.h:247:5: warning:   when initialized here
clk.h:302:11: warning: ?clk::Clock::precision? will be initialized after
clk.h:244:11: warning:   ?float clk::Clock::weight?
clk.h:247:5: warning:   when initialized here
touch clk_client.cpp
mkdir -p pd-linux/release-single/
g++ -c -DPD -I/home/dmotd/archpkgs/aur/pd-extended-svn/src/pd-extended-build/pd/src -Wall -W -ggdb -I/home/dmotd/archpkgs/aur/pd-extended-svn/src/pd-extended-build/Gem/src -I/home/dmotd/archpkgs/aur/pd-extended-svn/src/pd-extended-build/externals/pdp/include -DUNIX -Dunix -DDL_OPEN -fPIC -DPD -I/home/dmotd/archpkgs/aur/pd-extended-svn/src/pd-extended-build/pd/src -Wall -W -ggdb -I/home/dmotd/archpkgs/aur/pd-extended-svn/src/pd-extended-build/Gem/src -I/home/dmotd/archpkgs/aur/pd-extended-svn/src/pd-extended-build/externals/pdp/include -DUNIX -Dunix -DDL_OPEN -fPIC -O2    -pthread -fPIC -fvisibility-inlines-hidden -DNDEBUG -DFLEXT_SYS=2 -DPD -I/home/dmotd/archpkgs/aur/pd-extended-svn/src/pd-extended-build/pd/src -I/usr/local/include/stk -I/usr/local/include/sndobj -I/home/dmotd/archpkgs/aur/pd-extended-svn/pkg/usr/include/flext clk_client.cpp -o pd-linux/release-single/clk_client.opp
In file included from /home/dmotd/archpkgs/aur/pd-extended-svn/pkg/usr/include/flext/flbase.h:24:0,
                 from /home/dmotd/archpkgs/aur/pd-extended-svn/pkg/usr/include/flext/flclass.h:23,
                 from /home/dmotd/archpkgs/aur/pd-extended-svn/pkg/usr/include/flext/flext.h:65,
                 from clk.h:18,
                 from clk_client.h:16,
                 from clk_client.cpp:13:
/home/dmotd/archpkgs/aur/pd-extended-svn/pkg/usr/include/flext/flsupport.h: In member function ?bool flext_single::buffer::Valid() const?:
/home/dmotd/archpkgs/aur/pd-extended-svn/pkg/usr/include/flext/flsupport.h:267:30: warning: statement has no effect
In file included from /home/dmotd/archpkgs/aur/pd-extended-svn/pkg/usr/include/flext/flclass.h:23:0,
                 from /home/dmotd/archpkgs/aur/pd-extended-svn/pkg/usr/include/flext/flext.h:65,
                 from clk.h:18,
                 from clk_client.h:16,
                 from clk_client.cpp:13:
/home/dmotd/archpkgs/aur/pd-extended-svn/pkg/usr/include/flext/flbase.h: In member function ?t_sigobj* flext_obj_single::thisHdr()?:
/home/dmotd/archpkgs/aur/pd-extended-svn/pkg/usr/include/flext/flbase.h:145:44: warning: statement has no effect
/home/dmotd/archpkgs/aur/pd-extended-svn/pkg/usr/include/flext/flbase.h: In member function ?const t_sigobj* flext_obj_single::thisHdr() const?:
/home/dmotd/archpkgs/aur/pd-extended-svn/pkg/usr/include/flext/flbase.h:146:56: warning: statement has no effect
In file included from /home/dmotd/archpkgs/aur/pd-extended-svn/pkg/usr/include/flext/flclass.h:23:0,
                 from /home/dmotd/archpkgs/aur/pd-extended-svn/pkg/usr/include/flext/flext.h:65,
                 from clk.h:18,
                 from clk_client.h:16,
                 from clk_client.cpp:13:
/home/dmotd/archpkgs/aur/pd-extended-svn/pkg/usr/include/flext/flbase.h: In constructor ?flext_obj_single::Locker::Locker(flext_hdr*)?:
/home/dmotd/archpkgs/aur/pd-extended-svn/pkg/usr/include/flext/flbase.h:235:68: warning: statement has no effect
In file included from /home/dmotd/archpkgs/aur/pd-extended-svn/pkg/usr/include/flext/flext.h:65:0,
                 from clk.h:18,
                 from clk_client.h:16,
                 from clk_client.cpp:13:
/home/dmotd/archpkgs/aur/pd-extended-svn/pkg/usr/include/flext/flclass.h: In member function ?flext_base_single::ItemSet& flext_base_single::ItemCont::GetInlet(int)?:
/home/dmotd/archpkgs/aur/pd-extended-svn/pkg/usr/include/flext/flclass.h:768:50: warning: statement has no effect
In file included from clk_client.h:16:0,
                 from clk_client.cpp:13:
clk.h: In constructor ?clk::Clock::Clock(const t_symbol*, clk::Master*)?:
clk.h:301:13: warning: ?clk::Clock::master? will be initialized after
clk.h:238:10: warning:   ?bool clk::Clock::logical?
clk.h:247:5: warning:   when initialized here
clk.h:302:11: warning: ?clk::Clock::precision? will be initialized after
clk.h:244:11: warning:   ?float clk::Clock::weight?
clk.h:247:5: warning:   when initialized here
clk_client.cpp: In member function ?void clk::Client::ms_name(int, const t_atom*)?:
clk_client.cpp:37:40: error: ?sprintf? was not declared in this scope
make[3]: *** [pd-linux/release-single/clk_client.opp] Error 1
make[3]: Leaving directory `/home/dmotd/archpkgs/aur/pd-extended-svn/src/pd-extended-build/externals/grill/clk'
make[2]: *** [build-release-single] Error 2
make[2]: Leaving directory `/home/dmotd/archpkgs/aur/pd-extended-svn/src/pd-extended-build/externals/grill/clk'
make[1]: *** [clk] Error 2
make[1]: Leaving directory `/home/dmotd/archpkgs/aur/pd-extended-svn/src/pd-extended-build/externals'
make: *** [externals_install] Error 2
make: Leaving directory `/home/dmotd/archpkgs/aur/pd-extended-svn/src/pd-extended-build/packages'


More information about the flext mailing list