ksobon / Mandrill

data visualization for Dynamo
30 stars 14 forks source link

Error in building: Authentication and xcopy /Q/Y #40

Closed huythach closed 7 years ago

huythach commented 7 years ago

Thank you very much for sharing this great app.

I can download and install Mandrill from Package Manager, however, I am unlucky on building this package from source code with 2 errors:

  1. Authentication error as the attached image. I think the reason is that I don't have Mandrill_License.dll file, so I unzip Mandrill.zip file inside _Builds/Grasshopper folder then added this DLL file to project in the Visual Studio. I built the project again, but the second bug occurs. no_authentication

  2. xcopy /Q/Y bug: build_bug

radumg commented 7 years ago

@ksobon , sorry for butting in, just randomly saw this in my feed :smile: .

Hi @huythach , please check the post-build section of the projects : the xcopy script is trying to copy files to this directory : C:\Users\ksobon\AppData\Roaming\Dynamo\... which will obviously not exist on your machine. Those paths need to be updated with your correct user paths.

Perhaps @ksobon can replace those hard-coded paths with flags like %userdir% so future contributors don't get the error ?

ksobon commented 7 years ago

Yeah that's the issue. I will be doing a little work on Mandrill maybe next month. I can pick that up then.

huythach commented 7 years ago

@radumg: thank you very much for pointing it out.