X-Recipient: archive-cygwin AT delorie DOT com X-Spam-Check-By: sourceware.org Message-ID: <49503.192.168.1.123.1211198211.squirrel@mail.setsindia.net> In-Reply-To: <002301c8b9a0$ea62d270$2708a8c0@CAM.ARTIMI.COM> References: <46759 DOT 192 DOT 168 DOT 1 DOT 123 DOT 1211196342 DOT squirrel AT mail DOT setsindia DOT net> <002301c8b9a0$ea62d270$2708a8c0 AT CAM DOT ARTIMI DOT COM> Date: Mon, 19 May 2008 17:26:51 +0530 (IST) Subject: RE: Compiling a simple glade project in cygwin From: vijayasarathy AT setsindia DOT net To: cygwin AT cygwin DOT com User-Agent: SquirrelMail/1.5.1 MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=neXtPaRt_1211196198" X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: 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 ------=neXtPaRt_1211196198 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit Hey Dave, Thanks, but that hasnt worked ! I am using a windows editor as you mentioned. I am not using a complicated makefile for compiling my files, but a simple script which looks like this: [WRITTEN INTO A FILE] g++ \ *.c \ -o project1.exe \ -mms-bitfields \ -mwindows \ -DPACKAGE_DATA_DIR="\"/C/GTK/share\"" \ /*THIS IS WHERE MY GTK IS */ -DPACKAGE="\"gladetest\"" \ -DPACKAGE_LOCALE_DIR=\"\" \ -DPACKAGE_PREFIX=\"\" \ -Iinclude/ `pkg-config --cflags --libs gtk+-2.0` I used d2u to convert this file into unix format. Problem persists. As the simplest of options, I tried typing this command by hand in cygwin, and the problem still persists ! Result looks like this : cygwin_prompt>g++ *.c ......... : No such file or Directory cygwin_prompt> And no executables are created. Help pls. Vijay On Mon, May 19, 2008 4:40 pm, Dave Korn wrote: > vijayasarathy@ wrote on 19 May 2008 12:26: > >> Hi all, >> >> >> I have not been able to compile the simplest of glade projects in >> cygwin. Can anyone help me ? >> >> >> >> The most strange error in keep getting is this : >> >> >> ": No such file or directory " >> >> >> (with no indication whatsoever of what is missing !!) >> > > You've got DOS line-endings in your makefile or somewhere like that; the > error message has half-overwritten itself. > > Common reasons why this might happen include unpacking a tarball using a > windows GUI program (they often "helpfully" convert line-ends for you, > always use cygwin's command-line tar), or manually making changes to a > file using a windows editor such as notepad or wordpad. The solution in > the first case is to blow it away and re-unpack it properly, in the second > case is to use 'd2u' after editing a file with a windows editor. > > > cheers, DaveK > -- > Can't think of a witty .sigline today.... > > > > -- > Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple > Problem reports: http://cygwin.com/problems.html > Documentation: http://cygwin.com/docs.html > FAQ: http://cygwin.com/faq/ > > > > ------=neXtPaRt_1211194834 > Content-Type: text/plain; > > > ************************************************************************* > ************ > DISCLAIMER > This e-mail and any files transmitted with it are for the sole use of the > intended recipient(s) and may contain confidential and privileged > information. Any use,distribution,copying or disclosure by any other > person is strictly prohibited. If you have received this transmission in > error please notify SETS immediately either by replying to this e-mail or > by telephone +91-44-28205655 and then delete this e-mail. The sender does > not accept any responsibility for any damage which you sustain as a > result of software viruses or malicious programs. You should therefore > scan attachments (if any) prior to opening them. > ************************************************************************* > *********** > > > > > > > > ------=neXtPaRt_1211194834-- > > Vijayasarathy Senior Research Associate SETS *************************************************************************** DISCLAIMER This e-mail and any files transmitted with it are for the sole use of the intended recipient(s) and may contain confidential and privileged information. Any use, distribution, copying or disclosure by any other person is strictly prohibited. If you have received this transmission in error please notify SETS immediately either by replying to this e-mail or by telephone on +91-44-28205655 and then delete this e-mail. The sender does not accept any responsibility for any damage which you sustain as a result of software viruses or malicious programs. You should therefore scan attachments (if any) prior to opening them. ************************************************************************** ------=neXtPaRt_1211196198 Content-Type: text/plain; ************************************************************************************* DISCLAIMER This e-mail and any files transmitted with it are for the sole use of the intended recipient(s) and may contain confidential and privileged information. Any use,distribution,copying or disclosure by any other person is strictly prohibited. If you have received this transmission in error please notify SETS immediately either by replying to this e-mail or by telephone +91-44-28205655 and then delete this e-mail. The sender does not accept any responsibility for any damage which you sustain as a result of software viruses or malicious programs. You should therefore scan attachments (if any) prior to opening them. ************************************************************************************ ------=neXtPaRt_1211196198 Content-Type: text/plain; charset=us-ascii -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/ ------=neXtPaRt_1211196198--