luser-dr00g / xpost

A PostScript interpreter in C
Other
93 stars 12 forks source link

Fix compilation issues. #46

Closed hzeller closed 2 years ago

hzeller commented 6 years ago

xpost_compat.c: include logging header to access logigng functions used. xpost_operator.c: include header needed for uintptr_t

hzeller commented 5 years ago

Did you have a chance to look at this ?

luser-dr00g commented 5 years ago

Yes, and thank you, and I'm terribly sorry for not responding sooner. The project is in a bit of a messy state and I have a whole bunch of changes that haven't propagated to GitHub yet.

One of the many things we've tried to do in the rewriting is to have a single xpost.h that just includes everything and all internal modules just include that.

But, until I get all of that pushed, I should probably accept your push. So, thanks. And thank you also for the reminder. :)

Josh (luser droog)

On Sun, Jul 8, 2018, 9:12 AM Henner Zeller notifications@github.com wrote:

Did you have a chance to look at this ?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/luser-dr00g/xpost/pull/46#issuecomment-403290539, or mute the thread https://github.com/notifications/unsubscribe-auth/AGTC16TJHAYKQh0I__qo9JvkokPFba_7ks5uEhNbgaJpZM4T9Cak .

hzeller commented 2 years ago

Yay!

luser-dr00g commented 2 years ago

Thanks again. I'm very sorry for the ridiculous delay. Getting back into the project after neglecting it for a while.