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

Buiold on current git clone fails #1886

Open
UrbanDesimator opened this issue Apr 27, 2024 · 0 comments
Open

Buiold on current git clone fails #1886

UrbanDesimator opened this issue Apr 27, 2024 · 0 comments

Comments

@UrbanDesimator
Copy link

Hi did a git clone and this evening and the build is failing with ther below errors.

make[1]: Leaving directory '/tmp/SSb/Carla/source/bridges-ui'
make[1]: Entering directory '/tmp/SSb/Carla/source/discovery'
Compiling carla-discovery.cpp
carla-discovery.cpp: In function ‘bool do_vst3_check(void*&, const char*, bool)’:
carla-discovery.cpp:1586:41: error: no matching function for call to ‘water::File::File(water::String&)’
1586 | if (! water::File(binaryfilename).existsAsFile())
| ^
In file included from carla-discovery.cpp:53:
../modules/water/files/File.h:74:5: note: candidate: ‘water::File::File(const water::File&)’
74 | File (const File&);
| ^~~~
../modules/water/files/File.h:74:11: note: no known conversion for argument 1 from ‘water::String’ to ‘const water::File&’
74 | File (const File&);
| ^~~~~~~~~~~
../modules/water/files/File.h:71:5: note: candidate: ‘water::File::File(const char*)’
71 | File (const char* absolutePath);
| ^~~~
../modules/water/files/File.h:71:23: note: no known conversion for argument 1 from ‘water::String’ to ‘const char*’
71 | File (const char* absolutePath);
| ~~~~~~~~~~~~^~~~~~~~~~~~
../modules/water/files/File.h:59:5: note: candidate: ‘water::File::File()’
59 | File() noexcept;
| ^~~~
../modules/water/files/File.h:59:5: note: candidate expects 0 arguments, 1 provided
make[1]: *** [Makefile:156: ../../build/discovery/Release/carla-discovery.cpp.o] Error 1
make[1]: Leaving directory '/tmp/SSb/Carla/source/discovery'
make: *** [Makefile:180: discovery] Error 2

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