Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
Not eligible to see or edit group visibility for this bug.
View Bug Activity | Format For Printing | XML | Clone This Bug
This is an ebuild for a new application I noticed. It is yapide -- yet another PIC ide -- and is currently at version 0.1. It's supposed to be an emulator for Microchip PICs. I had a little play with it and it looks promising. Unfortunately, it does require a tiny patch to get it to compile properly.
Created an attachment (id=36802) [edit] Ebuild for dev-embedded/yapide-0.1
Created an attachment (id=36803) [edit] Configure patch for yapide-0.1 This patch is required to get the configure script to pass the test. It simply changes a call to gcc to a call to g++ to avoid a problem where the standard C++ library is not linked in. I've emailed the patch to the author. The ebuild expects this to be in the files/ subdirectory.
Good ebuild. I took a few tricks off other QT packages about redirecting the HOME. Probably should create an eclass for it. Also had to get rid of the CFLAGS and CXXFLAGS so the user's settings are used. Hope you don't mind be doing a quick commit on it. Thanks for the ebuild.