Hi Mats
Sorry for the late response, I had to sort some SMTP issues first.
Mats Lidell <matsl(a)xemacs.org> writes:
Whether that is a good configuration to use is another deal. What
problems do you see when using a C++ compiler? I hope using C++ with
more or less any configuration would work fine!?
Thanks. One difference was `--with-xemacs-compiler=g++', whereas I
used the naive CC=g++. But there seem to be some remaining issues
related to lwlib and Xaw.
,--------------------
| lwlib-Xaw.c: In function 'void xaw_scrollbar_scroll(Widget, XtPointer,
XtPointer)':
| lwlib-Xaw.c:616:35: error: cast from 'XtPointer {aka void*}' to 'int'
loses precision [-fpermissive]
| event_data.slider_value = (int) call_data;
| ^
| lwlib-Xaw.c:619:13: error: cast from 'XtPointer {aka void*}' to 'int'
loses precision [-fpermissive]
| if ((int) call_data > 0)
| ^
| make[1]: *** [lwlib-Xaw.o] Error 1
`--------------------
Below is the configuration that I am using.
,--------------------
| ./configure --with-xemacs-compiler=g++ --with-sound=alsa
| --enable-menubars=lucid --enable-scrollbars=athena
| --enable-dialogs=athena --enable-widgets=athena --with-athena=3d
| --without-gpm --without-ldap --without-postgresql --with-mule
| --without-xim --without-canna --with-xft=emacs,tabs,gauges,menubars
| --with-zlib --without-bignum --with-kkcc --with-newgc
| --without-error-checking --with-modules --with-database=berkdb
| --with-ncurses
`--------------------
For my own experiments I don't really care about any toolkit, so I might just
copy one of the working configs.
Cheers
Marcus
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://lists.xemacs.org/mailman/listinfo/xemacs-beta