|
|
Re: Build problem with 4.6 release candidate 20090429
|
|
05/08/2009 2:54 PM
post29073
|
Re: Build problem with 4.6 release candidate 20090429
Do you have temporary directory on your computer? How about permissions?
On 08/05/2009 2:47 PM, Keith Smith wrote:
> Console log from one project when performing a 'clean'. All projects are the same.
>
> Error: Cannot create qde_internal file
> C:\QNX640\host\win32\x86\usr\bin\make -k EXTRA_SUFFIXES=cpp clean --file=C:/DOCUME~1/ke509sm/LOCALS~1/Temp/
QMakefile124180827758732953.tmp
> C:\QNX640\host\win32\x86\usr\bin\make: *** No rule to make target `clean'.
>
>
> MAKEFLAGS=-IC:/QNX640/target/qnx6/usr/include
>
>
>
> _______________________________________________
> General
> http://community.qnx.com/sf/go/post29071
>
>
|
|
|
|
|
|
|
Re: Build problem with 4.6 release candidate 20090429
|
|
05/08/2009 3:07 PM
post29074
|
Re: Build problem with 4.6 release candidate 20090429
Sorry, wrong question. What I see in the last extract you sent, there
are troubles with creation .qnx_internal file. Could it be that your
project directory has read-only status?
On 08/05/2009 2:54 PM, Alex Chapiro wrote:
>
> Do you have temporary directory on your computer? How about permissions?
>
> On 08/05/2009 2:47 PM, Keith Smith wrote:
>> Console log from one project when performing a 'clean'. All projects
>> are the same.
>>
>> Error: Cannot create qde_internal file
>> C:\QNX640\host\win32\x86\usr\bin\make -k EXTRA_SUFFIXES=cpp clean
>> --file=C:/DOCUME~1/ke509sm/LOCALS~1/Temp/QMakefile124180827758732953.tmp
>> C:\QNX640\host\win32\x86\usr\bin\make: *** No rule to make target
>> `clean'.
>>
>>
>> MAKEFLAGS=-IC:/QNX640/target/qnx6/usr/include
>>
>>
>>
>> _______________________________________________
>> General
>> http://community.qnx.com/sf/go/post29071
>>
>
|
|
|
|
|
|
|
Re: Build problem with 4.6 release candidate 20090429
|
|
05/08/2009 3:50 PM
post29078
|
Re: Build problem with 4.6 release candidate 20090429
Hi, Keith,
It appears that the IDE is attempting to update a hidden file in your
project directory (.qnx_internal.mk) that is checked in to ClearCase.
The IDE is not accounting for this by requesting a check-out, so it
fails to update the file (the contents are changed in the 4.6 release)
and the result is the error you are seeing.
A possible work-around is as follows:
1. Check out the .qnx_internal.mk files in your projects from
ClearCase.
2. Run a build (any build will do, even clean).
3. Check the .qnx_internal.mk files into ClearCase.
Subsequent builds will not need to modify these files. It is just a
one-time upgrade from the old version. I have checked this by emulating
the ClearCase environment with read-only files.
HTH,
Christian
On Fri, 2009-05-08 at 14:47 -0400, Keith Smith wrote:
> Console log from one project when performing a 'clean'. All projects are the same.
>
> Error: Cannot create qde_internal file
> C:\QNX640\host\win32\x86\usr\bin\make -k EXTRA_SUFFIXES=cpp clean --file=C:/DOCUME~1/ke509sm/LOCALS~1/Temp/
QMakefile124180827758732953.tmp
> C:\QNX640\host\win32\x86\usr\bin\make: *** No rule to make target `clean'.
>
>
> MAKEFLAGS=-IC:/QNX640/target/qnx6/usr/include
>
|
|
|
|
|