Martin, This error is caused by the setup.py file located in the python folder in your build directory. Within that file there is a line of code that should look like this (probably line 26):
package_dir={'': '<your build location>/python"}, My fix for this, though admittedly inelegant, is to simply comment out this line. I think this issue arises from the difference between Windows and Linux file path formatting. Regards, Brock Collins -----Original Message----- From: USRP-users <usrp-users-boun...@lists.ettus.com> On Behalf Of Martin K via USRP-users Sent: Thursday, January 3, 2019 4:51 PM To: usrp-users <usrp-users@lists.ettus.com> Subject: [USRP-users] UHD 3.13 Visual Studio build question Hello all, I am attempting to build the latest 3.13 branch. I am encountering an error. It seems simple if I knew where to look: 7>Generating build/timestamp 7>CUSTOMBUILD : error : package directory 'C:martin\uhd_stack_build\uhd_build\python\uhd' does not exist 7>Done building project "pyuhd_library.vcxproj" -- FAILED. As you can see, there appears to be a typo in the CUSTOMBUILD step for this target. (there is a missing backslash, C:\martin...) The directory exists. However, I have checked the .vcproj but I can't find where this error is being introduced. Do you know where I should look to fix this? This error has presented itself in the 3.13 release, as I was able to compile 3.13.0-rc_ without issue. Thanks for your help, Martin Klingensmith _______________________________________________ USRP-users mailing list USRP-users@lists.ettus.com https://urldefense.proofpoint.com/v2/url?u=http-3A__lists.ettus.com_mailman_listinfo_usrp-2Dusers-5Flists.ettus.com&d=DwICAg&c=I_0YwoKy7z5LMTVdyO6YCiE2uzI1jjZZuIPelcSjixA&r=-awQjeWBBI-Q3mP5dMTj6CQPoywFEofUMR0O8OC8_NI&m=EK4dPizLHHEeZK9zNT3HYrAiEx1endiHi0YNss1VkgY&s=BTA0KRQ5MpTrRZkRHcUh_SRkc02JMX-zyKkQqkTuEhM&e= _______________________________________________ USRP-users mailing list USRP-users@lists.ettus.com http://lists.ettus.com/mailman/listinfo/usrp-users_lists.ettus.com