Opened 13 years ago
Closed 12 years ago
#31746 closed defect (fixed)
icewm: error: use of undeclared identifier 'getItem'
Reported by: | asic512 | Owned by: | saispo@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.0.3 |
Keywords: | lion clang | Cc: | |
Port: | icewm |
Description
Hi,
OS MacOS 10.7.2 Xcode 4.2
See the attached log file.
PH
Attachments (1)
Change History (4)
Changed 13 years ago by asic512
comment:1 Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | saispo removed |
---|---|
Keywords: | lion clang added; Lion removed |
Owner: | changed from macports-tickets@… to saispo@… |
Summary: | Unable to build icewm → icewm: error: use of undeclared identifier 'getItem' |
comment:2 Changed 13 years ago by louygan@…
comment:3 Changed 12 years ago by jmroot (Joshua Root)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
I met the same problem.
but I made it manually.
STEPS: ====== sodo port extract icewm sudo port patch icewm sudo ./configure --prefix=/opt/local --mandir=/opt/local/share/man --with-cfgdir=/opt/local/etc/icewm --with-xpm --without-icesound --disable-i18n --disable-nls --disable-debug cd $(port work icewm) cd icewm-1.2.37 vi src/Makefile add -lfontconfig at line 43 CORE_LIBS sudo make sudo make install