| delorie.com/archives/browse.cgi | search |
| X-Spam-Check-By: | sourceware.org |
| Message-ID: | <000301c6aba5$cbf6a3d0$6500a8c0@Lapitopi> |
| From: | "Robert Rozman" <robert DOT rozman AT comutel DOT si> |
| To: | <cygwin AT cygwin DOT com> |
| Subject: | Strange behaviour of windres under cygwin.... |
| Date: | Thu, 20 Jul 2006 02:49:54 +0200 |
| MIME-Version: | 1.0 |
| 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: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sourceware.org/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
| 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 "<built-in>"
# 1 "<command line>"
# 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/
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |