nanogui: Thread: microwindow installation problem


[<<] [<] Page 1 of 1 [>] [>>]
Subject: microwindow installation problem
From: RAHUL RAVINDRAN ####@####.####
Date: 17 Aug 2008 15:14:01 -0000
Message-Id: <553474.67963.qm@web56907.mail.re3.yahoo.com>

Hello,
    i have microwindow 0.91 and while compiling i have getting error in path
   microwindows-0.91/src/engine/font_freetype.c.In this path i getting lots of error
   like 
   /root/microwindows-0.91/src/engine/font_freetype.c:711: error: ‘struct MWFREETYPEFONT’ has no member named ‘glyph’
/root/microwindows-0.91/src/engine/font_freetype.c:712: error: ‘TTLOAD_SCALE_GLYPH’ undeclared (first use in this function)
/root/microwindows-0.91/src/engine/font_freetype.c:712: error: ‘TTLOAD_HINT_GLYPH’ undeclared (first use in this function)
/root/microwindows-0.91/src/engine/font_freetype.c:712: error: ‘TT_Err_Ok’ undeclared (first use in this function)
/root/microwindows-0.91/src/engine/font_freetype.c:717: error: ‘struct MWFREETYPEFONT’ has no member named ‘glyph’
/root/microwindows-0.91/src/engine/font_freetype.c:717: error: ‘metrics’ undeclared (first use in this function)
/root/microwindows-0.91/src/engine/font_freetype.c:718: error: ‘struct MWFREETYPEFONT’ has no member named ‘can_kern’
/root/microwindows-0.91/src/engine/font_freetype.c:732: error: ‘struct MWFREETYPEFONT’ has no member named ‘last_pen_pos’
/root/microwindows-0.91/src/engine/font_freetype.c:733: error: ‘struct MWFREETYPEFONT’ has no member named ‘last_pen_pos’
/root/microwindows-0.91/src/engine/font_freetype.c:734: error: ‘struct MWFREETYPEFONT’ has no member named ‘last_pen_pos’
/root/microwindows-0.91/src/engine/font_freetype.c:735: error: ‘struct MWFREETYPEFONT’ has no member named ‘last_glyph_code’
/root/microwindows-0.91/src/engine/font_freetype.c: At top level:
/root/microwindows-0.91/src/engine/font_freetype.c:756: error: expected ‘)’ before ‘face’
/root/microwindows-0.91/src/engine/font_freetype.c: In function ‘get_tt_name’:
/root/microwindows-0.91/src/engine/font_freetype.c:819: error: ‘TT_Face’ undeclared (first use in this function)
/root/microwindows-0.91/src/engine/font_freetype.c:819: error: expected ‘;’ before ‘face’
/root/microwindows-0.91/src/engine/font_freetype.c:824: error: ‘engine’ undeclared (first use in this function)
/root/microwindows-0.91/src/engine/font_freetype.c:824: error: ‘face’ undeclared (first use in this function)
/root/microwindows-0.91/src/engine/font_freetype.c:824: error: ‘TT_Err_Ok’ undeclared (first use in this function)
/root/microwindows-0.91/src/engine/font_freetype.c:829: warning: implicit declaration of function ‘tt_lookup_name’
/root/microwindows-0.91/src/engine/font_freetype.c:829: warning: assignment makes pointer from integer without a cast
/root/microwindows-0.91/src/engine/font_freetype.c: In function ‘GdGetFontList’:
/root/microwindows-0.91/src/engine/font_freetype.c:866: error: ‘TT_Err_Ok’ undeclared (first use in this function)
/root/microwindows-0.91/src/engine/font_freetype.c:866: error: ‘engine’ undeclared (first use in this function)


and i also have microwindow 0.90 which give me error in winevent.c
that 
winevent.c:18: error: static declaration of ‘abs’ follows non-static declaration
make[1]: *** [winevent.o] Error 1
make: *** [subdir-mwin] Error 2

please help me.




      Explore your hobbies and interests. Go to http://in.promos.yahoo.com/groups/
Subject: Fw: [nanogui] microwindow installation problem
From: RAHUL RAVINDRAN ####@####.####
Date: 18 Aug 2008 04:01:16 -0000
Message-Id: <284053.94838.qm@web56903.mail.re3.yahoo.com>


--- On Sun, 17/8/08, RAHUL RAVINDRAN ####@####.#### wrote:
From: RAHUL RAVINDRAN ####@####.####
Subject: [nanogui] microwindow installation problem
To: ####@####.####
Date: Sunday, 17 August, 2008, 8:31 PM

