Closed rubyFeedback closed 1 year ago
You seem to build your system from parts by hand, which gives you an incomplete non-standard result. Also you don't give relevant information about your system to understand the reasons. You may be helped by using the os-depends.sh script from the website.
cmake version basically relies on pkg-config here. If you have a broken installation of libao (i.e. pkg-config script for ao exists but does not output the lib directory flags properly) then sorry, PEBKAC.
I really don't like closing issues on users. I would rather they close them themselves. @rubyFeedback, please close this issue if it is no longer a problem.
On Linux trying to compile icewm-1.5.4, let me show the error message or build message first:
/Depot/Temp/rbt/icewm-1.5.4/src/mstring.cc: In static member function 'static MStringData MStringData::create(const char)': /Depot/Temp/rbt/icewm-1.5.4/src/mstring.cc:32:34: note: length computed here return create(str, int(strlen(str)));