From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,1242cbb54077a233,start X-Google-Attributes: gid103376,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news1.google.com!news.glorb.com!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail From: georg Newsgroups: comp.lang.ada Subject: Compile c2ada Date: 27 Feb 2009 22:00:18 GMT Message-ID: <70r63iFhufucU1@mid.individual.net> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Trace: individual.net XqDIzIwUIo6z6aP8b7f46AI3pN1sHLhHsn4Q+WIlgQV7f9RnMh Cancel-Lock: sha1:7XztJsQ//y1KRcS900hgfHJ/zfA= User-Agent: Pan/0.132 (Waxed in Black) Xref: g2news2.google.com comp.lang.ada:4803 Date: 2009-02-27T22:00:18+00:00 List-Id: Hi All, I was trying to compile the program c2ada (http:// c2ada.wiki.sourceforge.net/). I have changed the path and file names of the script "Makefile". I started "make" with no parameters and got the following error message: gcc -g -Wall -Wimplicit -Wretun-type -DDEBUG -DHAVE_CONFIG_H -I/usr/ include/python2.6 -DPPATH=\"/usr/bin/c2ada/branches/portability:/usr/lib/ python2.6\" -c -o htype.o htype.c htype.c: In function 'main': htype.c:116: warning: unused variable 'p' gcc htype.o -o htype ./hostinfo hostinfo.h make: execvp: ./hostinfo: Permission denied make: *** [hjostinfo] Error 127 The file "hostinfo" is stored in the directory /usr/bin/c2ada/branches/ portability. What could the problem be and what can I do about it? Best regards Georg