Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
AW: Newest CygWin make (was Re: [cdt-dev] Managed build onWindowsfailswith linked folders)

 
Hi Mikhail,

ahem ... I tried to reproduce the problem with CDT 3.1.1 (where I originally observed it) and CDT 4.0 (HEAD) and cannot reproduce it now ...

Another thing I noted, however, is that the internal builder does not treat linked folders correctly: When I create a linked folder named "src-elsewhere" which points to "D:\elsewhere", containig source.c then the builder generates command lines like 

gcc -c ../src-elsewhere/source.c 

which the compiler cannot find because it works directly on the machine's local filesystem. Is this a known problem or shall I create a bugzilla for this?


Thanks,


Norbert 



-----Ursprüngliche Nachricht-----
Von: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx] Im Auftrag von Sennikovsky, Mikhail
Gesendet: Mittwoch, 24. Januar 2007 16:59
An: CDT General developers list.
Betreff: RE: Newest CygWin make (was Re: [cdt-dev] Managed build onWindowsfailswith linked folders)

Hi Norbert,

> The internal builder does not really work for me. I have excluded some 
> source files from the build, they are not compiled but the builder tries 
> to link in the corresponding object files just the same.
Can you create a bugzilla regarding this and attach a sample project that does not work for you with Internal Builder as expected?

Thanks,
Mikhail



Back to the top