<div dir="ltr"><br><div>whew its beeen a long night... </div><div><br></div><div>it turns out i can't build gtkmm because the gnome mirror doesn't always server old files. closest i found to work is 2.24.3 (2.24.2 in SlackBuild).</div>
<div><br></div><div>after a few modifications to the script, i found that gtkmm requires pangomm (not listed on the site).</div><div><br></div><div>anyway new gtk/gnome stuff seems to use xz files so replace</div><div><br>
</div><div>tar xvf foo.tar.gz</div><div><br></div><div>with</div><div><br></div><div>xz -d foo.tar.xz</div><div>tar xvf foo.tar</div><div><br></div><div>but i'm not sure how that affects things like sbopkg that might cache downloads. (xz -d file.tar.xz removes the .xz file and leaves only the tar)</div>
<div><br></div><div>i'll keep everyone posted on notes and try to contact maintainers as well.</div><div><br></div><div>regards,</div><div>miguel</div></div>