Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

APFELgui does not compile in version 2.7.0 #3

Closed
badshah400 opened this issue Feb 4, 2016 · 1 comment
Closed

APFELgui does not compile in version 2.7.0 #3

badshah400 opened this issue Feb 4, 2016 · 1 comment

Comments

@badshah400
Copy link

I get failures when building the APFELgui component of APFEL, namely:

[   96s] src/pdfdialog.cxx: In member function 'void PDFDialog::DIS(double, double, double, double, const string&, const string&, int, const string&, const string&, double*, double*, double*, double*, double*, double*, double*, double*)':
[   96s] src/pdfdialog.cxx:969:9: error: 'DIS_xsec' is not a member of 'APFEL'
[   96s]          APFEL::DIS_xsec(x,qi,qf,y,0,proc,scheme,pto,pdfset.toStdString(),irep,
[   96s]          ^
[   96s] src/pdfdialog.cxx:980:9: error: 'DIS_xsec' is not a member of 'APFEL'
[   96s]          APFEL::DIS_xsec(x,qi,qf,y,0,proc,scheme,pto,pdfset.toStdString(),0,
[   96s]          ^
[   96s] src/pdfdialog.cxx:994:13: error: 'DIS_xsec' is not a member of 'APFEL'
[   96s]              APFEL::DIS_xsec(x,qi,qf,y,0,proc,scheme,pto,pdfset.toStdString(),r+1,
[   96s]              ^
[   96s] src/pdfdialog.cxx:1033:9: error: 'DIS_xsec' is not a member of 'APFEL'
[   96s]          APFEL::DIS_xsec(x,qi,qf,y,0,proc,scheme,pto,pdfset.toStdString(),0,
[   96s]          ^
[   96s] src/pdfdialog.cxx:1047:13: error: 'DIS_xsec' is not a member of 'APFEL'
[   96s]              APFEL::DIS_xsec(x,qi,qf,y,0,proc,scheme,pto,pdfset.toStdString(),r+1,
[   96s]              ^
[   96s] src/pdfdialog.cxx:1091:13: error: 'DIS_xsec' is not a member of 'APFEL'
[   96s]              APFEL::DIS_xsec(x,qi,qf,y,0,proc,scheme,pto,pdfset.toStdString(),r+1,
[   96s]              ^
[   97s] Makefile:321: recipe for target 'src/pdfdialog.o' failed
[   97s] make: *** [src/pdfdialog.o] Error 1
[   97s] make: *** Waiting for unfinished jobs....

Would be very grateful if you could take a look at this and let me know if I am doing something wrong or suggest how to fix it. Thanks for your great software

@scarrazza
Copy link
Owner

Thanks for reporting this issue. APFEL GUI is superseded by APFEL Web (http://apfel.mi.infn.it/), so it is not supported any longer and will be removed from the repository soon.

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants