pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Lynx may be broken when building with socks5?



I tried to build lynx text-mode web browser with socks5, and it got stuck in 
parsdate.y .

End of build log file was

cc -DHAVE_CONFIG_H   -DLOCALEDIR=\"/usr/pkg/share/locale\"  -I.  -I..  
-Ichrtrans  -I./chrtrans  -I..  -I../src  -I.././WWW/Library/Implementation     
-I/usr/include -I/usr/pkg/include -O2 -I/usr/include -I/usr/pkg/include -c 
TRSTable.c
cc -DHAVE_CONFIG_H   -DLOCALEDIR=\"/usr/pkg/share/locale\"  -I.  -I..  
-Ichrtrans  -I./chrtrans  -I..  -I../src  -I.././WWW/Library/Implementation     
-I/usr/include -I/usr/pkg/include -O2 -I/usr/include -I/usr/pkg/include -c 
parsdate.c
./parsdate.y: In function 'Convert':
./parsdate.y:612: error: invalid type argument of '->'
./parsdate.y: In function 'DSTcorrect':
./parsdate.y:626: error: invalid type argument of '->'
./parsdate.y:627: error: invalid type argument of '->'
./parsdate.y: In function 'RelativeMonth':
./parsdate.y:641: warning: assignment makes pointer from integer without a cast
./parsdate.y: In function 'GetTimeInfo':
./parsdate.y:878: warning: assignment makes pointer from integer without a cast
./parsdate.y: In function 'parsedate':
./parsdate.y:924: warning: assignment makes pointer from integer without a cast
*** Error code 1

Stop.
make: stopped in /usr/pkgsrc/www/lynx/work51/lynx2-8-7/src
*** Error code 1

Stop.
make: stopped in /usr/pkgsrc/www/lynx/work51/lynx2-8-7
*** Error code 1

Stop.
make: stopped in /usr/pkgsrc/www/lynx
*** Error code 1

Stop.
make: stopped in /usr/pkgsrc/www/lynx

(end of log file)

I subsequently went to  http://lynx.isc.org, found and downloaded 
lynx-2.8.7rel.2 source code, and built successfully without socks5, since I 
have nothing like socks5 on my Slackware 13.0 (i386) system.  I tried 
subsequently to build in NetBSD 5.1_STABLE from pkgsrc without socks5 and all 
went smoothly.  Otherwise, I had thought of adding 

#include <time.h> in parsdate.y or parsdate.h

but the build went smoothly without that step, when not including socks5. 

Has anybody been successful building lynx with socks5?

I am in the beginning stages so want an easier-to-build browser to have 
available before I try bigger things such as Seamonkey.

Tom



Home | Main Index | Thread Index | Old Index