We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Using same folder structure with latest JUCE 8.0.3, gcc 12.2.0, CMake 3.25.1, cmake --build . --target install provides the following error:
cmake --build . --target install
[ 13%] Linking CXX executable Jucer2CMake /usr/bin/ld: libJucer2CMake_JUCE.a(juce_core.cpp.o): warning: relocation against `_ZN4juce20juce_compilationTimeE' in read-only section `.text' /usr/bin/ld: libJucer2CMake_JUCE.a(juce_core.cpp.o): in function `juce::Time::getCompilationDate()': /home/will/Documents/Github/JUCE/modules/juce_core/time/juce_Time.cpp:605: undefined reference to `juce::juce_compilationDate' /usr/bin/ld: /home/will/Documents/Github/JUCE/modules/juce_core/time/juce_Time.cpp:608: undefined reference to `juce::juce_compilationTime' /usr/bin/ld: warning: creating DT_TEXTREL in a PIE collect2: error: ld returned 1 exit status gmake[2]: *** [Jucer2CMake/CMakeFiles/Jucer2CMake.dir/build.make:98: Jucer2CMake/Jucer2CMake] Error 1 gmake[1]: *** [CMakeFiles/Makefile2:217: Jucer2CMake/CMakeFiles/Jucer2CMake.dir/all] Error 2 gmake: *** [Makefile:136: all] Error 2
Using cmake --build . --target install --parallel hangs at 24%:
cmake --build . --target install --parallel
[ 3%] Building CXX object cmake/tools/CMakeFiles/tools_juce_core.dir/home/will/Documents/Github/JUCE/modules/juce_core/juce_core.cpp.o [ 6%] Building CXX object cmake/tools/CMakeFiles/tools_juce_gui_basics.dir/home/will/Documents/Github/JUCE/modules/juce_core/juce_core.cpp.o [ 10%] Building CXX object cmake/tools/CMakeFiles/tools_juce_gui_basics.dir/home/will/Documents/Github/JUCE/modules/juce_data_structures/juce_data_structures.cpp.o [ 13%] Building CXX object Jucer2CMake/CMakeFiles/Jucer2CMake_JUCE.dir/home/will/Documents/Github/JUCE/modules/juce_core/juce_core.cpp.o [ 17%] Building CXX object cmake/tools/CMakeFiles/tools_juce_gui_basics.dir/home/will/Documents/Github/JUCE/modules/juce_graphics/juce_graphics.cpp.o [ 20%] Building CXX object cmake/tools/CMakeFiles/tools_juce_gui_basics.dir/home/will/Documents/Github/JUCE/modules/juce_events/juce_events.cpp.o [ 24%] Building CXX object cmake/tools/CMakeFiles/tools_juce_gui_basics.dir/home/will/Documents/Github/JUCE/modules/juce_gui_basics/juce_gui_basics.cpp.o
Thank you in advance for your help!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Using same folder structure with latest JUCE 8.0.3, gcc 12.2.0, CMake 3.25.1,
cmake --build . --target install
provides the following error:Using
cmake --build . --target install --parallel
hangs at 24%:Thank you in advance for your help!
The text was updated successfully, but these errors were encountered: