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

Question on how to get comdump to run #1

Closed
asciim0 opened this issue Aug 27, 2020 · 2 comments
Closed

Question on how to get comdump to run #1

asciim0 opened this issue Aug 27, 2020 · 2 comments

Comments

@asciim0
Copy link

asciim0 commented Aug 27, 2020

Hey Richard,

I'm trying to get comdump to run. Since I couldn't find the binaries, I'm trying to get it to work with Go ... but unfortunately I'm not very familiar with Go (my main success has been getting pdfcpu to run so far). So, after cloning the github comdump repo, I tried "go install", but get:

go: inconsistent vendoring in C:\Go\src\comdump:
go.mod required github.com/richardlehane/comdump but vendor/modules.txt does not include it.
run 'go mod tidy; go mod vendor' to sync

and when running go mod tidy; go mod vendor and after that go install, it still doesn't work.

Do you have any pointers how I can get it to work?

Thanks in advance!
Micky

@richardlehane
Copy link
Owner

Hi Micky
it looks like you've encountered this issue: golang/go#34657
I.e. rather than clone to the c:\Go\src directory (which is intended for source that is part of the golang standard library), clone anywhere else on your computer e.g. c:\coolstuff\comdump
Also, in debugging this, I saw that comdump was using an older version of my mscfb library so I updated the comdump dependencies and it might be worth cloning again to get that update.
Hope this helps and thanks for trying this!
Richard

@asciim0
Copy link
Author

asciim0 commented Aug 28, 2020

thanks, Richard! That was it!

@asciim0 asciim0 closed this as completed Aug 28, 2020
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

2 participants