discuss-gnustep
[Top][All Lists]
Advanced

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

Re: Running a separate script from my app using NSBundle, NSTask


From: Csanyi Pal
Subject: Re: Running a separate script from my app using NSBundle, NSTask
Date: Sun, 31 Oct 2010 14:27:57 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux)

Csanyi Pal <csanyipal@gmail.com> writes:

> Hi,
>
> I'm developing an application that should write and read the parallel
> port: the LPT_Interface in Objective-C using GNUstep Renaissance.

I have the GUI using Renaissance,
I have binaries compiled from C source files that can write and read the
bits of parallel Data port when running from an xterminal window.

I'm trying to use NSBundle to get the path to the binaries that should
be in the app's Resources directory.

I'm trying to use NSTask to lunch these binaries in app's Resources
directory. 

I'm trying to compile this app so it has been compiled and included in
to it even the C binaries.

I GNUmakefile I have:

LPT_Interface_C_FILES = \
        DPResetBit0.c \
        DPResetBit1.c \
        DPResetBit2.c \
        DPResetBit3.c \
        DPResetBit4.c \
        DPResetBit5.c \
        DPResetBit6.c \
        DPResetBit7.c \
        DPSetBit0.c \
        DPSetBit1.c \
etc.

I have the first problem when compiling it.

When I do 'make debug=yes' I get error messages:
http://pastebin.com/WhNbmUbc

Any advices will be appreciated!

-- 
Regards, Paul Chany
<http://sourceforge.net/projects/lptinterface/>
<http://savannah.nongnu.org/projects/lpt-interface/>
<http://csanyi-pal.info>




reply via email to

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