Dear Christoph,
The attachment is the error message and lines after adding --verbose
command.

Sincerely,
Glenn

Christoph Junghans <[email protected]> 於 2023年4月26日 週三 上午5:20寫道:

>
>
> On Tue, Apr 25, 2023 at 00:47 zongyun tsai <[email protected]>
> wrote:
>
>> Dear Christoph,
>>
>> My gromacs version is 2023.1, and was built by myself using homebrew.
>>
> Can you do a verbose build (add —verbose) and post the error message and
> lines above again?
>
> Christoph
>
>
>> Glenn
>>
>> Christoph Junghans 在 2023年4月24日 星期一晚上11:40:24 [UTC+8] 的信中寫道:
>>
>>> On Sun, Apr 23, 2023 at 11:26 PM zongyun tsai <[email protected]>
>>> wrote:
>>> >
>>> > Dear Christoph
>>> >
>>> >
>>> > (base) glenntsai@GlenndeAir ~ % cmake --build builddir --parallel 8
>>> >
>>> > [ 1%] Built target csg_inverse_manpage
>>> >
>>> > [ 2%] Built target csg_call_build
>>> >
>>> > [ 2%] Built target csg_call_manpage
>>> >
>>> > [ 2%] Built target csg_inverse_build
>>> >
>>> > [ 2%] Built target votca_tools_manpages
>>> >
>>> > [ 2%] Built target votca_csg_manpages
>>> >
>>> > Current git revision is b533e3901
>>> >
>>> > [ 2%] Built target gitversion
>>> >
>>> > [ 17%] Built target votca_tools
>>> >
>>> > [ 17%] Built target votca_property
>>> >
>>> > [ 17%] Built target unit_test_correlate
>>> >
>>> > [ 17%] Built target unit_test_cubicspline
>>> >
>>> > [ 19%] Built target unit_test_datacollection
>>> >
>>> > [ 19%] Built target unit_test_crosscorrelate
>>> >
>>> > [ 19%] Built target unit_test_calculator
>>> >
>>> > [ 20%] Built target unit_test_constants
>>> >
>>> > [ 20%] Built target unit_test_edge_base
>>> >
>>> > [ 22%] Built target unit_test_floatingpointcomparison
>>> >
>>> > [ 22%] Built target unit_test_filesystem
>>> >
>>> > [ 23%] Built target unit_test_elements
>>> >
>>> > [ 25%] Built target unit_test_graphalgorithm
>>> >
>>> > [ 26%] Built target unit_test_edgecontainer
>>> >
>>> > [ 26%] Built target unit_test_graph_base
>>> >
>>> > [ 26%] Built target unit_test_graphdistvisitor
>>> >
>>> > [ 26%] Built target unit_test_graph_df_visitor
>>> >
>>> > [ 26%] Built target unit_test_graphvisitor
>>> >
>>> > [ 28%] Built target unit_test_histogramnew
>>> >
>>> > [ 29%] Built target unit_test_graph_bf_visitor
>>> >
>>> > [ 31%] Built target unit_test_graphnode
>>> >
>>> > [ 31%] Built target unit_test_identity
>>> >
>>> > [ 31%] Built target unit_test_name
>>> >
>>> > [ 32%] Built target unit_test_objectfactory
>>> >
>>> > [ 34%] Built target unit_test_property
>>> >
>>> > [ 34%] Built target unit_test_linalg
>>> >
>>> > [ 34%] Built target unit_test_optionshandler
>>> >
>>> > [ 35%] Built target unit_test_reducededge
>>> >
>>> > [ 35%] Built target unit_test_reducedgraph
>>> >
>>> > [ 37%] Built target unit_test_structureparameters
>>> >
>>> > [ 37%] Built target unit_test_thread
>>> >
>>> > [ 38%] Built target unit_test_tokenizer
>>> >
>>> > [ 38%] Built target unit_test_table
>>> >
>>> > [ 38%] Built target unit_test_random
>>> >
>>> > [ 40%] Built target unit_test_akimaspline
>>> >
>>> > [ 41%] Built target unit_test_linspline
>>> >
>>> > [ 43%] Built target unit_test_unitconverter
>>> >
>>> > [ 43%] Built target votca_property_manpage
>>> >
>>> > [ 43%] Built target unit_test_NDimVector
>>> >
>>> > [ 43%] Built target unit_test_eigenio_matrixmarket
>>> >
>>> > [ 43%] Linking CXX shared library libvotca_csg.dylib
>>> >
>>> > Undefined symbols for architecture arm64:
>>> >
>>> > "read_first_frame(gmx_output_env_t const*, t_trxstatus**,
>>> std::__1::__fs::filesystem::path const&, t_trxframe*, int)", referenced
>>> from:
>>> Hmm, this means something is wrong with the linking against gromacs?
>>>
>>> 0.) Do you need gromacs at all? - Otherwise switch it off.
>>> 1.) What gromacs version are you using?
>>> 2.) Did you build gromacs yourself?
>>>
>>> Christoph
>>>
>>> >
>>> > votca::csg::GMXTrajectoryReader::FirstFrame(votca::csg::Topology&) in
>>> gmxtrajectoryreader.cc.o
>>> >
>>> > "open_trx(std::__1::__fs::filesystem::path const&, char const*)",
>>> referenced from:
>>> >
>>> > votca::csg::GMXTrajectoryWriter::Open(std::__1::basic_string<char,
>>> std::__1::char_traits<char>, std::__1::allocator<char> >, bool) in
>>> gmxtrajectorywriter.cc.o
>>> >
>>> > "read_tpx(std::__1::__fs::filesystem::path const&, t_inputrec*, float
>>> (*) [3], int*, float (*) [3], float (*) [3], gmx_mtop_t*)", referenced
>>> from:
>>> >
>>> >
>>> votca::csg::GMXTopologyReader::ReadTopology(std::__1::basic_string<char,
>>> std::__1::char_traits<char>, std::__1::allocator<char> >,
>>> votca::csg::Topology&) in gmxtopologyreader.cc.o
>>> >
>>> > ld: symbol(s) not found for architecture arm64
>>> >
>>> > clang: error: linker command failed with exit code 1 (use -v to see
>>> invocation)
>>> >
>>> > make[2]: *** [csg/src/libcsg/libvotca_csg.2024.dylib] Error 1
>>> >
>>> > make[1]: *** [csg/src/libcsg/CMakeFiles/votca_csg.dir/all] Error 2
>>> >
>>> > make: *** [all] Error 2
>>> >
>>> >
>>> >
>>> > Glenn
>>> >
>>> >
>>> > Christoph Junghans 在 2023年4月24日 星期一上午11:51:51 [UTC+8] 的信中寫道:
>>> >>
>>> >> On Sun, Apr 23, 2023 at 19:38 zongyun tsai <[email protected]>
>>> wrote:
>>> >>>
>>> >>> Hello,
>>> >>> I encountered an Error message while when running the following
>>> command:
>>> >>> cmake --build builddirThe error shown in the terminal states that
>>> >>>
>>> >>> clang: error: linker command failed with exit code 1 (use -v to see
>>> invocation)
>>> >>
>>> >> can you post the lines above this error?
>>> >>
>>> >> Christoph
>>> >>>
>>> >>> make[2]: *** [csg/src/libcsg/libvotca_csg.2024.dylib] Error 1
>>> >>>
>>> >>> make[1]: *** [csg/src/libcsg/CMakeFiles/votca_csg.dir/all] Error 2
>>> >>>
>>> >>> make: *** [all] Error 2
>>> >>>
>>> >>> Can you please suggest some ways to correct this error?
>>> >>> Thank you,Glenn
>>> >>>
>>> >>>
>>> >>>
>>> >>>
>>> >>> --
>>> >>> Join us on Slack: https://join.slack.com/t/votca/signup
>>> >>> ---
>>> >>> You received this message because you are subscribed to the Google
>>> Groups "votca" group.
>>> >>> To unsubscribe from this group and stop receiving emails from it,
>>> send an email to [email protected].
>>> >>> To view this discussion on the web visit
>>> https://groups.google.com/d/msgid/votca/60a4e6f3-51d2-49a2-ad60-5b6df3d064d2n%40googlegroups.com.
>>>
>>> >>
>>> >> --
>>> >> Christoph Junghans
>>> >> Web: http://www.compphys.de
>>> >
>>> > --
>>> > Join us on Slack: https://join.slack.com/t/votca/signup
>>> > ---
>>> > You received this message because you are subscribed to the Google
>>> Groups "votca" group.
>>> > To unsubscribe from this group and stop receiving emails from it, send
>>> an email to [email protected].
>>>
>> > To view this discussion on the web visit
>>> https://groups.google.com/d/msgid/votca/3db772b3-1c44-4dad-ae1c-edea78357445n%40googlegroups.com.
>>>
>>>
>>>
>>>
>>> --
>>> Christoph Junghans
>>> Web: http://www.compphys.de
>>>
>> --
>> Join us on Slack: https://join.slack.com/t/votca/signup
>> ---
>> You received this message because you are subscribed to the Google Groups
>> "votca" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to [email protected].
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/votca/2d28cdcd-9b3f-4d75-9dd8-f54ca7319e81n%40googlegroups.com
>> <https://groups.google.com/d/msgid/votca/2d28cdcd-9b3f-4d75-9dd8-f54ca7319e81n%40googlegroups.com?utm_medium=email&utm_source=footer>
>> .
>>
> --
> Christoph Junghans
> Web: http://www.compphys.de
>
> --
> Join us on Slack: https://join.slack.com/t/votca/signup
> ---
> You received this message because you are subscribed to the Google Groups
> "votca" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/votca/CAHG27e4ZtqYZdBbsw4QpOZ5pZhKgawrJxs3Qqnn3Wov%3DqQ2wKw%40mail.gmail.com
> <https://groups.google.com/d/msgid/votca/CAHG27e4ZtqYZdBbsw4QpOZ5pZhKgawrJxs3Qqnn3Wov%3DqQ2wKw%40mail.gmail.com?utm_medium=email&utm_source=footer>
> .
>

-- 
Join us on Slack: https://join.slack.com/t/votca/signup
--- 
You received this message because you are subscribed to the Google Groups 
"votca" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/votca/CAJs%3DatKxwXn563-bqJ_CPKOdDmqB9z_5ZkFymXX-AGoQ5tGS2A%40mail.gmail.com.
(base) glenntsai@GlenndeAir ~ % cmake --build builddir --parallel 8 --verbose
/opt/homebrew/Cellar/cmake/3.26.3/bin/cmake -S/Users/glenntsai/votca 
-B/Users/glenntsai/builddir --check-build-system CMakeFiles/Makefile.cmake 0
/opt/homebrew/Cellar/cmake/3.26.3/bin/cmake -E cmake_progress_start 
/Users/glenntsai/builddir/CMakeFiles 
/Users/glenntsai/builddir//CMakeFiles/progress.marks
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/Makefile2 all
/Library/Developer/CommandLineTools/usr/bin/make  -f 
csg/share/man/CMakeFiles/votca_csg_manpages.dir/build.make 
csg/share/man/CMakeFiles/votca_csg_manpages.dir/depend
/Library/Developer/CommandLineTools/usr/bin/make  -f 
tools/src/libtools/CMakeFiles/gitversion.dir/build.make 
tools/src/libtools/CMakeFiles/gitversion.dir/depend
/Library/Developer/CommandLineTools/usr/bin/make  -f 
tools/share/man/CMakeFiles/votca_tools_manpages.dir/build.make 
tools/share/man/CMakeFiles/votca_tools_manpages.dir/depend
/Library/Developer/CommandLineTools/usr/bin/make  -f 
csg/scripts/CMakeFiles/csg_call_manpage.dir/build.make 
csg/scripts/CMakeFiles/csg_call_manpage.dir/depend
/Library/Developer/CommandLineTools/usr/bin/make  -f 
csg/scripts/CMakeFiles/csg_inverse_manpage.dir/build.make 
csg/scripts/CMakeFiles/csg_inverse_manpage.dir/depend
/Library/Developer/CommandLineTools/usr/bin/make  -f 
csg/scripts/CMakeFiles/csg_call_build.dir/build.make 
csg/scripts/CMakeFiles/csg_call_build.dir/depend
/Library/Developer/CommandLineTools/usr/bin/make  -f 
csg/scripts/CMakeFiles/csg_inverse_build.dir/build.make 
csg/scripts/CMakeFiles/csg_inverse_build.dir/depend
cd /Users/glenntsai/builddir && /opt/homebrew/Cellar/cmake/3.26.3/bin/cmake -E 
cmake_depends "Unix Makefiles" /Users/glenntsai/votca 
/Users/glenntsai/votca/tools/src/libtools /Users/glenntsai/builddir 
/Users/glenntsai/builddir/tools/src/libtools 
/Users/glenntsai/builddir/tools/src/libtools/CMakeFiles/gitversion.dir/DependInfo.cmake
 --color=
cd /Users/glenntsai/builddir && /opt/homebrew/Cellar/cmake/3.26.3/bin/cmake -E 
cmake_depends "Unix Makefiles" /Users/glenntsai/votca 
/Users/glenntsai/votca/csg/share/man /Users/glenntsai/builddir 
/Users/glenntsai/builddir/csg/share/man 
/Users/glenntsai/builddir/csg/share/man/CMakeFiles/votca_csg_manpages.dir/DependInfo.cmake
 --color=
cd /Users/glenntsai/builddir && /opt/homebrew/Cellar/cmake/3.26.3/bin/cmake -E 
cmake_depends "Unix Makefiles" /Users/glenntsai/votca 
/Users/glenntsai/votca/csg/scripts /Users/glenntsai/builddir 
/Users/glenntsai/builddir/csg/scripts 
/Users/glenntsai/builddir/csg/scripts/CMakeFiles/csg_inverse_manpage.dir/DependInfo.cmake
 --color=
cd /Users/glenntsai/builddir && /opt/homebrew/Cellar/cmake/3.26.3/bin/cmake -E 
cmake_depends "Unix Makefiles" /Users/glenntsai/votca 
/Users/glenntsai/votca/tools/share/man /Users/glenntsai/builddir 
/Users/glenntsai/builddir/tools/share/man 
/Users/glenntsai/builddir/tools/share/man/CMakeFiles/votca_tools_manpages.dir/DependInfo.cmake
 --color=
cd /Users/glenntsai/builddir && /opt/homebrew/Cellar/cmake/3.26.3/bin/cmake -E 
cmake_depends "Unix Makefiles" /Users/glenntsai/votca 
/Users/glenntsai/votca/csg/scripts /Users/glenntsai/builddir 
/Users/glenntsai/builddir/csg/scripts 
/Users/glenntsai/builddir/csg/scripts/CMakeFiles/csg_call_manpage.dir/DependInfo.cmake
 --color=
cd /Users/glenntsai/builddir && /opt/homebrew/Cellar/cmake/3.26.3/bin/cmake -E 
cmake_depends "Unix Makefiles" /Users/glenntsai/votca 
/Users/glenntsai/votca/csg/scripts /Users/glenntsai/builddir 
/Users/glenntsai/builddir/csg/scripts 
/Users/glenntsai/builddir/csg/scripts/CMakeFiles/csg_call_build.dir/DependInfo.cmake
 --color=
cd /Users/glenntsai/builddir && /opt/homebrew/Cellar/cmake/3.26.3/bin/cmake -E 
cmake_depends "Unix Makefiles" /Users/glenntsai/votca 
/Users/glenntsai/votca/csg/scripts /Users/glenntsai/builddir 
/Users/glenntsai/builddir/csg/scripts 
/Users/glenntsai/builddir/csg/scripts/CMakeFiles/csg_inverse_build.dir/DependInfo.cmake
 --color=
/Library/Developer/CommandLineTools/usr/bin/make  -f 
tools/share/man/CMakeFiles/votca_tools_manpages.dir/build.make 
tools/share/man/CMakeFiles/votca_tools_manpages.dir/build
/Library/Developer/CommandLineTools/usr/bin/make  -f 
csg/scripts/CMakeFiles/csg_inverse_build.dir/build.make 
csg/scripts/CMakeFiles/csg_inverse_build.dir/build
/Library/Developer/CommandLineTools/usr/bin/make  -f 
csg/scripts/CMakeFiles/csg_inverse_manpage.dir/build.make 
csg/scripts/CMakeFiles/csg_inverse_manpage.dir/build
/Library/Developer/CommandLineTools/usr/bin/make  -f 
csg/scripts/CMakeFiles/csg_call_manpage.dir/build.make 
csg/scripts/CMakeFiles/csg_call_manpage.dir/build
/Library/Developer/CommandLineTools/usr/bin/make  -f 
csg/share/man/CMakeFiles/votca_csg_manpages.dir/build.make 
csg/share/man/CMakeFiles/votca_csg_manpages.dir/build
/Library/Developer/CommandLineTools/usr/bin/make  -f 
tools/src/libtools/CMakeFiles/gitversion.dir/build.make 
tools/src/libtools/CMakeFiles/gitversion.dir/build
/Library/Developer/CommandLineTools/usr/bin/make  -f 
csg/scripts/CMakeFiles/csg_call_build.dir/build.make 
csg/scripts/CMakeFiles/csg_call_build.dir/build
make[2]: Nothing to be done for 
`tools/share/man/CMakeFiles/votca_tools_manpages.dir/build'.
make[2]: Nothing to be done for 
`csg/scripts/CMakeFiles/csg_inverse_build.dir/build'.
make[2]: Nothing to be done for 
`csg/scripts/CMakeFiles/csg_inverse_manpage.dir/build'.
make[2]: Nothing to be done for 
`csg/scripts/CMakeFiles/csg_call_build.dir/build'.
make[2]: Nothing to be done for 
`csg/scripts/CMakeFiles/csg_call_manpage.dir/build'.
make[2]: Nothing to be done for 
`csg/share/man/CMakeFiles/votca_csg_manpages.dir/build'.
cd /Users/glenntsai/builddir/tools/src/libtools && 
/opt/homebrew/Cellar/cmake/3.26.3/bin/cmake 
-DTOP_SOURCE_DIR="/Users/glenntsai/votca" -DGIT_EXECUTABLE="/usr/bin/git" -P 
/Users/glenntsai/votca/CMakeModules/gitversion.cmake
[  0%] Built target votca_tools_manpages
[  0%] Built target csg_call_manpage
[  0%] Built target csg_inverse_build
[  1%] Built target csg_call_build
[  2%] Built target csg_inverse_manpage
[  2%] Built target votca_csg_manpages
Current git revision is b533e3901
[  2%] Built target gitversion
/Library/Developer/CommandLineTools/usr/bin/make  -f 
tools/src/libtools/CMakeFiles/votca_tools.dir/build.make 
tools/src/libtools/CMakeFiles/votca_tools.dir/depend
cd /Users/glenntsai/builddir && /opt/homebrew/Cellar/cmake/3.26.3/bin/cmake -E 
cmake_depends "Unix Makefiles" /Users/glenntsai/votca 
/Users/glenntsai/votca/tools/src/libtools /Users/glenntsai/builddir 
/Users/glenntsai/builddir/tools/src/libtools 
/Users/glenntsai/builddir/tools/src/libtools/CMakeFiles/votca_tools.dir/DependInfo.cmake
 --color=