Hello,
    i have microwindow 0.91 and while compiling i have getting error in path
   microwindows-0.91/src/engine/font_freetype.c.In this path i getting lots
of error
   like 
   /root/microwindows-0.91/src/engine/font_freetype.c:711: error: ‘struct
MWFREETYPEFONT’ has no member named ‘glyph’
/root/microwindows-0.91/src/engine/font_freetype.c:712: error:
‘TTLOAD_SCALE_GLYPH’ undeclared (first use in this function)
/root/microwindows-0.91/src/engine/font_freetype.c:712: error:
‘TTLOAD_HINT_GLYPH’ undeclared (first use in this function)
/root/microwindows-0.91/src/engine/font_freetype.c:712: error: ‘TT_Err_Ok’
undeclared (first use in this function)
/root/microwindows-0.91/src/engine/font_freetype.c:717: error: ‘struct
MWFREETYPEFONT’ has no member named ‘glyph’
/root/microwindows-0.91/src/engine/font_freetype.c:717: error: ‘metrics’
undeclared (first use in this function)
/root/microwindows-0.91/src/engine/font_freetype.c:718: error: ‘struct
MWFREETYPEFONT’ has no member named ‘can_kern’
/root/microwindows-0.91/src/engine/font_freetype.c:732: error: ‘struct
MWFREETYPEFONT’ has no member named ‘last_pen_pos’
/root/microwindows-0.91/src/engine/font_freetype.c:733: error: ‘struct
MWFREETYPEFONT’ has no member named ‘last_pen_pos’
/root/microwindows-0.91/src/engine/font_freetype.c:734: error: ‘struct
MWFREETYPEFONT’ has no member named ‘last_pen_pos’
/root/microwindows-0.91/src/engine/font_freetype.c:735: error: ‘struct
MWFREETYPEFONT’ has no member named ‘last_glyph_code’
/root/microwindows-0.91/src/engine/font_freetype.c: At top level:
/root/microwindows-0.91/src/engine/font_freetype.c:756: error: expected ‘)’
before ‘face’
/root/microwindows-0.91/src/engine/font_freetype.c: In function
‘get_tt_name’:
/root/microwindows-0.91/src/engine/font_freetype.c:819: error: ‘TT_Face’
undeclared (first use in this function)
/root/microwindows-0.91/src/engine/font_freetype.c:819: error: expected ‘;’
before ‘face’
/root/microwindows-0.91/src/engine/font_freetype.c:824: error: ‘engine’
undeclared (first use in this function)
/root/microwindows-0.91/src/engine/font_freetype.c:824: error: ‘face’
undeclared (first use in this function)
/root/microwindows-0.91/src/engine/font_freetype.c:824: error: ‘TT_Err_Ok’
undeclared (first use in this function)
/root/microwindows-0.91/src/engine/font_freetype.c:829: warning: implicit
declaration of function ‘tt_lookup_name’
/root/microwindows-0.91/src/engine/font_freetype.c:829: warning: assignment
makes pointer from integer without a cast
/root/microwindows-0.91/src/engine/font_freetype.c: In function
‘GdGetFontList’:
/root/microwindows-0.91/src/engine/font_freetype.c:866: error: ‘TT_Err_Ok’
undeclared (first use in this function)
/root/microwindows-0.91/src/engine/font_freetype.c:866: error: ‘engine’
undeclared (first use in this function)


and i also have microwindow 0.90 which give me error in winevent.c
that 
winevent.c:18: error: static declaration of ‘abs’ follows non-static
declaration
make[1]: *** [winevent.o] Error 1
make: *** [subdir-mwin] Error 2

please help me.




      Explore your hobbies and interests. Go to
http://in.promos.yahoo.com/groups/


      Unlimited freedom, unlimited storage. Get it now, on http://help.yahoo.com/l/in/yahoo/mail/yahoomail/tools/tools-08.html/
Subject: Re: [nanogui] microwindow installation problem
From: "Greg Haerr" ####@####.####
Date: 18 Aug 2008 17:46:03 -0000
Message-Id: <027f01c9015a$0ab10eb0$6501a8c0@gregnewport>

> /root/microwindows-0.91/src/engine/font_freetype.c:711: error: ‘struct
MWFREETYPEFONT’ has no member named ‘glyph’

Looks like your config file calls for Freetype which isn't installed.
Turn it off.

> and i also have microwindow 0.90 which give me error in winevent.c
that winevent.c:18: error: static declaration of ‘abs’ follows non-static
declaration

Pretty obvious fix here for any C programmer.  Remove
the static declaration

Greg

[<<] [<] Page 1 of 1 [>] [>>]


Powered by ezmlm-browse 0.20.