简体   繁体   中英

Compiling error with gslwrapper

I want to compile the files provided by http://gslwrap.sourceforge.net/ . In the file "vector_source.h" there is a special macro (specifying an include file) gsl_vector#typeext#.h . What does this mean? When I want to compile this file, I get the error "fatal error: gsl/gsl_vector#typeext#.h: No such file or directory". How can I circumvent this? As I do not know anything about the macro, I am lost at the moment.
Thank you!

You may have skipped a pre-build script generate . I am considering this from viewing the GSLWrap's file generate on GitHub. It looks like it can translate #typeext# to something else using sed . However, I am not able to find any documentation for that file.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM