This repository was archived by the owner on Jan 20, 2025. It is now read-only.
This repository was archived by the owner on Jan 20, 2025. It is now read-only.
Running setup.py build in Windows in Admin prompt results in Access denied errors #12
Closed
Description
Hi,
I tried using this tool in an elevated command prompt, but I got some strange "Access is denied" and "undefined reference to f" errors. See image:
If I go to the location of my "root" file, I'm able to build using the go build command in the image above.
I'm on Python 2.7.11, 32 bit on Windows 8
I built Go from source, and I'm on git hash 8f70e1f8a91db6c8a1bcc292766af95e52e8512b
I have gcc installed in MINGW32
This is what my setup.py looks like:
There are a ton of other arguments I didn't include. I have a template for setup.py that I generate for each package I make.
I'm wondering what the best approach to trying to debug this issue is. I've tried looking at the files its complaining about, but I can't find all of them. Any tips?
Thanks!
Metadata
Metadata
Assignees
Labels
No labels