-
Notifications
You must be signed in to change notification settings - Fork 46
Open
Description
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:
[ 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%:
[ 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!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels