Hi, I am trying to compile IceWM 1.2.23

I got 1.0.9-2 to work on another computer and it's great (but the IceWM 1.0.9-2 is 4 years old at least) and this computer has issues with xterm (in IceWM and with Paste function in IceWM) so I want to get the latest IceWM. It's the coolest Windows Manager I have seen (but i haven't seen many, just twm and cde)

after ./configure --disable-xinerama (which i heard is not available for cygwin)

i run make, and it stops at:
/usr/lib/gcc/i686-pc-cygwin/3.4.4/../../../../i686-pc-cygwin/bin/ld: cannot find -ljpeg

I don't know what that is. I got libjpeg6b and the other libjpeg too hoping it would help, but no (and I rebooted because it suggested it due to "running applications have been replaced, please restart"). I also got imlib because it asked for it

Thank you
-Robert

----------------------------------------------
here is the output of my make:
----------------------------------------------
/home/Owner/utils/wm/icewm-1.2.23> make
make[1]: Entering directory `/home/Owner/utils/wm/icewm-1.2.23/src'
 CXX    ymsgbox.o
 CXX    ydialog.o
 CXX    yurl.o
 CXX    wmsession.o
 CXX    wmwinlist.o
 CXX    wmtaskbar.o
 CXX    wmwinmenu.o
 CXX    wmdialog.o
 CXX    wmabout.o
 CXX    wmswitch.o
 CXX    wmstatus.o
 CXX    wmoption.o
 CXX    wmaction.o
 CXX    wmcontainer.o
 CXX    wmclient.o
 CXX    wmmgr.o
 CXX    wmapp.o
 CXX    wmframe.o
 CXX    wmbutton.o
 CXX    wmminiicon.o
 CXX    wmtitle.o
 CXX    movesize.o
 CXX    themes.o
 CXX    decorate.o
 CXX    browse.o
 CXX    wmprog.o
 CXX    atasks.o
 CXX    aworkspaces.o
 CXX    amailbox.o
 CXX    aclock.o
 CXX    acpustatus.o
 CXX    apppstatus.o
 CXX    aaddressbar.o
 CXX    objbar.o
 CXX    aapm.o
 CXX    atray.o
 CXX    ysmapp.o
 CXX    yxtray.o
 CXX    ymenu.o
 CXX    ylabel.o
 CXX    yscrollview.o
 CXX    ymenuitem.o
 CXX    yscrollbar.o
 CXX    ybutton.o
 CXX    ylistbox.o
 CXX    yinput.o
 CXX    wmconfig.o
 CXX    yicon.o
 CXX    ref.o
 CXX    yapp.o
 CXX    yxapp.o
 CXX    ytimer.o
 CXX    ywindow.o
ywindow.cc: In member function `int YDesktop::getScreenForRect(int, int, int, int)':
ywindow.cc:1847: warning: unused variable 'screen'
ywindow.cc:1848: warning: unused variable 'coverage'
ywindow.cc: At global scope:
ywindow.cc:1846: warning: unused parameter 'x'
ywindow.cc:1846: warning: unused parameter 'y'
ywindow.cc:1846: warning: unused parameter 'width'
ywindow.cc:1846: warning: unused parameter 'height'
ywindow.cc:1821: warning: unused parameter 'screen_no'
 CXX    ypaint.o
 CXX    ypopup.o
 CXX    misc.o
 CXX    ycursor.o
 CXX    ysocket.o
 CXX    ypaths.o
 CXX    ypixbuf.o
 CXX    ylocale.o
ylocale.cc: In static member function `static YUChar* YLocale::unicodeString(const YLChar*, size_t, size_t&)':
ylocale.cc:155: warning: invalid conversion from `char**' to `const char**'
ylocale.cc:155: warning: initializing argument 2 of `size_t libiconv(void*, const char**, size_t*, char**, size_t*)'
 CXX    yarray.o
 CXX    ypipereader.o
 CXX    yxembed.o
 CXX    yconfig.o
 CXX    yprefs.o
 CXX    yfont.o
yfont.cc:18: warning: unused parameter 'antialias'
 CXX    yfontcore.o
 CXX    yfontxft.o
 CXX    yimage.o
 CXX    ytooltip.o
 LD     icewm
/usr/lib/gcc/i686-pc-cygwin/3.4.4/../../../../i686-pc-cygwin/bin/ld: cannot find -ljpeg
collect2: ld returned 1 exit status
make[1]: *** [icewm] Error 1
make[1]: Leaving directory `/home/Owner/utils/wm/icewm-1.2.23/src'
make: *** [base] Error 2



--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://x.cygwin.com/docs/
FAQ:                   http://x.cygwin.com/docs/faq/

Reply via email to