Werner Messages: 234 Registered: May 2006 Location: Cologne / Germany
Experienced Member
Werner wrote on Thu, 15 June 2006 15:07
While under Windows XP building all the examples and all the references works fine, it is impossible to successfully build anything in a custom project directory, e. g. "D:\ProgWin\proj\upp".
MSC8 always yields:
D:\ProgWin\proj\upp\Core/Lang.h(107) : fatal error C1083: Cannot open include file: 'Lang_s.h': No such file or directory
MinWing always yields:
D:/ProgWin/proj/upp/Core/Lang.h:107:20: Lang_s.h: No such file or directory
"Package nests" reads:
D:\ProgWin\proj\upp;D:\ProgWin\upp\uppsrc
606-dev1 works fine.
Werner
*** CORRECTION ***
606-dev2 works fine!
The problem was caused by my somehow managing to copy some packages from the uppsrc assembly to the MyApps assembly.
I always intended to re-read "TheIde help / Packages, Assemblies & Nests" ...
Apologies to anybody who might have invested time in this issue.