gcl-devel
[Top][All Lists]
Advanced

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

Re: [Maxima-discuss] gcl compilation error


From: Camm Maguire
Subject: Re: [Maxima-discuss] gcl compilation error
Date: Sun, 24 Dec 2023 12:28:52 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux)

Greetings!  If you post your full compile and make logs I'll try to take
a look.

Take care,

T Rex <sixpalax@gmail.com> writes:

> I am trying to compile gcl for maxima with the following manifest for flatpak
>
> app-id: org.gcl.gcl
> runtime: org.freedesktop.Platform
> runtime-version: "23.08"
> sdk: org.freedesktop.Sdk
> command: gcl
> modules:
>   - name: gcl
>     buildsystem: simple
>     build-commands:
>       - ./configure --prefix=/app/ --enable-ansi
>       - make -j2
>     #no-autogen: true
>     #builddir: true
>     sources:
>       - type: archive
>          path: ./gcl-2.6.14.tar.gz
> --------------------------------------------------------------------------------------------------------
>
> At the compilation stage I get the error:
>
> -------------------------------------------------------------------------------------------------
> echo '#include "make-decl.h"' > foo.c
> cat typespec.ini main.ini alloc.ini gbc.ini bitop.ini eval.ini macros.ini 
> lex.ini bds.ini frame.ini predicate.ini reference.ini assignment.ini bind.ini 
> let.ini conditional.ini block.ini iteration.ini mapfun.ini prog.ini 
> multival.ini catch.ini symbol.ini cfun.ini cmpaux.ini package.ini
> big.ini number.ini num_pred.ini num_comp.ini num_arith.ini num_sfun.ini 
> num_co.ini num_log.ini num_rand.ini earith.ini character.ini sequence.ini 
> list.ini hash.ini array.ini string.ini regexpr.ini structure.ini toplevel.ini 
> file.ini read.ini backq.ini print.ini format.ini
> pathname.ini unixfsys.ini unixfasl.ini error.ini unixtime.ini unixsys.ini 
> unixsave.ini funlink.ini fat_string.ini run_process.ini nfunlink.ini usig.ini 
> usig2.ini utils.ini makefun.ini sockets.ini clxsocket.ini init_pari.ini 
> nsocket.ini sfasl.ini prelink.ini gprof.ini gcl_readline.ini |sed
> 's,DEFBFUN,DEFUN,g' >> foo.c
> gcc -E -I../h foo.c | sed -n -e '/#/d' -e '/DO_/d' -e '/[a-zA-Z;]/p' > tmpini
> ../xbin/move-if-changed mv tmpini ../h/new_decl.h
> tmpini and ../h/new_decl.h were not the same.
> ln tmpini ../h/new_decl.h
> rm -f foo.c tmpini
> make[1]: Leaving directory '/run/build/gcl/o'
> Error: module gcl: El proceso hijo terminó con el código 2
>
> ---------------------------------------
>
> Does anyone have any idea what's happening?
>
> _______________________________________________
> Maxima-discuss mailing list
> Maxima-discuss@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/maxima-discuss
>

-- 
Camm Maguire                                        camm@maguirefamily.org
==========================================================================
"The earth is but one country, and mankind its citizens."  --  Baha'u'llah



reply via email to

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