/Library/Developer/CommandLineTools/usr/bin/make  -f 
tools/src/libtools/CMakeFiles/votca_tools.dir/build.make 
tools/src/libtools/CMakeFiles/votca_tools.dir/build
make[2]: Nothing to be done for 
`tools/src/libtools/CMakeFiles/votca_tools.dir/build'.
[ 17%] Built target votca_tools
/Library/Developer/CommandLineTools/usr/bin/make  -f 
tools/src/tools/CMakeFiles/votca_property.dir/build.make 
tools/src/tools/CMakeFiles/votca_property.dir/depend
/Library/Developer/CommandLineTools/usr/bin/make  -f 
csg/src/libcsg/CMakeFiles/votca_csg.dir/build.make 
csg/src/libcsg/CMakeFiles/votca_csg.dir/depend
/Library/Developer/CommandLineTools/usr/bin/make  -f 
tools/src/tests/CMakeFiles/unit_test_calculator.dir/build.make 
tools/src/tests/CMakeFiles/unit_test_calculator.dir/depend
/Library/Developer/CommandLineTools/usr/bin/make  -f 
tools/src/tests/CMakeFiles/unit_test_constants.dir/build.make 
tools/src/tests/CMakeFiles/unit_test_constants.dir/depend
/Library/Developer/CommandLineTools/usr/bin/make  -f 
tools/src/tests/CMakeFiles/unit_test_correlate.dir/build.make 
tools/src/tests/CMakeFiles/unit_test_correlate.dir/depend
/Library/Developer/CommandLineTools/usr/bin/make  -f 
tools/src/tests/CMakeFiles/unit_test_crosscorrelate.dir/build.make 
tools/src/tests/CMakeFiles/unit_test_crosscorrelate.dir/depend
/Library/Developer/CommandLineTools/usr/bin/make  -f 
tools/src/tests/CMakeFiles/unit_test_cubicspline.dir/build.make 
tools/src/tests/CMakeFiles/unit_test_cubicspline.dir/depend
/Library/Developer/CommandLineTools/usr/bin/make  -f 
tools/src/tests/CMakeFiles/unit_test_datacollection.dir/build.make 
tools/src/tests/CMakeFiles/unit_test_datacollection.dir/depend
cd /Users/glenntsai/builddir && /opt/homebrew/Cellar/cmake/3.26.3/bin/cmake -E 
cmake_depends "Unix Makefiles" /Users/glenntsai/votca 
/Users/glenntsai/votca/tools/src/tests /Users/glenntsai/builddir 
/Users/glenntsai/builddir/tools/src/tests 
/Users/glenntsai/builddir/tools/src/tests/CMakeFiles/unit_test_cubicspline.dir/DependInfo.cmake
 --color=
cd /Users/glenntsai/builddir && /opt/homebrew/Cellar/cmake/3.26.3/bin/cmake -E 
cmake_depends "Unix Makefiles" /Users/glenntsai/votca 
/Users/glenntsai/votca/tools/src/tests /Users/glenntsai/builddir 
/Users/glenntsai/builddir/tools/src/tests 
/Users/glenntsai/builddir/tools/src/tests/CMakeFiles/unit_test_correlate.dir/DependInfo.cmake
 --color=
cd /Users/glenntsai/builddir && /opt/homebrew/Cellar/cmake/3.26.3/bin/cmake -E 
cmake_depends "Unix Makefiles" /Users/glenntsai/votca 
/Users/glenntsai/votca/tools/src/tests /Users/glenntsai/builddir 
/Users/glenntsai/builddir/tools/src/tests 
/Users/glenntsai/builddir/tools/src/tests/CMakeFiles/unit_test_calculator.dir/DependInfo.cmake
 --color=
cd /Users/glenntsai/builddir && /opt/homebrew/Cellar/cmake/3.26.3/bin/cmake -E 
cmake_depends "Unix Makefiles" /Users/glenntsai/votca 
/Users/glenntsai/votca/tools/src/tools /Users/glenntsai/builddir 
/Users/glenntsai/builddir/tools/src/tools 
/Users/glenntsai/builddir/tools/src/tools/CMakeFiles/votca_property.dir/DependInfo.cmake
 --color=
cd /Users/glenntsai/builddir && /opt/homebrew/Cellar/cmake/3.26.3/bin/cmake -E 
cmake_depends "Unix Makefiles" /Users/glenntsai/votca 
/Users/glenntsai/votca/tools/src/tests /Users/glenntsai/builddir 
/Users/glenntsai/builddir/tools/src/tests 
/Users/glenntsai/builddir/tools/src/tests/CMakeFiles/unit_test_constants.dir/DependInfo.cmake
 --color=
cd /Users/glenntsai/builddir && /opt/homebrew/Cellar/cmake/3.26.3/bin/cmake -E 
cmake_depends "Unix Makefiles" /Users/glenntsai/votca 
/Users/glenntsai/votca/tools/src/tests /Users/glenntsai/builddir 
/Users/glenntsai/builddir/tools/src/tests 
/Users/glenntsai/builddir/tools/src/tests/CMakeFiles/unit_test_crosscorrelate.dir/DependInfo.cmake
 --color=
cd /Users/glenntsai/builddir && /opt/homebrew/Cellar/cmake/3.26.3/bin/cmake -E 
cmake_depends "Unix Makefiles" /Users/glenntsai/votca 
/Users/glenntsai/votca/tools/src/tests /Users/glenntsai/builddir 
/Users/glenntsai/builddir/tools/src/tests 
/Users/glenntsai/builddir/tools/src/tests/CMakeFiles/unit_test_datacollection.dir/DependInfo.cmake
 --color=
/Library/Developer/CommandLineTools/usr/bin/make  -f 
tools/src/tests/CMakeFiles/unit_test_cubicspline.dir/build.make 
tools/src/tests/CMakeFiles/unit_test_cubicspline.dir/build
/Library/Developer/CommandLineTools/usr/bin/make  -f 
tools/src/tests/CMakeFiles/unit_test_correlate.dir/build.make 
tools/src/tests/CMakeFiles/unit_test_correlate.dir/build
/Library/Developer/CommandLineTools/usr/bin/make  -f 
tools/src/tests/CMakeFiles/unit_test_constants.dir/build.make 
tools/src/tests/CMakeFiles/unit_test_constants.dir/build
/Library/Developer/CommandLineTools/usr/bin/make  -f 
tools/src/tools/CMakeFiles/votca_property.dir/build.make 
tools/src/tools/CMakeFiles/votca_property.dir/build
/Library/Developer/CommandLineTools/usr/bin/make  -f 
tools/src/tests/CMakeFiles/unit_test_calculator.dir/build.make 
tools/src/tests/CMakeFiles/unit_test_calculator.dir/build
/Library/Developer/CommandLineTools/usr/bin/make  -f 
tools/src/tests/CMakeFiles/unit_test_crosscorrelate.dir/build.make 
tools/src/tests/CMakeFiles/unit_test_crosscorrelate.dir/build
/Library/Developer/CommandLineTools/usr/bin/make  -f 
tools/src/tests/CMakeFiles/unit_test_datacollection.dir/build.make 
tools/src/tests/CMakeFiles/unit_test_datacollection.dir/build
make[2]: Nothing to be done for 
`tools/src/tests/CMakeFiles/unit_test_crosscorrelate.dir/build'.
make[2]: Nothing to be done for 
`tools/src/tests/CMakeFiles/unit_test_cubicspline.dir/build'.
make[2]: Nothing to be done for 
`tools/src/tests/CMakeFiles/unit_test_constants.dir/build'.
make[2]: Nothing to be done for 
`tools/src/tests/CMakeFiles/unit_test_correlate.dir/build'.
make[2]: Nothing to be done for 
`tools/src/tools/CMakeFiles/votca_property.dir/build'.
[ 19%] Built target unit_test_constants
/Library/Developer/CommandLineTools/usr/bin/make  -f 
tools/src/tests/CMakeFiles/unit_test_edge_base.dir/build.make 
tools/src/tests/CMakeFiles/unit_test_edge_base.dir/depend
[ 19%] Built target unit_test_crosscorrelate
/Library/Developer/CommandLineTools/usr/bin/make  -f 
tools/src/tests/CMakeFiles/unit_test_edgecontainer.dir/build.make 
tools/src/tests/CMakeFiles/unit_test_edgecontainer.dir/depend
[ 19%] Built target unit_test_cubicspline
/Library/Developer/CommandLineTools/usr/bin/make  -f 
tools/src/tests/CMakeFiles/unit_test_elements.dir/build.make 
tools/src/tests/CMakeFiles/unit_test_elements.dir/depend
make[2]: Nothing to be done for 
`tools/src/tests/CMakeFiles/unit_test_calculator.dir/build'.
[ 19%] Built target votca_property
/Library/Developer/CommandLineTools/usr/bin/make  -f 
tools/src/tests/CMakeFiles/unit_test_filesystem.dir/build.make 
tools/src/tests/CMakeFiles/unit_test_filesystem.dir/depend
[ 19%] Built target unit_test_correlate
/Library/Developer/CommandLineTools/usr/bin/make  -f 
tools/src/tests/CMakeFiles/unit_test_floatingpointcomparison.dir/build.make 
tools/src/tests/CMakeFiles/unit_test_floatingpointcomparison.dir/depend
cd /Users/glenntsai/builddir && /opt/homebrew/Cellar/cmake/3.26.3/bin/cmake -E 
cmake_depends "Unix Makefiles" /Users/glenntsai/votca 
/Users/glenntsai/votca/tools/src/tests /Users/glenntsai/builddir 
/Users/glenntsai/builddir/tools/src/tests 
/Users/glenntsai/builddir/tools/src/tests/CMakeFiles/unit_test_edge_base.dir/DependInfo.cmake
 --color=
make[2]: Nothing to be done for 
`tools/src/tests/CMakeFiles/unit_test_datacollection.dir/build'.
[ 19%] Built target unit_test_calculator
/Library/Developer/CommandLineTools/usr/bin/make  -f 
tools/src/tests/CMakeFiles/unit_test_graphalgorithm.dir/build.make 
tools/src/tests/CMakeFiles/unit_test_graphalgorithm.dir/depend
cd /Users/glenntsai/builddir && /opt/homebrew/Cellar/cmake/3.26.3/bin/cmake -E 
cmake_depends "Unix Makefiles" /Users/glenntsai/votca 
/Users/glenntsai/votca/tools/src/tests /Users/glenntsai/builddir 
/Users/glenntsai/builddir/tools/src/tests 
/Users/glenntsai/builddir/tools/src/tests/CMakeFiles/unit_test_edgecontainer.dir/DependInfo.cmake
 --color=
cd /Users/glenntsai/builddir && /opt/homebrew/Cellar/cmake/3.26.3/bin/cmake -E 
cmake_depends "Unix Makefiles" /Users/glenntsai/votca 
/Users/glenntsai/votca/tools/src/tests /Users/glenntsai/builddir 
/Users/glenntsai/builddir/tools/src/tests 
/Users/glenntsai/builddir/tools/src/tests/CMakeFiles/unit_test_filesystem.dir/DependInfo.cmake
 --color=
cd /Users/glenntsai/builddir && /opt/homebrew/Cellar/cmake/3.26.3/bin/cmake -E 
cmake_depends "Unix Makefiles" /Users/glenntsai/votca 
/Users/glenntsai/votca/tools/src/tests /Users/glenntsai/builddir 
/Users/glenntsai/builddir/tools/src/tests 
/Users/glenntsai/builddir/tools/src/tests/CMakeFiles/unit_test_floatingpointcomparison.dir/DependInfo.cmake
 --color=
cd /Users/glenntsai/builddir && /opt/homebrew/Cellar/cmake/3.26.3/bin/cmake -E 
cmake_depends "Unix Makefiles" /Users/glenntsai/votca 
/Users/glenntsai/votca/tools/src/tests /Users/glenntsai/builddir 
/Users/glenntsai/builddir/tools/src/tests 
/Users/glenntsai/builddir/tools/src/tests/CMakeFiles/unit_test_elements.dir/DependInfo.cmake
 --color=
cd /Users/glenntsai/builddir && /opt/homebrew/Cellar/cmake/3.26.3/bin/cmake -E 
cmake_depends "Unix Makefiles" /Users/glenntsai/votca 
/Users/glenntsai/votca/tools/src/tests /Users/glenntsai/builddir 
/Users/glenntsai/builddir/tools/src/tests 
/Users/glenntsai/builddir/tools/src/tests/CMakeFiles/unit_test_graphalgorithm.dir/DependInfo.cmake
 --color=
[ 20%] Built target unit_test_datacollection
/Library/Developer/CommandLineTools/usr/bin/make  -f 
tools/src/tests/CMakeFiles/unit_test_graph_base.dir/build.make 
tools/src/tests/CMakeFiles/unit_test_graph_base.dir/depend
/Library/Developer/CommandLineTools/usr/bin/make  -f 
tools/src/tests/CMakeFiles/unit_test_edge_base.dir/build.make 
tools/src/tests/CMakeFiles/unit_test_edge_base.dir/build
/Library/Developer/CommandLineTools/usr/bin/make  -f 
tools/src/tests/CMakeFiles/unit_test_filesystem.dir/build.make 
tools/src/tests/CMakeFiles/unit_test_filesystem.dir/build
/Library/Developer/CommandLineTools/usr/bin/make  -f 
tools/src/tests/CMakeFiles/unit_test_edgecontainer.dir/build.make 
tools/src/tests/CMakeFiles/unit_test_edgecontainer.dir/build
/Library/Developer/CommandLineTools/usr/bin/make  -f 
tools/src/tests/CMakeFiles/unit_test_elements.dir/build.make 
tools/src/tests/CMakeFiles/unit_test_elements.dir/build
/Library/Developer/CommandLineTools/usr/bin/make  -f 
tools/src/tests/CMakeFiles/unit_test_floatingpointcomparison.dir/build.make 
tools/src/tests/CMakeFiles/unit_test_floatingpointcomparison.dir/build
cd /Users/glenntsai/builddir && /opt/homebrew/Cellar/cmake/3.26.3/bin/cmake -E 
cmake_depends "Unix Makefiles" /Users/glenntsai/votca 
/Users/glenntsai/votca/tools/src/tests /Users/glenntsai/builddir 
/Users/glenntsai/builddir/tools/src/tests 
/Users/glenntsai/builddir/tools/src/tests/CMakeFiles/unit_test_graph_base.dir/DependInfo.cmake
 --color=
/Library/Developer/CommandLineTools/usr/bin/make  -f 
tools/src/tests/CMakeFiles/unit_test_graphalgorithm.dir/build.make 
tools/src/tests/CMakeFiles/unit_test_graphalgorithm.dir/build
/Library/Developer/CommandLineTools/usr/bin/make  -f 
tools/src/tests/CMakeFiles/unit_test_graph_base.dir/build.make 
tools/src/tests/CMakeFiles/unit_test_graph_base.dir/build
make[2]: Nothing to be done for 
`tools/src/tests/CMakeFiles/unit_test_edgecontainer.dir/build'.
make[2]: Nothing to be done for 
`tools/src/tests/CMakeFiles/unit_test_filesystem.dir/build'.
make[2]: Nothing to be done for 
`tools/src/tests/CMakeFiles/unit_test_floatingpointcomparison.dir/build'.
make[2]: Nothing to be done for 
`tools/src/tests/CMakeFiles/unit_test_elements.dir/build'.
[ 20%] Built target unit_test_filesystem
/Library/Developer/CommandLineTools/usr/bin/make  -f 
tools/src/tests/CMakeFiles/unit_test_graph_bf_visitor.dir/build.make 
tools/src/tests/CMakeFiles/unit_test_graph_bf_visitor.dir/depend
[ 22%] Built target unit_test_floatingpointcomparison
[ 23%] Built target unit_test_edgecontainer
/Library/Developer/CommandLineTools/usr/bin/make  -f 
tools/src/tests/CMakeFiles/unit_test_graph_df_visitor.dir/build.make 
tools/src/tests/CMakeFiles/unit_test_graph_df_visitor.dir/depend
/Library/Developer/CommandLineTools/usr/bin/make  -f 
tools/src/tests/CMakeFiles/unit_test_graphdistvisitor.dir/build.make 
tools/src/tests/CMakeFiles/unit_test_graphdistvisitor.dir/depend
[ 25%] Built target unit_test_elements
/Library/Developer/CommandLineTools/usr/bin/make  -f 
tools/src/tests/CMakeFiles/unit_test_graphnode.dir/build.make 
tools/src/tests/CMakeFiles/unit_test_graphnode.dir/depend
make[2]: Nothing to be done for 
`tools/src/tests/CMakeFiles/unit_test_graphalgorithm.dir/build'.
make[2]: Nothing to be done for 
`tools/src/tests/CMakeFiles/unit_test_edge_base.dir/build'.
cd /Users/glenntsai/builddir && /opt/homebrew/Cellar/cmake/3.26.3/bin/cmake -E 
cmake_depends "Unix Makefiles" /Users/glenntsai/votca 
/Users/glenntsai/votca/tools/src/tests /Users/glenntsai/builddir 
/Users/glenntsai/builddir/tools/src/tests 
/Users/glenntsai/builddir/tools/src/tests/CMakeFiles/unit_test_graph_bf_visitor.dir/DependInfo.cmake
 --color=
cd /Users/glenntsai/builddir && /opt/homebrew/Cellar/cmake/3.26.3/bin/cmake -E 
cmake_depends "Unix Makefiles" /Users/glenntsai/votca 
/Users/glenntsai/votca/tools/src/tests /Users/glenntsai/builddir 
/Users/glenntsai/builddir/tools/src/tests 
/Users/glenntsai/builddir/tools/src/tests/CMakeFiles/unit_test_graph_df_visitor.dir/DependInfo.cmake
 --color=
cd /Users/glenntsai/builddir && /opt/homebrew/Cellar/cmake/3.26.3/bin/cmake -E 
cmake_depends "Unix Makefiles" /Users/glenntsai/votca 
/Users/glenntsai/votca/tools/src/tests /Users/glenntsai/builddir 
/Users/glenntsai/builddir/tools/src/tests 
/Users/glenntsai/builddir/tools/src/tests/CMakeFiles/unit_test_graphdistvisitor.dir/DependInfo.cmake
 --color=
[ 25%] Built target unit_test_edge_base
cd /Users/glenntsai/builddir && /opt/homebrew/Cellar/cmake/3.26.3/bin/cmake -E 
cmake_depends "Unix Makefiles" /Users/glenntsai/votca 
/Users/glenntsai/votca/tools/src/tests /Users/glenntsai/builddir 
/Users/glenntsai/builddir/tools/src/tests 
/Users/glenntsai/builddir/tools/src/tests/CMakeFiles/unit_test_graphnode.dir/DependInfo.cmake
 --color=
/Library/Developer/CommandLineTools/usr/bin/make  -f 
tools/src/tests/CMakeFiles/unit_test_graphvisitor.dir/build.make 
tools/src/tests/CMakeFiles/unit_test_graphvisitor.dir/depend
cd /Users/glenntsai/builddir && /opt/homebrew/Cellar/cmake/3.26.3/bin/cmake -E 
cmake_depends "Unix Makefiles" /Users/glenntsai/votca 
/Users/glenntsai/votca/csg/src/libcsg /Users/glenntsai/builddir 
/Users/glenntsai/builddir/csg/src/libcsg 
/Users/glenntsai/builddir/csg/src/libcsg/CMakeFiles/votca_csg.dir/DependInfo.cmake
 --color=
[ 26%] Built target unit_test_graphalgorithm
/Library/Developer/CommandLineTools/usr/bin/make  -f 
tools/src/tests/CMakeFiles/unit_test_histogramnew.dir/build.make 
tools/src/tests/CMakeFiles/unit_test_histogramnew.dir/depend
make[2]: Nothing to be done for 
`tools/src/tests/CMakeFiles/unit_test_graph_base.dir/build'.
/Library/Developer/CommandLineTools/usr/bin/make  -f 
tools/src/tests/CMakeFiles/unit_test_graph_df_visitor.dir/build.make 
tools/src/tests/CMakeFiles/unit_test_graph_df_visitor.dir/build
cd /Users/glenntsai/builddir && /opt/homebrew/Cellar/cmake/3.26.3/bin/cmake -E 
cmake_depends "Unix Makefiles" /Users/glenntsai/votca 
/Users/glenntsai/votca/tools/src/tests /Users/glenntsai/builddir 
/Users/glenntsai/builddir/tools/src/tests 
/Users/glenntsai/builddir/tools/src/tests/CMakeFiles/unit_test_graphvisitor.dir/DependInfo.cmake
 --color=
/Library/Developer/CommandLineTools/usr/bin/make  -f 
tools/src/tests/CMakeFiles/unit_test_graphdistvisitor.dir/build.make 
tools/src/tests/CMakeFiles/unit_test_graphdistvisitor.dir/build
/Library/Developer/CommandLineTools/usr/bin/make  -f 
tools/src/tests/CMakeFiles/unit_test_graph_bf_visitor.dir/build.make 
tools/src/tests/CMakeFiles/unit_test_graph_bf_visitor.dir/build
/Library/Developer/CommandLineTools/usr/bin/make  -f 
tools/src/tests/CMakeFiles/unit_test_graphnode.dir/build.make 
tools/src/tests/CMakeFiles/unit_test_graphnode.dir/build
[ 26%] Built target unit_test_graph_base
/Library/Developer/CommandLineTools/usr/bin/make  -f 
tools/src/tests/CMakeFiles/unit_test_identity.dir/build.make 
tools/src/tests/CMakeFiles/unit_test_identity.dir/depend
cd /Users/glenntsai/builddir && /opt/homebrew/Cellar/cmake/3.26.3/bin/cmake -E 
cmake_depends "Unix Makefiles" /Users/glenntsai/votca 
/Users/glenntsai/votca/tools/src/tests /Users/glenntsai/builddir 
/Users/glenntsai/builddir/tools/src/tests 
/Users/glenntsai/builddir/tools/src/tests/CMakeFiles/unit_test_histogramnew.dir/DependInfo.cmake
 --color=
/Library/Developer/CommandLineTools/usr/bin/make  -f 
tools/src/tests/CMakeFiles/unit_test_graphvisitor.dir/build.make 
tools/src/tests/CMakeFiles/unit_test_graphvisitor.dir/build
cd /Users/glenntsai/builddir && /opt/homebrew/Cellar/cmake/3.26.3/bin/cmake -E 
cmake_depends "Unix Makefiles" /Users/glenntsai/votca 
/Users/glenntsai/votca/tools/src/tests /Users/glenntsai/builddir 
/Users/glenntsai/builddir/tools/src/tests 
/Users/glenntsai/builddir/tools/src/tests/CMakeFiles/unit_test_identity.dir/DependInfo.cmake
 --color=
make[2]: Nothing to be done for 
`tools/src/tests/CMakeFiles/unit_test_graph_df_visitor.dir/build'.
/Library/Developer/CommandLineTools/usr/bin/make  -f 
tools/src/tests/CMakeFiles/unit_test_histogramnew.dir/build.make 
tools/src/tests/CMakeFiles/unit_test_histogramnew.dir/build
make[2]: Nothing to be done for 
`tools/src/tests/CMakeFiles/unit_test_graphnode.dir/build'.
make[2]: Nothing to be done for 
`tools/src/tests/CMakeFiles/unit_test_graph_bf_visitor.dir/build'.
make[2]: Nothing to be done for 
`tools/src/tests/CMakeFiles/unit_test_graphdistvisitor.dir/build'.
/Library/Developer/CommandLineTools/usr/bin/make  -f 
tools/src/tests/CMakeFiles/unit_test_identity.dir/build.make 
tools/src/tests/CMakeFiles/unit_test_identity.dir/build
[ 26%] Built target unit_test_graph_df_visitor
/Library/Developer/CommandLineTools/usr/bin/make  -f 
tools/src/tests/CMakeFiles/unit_test_linalg.dir/build.make 
tools/src/tests/CMakeFiles/unit_test_linalg.dir/depend
[ 28%] Built target unit_test_graphdistvisitor
/Library/Developer/CommandLineTools/usr/bin/make  -f 
tools/src/tests/CMakeFiles/unit_test_name.dir/build.make 
tools/src/tests/CMakeFiles/unit_test_name.dir/depend
[ 28%] Built target unit_test_graphnode
/Library/Developer/CommandLineTools/usr/bin/make  -f 
tools/src/tests/CMakeFiles/unit_test_objectfactory.dir/build.make 
tools/src/tests/CMakeFiles/unit_test_objectfactory.dir/depend
[ 29%] Built target unit_test_graph_bf_visitor
/Library/Developer/CommandLineTools/usr/bin/make  -f 
tools/src/tests/CMakeFiles/unit_test_optionshandler.dir/build.make 
tools/src/tests/CMakeFiles/unit_test_optionshandler.dir/depend
cd /Users/glenntsai/builddir && /opt/homebrew/Cellar/cmake/3.26.3/bin/cmake -E 
cmake_depends "Unix Makefiles" /Users/glenntsai/votca 
/Users/glenntsai/votca/tools/src/tests /Users/glenntsai/builddir 
/Users/glenntsai/builddir/tools/src/tests 
/Users/glenntsai/builddir/tools/src/tests/CMakeFiles/unit_test_linalg.dir/DependInfo.cmake
 --color=
cd /Users/glenntsai/builddir && /opt/homebrew/Cellar/cmake/3.26.3/bin/cmake -E 
cmake_depends "Unix Makefiles" /Users/glenntsai/votca 
/Users/glenntsai/votca/tools/src/tests /Users/glenntsai/builddir 
/Users/glenntsai/builddir/tools/src/tests 
/Users/glenntsai/builddir/tools/src/tests/CMakeFiles/unit_test_name.dir/DependInfo.cmake
 --color=
cd /Users/glenntsai/builddir && /opt/homebrew/Cellar/cmake/3.26.3/bin/cmake -E 
cmake_depends "Unix Makefiles" /Users/glenntsai/votca 
/Users/glenntsai/votca/tools/src/tests /Users/glenntsai/builddir 
/Users/glenntsai/builddir/tools/src/tests 
/Users/glenntsai/builddir/tools/src/tests/CMakeFiles/unit_test_objectfactory.dir/DependInfo.cmake
 --color=
/Library/Developer/CommandLineTools/usr/bin/make  -f 
csg/src/libcsg/CMakeFiles/votca_csg.dir/build.make 
csg/src/libcsg/CMakeFiles/votca_csg.dir/build
make[2]: Nothing to be done for 
`tools/src/tests/CMakeFiles/unit_test_graphvisitor.dir/build'.
make[2]: Nothing to be done for 
`tools/src/tests/CMakeFiles/unit_test_histogramnew.dir/build'.
cd /Users/glenntsai/builddir && /opt/homebrew/Cellar/cmake/3.26.3/bin/cmake -E 
cmake_depends "Unix Makefiles" /Users/glenntsai/votca 
/Users/glenntsai/votca/tools/src/tests /Users/glenntsai/builddir 
/Users/glenntsai/builddir/tools/src/tests 
/Users/glenntsai/builddir/tools/src/tests/CMakeFiles/unit_test_optionshandler.dir/DependInfo.cmake
 --color=
/Library/Developer/CommandLineTools/usr/bin/make  -f 
tools/src/tests/CMakeFiles/unit_test_name.dir/build.make 
tools/src/tests/CMakeFiles/unit_test_name.dir/build
/Library/Developer/CommandLineTools/usr/bin/make  -f 
tools/src/tests/CMakeFiles/unit_test_linalg.dir/build.make 
tools/src/tests/CMakeFiles/unit_test_linalg.dir/build
[ 29%] Built target unit_test_graphvisitor
/Library/Developer/CommandLineTools/usr/bin/make  -f 
tools/src/tests/CMakeFiles/unit_test_property.dir/build.make 
tools/src/tests/CMakeFiles/unit_test_property.dir/depend
/Library/Developer/CommandLineTools/usr/bin/make  -f 
tools/src/tests/CMakeFiles/unit_test_objectfactory.dir/build.make 
tools/src/tests/CMakeFiles/unit_test_objectfactory.dir/build
[ 31%] Built target unit_test_histogramnew
/Library/Developer/CommandLineTools/usr/bin/make  -f 
tools/src/tests/CMakeFiles/unit_test_reducededge.dir/build.make 
tools/src/tests/CMakeFiles/unit_test_reducededge.dir/depend
/Library/Developer/CommandLineTools/usr/bin/make  -f 
tools/src/tests/CMakeFiles/unit_test_optionshandler.dir/build.make 
tools/src/tests/CMakeFiles/unit_test_optionshandler.dir/build
make[2]: Nothing to be done for 
`tools/src/tests/CMakeFiles/unit_test_identity.dir/build'.
cd /Users/glenntsai/builddir && /opt/homebrew/Cellar/cmake/3.26.3/bin/cmake -E 
cmake_depends "Unix Makefiles" /Users/glenntsai/votca 
/Users/glenntsai/votca/tools/src/tests /Users/glenntsai/builddir 
/Users/glenntsai/builddir/tools/src/tests 
/Users/glenntsai/builddir/tools/src/tests/CMakeFiles/unit_test_property.dir/DependInfo.cmake
 --color=
cd /Users/glenntsai/builddir && /opt/homebrew/Cellar/cmake/3.26.3/bin/cmake -E 
cmake_depends "Unix Makefiles" /Users/glenntsai/votca 
/Users/glenntsai/votca/tools/src/tests /Users/glenntsai/builddir 
/Users/glenntsai/builddir/tools/src/tests 
/Users/glenntsai/builddir/tools/src/tests/CMakeFiles/unit_test_reducededge.dir/DependInfo.cmake
 --color=
make[2]: Nothing to be done for 
`tools/src/tests/CMakeFiles/unit_test_objectfactory.dir/build'.
make[2]: Nothing to be done for 
`tools/src/tests/CMakeFiles/unit_test_name.dir/build'.
[ 31%] Built target unit_test_identity
/Library/Developer/CommandLineTools/usr/bin/make  -f 
tools/src/tests/CMakeFiles/unit_test_reducedgraph.dir/build.make 
tools/src/tests/CMakeFiles/unit_test_reducedgraph.dir/depend
[ 31%] Built target unit_test_name
make[2]: Nothing to be done for 
`tools/src/tests/CMakeFiles/unit_test_linalg.dir/build'.
/Library/Developer/CommandLineTools/usr/bin/make  -f 
tools/src/tests/CMakeFiles/unit_test_structureparameters.dir/build.make 
tools/src/tests/CMakeFiles/unit_test_structureparameters.dir/depend
/Library/Developer/CommandLineTools/usr/bin/make  -f 
tools/src/tests/CMakeFiles/unit_test_property.dir/build.make 
tools/src/tests/CMakeFiles/unit_test_property.dir/build
/Library/Developer/CommandLineTools/usr/bin/make  -f 
tools/src/tests/CMakeFiles/unit_test_reducededge.dir/build.make 
tools/src/tests/CMakeFiles/unit_test_reducededge.dir/build
[ 32%] Built target unit_test_objectfactory
/Library/Developer/CommandLineTools/usr/bin/make  -f 
tools/src/tests/CMakeFiles/unit_test_table.dir/build.make 
tools/src/tests/CMakeFiles/unit_test_table.dir/depend
cd /Users/glenntsai/builddir && /opt/homebrew/Cellar/cmake/3.26.3/bin/cmake -E 
cmake_depends "Unix Makefiles" /Users/glenntsai/votca 
/Users/glenntsai/votca/tools/src/tests /Users/glenntsai/builddir 
/Users/glenntsai/builddir/tools/src/tests 
/Users/glenntsai/builddir/tools/src/tests/CMakeFiles/unit_test_reducedgraph.dir/DependInfo.cmake
 --color=
make[2]: Nothing to be done for 
`tools/src/tests/CMakeFiles/unit_test_optionshandler.dir/build'.
cd /Users/glenntsai/builddir && /opt/homebrew/Cellar/cmake/3.26.3/bin/cmake -E 
cmake_depends "Unix Makefiles" /Users/glenntsai/votca 
/Users/glenntsai/votca/tools/src/tests /Users/glenntsai/builddir 
/Users/glenntsai/builddir/tools/src/tests 
/Users/glenntsai/builddir/tools/src/tests/CMakeFiles/unit_test_structureparameters.dir/DependInfo.cmake
 --color=
[ 32%] Built target unit_test_optionshandler
[ 32%] Built target unit_test_linalg
/Library/Developer/CommandLineTools/usr/bin/make  -f 
tools/src/tests/CMakeFiles/unit_test_thread.dir/build.make 
tools/src/tests/CMakeFiles/unit_test_thread.dir/depend
/Library/Developer/CommandLineTools/usr/bin/make  -f 
tools/src/tests/CMakeFiles/unit_test_tokenizer.dir/build.make 
tools/src/tests/CMakeFiles/unit_test_tokenizer.dir/depend
cd /Users/glenntsai/builddir && /opt/homebrew/Cellar/cmake/3.26.3/bin/cmake -E 
cmake_depends "Unix Makefiles" /Users/glenntsai/votca 
/Users/glenntsai/votca/tools/src/tests /Users/glenntsai/builddir 
/Users/glenntsai/builddir/tools/src/tests 
/Users/glenntsai/builddir/tools/src/tests/CMakeFiles/unit_test_table.dir/DependInfo.cmake
 --color=
