gnustep-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Build a project with PC in Windows


From: Germán Arias
Subject: Re: Build a project with PC in Windows
Date: Tue, 25 Mar 2014 23:22:19 -0600
User-agent: GNUMail (Version 1.2.1)

On 2014-03-25 20:02:34 -0600 Germán Arias <address@hidden> wrote:

[...]
> 
> Just to confirm I tried with CreateProcess(), but the same error. OK, now 
> using the info at image, this mean the error occurs after print "Making all 
> for app Test...", but before print " Creating Test.app/....". So I run "make 
> -n" to see what happen, and I get (only copy the relevant lines):
> 
>     GNUSTEP_BUILD_DIR="${abs_build_dir}" \
>     _GNUSTEP_MAKE_PARALLEL=no)
> Making all for app Test...
> (cd .; \
>         /usr/GNUstep/System/Library/Makefiles/mkinstalldirs ./obj/Test.obj/)
> (echo " Creating 
> Test.app/....";/usr/GNUstep/System/Library/Makefiles/mkinstalldirs 
> Test.app/.)
> (make -f GNUmakefile --no-print-directory --no-keep-going \
>         internal-app-compile \
>         GNUSTEP_TYPE=app \
>         GNUSTEP_INSTANCE=Test \
> 
> Could be the problem at script mkinstalldirs? But why works fine when execute 
> "make" at shell?
> 
> Germán.
> 

I added the parameter -x in mkinstalldirs. The attached image show the result. 
Using CreateProccess() because with the normal way in ProjectCenter, I don't 
know how see this information.

Germán.

<pcError2.jpg>

Attachment: pcError2.jpg
Description: JPEG image


reply via email to

[Prev in Thread] Current Thread [Next in Thread]