Open meltdown03 opened 4 months ago
Not related to the issue itself, but, do you have the PKGBUILD file for archlinux? Is it on github or can you send it to me?
I just built it manually from the command line with Scons
On Wed, Aug 28, 2024, 8:33 AM Perry Werneck @.***> wrote:
Not related to the issue itself, but, do you have the PKGBUILD file for archlinux? Is it on github or can you send it to me?
— Reply to this email directly, view it on GitHub https://github.com/brouhaha/nonpareil/issues/17#issuecomment-2315333690, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABPBQCCO6VLDO2WVPZTYQGDZTXGTRAVCNFSM6AAAAABL7NQNZ6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGMJVGMZTGNRZGA . You are receiving this because you authored the thread.Message ID: @.***>
I was able to package it for arch. Dont have the environment to test but, if you want it's published at https://software.opensuse.org/download.html?project=home%3APerryWerneck&package=nonpareil
Even after I get it to build in Arch, I don't get any digits on the display of the calculators. The 16c works, but not the 41c series or the 67. I see the commas pop up and move around though, strange.
On Wed, Aug 28, 2024, 10:48 AM Perry Werneck @.***> wrote:
I was able to package it for arch. Dont have the environment to test but, if you want it's published at https://software.opensuse.org/download.html?project=home%3APerryWerneck&package=nonpareil
— Reply to this email directly, view it on GitHub https://github.com/brouhaha/nonpareil/issues/17#issuecomment-2315716596, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABPBQCHQ3OBVPBU4ZQVTKVLZTXWLRAVCNFSM6AAAAABL7NQNZ6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGMJVG4YTMNJZGY . You are receiving this because you authored the thread.Message ID: @.***>
I needed to add a couple includes in order to build in Archlinux:
src/xmlutil.c
added#include <libxml/entities.h>
for a couple missing XML definitions.src/calcdef.c
added#include <stdlib.h>
forstrto**
andatoi
not being definedLOG without and modifications:
And if only modifying the xmlutil file I got this next: