Project Home
Project Home
Trackers
Trackers
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - QCONF_OVERRIDE and UNC PATH: (1 Item)
   
QCONF_OVERRIDE and UNC PATH  
Hi, 

one of our csutomers uses the IDE (QNX6.5.0SP1) under windows,
using a stage directory on a samba-server.

His override file looked like this:
INSTALL_ROOT_nto := //fileserver/qnxStage
USE_INSTALL_ROOT = 1

Building and installing his projects was no problem,  but  qde was not able to open the header files under "//fileserver
/qnxStage/usr/include".

After mapping a drive letter to the samba share (e.g.: q:=\\fileserver\qnxStage) and use it in the override file, 
everything works!

Working override file:
INSTALL_ROOT_nto := q:/
USE_INSTALL_ROOT = 1

Qde seems to have a problem reading an UNC-Path out of the override file.

Perhaps this issue could be fixed in the next release.

Best Regards 
Michael