/Library/Developer/CommandLineTools/usr/bin/make  -f 
tools/src/tests/CMakeFiles/unit_test_reducedgraph.dir/build.make 
tools/src/tests/CMakeFiles/unit_test_reducedgraph.dir/build
cd /Users/glenntsai/builddir && /opt/homebrew/Cellar/cmake/3.26.3/bin/cmake -E 
cmake_depends "Unix Makefiles" /Users/glenntsai/votca 
/Users/glenntsai/votca/tools/src/tests /Users/glenntsai/builddir 
/Users/glenntsai/builddir/tools/src/tests 
/Users/glenntsai/builddir/tools/src/tests/CMakeFiles/unit_test_thread.dir/DependInfo.cmake
 --color=
cd /Users/glenntsai/builddir && /opt/homebrew/Cellar/cmake/3.26.3/bin/cmake -E 
cmake_depends "Unix Makefiles" /Users/glenntsai/votca 
/Users/glenntsai/votca/tools/src/tests /Users/glenntsai/builddir 
/Users/glenntsai/builddir/tools/src/tests 
/Users/glenntsai/builddir/tools/src/tests/CMakeFiles/unit_test_tokenizer.dir/DependInfo.cmake
 --color=
/Library/Developer/CommandLineTools/usr/bin/make  -f 
tools/src/tests/CMakeFiles/unit_test_structureparameters.dir/build.make 
tools/src/tests/CMakeFiles/unit_test_structureparameters.dir/build
/Library/Developer/CommandLineTools/usr/bin/make  -f 
tools/src/tests/CMakeFiles/unit_test_table.dir/build.make 
tools/src/tests/CMakeFiles/unit_test_table.dir/build
make[2]: Nothing to be done for 
`tools/src/tests/CMakeFiles/unit_test_property.dir/build'.
/Library/Developer/CommandLineTools/usr/bin/make  -f 
tools/src/tests/CMakeFiles/unit_test_thread.dir/build.make 
tools/src/tests/CMakeFiles/unit_test_thread.dir/build
make[2]: Nothing to be done for 
`tools/src/tests/CMakeFiles/unit_test_reducededge.dir/build'.
/Library/Developer/CommandLineTools/usr/bin/make  -f 
tools/src/tests/CMakeFiles/unit_test_tokenizer.dir/build.make 
tools/src/tests/CMakeFiles/unit_test_tokenizer.dir/build
[ 34%] Built target unit_test_property
/Library/Developer/CommandLineTools/usr/bin/make  -f 
tools/src/tests/CMakeFiles/unit_test_random.dir/build.make 
tools/src/tests/CMakeFiles/unit_test_random.dir/depend
[ 35%] Built target unit_test_reducededge
/Library/Developer/CommandLineTools/usr/bin/make  -f 
tools/src/tests/CMakeFiles/unit_test_akimaspline.dir/build.make 
tools/src/tests/CMakeFiles/unit_test_akimaspline.dir/depend
make[2]: Nothing to be done for 
`tools/src/tests/CMakeFiles/unit_test_reducedgraph.dir/build'.
cd /Users/glenntsai/builddir && /opt/homebrew/Cellar/cmake/3.26.3/bin/cmake -E 
cmake_depends "Unix Makefiles" /Users/glenntsai/votca 
/Users/glenntsai/votca/tools/src/tests /Users/glenntsai/builddir 
/Users/glenntsai/builddir/tools/src/tests 
/Users/glenntsai/builddir/tools/src/tests/CMakeFiles/unit_test_random.dir/DependInfo.cmake
 --color=
cd /Users/glenntsai/builddir && /opt/homebrew/Cellar/cmake/3.26.3/bin/cmake -E 
cmake_depends "Unix Makefiles" /Users/glenntsai/votca 
/Users/glenntsai/votca/tools/src/tests /Users/glenntsai/builddir 
/Users/glenntsai/builddir/tools/src/tests 
/Users/glenntsai/builddir/tools/src/tests/CMakeFiles/unit_test_akimaspline.dir/DependInfo.cmake
 --color=
make[2]: Nothing to be done for 
`tools/src/tests/CMakeFiles/unit_test_structureparameters.dir/build'.
make[2]: Nothing to be done for 
`tools/src/tests/CMakeFiles/unit_test_table.dir/build'.
[ 35%] Built target unit_test_reducedgraph
/Library/Developer/CommandLineTools/usr/bin/make  -f 
tools/src/tests/CMakeFiles/unit_test_linspline.dir/build.make 
tools/src/tests/CMakeFiles/unit_test_linspline.dir/depend
/Library/Developer/CommandLineTools/usr/bin/make  -f 
tools/src/tests/CMakeFiles/unit_test_random.dir/build.make 
tools/src/tests/CMakeFiles/unit_test_random.dir/build
[ 37%] Built target unit_test_structureparameters
make[2]: Nothing to be done for 
`tools/src/tests/CMakeFiles/unit_test_thread.dir/build'.
/Library/Developer/CommandLineTools/usr/bin/make  -f 
tools/src/tests/CMakeFiles/unit_test_unitconverter.dir/build.make 
tools/src/tests/CMakeFiles/unit_test_unitconverter.dir/depend
[ 37%] Built target unit_test_table
/Library/Developer/CommandLineTools/usr/bin/make  -f 
tools/src/tests/CMakeFiles/unit_test_NDimVector.dir/build.make 
tools/src/tests/CMakeFiles/unit_test_NDimVector.dir/depend
cd /Users/glenntsai/builddir && /opt/homebrew/Cellar/cmake/3.26.3/bin/cmake -E 
cmake_depends "Unix Makefiles" /Users/glenntsai/votca 
/Users/glenntsai/votca/tools/src/tests /Users/glenntsai/builddir 
/Users/glenntsai/builddir/tools/src/tests 
/Users/glenntsai/builddir/tools/src/tests/CMakeFiles/unit_test_unitconverter.dir/DependInfo.cmake
 --color=
