GithubHelp home page GithubHelp logo

bthies / streamit Goto Github PK

View Code? Open in Web Editor NEW
69.0 6.0 23.0 68.9 MB

The StreamIt compiler infrastructure.

Java 28.36% Perl 0.59% Shell 0.16% C 68.40% C++ 0.64% M 0.01% MATLAB 0.05% Python 0.25% XSLT 0.02% Emacs Lisp 0.01% Makefile 0.25% TeX 0.41% Groff 0.03% Bluespec 0.40% HTML 0.18% GAP 0.21% Perl 6 0.01% Lex 0.02% M4 0.04%

streamit's Introduction

streamit's People

Contributors

bthies avatar mgordon avatar rabbah avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

streamit's Issues

Build system is broken

The only installation instructions I found are here:
http://groups.csail.mit.edu/cag/streamit/shtml/install.shtml

First of all, it would be better if installation instructions were part of the code repository, so that they can be easily maintained in correspondence with code.

Secondly, the existing installation instructions are incorrect.

Contrary to the instructions, one can not simply invoke configure. It appears the script is supposed to be generated from configure.in using autoconf.

After invoking autoconf and then configure, the latter script terminates with the message:

configure: creating ./config.status
config.status: error: cannot find input file: `Makefile.in'

However, Makefile.in does not exist. It appears it is usually generated from Makefile.am using automake. However, running automake produces the following error:

automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
configure.in: error: no proper invocation of AM_INIT_AUTOMAKE was found.
configure.in: You should verify that configure.in invokes AM_INIT_AUTOMAKE,
configure.in: that aclocal.m4 is present in the top-level directory,
configure.in: and that aclocal.m4 was recently regenerated (using aclocal)
automake: error: no 'Makefile.am' found for any configure output

I should also add that I am trying to build streamit on Ubuntu 18.04, where Java 1.5 that is expected by the build system is not available. I attempted to bypass this issue by substituting the check for Java 1.5 in configure.in simply with JAVA5=1

Another strange thing is that, in addition to configure.in, the repository also contains a hand-written Makefile. However, invoking it fails because it wants to run javac with options for Java version 1.5, which I don't have.

Please advise how to build/install streamit.

StreamIt requires very outdated Java version

StreamIt build system is trying to invoke javac with options requesting Java version 1.5. This version is not even maintained by Oracle anymore, and it is not available in Ubuntu 18.04 in the OpenJDK implementation.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.