-
Notifications
You must be signed in to change notification settings - Fork 33
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
Broken imports #362
Comments
It looks like the I have updated the package to with the exports now, so this should work after upgrading: buckaroo upgrade Unfortunately I don't have a Mac to verify the build is correct at the moment. |
It starts rebuilding but fails some time later (I run
|
I think it is related to this issue andreafabrizi/Dropbox-Uploader#117 |
I had to replace bunch of
and that also was unsuccessful. Not sure, what I need to do. Here is the output:
|
Include fails to import mongodb driver.
Description
I am unable to run or compile the project.
Expected Behavior
The project should run flawlessly.
Actual Behavior
Possible Fix
Steps to Reproduce
buckaroo quickstart
buckaroo add github.com/buckaroo-pm/mongo-cxx-driver
buck run :app
Context
I am trying to build my first application using PM for C++ code.
I have used
npm
,composer
,bundler
in the past and had no problems.Your Environment
The text was updated successfully, but these errors were encountered: