justinmeiners / classic-colors

Paint program for Unix. Inspired by MS Paint (Windows 95-98).
GNU General Public License v2.0
46 stars 3 forks source link

Wont build on NetBSD #24

Closed pfr-dev closed 2 years ago

pfr-dev commented 2 years ago

I'm guessing the makefile needs some tweaks but I just assumed that if it builds on OBSD then it should build on Net.

after running ./configure I get:

~/Downloads/classic-colors $ make
make: don't know how to make icons/%.png. Stop

make: stopped in /home/dave/Downloads/classic-colors

it gets immediately stopped in it's tracks. I'm not so savvy to figure this out, any ideas? Cheers

justinmeiners commented 2 years ago

Looks like I am using gnumake features here, which are not available in the netbsd base make. You can install gnumake through your packages.

Give that a try and let me if that works out. Either way I'll install netbsd and see what we need.

Thanks.

justinmeiners commented 2 years ago

netbsd

I did get it to work, but it was a bit of a pain. I don't know enough about netbsd or pkgsrc to know the ideal way to query the information I need in the configure step.

justinmeiners commented 2 years ago

I just touched up the configure script, and I think it's all working now. Want to look at the updated README and give it a try?

pfr-dev commented 2 years ago

Hey awesome! will try it out asap and report back. Cheers :)