make[2]: Nothing to be done for 
`tools/src/tests/CMakeFiles/unit_test_tokenizer.dir/build'.
/Library/Developer/CommandLineTools/usr/bin/make  -f 
tools/src/tests/CMakeFiles/unit_test_akimaspline.dir/build.make 
tools/src/tests/CMakeFiles/unit_test_akimaspline.dir/build
[ 37%] Built target unit_test_thread
/Library/Developer/CommandLineTools/usr/bin/make  -f 
tools/src/tests/CMakeFiles/unit_test_eigenio_matrixmarket.dir/build.make 
tools/src/tests/CMakeFiles/unit_test_eigenio_matrixmarket.dir/depend
cd /Users/glenntsai/builddir && /opt/homebrew/Cellar/cmake/3.26.3/bin/cmake -E 
cmake_depends "Unix Makefiles" /Users/glenntsai/votca 
/Users/glenntsai/votca/tools/src/tests /Users/glenntsai/builddir 
/Users/glenntsai/builddir/tools/src/tests 
/Users/glenntsai/builddir/tools/src/tests/CMakeFiles/unit_test_linspline.dir/DependInfo.cmake
 --color=
cd /Users/glenntsai/builddir && /opt/homebrew/Cellar/cmake/3.26.3/bin/cmake -E 
cmake_depends "Unix Makefiles" /Users/glenntsai/votca 
/Users/glenntsai/votca/tools/src/tests /Users/glenntsai/builddir 
/Users/glenntsai/builddir/tools/src/tests 
/Users/glenntsai/builddir/tools/src/tests/CMakeFiles/unit_test_NDimVector.dir/DependInfo.cmake
 --color=
/Library/Developer/CommandLineTools/usr/bin/make  -f 
tools/src/tests/CMakeFiles/unit_test_unitconverter.dir/build.make 
tools/src/tests/CMakeFiles/unit_test_unitconverter.dir/build
cd /Users/glenntsai/builddir && /opt/homebrew/Cellar/cmake/3.26.3/bin/cmake -E 
cmake_depends "Unix Makefiles" /Users/glenntsai/votca 
/Users/glenntsai/votca/tools/src/tests /Users/glenntsai/builddir 
/Users/glenntsai/builddir/tools/src/tests 
/Users/glenntsai/builddir/tools/src/tests/CMakeFiles/unit_test_eigenio_matrixmarket.dir/DependInfo.cmake
 --color=
[ 38%] Built target unit_test_tokenizer
/Library/Developer/CommandLineTools/usr/bin/make  -f 
tools/src/tools/CMakeFiles/votca_property_manpage.dir/build.make 
tools/src/tools/CMakeFiles/votca_property_manpage.dir/depend
/Library/Developer/CommandLineTools/usr/bin/make  -f 
tools/src/tests/CMakeFiles/unit_test_linspline.dir/build.make 
tools/src/tests/CMakeFiles/unit_test_linspline.dir/build
cd /Users/glenntsai/builddir && /opt/homebrew/Cellar/cmake/3.26.3/bin/cmake -E 
cmake_depends "Unix Makefiles" /Users/glenntsai/votca 
/Users/glenntsai/votca/tools/src/tools /Users/glenntsai/builddir 
/Users/glenntsai/builddir/tools/src/tools 
/Users/glenntsai/builddir/tools/src/tools/CMakeFiles/votca_property_manpage.dir/DependInfo.cmake
 --color=
/Library/Developer/CommandLineTools/usr/bin/make  -f 
tools/src/tests/CMakeFiles/unit_test_NDimVector.dir/build.make 
tools/src/tests/CMakeFiles/unit_test_NDimVector.dir/build
/Library/Developer/CommandLineTools/usr/bin/make  -f 
tools/src/tests/CMakeFiles/unit_test_eigenio_matrixmarket.dir/build.make 
tools/src/tests/CMakeFiles/unit_test_eigenio_matrixmarket.dir/build
make[2]: Nothing to be done for 
`tools/src/tests/CMakeFiles/unit_test_random.dir/build'.
make[2]: Nothing to be done for 
`tools/src/tests/CMakeFiles/unit_test_unitconverter.dir/build'.
make[2]: Nothing to be done for 
`tools/src/tests/CMakeFiles/unit_test_akimaspline.dir/build'.
[ 38%] Built target unit_test_random
/Library/Developer/CommandLineTools/usr/bin/make  -f 
tools/src/tools/CMakeFiles/votca_property_manpage.dir/build.make 
tools/src/tools/CMakeFiles/votca_property_manpage.dir/build
make[2]: Nothing to be done for 
`tools/src/tools/CMakeFiles/votca_property_manpage.dir/build'.
[ 40%] Built target unit_test_akimaspline
[ 41%] Built target unit_test_unitconverter
make[2]: Nothing to be done for 
`tools/src/tests/CMakeFiles/unit_test_linspline.dir/build'.
[ 41%] Built target votca_property_manpage
make[2]: Nothing to be done for 
`tools/src/tests/CMakeFiles/unit_test_NDimVector.dir/build'.
[ 43%] Built target unit_test_linspline
make[2]: Nothing to be done for 
`tools/src/tests/CMakeFiles/unit_test_eigenio_matrixmarket.dir/build'.
[ 43%] Built target unit_test_NDimVector
[ 43%] Built target unit_test_eigenio_matrixmarket
[ 43%] Linking CXX shared library libvotca_csg.dylib
cd /Users/glenntsai/builddir/csg/src/libcsg && 
/opt/homebrew/Cellar/cmake/3.26.3/bin/cmake -E cmake_link_script 
CMakeFiles/votca_csg.dir/link.txt --verbose=1
/Library/Developer/CommandLineTools/usr/bin/c++  -Wall -Wextra -Wpedantic 
-Wshadow -Wconversion -Wno-sign-conversion -march=native -O3 -DNDEBUG -arch 
arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.3.sdk 
-mmacosx-version-min=13.0 -dynamiclib -Wl,-headerpad_max_install_names 
-compatibility_version 2024.0.0 -o libvotca_csg.2024.dylib -install_name 
@rpath/libvotca_csg.2024.dylib CMakeFiles/votca_csg.dir/beadlist.cc.o 
CMakeFiles/votca_csg.dir/beadmotif.cc.o 
CMakeFiles/votca_csg.dir/beadmotifalgorithms.cc.o 
CMakeFiles/votca_csg.dir/beadmotifconnector.cc.o 
CMakeFiles/votca_csg.dir/beadstructure.cc.o 
CMakeFiles/votca_csg.dir/beadstructurealgorithms.cc.o 
CMakeFiles/votca_csg.dir/boundarycondition.cc.o 
CMakeFiles/votca_csg.dir/cgengine.cc.o 
CMakeFiles/votca_csg.dir/cgmoleculedef.cc.o 
CMakeFiles/votca_csg.dir/csgapplication.cc.o 
CMakeFiles/votca_csg.dir/exclusionlist.cc.o CMakeFiles/votca_csg.dir/imcio.cc.o 
CMakeFiles/votca_csg.dir/map.cc.o CMakeFiles/votca_csg.dir/molecule.cc.o 
CMakeFiles/votca_csg.dir/nblist.cc.o CMakeFiles/votca_csg.dir/nblist_3body.cc.o 
CMakeFiles/votca_csg.dir/nblistgrid.cc.o 
CMakeFiles/votca_csg.dir/nblistgrid_3body.cc.o 
CMakeFiles/votca_csg.dir/nematicorder.cc.o 
CMakeFiles/votca_csg.dir/openbox.cc.o 
CMakeFiles/votca_csg.dir/orthorhombicbox.cc.o 
CMakeFiles/votca_csg.dir/potentialfunctions/potentialfunction.cc.o 
CMakeFiles/votca_csg.dir/potentialfunctions/potentialfunctioncbspl.cc.o 
CMakeFiles/votca_csg.dir/potentialfunctions/potentialfunctionlj126.cc.o 
CMakeFiles/votca_csg.dir/potentialfunctions/potentialfunctionljg.cc.o 
CMakeFiles/votca_csg.dir/topology.cc.o 
CMakeFiles/votca_csg.dir/topologymap.cc.o 
CMakeFiles/votca_csg.dir/topologyreader.cc.o 
CMakeFiles/votca_csg.dir/trajectoryreader.cc.o 
CMakeFiles/votca_csg.dir/trajectorywriter.cc.o 
CMakeFiles/votca_csg.dir/triclinicbox.cc.o 
CMakeFiles/votca_csg.dir/version.cc.o 
CMakeFiles/votca_csg.dir/modules/io/dlpolytopologyreader.cc.o 
CMakeFiles/votca_csg.dir/modules/io/dlpolytrajectoryreader.cc.o 
CMakeFiles/votca_csg.dir/modules/io/dlpolytrajectorywriter.cc.o 
CMakeFiles/votca_csg.dir/modules/io/groreader.cc.o 
CMakeFiles/votca_csg.dir/modules/io/growriter.cc.o 
CMakeFiles/votca_csg.dir/modules/io/lammpsdatareader.cc.o 
CMakeFiles/votca_csg.dir/modules/io/lammpsdumpreader.cc.o 
CMakeFiles/votca_csg.dir/modules/io/lammpsdumpwriter.cc.o 
CMakeFiles/votca_csg.dir/modules/io/pdbreader.cc.o 
CMakeFiles/votca_csg.dir/modules/io/pdbwriter.cc.o 
CMakeFiles/votca_csg.dir/modules/io/xmltopologyreader.cc.o 
CMakeFiles/votca_csg.dir/modules/io/xyzreader.cc.o 
CMakeFiles/votca_csg.dir/modules/io/xyzwriter.cc.o 
CMakeFiles/votca_csg.dir/modules/io/gmxtopologyreader.cc.o 
CMakeFiles/votca_csg.dir/modules/io/gmxtrajectoryreader.cc.o 
CMakeFiles/votca_csg.dir/modules/io/gmxtrajectorywriter.cc.o 
CMakeFiles/votca_csg.dir/modules/io/h5mdtrajectoryreader.cc.o  
-Wl,-rpath,/opt/homebrew/lib 
-Wl,-rpath,/Users/glenntsai/builddir/tools/src/libtools 
/opt/homebrew/lib/libgromacs.8.0.0.dylib /opt/homebrew/lib/libhdf5_cpp.dylib 
/opt/homebrew/lib/libhdf5.dylib 
../../../tools/src/libtools/libvotca_tools.2024.dylib 
/opt/homebrew/lib/libboost_program_options-mt.dylib 
/opt/homebrew/lib/libboost_system-mt.dylib 
/opt/homebrew/lib/libboost_regex-mt.dylib -lm /opt/homebrew/lib/libomp.dylib 
/opt/homebrew/Cellar/fftw/3.3.10_1/lib/libfftw3.dylib 
Undefined symbols for architecture arm64:
  "read_first_frame(gmx_output_env_t const*, t_trxstatus**, 
std::__1::__fs::filesystem::path const&, t_trxframe*, int)", referenced from:
      votca::csg::GMXTrajectoryReader::FirstFrame(votca::csg::Topology&) in 
gmxtrajectoryreader.cc.o
  "open_trx(std::__1::__fs::filesystem::path const&, char const*)", referenced 
from:
      votca::csg::GMXTrajectoryWriter::Open(std::__1::basic_string<char, 
std::__1::char_traits<char>, std::__1::allocator<char> >, bool) in 
gmxtrajectorywriter.cc.o
  "read_tpx(std::__1::__fs::filesystem::path const&, t_inputrec*, float (*) 
[3], int*, float (*) [3], float (*) [3], gmx_mtop_t*)", referenced from:
      votca::csg::GMXTopologyReader::ReadTopology(std::__1::basic_string<char, 
std::__1::char_traits<char>, std::__1::allocator<char> >, 
votca::csg::Topology&) in gmxtopologyreader.cc.o
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[2]: *** [csg/src/libcsg/libvotca_csg.2024.dylib] Error 1
make[1]: *** [csg/src/libcsg/CMakeFiles/votca_csg.dir/all] Error 2
make: *** [all] Error 2
(base) glenntsai@GlenndeAir ~ % 

Reply via email to