Print

Print


Recently I've been having problems building Starlink on my Mint 13 
32-bit notebook after not using for some months.  It keeps failing in 
libraries/gwm.  I tried a fresh clone and build, but make world still 
falls over in gwm.

cd libraries/gwm \
           && (make && make install) >make.log 2>make.log.err || { cat make.log.err; false; }
createwindow.c: In function 'GWM_CreateWindow':
createwindow.c:291:9: warning: ignoring return value of 'pipe', declared with attribute warn_unused_result [-Wunused-result]
makeintowindow.c: In function 'GWM_MakeIntoWindow':
makeintowindow.c:361:2: warning: '0' flag ignored with precision and '%x' gnu_printf format [-Wformat]
makeintowindow.c:361:2: warning: '0' flag ignored with precision and '%x' gnu_printf format [-Wformat]
makeintowindow.c:361:2: warning: '0' flag ignored with precision and '%x' gnu_printf format [-Wformat]
makeintowindow.c:367:2: warning: '0' flag ignored with precision and '%x' gnu_printf format [-Wformat]
makeintowindow.c:367:2: warning: '0' flag ignored with precision and '%x' gnu_printf format [-Wformat]
makeintowindow.c:367:2: warning: '0' flag ignored with precision and '%x' gnu_printf format [-Wformat]
./.libs/libgwm.so: undefined reference to `emsSetnc'
./.libs/libgwm.so: undefined reference to `emsRep

EMS was built without error.

Is there some definiton that I have forgotten to set?  Before the fresh
clone I did have to disable the LDFLAGS= Wl,--no-as-needed to prevent
configure complaining that the C compiler couldn't create executables.

Malcolm
-- 
Scanned by iCritical.