X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:message-id:from:to:subject:date:in-reply-to :references:content-type:content-transfer-encoding:mime-version; q=dns; s=default; b=hwTNjYcdH5i4ucewbFERDdbWP/MlktKvm9ugiMciVdT rqPEED7rpPh/6/b5wyNNZUkFKjRP+4yHuEEr7AtZ2OaHQrRdJlPGXOSJtXLednXn 0enom4Sou87DtSjgEmiLbSLjRVqPHxk38K9T9vvLpc8ZRmjtt3Atu2rkl9zNhwU4 = DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:message-id:from:to:subject:date:in-reply-to :references:content-type:content-transfer-encoding:mime-version; s=default; bh=iLmy1XVb8c/SXi5isNFBphpGWNU=; b=B50yaROM/fur+SG14 Vjl1YB+PgPZImm4GXXtUJGPu5dwI5kvkdD9aXMiUtlL5kv8FyXgAML0XIXs1GC86 b7q8TZpw4V6g8VeNWvJZEVnXWDfcap3LGeUxujoK6/jSful4Mv6wNwlzbxFLbsLP oSRuJgSwFLgjM7V+fkKtxgfm7o= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=0.0 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: DUB004-OMC2S34.hotmail.com X-TMN: [h1/0dsN8pjXZ0A+1VIo5ild0as4KIYt5qov7ewCh/YY=] Message-ID: From: "Gery ." To: Tom Kacvinsky , "cygwin AT cygwin DOT com" Subject: RE: rpc/types.h: No such file or directory Date: Tue, 19 May 2015 16:59:30 +0000 In-Reply-To: <95A211DA-EBC8-4F00-8D48-C8466E638238@vectorcast.com> References: <1432049830 DOT 11784 DOT 38 DOT camel AT cygwin DOT com> <5979C710-8C9E-40E9-9D9E-85DDA0994763 AT vectorcast DOT com> ,<95A211DA-EBC8-4F00-8D48-C8466E638238 AT vectorcast DOT com> Content-Type: text/plain; charset="iso-8859-1" MIME-Version: 1.0 X-IsSubscribed: yes Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id t4JGxlJt025513 > You need to set those variables without $. That is CFLAGS=..., etc... In install_makefiles (MBsystem software), "$" is needed, if not this appears: Can't modify constant item in scalar assignment at ./install_makefiles line 109, near ""-I/usr/include/tirpc";" Execution of ./install_makefiles aborted due to compilation errors. for .bashrc, I used export CFLAGS=..., so with or without export it is the same, I get this after running "install_makefiles" and "make": Gery AT gery /opt/mb/mbsystem-5.4.2220 $ make cd src; make all make[1]: Entering directory '/opt/mb/mbsystem-5.4.2220/src' cd gsf; make all make[2]: Entering directory '/opt/mb/mbsystem-5.4.2220/src/gsf' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/opt/mb/mbsystem-5.4.2220/src/gsf' cd surf; make all make[2]: Entering directory '/opt/mb/mbsystem-5.4.2220/src/surf' cc -c -Wall -g -I/usr/X11R6/include -DLINUX -DBYTESWAPPED mem_surf.c In file included from xdr_surf.h:44:0,                  from mem_surf.c:72: surf.h:58:23: fatal error: rpc/types.h: No such file or directory  #include                        ^ compilation terminated. Makefile:72: recipe for target 'mem_surf.o' failed make[2]: *** [mem_surf.o] Error 1 make[2]: Leaving directory '/opt/mb/mbsystem-5.4.2220/src/surf' Makefile:22: recipe for target 'all' failed make[1]: *** [all] Error 2 make[1]: Leaving directory '/opt/mb/mbsystem-5.4.2220/src' Makefile:23: recipe for target 'all' failed make: *** [all] Error 2 -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple