GithubHelp home page GithubHelp logo

jswelling / fiasco Goto Github PK

View Code? Open in Web Editor NEW
2.0 2.0 0.0 21.85 MB

Functional Image Analysis - Computational Olio, plus the Functional Image Analysis Toolkit (FIAT)

Home Page: http://stat.cmu.edu/~fiasco

Makefile 1.25% C 80.67% M4 0.03% Shell 9.55% Python 7.91% Assembly 0.31% Perl 0.08% SWIG 0.21%

fiasco's People

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

fiasco's Issues

Compiling problem

Hi,
when I tried to compile Fiasco use "make" on Fedora, I got this error message:

%%%% Creating directories for image_proc %%%%
%%%% Exporting include files from image_proc %%%%
%%%% Compiling mri_to_img.c %%%%
In file included from /usr/include/png.h:452:0,
from mri_to_img.c:43:
mri_to_img.c: In function ‘do_page’:
mri_to_img.c:640:25: error: dereferencing pointer to incomplete type
if (setjmp(png_ptr->jmpbuf)) {
^
mri_to_img.c:650:15: error: dereferencing pointer to incomplete type
info_ptr->width= col_out + bar_width;
^
mri_to_img.c:651:15: error: dereferencing pointer to incomplete type
info_ptr->height= row_out;
^
mri_to_img.c:655:10: error: dereferencing pointer to incomplete type
info_ptr->color_type= PNG_COLOR_TYPE_GRAY;
^
mri_to_img.c:660:10: error: dereferencing pointer to incomplete type
info_ptr->color_type= PNG_COLOR_TYPE_RGB;
^
mri_to_img.c:664:15: error: dereferencing pointer to incomplete type
info_ptr->bit_depth= 8;
^
mri_to_img.c:666:15: error: dereferencing pointer to incomplete type
info_ptr->gamma= opts->gamma;
^
mri_to_img.c:706:15: error: dereferencing pointer to incomplete type
info_ptr->num_text= 8;
^
mri_to_img.c:707:15: error: dereferencing pointer to incomplete type
info_ptr->max_text= 10;
^
mri_to_img.c:708:15: error: dereferencing pointer to incomplete type
info_ptr->text= notes;
^
make[2]: *** [/root/Fiasco/obj/LINUXX86_64/image_proc/mri_to_img.o] Error 1
make[2]: Leaving directory /root/Fiasco/src/image_proc' make[1]: *** [all] Error 1 make[1]: Leaving directory /root/Fiasco'

Is there any idea about how to fix it, I will appreciate it very much!

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.