compilation fail in wml -openmotif-2.2.2 -pls help me

This forum is read only. No new submissions are accepted.

Questions about motif? Contact us

2 posts / 0 new
Last post
compilation fail in wml -openmotif-2.2.2 -pls help me

Submitted by Anonymous on Wed, 05/22/2002 - 10:24. General Questions
Making all in tools
make[1] Entering directory `/HDC7/DownloadedSourceCodes/OpenMotif/openMotif-2.2.2/tools`
Making all in wml
make[2] Entering directory `/HDC7/DownloadedSourceCodes/OpenMotif/openMotif-2.2.2/tools/wml`
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/usr/X11R6/include -I./../../lib -I./../../include -g -O2 -Wall -Wno-unused -Wno-comment -c wmldbcreate.c
In file included from wmldbcreate.c96
UilUrmClas.h847 `XmNtoolTipEnable` undeclared here (not in a function)
UilUrmClas.h847 initializer element for `uil_argument_toolkit_names_vec[517]` is not constant
UilUrmClas.h848 `XmNtoolTipPostDelay` undeclared here (not in a function)
UilUrmClas.h848 initializer element for `uil_argument_toolkit_names_vec[518]` is not constant
UilUrmClas.h849 `XmNtoolTipPostDuration` undeclared here (not in a function)
UilUrmClas.h849 initializer element for `uil_argument_toolkit_names_vec[519]` is not constant
UilUrmClas.h850 `XmNtoolTipString` undeclared here (not in a function)
UilUrmClas.h850 initializer element for `uil_argument_toolkit_names_vec[520]` is not constant
wmldbcreate.c In function `emit_chars`
wmldbcreate.c270 warning `ptr` might be used uninitialized in this function
wmldbcreate.c In function `emit_ints_and_string`
wmldbcreate.c348 warning `table` might be used uninitialized in this function
wmldbcreate.c In function `emit_char_table`
wmldbcreate.c386 warning `table` might be used uninitialized in this function
wmldbcreate.c In function `emit_length_and_string`
wmldbcreate.c447 warning `table` might be used uninitialized in this function
wmldbcreate.c In function `emit_shorts`
wmldbcreate.c568 warning `ptr` might be used uninitialized in this function
wmldbcreate.c In function `emit_int_and_table_shorts`
wmldbcreate.c634 warning `table` might be used uninitialized in this function
wmldbcreate.c In function `emit_ints`
wmldbcreate.c667 warning `ptr` might be used uninitialized in this function
make[2] *** [wmldbcreate.o] Error 1
make[2] Leaving directory `/HDC7/DownloadedSourceCodes/OpenMotif/openMotif-2.2.2/tools/wml`
make[1] *** [all-recursive] Error 1
make[1] Leaving directory `/HDC7/DownloadedSourceCodes/OpenMotif/openMotif-2.2.2/tools`
make *** [all-recursive] Error 1

i used
$./configure
$make

but fail to compile... (

is there anything i left out for the header fils n configuration?

Anonymous

Hi,

I had somethign very similar happen to me right at the same point in the build.

My problem was just "yacc" or "byacc".

My old distribution used "yacc" as the name and the older version looked for "byacc". I would think that if you used the "configure" that problem would be gone.

Anyway - make sure "yacc" and "byacc" are available in the current path.