-
Notifications
You must be signed in to change notification settings - Fork 215
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
Qucs Build Fails creating modelist.lo #570
Comments
this sounds like the issue fixed in #536 ; did you pull the |
Thanks in3otd. That worked fine.I can confirm that the qucs 0.0.19 branch compiled, I did have a good google around and a skim through the issues before Might be worth putting a note to this effect on the readme for qucs in Are there any plans to update the versions etc in the debian repo's ?? Cheers Kirbs On 22/10/16 19:21, in3otd wrote:
|
@AndyKirby , You can read about plans for Qucs inclusion in Debian repos here #454 |
Thanks Vadim On 30/10/16 08:00, Vadim Kusnetsov wrote:
|
Guys
The build is currently failing to compile on Debian unstable:-
4.7.0-1-amd64 #1 SMP Debian 4.7.6-1 (2016-10-07) x86_64 GNU/Linux
ADMS built and installed OK, but I had to run ldconfig manualy as root before qucs configure would complete sucessfuly.
Thereafter the qucs -core build using make fails on nodelist.cpp
/bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../src/math -I../src/components -I../src/components -I../src/interface -I. -O2 -pipe -fno-exceptions -fno-check-new -ldl -rdynamic -MT nodelist.lo -MD -MP -MF .deps/nodelist.Tpo -c -o nodelist.lo nodelist.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../src/math -I../src/components -I../src/components -I../src/interface -I. -O2 -pipe -fno-exceptions -fno-check-new -ldl -rdynamic -MT nodelist.lo -MD -MP -MF .deps/nodelist.Tpo -c nodelist.cpp -fPIC -DPIC -o .libs/nodelist.o
In file included from nodelist.cpp:32:0:
logging.h:37:8: error: ‘FILE’ does not name a type
extern FILE * file_status;
^~~~
logging.h:38:8: error: ‘FILE’ does not name a type
extern FILE * file_error;
^~~~
Makefile:860: recipe for target 'nodelist.lo' failed
make[5]: *** [nodelist.lo] Error 1
make[5]: Leaving directory '/home/andy/Apps/qucs/qucs/qucs-core/src'
Makefile:906: recipe for target 'all-recursive' failed
make[4]: *** [all-recursive] Error 1
The text was updated successfully, but these errors were encountered: