X-Spam-Check-By: sourceware.org Message-ID: <000301c6aba5$cbf6a3d0$6500a8c0@Lapitopi> From: "Robert Rozman" To: Subject: Strange behaviour of windres under cygwin.... Date: Thu, 20 Jul 2006 02:49:54 +0200 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Outlook Express 6.00.2900.2869 X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm 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 Hi, I'm banging my head about following problem: ls -l /cygdrive/c/MATLAB~1/extern/include/mexversion.rc gives: -rwxr--r--+ 1 robert None 862 Dec 2 1998 /cygdrive/c/MATLAB~1/extern/include/mexversion.rc and windres -o mexversion.res cygdrive/c/MATLAB~1/extern/include/mexversion.rc -O coff gives: Using `gcc -E -xc -DRC_INVOKED c:/MATLAB6p1/extern/include/mexversion.rc' Using popen to read preprocessor output windres: no resources If I try separately run gcc : gcc -E -xc -DRC_INVOKED c:/MATLAB6p1/extern/include/mexversion.rc gives: # 1 "c:/MATLAB6p1/extern/include/mexversion.rc" # 1 "" # 1 "" # 1 "c:/MATLAB6p1/extern/include/mexversion.rc" # 21 "c:/MATLAB6p1/extern/include/mexversion.rc" STRINGTABLE BEGIN 100, "MATLAB R11 native" 101, "not inlined" END ------------------------------------------------------------------- What is wrong ? Thanks in advance, regards, Rob. -- 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/