Open wleese opened 8 years ago
Sorry to hear that you are having issues building Datadog Agent on Windows Server 2012 @wleese.
The current build process is definitely troublesome and we are currently actively revisiting it to use Omnibus and have something, completely automated, similar to what we have for our current Unix and OSX builds. Changes are already available, being reviewed and should be out by the next Datadog Agent minor release: https://github.com/DataDog/dd-agent/pull/2417. Feel free to give it a try :)
On an other hand, if you still feel like tackling the issues you mentioned, here are a few guidelines I can provide:
Yann
Hi @wleese, Did the suggestions from @yannmh help?
Sadly no. The suggestions I already applied when I was looking for solutions at the time. I've pretty much given up at this point and will await a release where all changes are merged and perhaps better documentation is available.
On Windows Server 2012, I'm unable to create a build using:
Problems range from pyro4 not having a 4.35 version available, winrandom being a pain to compile but doesn't seem to be used in the code, setup.py missing PyQt4, win32/gui.py not being able to "from guidata.qt.QtCore import SIGNAL", etc.
It seems I'm missing something for so much to not work. Are there any updated instructions or anything obvious I'm missing?