[Fluxus] Fluxus Digest, Vol 125, Issue 1

Tetris nerdcorestyle at gmail.com
Fri Jan 4 14:39:25 PST 2019


on binaries and compilation hints:

you can use puredyne, it is a multimedia linux distribution bootable from a
USB pendrive and fluxus come as a default as many more products you will
find rather interesting and don't have to deal with installation issues.

https://puredyne.org/

On Fri, Jan 4, 2019 at 6:09 PM <fluxus-request at lists.pawfal.org> wrote:

> Send Fluxus mailing list submissions to
>         fluxus at lists.pawfal.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
>         http://lists.pawfal.org/listinfo.cgi/fluxus-pawfal.org
> or, via email, send a message with subject or body 'help' to
>         fluxus-request at lists.pawfal.org
>
> You can reach the person managing the list at
>         fluxus-owner at lists.pawfal.org
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Fluxus digest..."
>
>
> Today's Topics:
>
>    1. binaries? compilation hints? (Gabriel Wicki)
>    2. Re: binaries? compilation hints? (Thomas HOCEDEZ)
>    3. Re: binaries? compilation hints? (Gabriel Wicki)
>    4. Re: binaries? compilation hints? (dave)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Fri, 4 Jan 2019 03:51:08 +0100
> From: Gabriel Wicki <gabriel at erlikon.ch>
> To: fluxus at lists.pawfal.org
> Subject: [Fluxus] binaries? compilation hints?
> Message-ID: <20190104025108.p66urtycp4kri5ap at silver>
> Content-Type: text/plain; charset=us-ascii
>
> hello
>
>
> i'm really interested in fluxes, it looks amazing! unfortunately i'm
> unable to find a binary (running Debian 9.6) an neither was i able to
> compile. scons fails:
>     ERROR: 'mzscheme3m' must be installed!
> might be, because mzscheme3m now is part of racket(?). still, cd'ing
> into src and trying to compile manually still fails
>
> g++ -Wall -W -I /usr/include/freetype2 -I
> /usr/include/OGRE/RenderSystems/GL -I /usr/include/racket main.cpp
> -lstdc++
>
> .... results in lots of undefined reference errors, like so:
>
> main.cpp:(.text._ZN6fluxus11Interpreter11SetLanguageERKNSt7__cxx1112basic_stringIwSt11char_traitsIwESaIwEEE[_ZN6fluxus11Interpreter11SetLanguageERKNSt7__cxx1112basic_stringIwSt11char_traitsIwESaIwEEE]+0x16):
>     undefined reference to `fluxus::Interpreter::m_Language[abi:cxx11]'
>     collect2: error: ld returned 1 exit status
>
> i've never done anything in c++ but i guess it has something to do with
> namespacing? altough i wasn't able to reproduce a similar compiler
> error.
>
>
> any hints?
>
> gabriel
>
>
> ------------------------------
>
> Message: 2
> Date: Fri, 4 Jan 2019 10:23:02 +0100
> From: Thomas HOCEDEZ <thomas.hocedez at free.fr>
> To: fluxus at lists.pawfal.org
> Subject: Re: [Fluxus] binaries? compilation hints?
> Message-ID: <621deebb-7330-e0a6-e8c6-cf3ceadcb7d7 at free.fr>
> Content-Type: text/plain; charset=utf-8; format=flowed
>
> Hello Gabriel,
>
> To compile on Debian, (and other platforms), you'll need Racket to be
> installed.
>
> a litlle "sudo apt-get install racket" should do the trick before
> compiling.
>
> Enjoy Fluxus, it worth the work to be compiled.
>
> Thomas
>
>
> On 04/01/2019 03:51, Gabriel Wicki wrote:
> > hello
> >
> >
> > i'm really interested in fluxes, it looks amazing! unfortunately i'm
> > unable to find a binary (running Debian 9.6) an neither was i able to
> > compile. scons fails:
> >      ERROR: 'mzscheme3m' must be installed!
> > might be, because mzscheme3m now is part of racket(?). still, cd'ing
> > into src and trying to compile manually still fails
> >
> > g++ -Wall -W -I /usr/include/freetype2 -I
> /usr/include/OGRE/RenderSystems/GL -I /usr/include/racket main.cpp
> > -lstdc++
> >
> > .... results in lots of undefined reference errors, like so:
> >
> main.cpp:(.text._ZN6fluxus11Interpreter11SetLanguageERKNSt7__cxx1112basic_stringIwSt11char_traitsIwESaIwEEE[_ZN6fluxus11Interpreter11SetLanguageERKNSt7__cxx1112basic_stringIwSt11char_traitsIwESaIwEEE]+0x16):
> >      undefined reference to `fluxus::Interpreter::m_Language[abi:cxx11]'
> >      collect2: error: ld returned 1 exit status
> >
> > i've never done anything in c++ but i guess it has something to do with
> > namespacing? altough i wasn't able to reproduce a similar compiler
> > error.
> >
> >
> > any hints?
> >
> > gabriel
>
>
> ------------------------------
>
> Message: 3
> Date: Fri, 04 Jan 2019 12:43:02 +0100
> From: Gabriel Wicki <gabriel at erlikon.ch>
> To: fluxus at lists.pawfal.org
> Subject: Re: [Fluxus] binaries? compilation hints?
> Message-ID: <C2C71D7A-4B2D-472B-93AB-9482AFFEF5E8 at erlikon.ch>
> Content-Type: text/plain; charset=utf-8
>
> Hello Thomas
>
> Thanks for such a quick reply!
>
> I figured I needed racket (for mzscheme3m dependency), and it has been
> installed for the whole time trying. Still it won't compile. What am I
> doing wrong?
>
> Thanks again,
> Gabriel
>
> On January 4, 2019 10:23:02 AM GMT+01:00, Thomas HOCEDEZ <
> thomas.hocedez at free.fr> wrote:
> >Hello Gabriel,
> >
> >To compile on Debian, (and other platforms), you'll need Racket to be
> >installed.
> >
> >a litlle "sudo apt-get install racket" should do the trick before
> >compiling.
> >
> >Enjoy Fluxus, it worth the work to be compiled.
> >
> >Thomas
> >
> >
> >On 04/01/2019 03:51, Gabriel Wicki wrote:
> >> hello
> >>
> >>
> >> i'm really interested in fluxes, it looks amazing! unfortunately i'm
> >> unable to find a binary (running Debian 9.6) an neither was i able to
> >> compile. scons fails:
> >>      ERROR: 'mzscheme3m' must be installed!
> >> might be, because mzscheme3m now is part of racket(?). still, cd'ing
> >> into src and trying to compile manually still fails
> >>
> >> g++ -Wall -W -I /usr/include/freetype2 -I
> >/usr/include/OGRE/RenderSystems/GL -I /usr/include/racket main.cpp
> >> -lstdc++
> >>
> >> .... results in lots of undefined reference errors, like so:
> >>
>
> >main.cpp:(.text._ZN6fluxus11Interpreter11SetLanguageERKNSt7__cxx1112basic_stringIwSt11char_traitsIwESaIwEEE[_ZN6fluxus11Interpreter11SetLanguageERKNSt7__cxx1112basic_stringIwSt11char_traitsIwESaIwEEE]+0x16):
> >>      undefined reference to
> >`fluxus::Interpreter::m_Language[abi:cxx11]'
> >>      collect2: error: ld returned 1 exit status
> >>
> >> i've never done anything in c++ but i guess it has something to do
> >with
> >> namespacing? altough i wasn't able to reproduce a similar compiler
> >> error.
> >>
> >>
> >> any hints?
> >>
> >> gabriel
>
>
> ------------------------------
>
> Message: 4
> Date: Fri, 4 Jan 2019 11:49:46 +0000
> From: dave <dave at pawfal.org>
> To: Gabriel Wicki <gabriel at erlikon.ch>, fluxus at lists.pawfal.org
> Subject: Re: [Fluxus] binaries? compilation hints?
> Message-ID: <7a8f72c9-7b2e-9d4e-5a7b-49b4d1b90d38 at pawfal.org>
> Content-Type: text/plain; charset=utf-8
>
> Hi Gabriel,
>
> You may need to compile and install racket from source - at that seems
> to be (used to be anyway) the only way to install the library fluxus
> needs to compile.
>
> cheers,
>
> dave
>
> On 04/01/2019 11:43, Gabriel Wicki wrote:
> > Hello Thomas
> >
> > Thanks for such a quick reply!
> >
> > I figured I needed racket (for mzscheme3m dependency), and it has been
> installed for the whole time trying. Still it won't compile. What am I
> doing wrong?
> >
> > Thanks again,
> > Gabriel
> >
> > On January 4, 2019 10:23:02 AM GMT+01:00, Thomas HOCEDEZ <
> thomas.hocedez at free.fr> wrote:
> >> Hello Gabriel,
> >>
> >> To compile on Debian, (and other platforms), you'll need Racket to be
> >> installed.
> >>
> >> a litlle "sudo apt-get install racket" should do the trick before
> >> compiling.
> >>
> >> Enjoy Fluxus, it worth the work to be compiled.
> >>
> >> Thomas
> >>
> >>
> >> On 04/01/2019 03:51, Gabriel Wicki wrote:
> >>> hello
> >>>
> >>>
> >>> i'm really interested in fluxes, it looks amazing! unfortunately i'm
> >>> unable to find a binary (running Debian 9.6) an neither was i able to
> >>> compile. scons fails:
> >>>      ERROR: 'mzscheme3m' must be installed!
> >>> might be, because mzscheme3m now is part of racket(?). still, cd'ing
> >>> into src and trying to compile manually still fails
> >>>
> >>> g++ -Wall -W -I /usr/include/freetype2 -I
> >> /usr/include/OGRE/RenderSystems/GL -I /usr/include/racket main.cpp
> >>> -lstdc++
> >>>
> >>> .... results in lots of undefined reference errors, like so:
> >>>
> >>
> main.cpp:(.text._ZN6fluxus11Interpreter11SetLanguageERKNSt7__cxx1112basic_stringIwSt11char_traitsIwESaIwEEE[_ZN6fluxus11Interpreter11SetLanguageERKNSt7__cxx1112basic_stringIwSt11char_traitsIwESaIwEEE]+0x16):
> >>>      undefined reference to
> >> `fluxus::Interpreter::m_Language[abi:cxx11]'
> >>>      collect2: error: ld returned 1 exit status
> >>>
> >>> i've never done anything in c++ but i guess it has something to do
> >> with
> >>> namespacing? altough i wasn't able to reproduce a similar compiler
> >>> error.
> >>>
> >>>
> >>> any hints?
> >>>
> >>> gabriel
> >
>
>
>
> ------------------------------
>
> Subject: Digest Footer
>
> _______________________________________________
> Fluxus mailing list
> Fluxus at lists.pawfal.org
> http://lists.pawfal.org/listinfo.cgi/fluxus-pawfal.org
>
>
> ------------------------------
>
> End of Fluxus Digest, Vol 125, Issue 1
> **************************************
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.pawfal.org/pipermail/fluxus-pawfal.org/attachments/20190104/26341a98/attachment.html>


More information about the Fluxus mailing list