On Sun, Jul 09, 2006 at 10:33:55PM -0400, Adrian Robert wrote:
>
> On Jul 4, 2006, at 3:09 PM, Richard Stonehouse wrote:
>
> >I tried to build emacs-23.0.0_NS-9.0pre3 from the tarball, under
> >Linux (SuSE 9.3) using gcc 3.3.5, against gnustep-make/base 1.12.0
> >and gui/back 0.10.3 (all built from tarballs, not SVN).
> >
> >The ./compile failed as follows:
> >
> >...
>
> Hmm, it appears that GNUstep does not define 'NSWindowToolbarButton'.
> This is probably the correct thing given that GNUstep has no equivalent
> to the little oval-shaped button in the upper left that lets the user
> turn the toolbar on and off under OS X. If you put #ifdef COCOA around
> the three lines around 4301 beginning with 'toggleButton', this should
> allow compilation with no ill effects.
>
> Sorry for this oversight.
Thanks. That clears the problem with NSWindowToolbarButton, but the
compilation is still failing with one error and several warnings (I
don't know whether the warnings matter or not):
nsterm.m: In function s_update_end':
nsterm.m:643: warning: SView' does not respond to
nlockFocusNeedsFlush:'
nsterm.m: In function ������nsterm.m:1090: warning: SWindow' does not
respond to rameRectForContentRect:'
nsterm.m:1090: error: incompatible type for argument 1 of SHeight'
nsterm.m: In function s_get_rgb_color':
nsterm.m:1425: warning: return makes integer from pointer without a
cast
nsterm.m: In function s_default':
nsterm.m:2952: warning: passing arg 1 of s_string_to_lispmod'
discards qualifiers from pointer target type
nsterm.m: In function s_dumpglyphs':
nsterm.m:5314: warning: comparison between pointer and integer
nsterm.m:5411: warning: comparison between pointer and integer
nsterm.m:5417: warning: comparison between pointer and integer
nsterm.m: In function s_load_font':
nsterm.m:5697: warning: assignment discards qualifiers from pointer
target type
nsterm.m:5746: warning: assignment discards qualifiers from pointer
target type
nsterm.m: In function s_list_fonts':
nsterm.m:5992: warning: assignment discards qualifiers from pointer
target type
nsterm.m:6001: warning: assignment makes pointer from integer without
a cast
nsterm.m:6015: warning: assignment discards qualifiers from pointer
target type
nsterm.m:6031: warning: assignment discards qualifiers from pointer
target type
nsterm.m:6039: warning: assignment discards qualifiers from pointer
target type
nsterm.m:6046: warning: assignment discards qualifiers from pointer
target type
nsterm.m: In function s_font_to_xlfd':
nsterm.m:6107: warning: initialization discards qualifiers from
pointer target type
Any thoughts on the 'NSHeight' problem might be?
--
Richard Stonehouse
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Emacs-app-dev- mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/emacs-app-dev-