Hi, On Wednesday, July 4, 2012 08:52 CEST, krishna parthasarathy <[email protected]> wrote: > Hi Sebastian, > > Good Day!! Still no luck getting the same error. > > Attaching the error i got from csh file. i didnt get any error for sh file. > not sure how to check where is it reading from. Can you please help me out.
That's the unix philosophy, when it works, there is no output, if not necessary ;) So the .sh file actually seemed to work. You should be able to check it with: set | grep GNUSTEP and you should see at least the GNUSTEP_MAKEFILES variable set. When you then start ProjectCenter in the same shell, it should pick up this variable in order to find the makefiles. hth, Sebastian > > Thanks a lot!! > > Regards, > Krsna > > > > On Tue, Jul 3, 2012 at 10:14 PM, Sebastian Reitenbach < > [email protected]> wrote: > > > > > On Tuesday, July 3, 2012 11:39 CEST, krsna <[email protected]> wrote: > > > > > > > > Hi Riccardo, > > > > > > I am getting the following error message. Can you please help me in > > fixing > > > it out.... > > > > > > Now the error message I got is > > > > > > 5: /common.make: No such file or directory > > > 50: /aggregrate.make: No such file or directory > > > 51: /application.make: No such file or directory > > > > > > I can find them at /GNUStep/System/Library/Makefiles > > > But I don't know where to set it. > > > > > > > in your shell, you should source GNUstep.sh > > > > . /GNUStep/System/Library/Makefiles/GNUstep.sh > > ^^^ > > note the dot, followed by a space > > > > assuming you are using a sh compatible shell, otherwise try the .csh file. > > > > Sebastian > > > > > > > > Can you please help me out... > > > > > > Thanks, > > > Krsna > > > > > > Riccardo Mottola-5 wrote: > > > > > > > > Hi, > > > > > > > > you should eventually see a .exe file once "make install" completed > > > > > > > > I install into the System domain, so my ProjectCenter.app bundle ends > > up > > > > here > > > > > > > > G:\GNUstep\GNUstep\System\Applications\ProjectCenter.app > > > > > > > > (most probably you will have C: instead of G:) > > > > > > > > The contents of the said application bundle is, for me: > > > > > > > > $ ls -l > > > > total 928 > > > > -rwxr-xr-x 1 mottola Administrators 942732 Jan 14 13:52 > > ProjectCenter.exe > > > > -rw-r--r-- 1 mottola Administrators 5704 Jan 14 13:52 > > > > ProjectCenter.exe.a > > > > drwxr-xr-x 16 mottola Administrators 0 Aug 8 2010 Resources > > > > -rw-r--r-- 1 mottola Administrators 71 Jun 24 2010 stamp.make > > > > > > > > Regards > > > > Riccardo > > > > > > > > On 03/10/2011 12:17 PM, n2cVd wrote: > > > >> Hi, > > > >> > > > >> Thanks a lot, I've done > > > >> make and make install > > > >> with success > > > >> > > > >> But does not find the project center executable !! > > > >> I found .a instead > > > >> > > > >> (it's a .exe.a but even if I change it to .exe it does not work) > > > >> > > > >> I tried many times installing all again, but no result > > > >> > > > >> anyone can help ? > > > >> > > > >> > > > >> > > > > > > > > > > > > _______________________________________________ > > > > Discuss-gnustep mailing list > > > > [email protected] > > > > http://lists.gnu.org/mailman/listinfo/discuss-gnustep > > > > > > > > > > > > > > -- > > > View this message in context: > > http://old.nabble.com/URGENT%3A-Unable-to-run-PROJECTCenter-tp29243759p34106528.html > > > Sent from the GNUstep - General mailing list archive at Nabble.com. > > > > > > > > > _______________________________________________ > > > Discuss-gnustep mailing list > > > [email protected] > > > https://lists.gnu.org/mailman/listinfo/discuss-gnustep > > > > > > > > > > _______________________________________________ Discuss-gnustep mailing list [email protected] https://lists.gnu.org/mailman/listinfo/discuss-gnustep
