hi all ...
on today's gem, i get an undefined symbol:
/home/tim/pd/extra/Gem.pd_linux: /home/tim/pd/extra/Gem.pd_linux: undefined symbol: _ZN9CPPExtern16setCPPObjectNameEPc /home/tim/pd/extra/Gem: can't load library
any idea?
tim
Tim Blechmann wrote:
hi all ...
on today's gem, i get an undefined symbol:
/home/tim/pd/extra/Gem.pd_linux: /home/tim/pd/extra/Gem.pd_linux: undefined symbol: _ZN9CPPExtern16setCPPObjectNameEPc /home/tim/pd/extra/Gem: can't load library
any idea?
make clean; make
changes in Base/CPPExtern.h require all derived classes to be recompiled (virtually all of Gem)
mfg.asdr IOhannes
tim
make clean; make
changes in Base/CPPExtern.h require all derived classes to be recompiled (virtually all of Gem)
thnx ... one thing i like at the autoconf system ... it recompiles the necessary files, if a header changes ;-)
cheers ... tim
Tim Blechmann wrote:
make clean; make
changes in Base/CPPExtern.h require all derived classes to be recompiled (virtually all of Gem)
thnx ... one thing i like at the autoconf system ... it recompiles the necessary files, if a header changes ;-)
like VC...
i guess, just using gcc-3.4 with precompiled headers this should work too (?)
mfg.a.sdr IOhannes
cheers ... tim
any idea?
make clean; make
changes in Base/CPPExtern.h require all derived classes to be recompiled (virtually all of Gem)
ähm ... no ... any second guess?
cheers ... tim
Tim Blechmann wrote:
any idea?
make clean; make
changes in Base/CPPExtern.h require all derived classes to be recompiled (virtually all of Gem)
ähm ... no ... any second guess?
probably some .o-file is still lying around which is not deleted by "make clean". while Gem compiles (and deletes) only files that refer to the entries in Make.source, it links together all .o files it can find (jaja) you should run "./configure" (or at least "./makesource" after a "cvs up")
and i guess you are compiling HEAD ?
mfg.asd.r IOhannes
probably some .o-file is still lying around which is not deleted by "make clean". while Gem compiles (and deletes) only files that refer to the entries in Make.source, it links together all .o files it can find (jaja) you should run "./configure" (or at least "./makesource" after a "cvs up")
and i guess you are compiling HEAD ?
no time to dig into this atm ... i went back to 0.90 and added pix_mean_color, which fulfills my needs for now ...
t