hi,
did a gem-cvs build this morning (GEM: ver: 0.888-pre1); counter & friends seem to be gone....
I remember a thread about putting those objects in a seperate library: which lib would that be and where can i get it?
or;
where in the gem makefile(s)/sources can i tell my compiler/gem to build/include the objects?
grtz.krt
kurt stockman wrote:
hi,
did a gem-cvs build this morning (GEM: ver: 0.888-pre1); counter & friends seem to be gone....
I remember a thread about putting those objects in a seperate library: which lib would that be and where can i get it?
or;
where in the gem makefile(s)/sources can i tell my compiler/gem to build/include the objects?
this is a problem with the new self-registering functions, where MarkEx has simply been forgotten.
i have just checked the appropriate changes in, but youcan do it yourself, by just adding the following lines to the end of MarkEx/MarkExSetup();
// <snip> class markex_cppclass { public: markex_cppclass(){MarkEx_setup();} }; static markex_cppclass markex_instance; // </snip>
mfg.as.dr IOhannes
thx!
glad to see the version number getting closer and closer to 0.88! ;)
with all the additions and improvements done over the last months Gem is geting funkyer & funkyer.... ! thx!
grtz.krt
On Wednesday 22 October 2003 13:06, IOhannes zmoelnig wrote:
kurt stockman wrote:
hi,
did a gem-cvs build this morning (GEM: ver: 0.888-pre1); counter & friends seem to be gone....
I remember a thread about putting those objects in a seperate library: which lib would that be and where can i get it?
or;
where in the gem makefile(s)/sources can i tell my compiler/gem to build/include the objects?
this is a problem with the new self-registering functions, where MarkEx has simply been forgotten.
i have just checked the appropriate changes in, but youcan do it yourself, by just adding the following lines to the end of MarkEx/MarkExSetup();
// <snip> class markex_cppclass { public: markex_cppclass(){MarkEx_setup();} }; static markex_cppclass markex_instance; // </snip>
mfg.as.dr IOhannes
PD-list mailing list PD-list@iem.at http://iem.at/cgi-bin/mailman/listinfo/pd-list
hello all, a clean cvs checkout of day before yesterday configs and makes with no complaints but fails to load and reports:
undefined symbol: _ZN8GLTTFont12setPrecisionEd
on rh9 with gcc version 3.2.2 [bsack@blini Gnu]$ rpm -qa|grep gl[ut]t gltt-devel-2.5.2-2 glut-3.7-13 gltt-2.5.2-2 glut-devel-3.7-13 also: freetype-2.1.3-6 freetype-devel-2.1.3-6
is there any way to fix this and get the new Gem running?
Gem now uses FTGL to do fonts in openGL.
get it at http://homepages.paradise.net.nz/henryj/code/index.html#FTGL
grtz.krt
On Friday 24 October 2003 15:31, Bill Sack wrote:
hello all, a clean cvs checkout of day before yesterday configs and makes with no complaints but fails to load and reports:
undefined symbol: _ZN8GLTTFont12setPrecisionEd
on rh9 with gcc version 3.2.2 [bsack@blini Gnu]$ rpm -qa|grep gl[ut]t gltt-devel-2.5.2-2 glut-3.7-13 gltt-2.5.2-2 glut-devel-3.7-13 also: freetype-2.1.3-6 freetype-devel-2.1.3-6
is there any way to fix this and get the new Gem running?
Those objects are now part of the pd-externals package. So they'll be
included in the next version of the pd-externals Debian package, and
already are included in the MacOSX and Windows installers. There is
some motion towards RPMs too, but I don't know more than that.
Part of the reason why they should be removed from Gem is that there
are a number of conflicts with the MarkEx objects, [counter] being one
of them. In the packages, Gem's counter is called [gem_counter].
Currently cxc's [counter] is used, which maintains Max compatibility (I
think).
.hc
On Wednesday, Oct 22, 2003, at 05:15 America/New_York, kurt stockman
wrote:
hi,
did a gem-cvs build this morning (GEM: ver: 0.888-pre1); counter & friends seem to be gone....
I remember a thread about putting those objects in a seperate library:
which lib would that be and where can i get it?or;
where in the gem makefile(s)/sources can i tell my compiler/gem to build/include the objects?
grtz.krt
PD-list mailing list PD-list@iem.at http://iem.at/cgi-bin/mailman/listinfo/pd-list
There is no way to peace, peace is the way.
-A.J. Muste