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

I can't compile this project in linux using the autotool #52

Open
damengziuu opened this issue Oct 31, 2024 · 8 comments
Open

I can't compile this project in linux using the autotool #52

damengziuu opened this issue Oct 31, 2024 · 8 comments

Comments

@damengziuu
Copy link

Who can hele me ?

@ms2git
Copy link

ms2git commented Oct 31, 2024

Can you please give some more information?
(e.g. error-message, previous steps, autotool version, ...)

@damengziuu
Copy link
Author

Can you please give some more information? (e.g. error-message, previous steps, autotool version, ...)
using this shell :
aclocal
autoheader
libtoolize -c --force
autoconf
automake -a -c --force
the picture:
image

i don't konw what means? And I can't using make in this directory~?

@foerg
Copy link
Contributor

foerg commented Nov 7, 2024

It seems to be okay. What is the output in the terminal when you type in make?
Of course, you need to configure mbsim before compilation, for example with
./configure --prefix=/home/username/install/
The path /home/username/install/ is your individual installation path.

@damengziuu
Copy link
Author

damengziuu commented Nov 12, 2024

It seems to be okay. What is the output in the terminal when you type in make? Of course, you need to configure mbsim before compilation, for example with ./configure --prefix=/home/username/install/ The path /home/username/install/ is your individual installation path.

thanks your reply. But i can't compile it.When I compile kernel module,it tells me ,I need hdf5serive library.

image
image

I had compile the fmatvec. But,I compile the hdf5serive project, it display i ignore the hdf5.h

image

It's difficult to compile this library.!

@foerg
Copy link
Contributor

foerg commented Nov 12, 2024

Do you have hdf5 installed on your system? The hdf5 package should be available in your Linux distribution. Alternatively, you can download the package from https://www.hdfgroup.org.

@friedrichatgc
Copy link
Member

MBSim has a lot of dependencies. That makes it difficult to build.
Please first consider to use a prebuild release instead of building ourself.
If building is really needed stick to the build order shown e.g. by https://www.mbsim-env.de/builds/run/current/linux64-dailydebug/master/master/master/master/ (Tools).
But I highly recommend not to build by ourself if you are not very familiar with Autotools.

@damengziuu
Copy link
Author

Do you have hdf5 installed on your system? The hdf5 package should be available in your Linux distribution. Alternatively, you can download the package from https://www.hdfgroup.org.

Thank you for your reply. On my linux system, I have libhdf5-dev installed, but this is obviously not what I need. I will use this advice to compile.
#52 (comment)

@damengziuu
Copy link
Author

MBSim has a lot of dependencies. That makes it difficult to build. Please first consider to use a prebuild release instead of building ourself. If building is really needed stick to the build order shown e.g. by https://www.mbsim-env.de/builds/run/current/linux64-dailydebug/master/master/master/master/ (Tools). But I highly recommend not to build by ourself if you are not very familiar with Autotools.

Thanks for your reply, I will try to compile again.

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

4 participants