-
Notifications
You must be signed in to change notification settings - Fork 55
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
core.exception.AssertError@src/sdc/sdc.d(79): filenotfoundmalheur ! /object.d #53
Comments
OK there is actually 2 things to fix here. The first one is to give a proper error message, and some some assertion failure with meaningless message. The second one is to add instruction on how to define sdc.conf . In the meantime, you can adapt mine: $ cat bin/sdc.conf |
ya i ended up adding a sdc.conf... |
Same on |
Fixed via 7756f4b |
on mac, after running make I get:
core.exception.AssertError@src/sdc/sdc.d(79): filenotfoundmalheur ! /object.d
it happens in:$(LIBSDRT_ROOT)/src/d/rt/%.d $ (LIBSDRT_SRC) $(LIBSDRT_EXTRA_DEPS)
$(SDC) -c -o $ @ $< $ (LIBSDRT_IMPORTS)
obj/rt/%.o:
@mkdir -p obj/rt
indeed there's no object.d in libsdrt/src/
it goes away after adding -Ilibs
The text was updated successfully, but these errors were encountered: