Re: [Fink-devel] Re: [Fink-users] lynx-ssl-2.8.4-24

2004-11-07 Thread jfm
On Nov 7, 2004, at 10:22 PM, Martin Costabel wrote:
jfm wrote:
[]
fink remove gd2; fink install lynx-ssl; fink install gd2
This could also be achieved by BuildConflicts: gd2.
Martin : this was a fix suggested to the user ; do you
really mean better to suggest him to edit the info file ???
Jean-Francois

---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588alloc_id=12065op=click
___
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] Re: [Fink-users] lynx-ssl-2.8.4-24

2004-11-07 Thread jfm
On Nov 7, 2004, at 11:22 PM, Martin Costabel wrote:
On Nov 7, 2004, at 10:22 PM, Martin Costabel wrote:
This could also be achieved by BuildConflicts: gd2.
No, I meant it as an alternative to the fix you put in in the 
meantime. That's why I answered only to the devel list. With sf 
distributing the mail of the last 3 or 4 days randomly it is difficult 
to follow the discussion in the right order.
I still had in mind that BuildConflicts should be used only when the 
package
cannot be corrected (putting flags in the right order etc) _ ie, 
essentially never ...

Best,
Jean-Francois

---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588alloc_id=12065op=click
___
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] Re: [Fink-users] lynx-ssl-2.8.4-24

2004-11-06 Thread Daniel Macks
On Sun, Nov 07, 2004 at 01:35:43AM +0100, jfm wrote:
 On Nov 7, 2004, at 12:36 AM, Ersatz Sophist wrote:
 
 I can't compile this package. For the third time, the following error 
 is obtained:
 
 LYCharSets.c: In function `HTMLGetEntityUCValue':
 LYCharSets.c:878: error: `unicode_entities' undeclared (first use in 
 this function)
 LYCharSets.c:878: error: (Each undeclared identifier is reported only 
 once
 LYCharSets.c:878: error: for each function it appears in.)
 make[1]: *** [LYCharSets.o] Error 1
 make: *** [all] Error 2
 ### execution of make failed, exit code 2
 Failed: compiling lynx-ssl-2.8.4-24 failed
 
 fink remove gd2; fink install lynx-ssl; fink install gd2
 
 Problem is that  the -I/sw/include flag comes first in the build of 
 lynx-ssl,
 so /sw/include/entities.h (from gd2) is included instead of 
 ./chrtrans/entities.h .

Should we add -I./chrtrans to lynx Makefile somewhere or add it to
CPPFLAGS in the .info?

dan

-- 
Daniel Macks
[EMAIL PROTECTED]
http://www.netspace.org/~dmacks



---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588alloc_id=12065op=click
___
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] Re: [Fink-users] lynx-ssl-2.8.4-24

2004-11-06 Thread jfm
Hi Dan,
On Nov 7, 2004, at 1:44 AM, Daniel Macks wrote:
Should we add -I./chrtrans to lynx Makefile somewhere or add it to
CPPFLAGS in the .info?
I fixed the info file already.
[
+NoSetCPPFLAGS: true
+CompileScript: export CPATH=%p/include ; ./configure %c ; make
]
Best,
JF

---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588alloc_id=12065op=click
___
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel