Platform: SPARCstation 20 with SunOS 5.7 (configure result:
sparc-sun-solaris2.7)
compiler: is using CC
xform: .88
libXpm: 4.11
configure is running ok.
problem is like this:
----------------------------------------------------
CC -DHAVE_CONFIG_H -I. -I. -I../../src -I../../images -I./../
-I/home/fan/local/include -I/usr/local/include
-I/usr/openwin/include -g -c math_macro.C
CC -DHAVE_CONFIG_H -I. -I. -I../../src -I../../images -I./../
-I/home/fan/local/include -I/usr/local/include
-I/usr/openwin/include -g -c math_panel.C
"../../images/delim0.xpm", line 4: Warning: String literal converted to
char* in initialization.
...
(all this kind of warnings)
...
"../../images/equation.xpm", line 30: Warning: String literal converted
to char* in initialization.
"math_panel.C", line 257: Error: Cannot return extern "C"
double(*)(double) from a function that should return char**.
"math_panel.C", line 282: Error: Formal argument 2 of type char** in
call to fl_set_pixmap_data(flobjs_*, char**) is being passed extern "C"
double(*)(double).
3 Error(s) and 200 Warning(s) detected.
make[3]: *** [math_panel.o] Error 3
make[3]: Leaving directory `/tmp/lyx-1.1.2/src/mathed'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/tmp/lyx-1.1.2/src'
make[1]: *** [all-recursive-am] Error 2
make[1]: Leaving directory `/tmp/lyx-1.1.2/src'
make: *** [all-recursive] Error 1
------------------------------------------------------------------
help!
Michael