On Thu, Jun 9, 2016 at 1:04 PM, Ferguson, Daniel J < daniel.j.ferguson at intel.com> wrote:
> Hi Gregg, > > > > Looks at some of the SConscripts in the windows-port. > > We had numerous weirdo path issues. > > > > Sometimes, it was solved by using os.path.join (even though os.path.join > is controversial (because it diminishes readability)) > > Also, don?t be afraid to use: > > src_dir = env.get(?SRC_DIR?) > > And > > build_dir = env.get(?BUILD_DIR?) > > > > Just some food for thought.. > Thanks Daniel. You're gonna love this: the root of the problem was the case distinction problem I thought I had already fixed (OCProvisioningManager.h and ocprovisioningmanager.h). It only took me about 8 hours to figure out that I had somehow managed to lose my changes. ;) Still don't know why the path stuff behaves so strangely but I believe it has to do with VariantDir. Thanks, Gregg -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.iotivity.org/pipermail/iotivity-dev/attachments/20160610/4f202a89/attachment.html>
