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

Manjaro (AchLinux) Compile Err #193

Closed
softplaceio opened this issue Jul 15, 2023 · 1 comment
Closed

Manjaro (AchLinux) Compile Err #193

softplaceio opened this issue Jul 15, 2023 · 1 comment

Comments

@softplaceio
Copy link

softplaceio commented Jul 15, 2023

Hello,

I'm a Manjaro user and I can't compile, could anyone help me?
Thanks!

[ 65%] Building CXX object actions/data/CMakeFiles/actionpackdata.dir/actionpackdata_autogen/mocs_compilation.cpp.o
In file included from /home/linux/actiona/build/actions/data/actionpackdata_autogen/UVLADIE3JM/../../../../../actions/data/src/actions/writeinifiledefinition.hpp:24,
                 from /home/linux/actiona/build/actions/data/actionpackdata_autogen/UVLADIE3JM/../../../../../actions/data/src/actionpackdata.hpp:26,
                 from /home/linux/actiona/build/actions/data/actionpackdata_autogen/UVLADIE3JM/moc_actionpackdata.cpp:10,
                 from /home/linux/actiona/build/actions/data/actionpackdata_autogen/mocs_compilation.cpp:2:
/home/linux/actiona/build/actions/data/actionpackdata_autogen/UVLADIE3JM/../../../../../actions/data/src/actions/writeinifileinstance.hpp:24:10: fatal error: mini/ini.h: Arquivo ou diretório inexistente
   24 | #include "mini/ini.h"
      |          ^~~~~~~~~~~~
compilation terminated.
make[2]: *** [actions/data/CMakeFiles/actionpackdata.dir/build.make:96: actions/data/CMakeFiles/actionpackdata.dir/actionpackdata_autogen/mocs_compilation.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:711: actions/data/CMakeFiles/actionpackdata.dir/all] Error 2
make: *** [Makefile:91: all] Error 2
@softplaceio
Copy link
Author

softplaceio commented Jul 15, 2023

Solved...

sudo pacman -S base-devel gcc opencv qt5 bluez libxkbcommon libxkbcommon-x11
sudo pacman -S hdf5 vtk fmt
sudo pacman -Fy
git clone https://github.com/Jmgr/actiona.git --recursive
git submodule update --init
cd actiona && mkdir build && cd build && cmake .. && make
./actiona

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

1 participant