[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Devel] [ freetype-Support Requests-508852 ] More info: [patch] ftjam un
From: |
noreply |
Subject: |
[Devel] [ freetype-Support Requests-508852 ] More info: [patch] ftjam under cygwin |
Date: |
Sat, 26 Jan 2002 03:11:35 -0800 |
Support Requests item #508852, was opened at 2002-01-26 03:11
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=203157&aid=508852&group_id=3157
Category: None
Group: None
Status: Open
Priority: 5
Submitted By: Jari Aalto (jaalto)
Assigned to: Nobody/Anonymous (nobody)
Summary: More info: [patch] ftjam under cygwin
Initial Comment:
I dont' know what is the correct solution for
Cygwin, but the base problem is the file
executable suffix (.exe) under W2k /cygwin.
I patched the jambase.c and it compiled ok,
but I'm not that sure this is the general solution,
please investigate how should the .exe be taken
cared of under cygwin better.
//address@hidden /usr/src/ftjam-2.3.5 $ diff -bwu
jambase.c.orig jambase.c.cygwin
--- jambase.c.orig Sat Jan 26 13:20:56 2002
+++ jambase.c.cygwin Sat Jan 26 13:20:28 2002
@@ -1198,7 +1198,7 @@
"}\n",
"actions Chmod1\n",
"{\n",
-"$(CHMOD) $(MODE) $(<)\n",
+"$(CHMOD) $(MODE) $(<).exe\n",
"}\n",
"actions Chown\n",
"{\n",
//address@hidden /usr/src/ftjam-2.3.5 $ cp jambase.c
jambase.c.orig
//address@hidden /usr/src/ftjam-2.3.5 $ make CC=gcc
gcc -o jam0 command.c compile.c execnt.c execunix.c
execvms.c expand.c filent.c fileos2.c fileunix.c
filevms.c glob.c hash.c hdrmacro.c headers.c jam.c
jambase.c jamgram.c lists.c make.c make1.c newstr.c
option.c parse.c pathunix.c pathvms.c regexp.c rules.c
scan.c search.c subst.c timestamp.c variable.c
chmod a+w jambase.c
./jam0
...found 165 targets...
...updating 9 targets...
Yacc1 jamgram.c jamgram.h
YaccMv jamgram.c jamgram.h
Cc bin.unknownx86/jamgram.o
Cc bin.unknownx86/scan.o
Archive bin.unknownx86/libjam.a
Ranlib bin.unknownx86/libjam.a
Link bin.unknownx86/mkjambase
Chmod1 bin.unknownx86/mkjambase
GenFile1 jambase.c
Cc bin.unknownx86/jambase.o
Link bin.unknownx86/jam
Chmod1 bin.unknownx86/jam
...updated 9 targets...
//address@hidden /usr/src/ftjam-2.3.5 $
----------------------------------------------------------------------
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=203157&aid=508852&group_id=3157
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Devel] [ freetype-Support Requests-508852 ] More info: [patch] ftjam under cygwin,
noreply <=