hello,
i'm trying to build gem from cvs on mac os x.
i've gone through the archives and found answers that solved all but one problem. can anyone point me in the right direction to fix these errors?
Thanks, paris
In file included from src/Base/TextBase.cpp:17: src/Base/TextBase.h:23:20: FTFont.h: No such file or directory
In file included from src/Base/TextBase.cpp:17:
src/Base/TextBase.h:164: error: syntax error before *' token src/Base/TextBase.h:169: warning: ISO C++ forbids declaration of
FTFont' with
no type
src/Base/TextBase.h:169: error: FTFont' declared as a
virtual' field
src/Base/TextBase.h:169: error: parse error before *' token src/Base/TextBase.cpp: In constructor
TextBase::TextBase(int, t_atom*)':
src/Base/TextBase.cpp:42: error: class TextBase' does not have any field named
m_font'
src/Base/TextBase.cpp: In member function `virtual void
TextBase::render(GemState*)':
src/Base/TextBase.cpp:63: error: m_font' undeclared (first use this function) src/Base/TextBase.cpp:63: error: (Each undeclared identifier is reported only once for each function it appears in.) src/Base/TextBase.cpp: In member function
virtual void
TextBase::fontNameMess(const char*)':
src/Base/TextBase.cpp:119: error: makeFont' undeclared (first use this function) In file included from src/Base/TextBase.cpp:17: src/Base/TextBase.h:23:20: FTFont.h: No such file or directory In file included from src/Base/TextBase.cpp:17: src/Base/TextBase.h:164: error: syntax error before
*' token
src/Base/TextBase.h:169: warning: ISO C++ forbids declaration of FTFont' with no type src/Base/TextBase.h:169: error:
FTFont' declared as a virtual' field src/Base/TextBase.h:169: error: parse error before
*' token
src/Base/TextBase.cpp:42: error: class TextBase' does not have any field named
m_font'
src/Base/TextBase.cpp:63: error: m_font' undeclared (first use this function) src/Base/TextBase.cpp:63: error: (Each undeclared identifier is reported only once for each function it appears in.) src/Base/TextBase.cpp:119: error:
makeFont' undeclared (first use this
function)
On Apr 28, 2005, at 10:24 AM, paris@parisgraphics.com wrote:
hello,
i'm trying to build gem from cvs on mac os x.
i've gone through the archives and found answers that solved all but one problem. can anyone point me in the right direction to fix these errors?
Thanks, paris
In file included from src/Base/TextBase.cpp:17: src/Base/TextBase.h:23:20: FTFont.h: No such file or directory
...do you have freetype2 and FTGL installed, and if so, does the makefile know where to look for the headers and libs?
jamie
hi jamie,
nope - i don't have either - didn't realize i needed them (or know what they are). i'll do some googling....
thanks, p
On Thursday, April 28, 2005, at 10:30 AM, james tittle wrote:
On Apr 28, 2005, at 10:24 AM, paris@parisgraphics.com wrote:
hello,
i'm trying to build gem from cvs on mac os x.
i've gone through the archives and found answers that solved all but one problem. can anyone point me in the right direction to fix these errors?
Thanks, paris
In file included from src/Base/TextBase.cpp:17: src/Base/TextBase.h:23:20: FTFont.h: No such file or directory
...do you have freetype2 and FTGL installed, and if so, does the makefile know where to look for the headers and libs?
jamie
Hi Paris,
As far as I know there is NO ONE who has compiled Gem for OSX from the terminal.
The devs and I use Xcode to build Gem on OSX.
Correct me if I'm wrong but I don't think there is a Gem makefile for OSX... ?
Also I've had to copy header files into /usr/local/include a few times to force things to compile.
B.
Paris Treantafeles wrote:
hi jamie,
nope - i don't have either - didn't realize i needed them (or know what they are). i'll do some googling....
thanks, p
On Thursday, April 28, 2005, at 10:30 AM, james tittle wrote:
On Apr 28, 2005, at 10:24 AM, paris@parisgraphics.com wrote:
hello,
i'm trying to build gem from cvs on mac os x.
i've gone through the archives and found answers that solved all but one problem. can anyone point me in the right direction to fix these errors?
Thanks, paris
In file included from src/Base/TextBase.cpp:17: src/Base/TextBase.h:23:20: FTFont.h: No such file or directory
...do you have freetype2 and FTGL installed, and if so, does the makefile know where to look for the headers and libs?
jamie
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Thanks - well, count me in the list of NO ONEs ;-)
I think i'll revisit this at some other point.
At least since installing FINK, pdp_pidip is working well.
Best, p
On Friday, April 29, 2005, at 10:56 AM, B. Bogart wrote:
Hi Paris,
As far as I know there is NO ONE who has compiled Gem for OSX from the terminal.
The devs and I use Xcode to build Gem on OSX.
Correct me if I'm wrong but I don't think there is a Gem makefile for OSX... ?
Also I've had to copy header files into /usr/local/include a few times to force things to compile.
B.
Paris Treantafeles wrote:
hi jamie,
nope - i don't have either - didn't realize i needed them (or know what they are). i'll do some googling....
thanks, p
On Thursday, April 28, 2005, at 10:30 AM, james tittle wrote:
On Apr 28, 2005, at 10:24 AM, paris@parisgraphics.com wrote:
hello,
i'm trying to build gem from cvs on mac os x.
i've gone through the archives and found answers that solved all but one problem. can anyone point me in the right direction to fix these errors?
Thanks, paris
In file included from src/Base/TextBase.cpp:17: src/Base/TextBase.h:23:20: FTFont.h: No such file or directory
...do you have freetype2 and FTGL installed, and if so, does the makefile know where to look for the headers and libs?
jamie
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
<signature.asc>
Paris Treantafeles wrote:
Thanks - well, count me in the list of NO ONEs ;-)
does this mean you succeeded in compiling Gem from the commandline ? if so, can i have the makefile ?
I think i'll revisit this at some other point.
thus this mean, you did not succeed in compiling Gem from the commandline ? if so, forget about the makefile ;-)
mfg.adsr IOhannes
sorry for the confusion . i did not succeed is compiling gem from the command line on os x. at least pdp/pidip is working now. i will try again with gem in the future.
-p
On Tuesday, May 3, 2005, at 11:38 AM, IOhannes m zmoelnig wrote:
Paris Treantafeles wrote:
Thanks - well, count me in the list of NO ONEs ;-)
does this mean you succeeded in compiling Gem from the commandline ? if so, can i have the makefile ?
I think i'll revisit this at some other point.
thus this mean, you did not succeed in compiling Gem from the commandline ? if so, forget about the makefile ;-)
mfg.adsr IOhannes
hi jamie and list,
i'm still getting the error and would appreciate any help - i'll admit this is the first time i've tried to compile anything so i'm probably doing something stupid...
it with project builder.
some files outlined in a post in the archives.
got the error below.
installed freetype2 using fink
downloaded FTGL which also had a project builder file. i used that
and it built a libftgl.a file. i wasn't really sure where to add that to the GEM_darwin project, so i tried a few places, e.g. GemLibs, frameworks, but still got the error below.
so assuming that i really have ftgl and freetype2 on my machine, how do i tell project builder (xcode, i guess?) about them?
or... is there a way to build Gem without font support? i don't really need that anyway.
thanks, paris
On Thursday, April 28, 2005, at 10:30 AM, james tittle wrote:
On Apr 28, 2005, at 10:24 AM, paris@parisgraphics.com wrote:
hello,
i'm trying to build gem from cvs on mac os x.
i've gone through the archives and found answers that solved all but one problem. can anyone point me in the right direction to fix these errors?
Thanks, paris
In file included from src/Base/TextBase.cpp:17: src/Base/TextBase.h:23:20: FTFont.h: No such file or directory
...do you have freetype2 and FTGL installed, and if so, does the makefile know where to look for the headers and libs?
jamie
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
thanks - i'm trying that now.
-p
On Friday, April 29, 2005, at 01:37 AM, chris clepper wrote:
On Apr 28, 2005, at 10:34 PM, Paris Treantafeles wrote:
or... is there a way to build Gem without font support? i don't really need that anyway.
Uncheck all of the font related files in porjectbuilder/xcode. You might want to do a clean before building to clear everything.
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list