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

Files with the same name are not handled properly in jbox builds #4

Open
ypujante opened this issue Sep 27, 2021 · 0 comments
Open
Labels
enhancement New feature or request

Comments

@ypujante
Copy link
Member

This is really an issue with the SDK as seen here:

# from a local45 build

/Users/Shared/ReasonStudios/JukeboxSDK_4.2.0/SDK/Tools/LLVM/Mac/bin/clang -ccdsp -fno-builtin -fcxx-exceptions -ffreestanding -target-cpu phdsp64 -O2 -DJUKEBOX_SDK=1 -DNDEBUG=1 -I/mnt/vault/deployment/build/com.presteign.Macro-plugin/Debug/re-common/src/cpp -I/mnt/vault/deployment/build/xxx/Debug/generated -I/Users/Shared/ReasonStudios/JukeboxSDK_4.2.0/SDK/Tools/Libs/Jukebox/ShimABI -I/Users/Shared/ReasonStudios/JukeboxSDK_4.2.0/SDK/API -I/Users/Shared/ReasonStudios/JukeboxSDK_4.2.0/SDK/Tools/LLVM/Jukebox/libc/include -I/Users/Shared/ReasonStudios/JukeboxSDK_4.2.0/SDK/Tools/LLVM/Jukebox/libcxx/include -Wall -Wuninitialized -Werror=uninitialized -std=c++17 /Volumes/Development/local/xxx/src/cpp/JukeboxExports.cpp -o Intermediate-llvm/Deployment/64/JukeboxExports.o.bc

/Users/Shared/ReasonStudios/JukeboxSDK_4.2.0/SDK/Tools/LLVM/Mac/bin/clang -ccdsp -fno-builtin -fcxx-exceptions -ffreestanding -target-cpu phdsp64 -O2 -DJUKEBOX_SDK=1 -DNDEBUG=1 -I/mnt/vault/deployment/build/com.presteign.Macro-plugin/Debug/re-common/src/cpp -I/mnt/vault/deployment/build/xxx/Debug/generated -I/Users/Shared/ReasonStudios/JukeboxSDK_4.2.0/SDK/Tools/Libs/Jukebox/ShimABI -I/Users/Shared/ReasonStudios/JukeboxSDK_4.2.0/SDK/API -I/Users/Shared/ReasonStudios/JukeboxSDK_4.2.0/SDK/Tools/LLVM/Jukebox/libc/include -I/Users/Shared/ReasonStudios/JukeboxSDK_4.2.0/SDK/Tools/LLVM/Jukebox/libcxx/include -Wall -Wuninitialized -Werror=uninitialized -std=c++17 /mnt/vault/deployment/build/xxx/Debug/re-common/src/cpp/JukeboxExports.cpp -o Intermediate-llvm/Deployment/64/JukeboxExports.o.bc

2 files have the same name but are different .cpp files entirely being in 2 completely different directories. The issue is that they end up in the same location: Intermediate-llvm/Deployment/64/JukeboxExports.o.bc so one of them is discarded.

Although it is an issue with jbox build, re-cmake could detect this naming conflict and rename the files to avoid it...

@ypujante ypujante added the enhancement New feature or request label Sep 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant