emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: scratch/igc renamed ad feature/igc [was: scratch/igc as a feature br


From: chad
Subject: Re: scratch/igc renamed ad feature/igc [was: scratch/igc as a feature branch]
Date: Mon, 20 Jan 2025 00:39:39 -0500



On Fri, Jan 17, 2025 at 11:25 AM Pip Cet <pipcet@protonmail.com> wrote:
RUN (cd mps/code && gcc -O2 -c mps.c && ar r libmps.a mps.o && cp libmps.a /usr/lib && cp mps*.h /usr/include)

FWIW, at least on debian, you don't need all of mps*.h, but can instead just use (quoted from earlier email):

Emacs itself needs:

#include <mps.h>
#include <mpsavm.h>
#include <mpscamc.h>
#include "mpscams.h"
#include <mpscawl.h>
#include <mpslib.h>

 I hope that helps,
~Chad


reply via email to

[Prev in Thread] Current Thread [Next in Thread]