All Forums |
Register |
Login |
Search |
Subscriptions |
My Profile |
Inbox |
Tool Warehouse |
FAQs |
Resources |
Help |
Member List |
Address Book |
Logout |
|
|
compiling lynx, php, mysql etc on Interix
|
Logged in as: Guest |
Users viewing this topic: none |
|
Login  |
|
|
compiling lynx, php, mysql etc on Interix - Sep. 23, '02, 3:13:55 PM
|
|
|
ritzcoder
Posts: 1
Joined: Sep. 23, '02,
Status: offline
|
Hi. Can someone share some tips on compiling various software on Interix. I have tried quite a few packages and nothing works. I have downloaded the latest version of config.guess and I alway set my configure -host to the correct setting (i386-pc-interix3 I think ). Nothing works here! I would especially like to get lynx working. The configure seems to work but when I get to the make it fails at the following place:
cd chrtrans && make tables
gcc -DHAVE_CONFIG_H -DLOCALEDIR=\" /usr/local/share/locale\" -I. -I.. -Ichrtrans -I./chrtrans -I.. -I../src -I../WWW/
Library/Implementation -O2 -c ./UCdomap.c
./UCdomap.c:33: cp1250_uni.h: No such file or directory
./UCdomap.c:34: cp1251_uni.h: No such file or directory
./UCdomap.c:35: cp1252_uni.h: No such file or directory
./UCdomap.c:36: cp1253_uni.h: No such file or directory
./UCdomap.c:37: cp1255_uni.h: No such file or directory
./UCdomap.c:38: cp1256_uni.h: No such file or directory
./UCdomap.c:39: cp1257_uni.h: No such file or directory
./UCdomap.c:40: cp437_uni.h: No such file or directory
./UCdomap.c:41: cp737_uni.h: No such file or directory
./UCdomap.c:42: cp775_uni.h: No such file or directory
./UCdomap.c:43: cp850_uni.h: No such file or directory
./UCdomap.c:44: cp852_uni.h: No such file or directory
./UCdomap.c:45: cp862_uni.h: No such file or directory
./UCdomap.c:46: cp864_uni.h: No such file or directory
./UCdomap.c:47: cp866_uni.h: No such file or directory
./UCdomap.c:48: cp869_uni.h: No such file or directory
./UCdomap.c:49: def7_uni.h: No such file or directory
./UCdomap.c:50: dmcs_uni.h: No such file or directory
./UCdomap.c:51: hp_uni.h: No such file or directory
./UCdomap.c:52: iso01_uni.h: No such file or directory
./UCdomap.c:53: iso02_uni.h: No such file or directory
./UCdomap.c:54: iso03_uni.h: No such file or directory
./UCdomap.c:55: iso04_uni.h: No such file or directory
./UCdomap.c:56: iso05_uni.h: No such file or directory
./UCdomap.c:57: iso06_uni.h: No such file or directory
./UCdomap.c:58: iso07_uni.h: No such file or directory
./UCdomap.c:59: iso08_uni.h: No such file or directory
./UCdomap.c:60: iso09_uni.h: No such file or directory
./UCdomap.c:61: iso10_uni.h: No such file or directory
./UCdomap.c:62: iso15_uni.h: No such file or directory
./UCdomap.c:63: koi8r_uni.h: No such file or directory
./UCdomap.c:64: mac_uni.h: No such file or directory
./UCdomap.c:65: mnem2_suni.h: No such file or directory
./UCdomap.c:66: next_uni.h: No such file or directory
./UCdomap.c:67: rfc_suni.h: No such file or directory
./UCdomap.c:69: viscii_uni.h: No such file or directory
./UCdomap.c:70: cp866u_uni.h: No such file or directory
./UCdomap.c:71: koi8u_uni.h: No such file or directory
*** Error code 1
Stop.
*** Error code 1
Stop.
Any help building any of these tools would be much appreciated. Thanks.
|
|
|
RE: compiling lynx, php, mysql etc on Interix - Sep. 24, '02, 4:15:32 PM
|
|
|
Rodney
Posts: 3728
Joined: Jul. 9, '02,
From: /Tools lab
Status: offline
|
There is a paper written by MS about using configure that can be found in the resource section of /tools. The other things of note is that you likely need to add somewhere that " -D_ALL_SOURCE" needs to be part of the compile. This will help with prototypes getting picked up in the system header/include files.
As for this code specifically I haven' t looked at before. So what does the src code in UCdomap.c show in the lines before line 33? Is there some clue about why it wants to include cp1250_uni.h et al.?
You might want to get " -Wall" added to the compile line. This will " warn all" about a lot of things and might give some additional clues.
|
|
|
RE: compiling lynx, php, mysql etc on Interix - Oct. 24, '02, 10:38:17 AM
|
|
|
zjdrew
Posts: 7
Joined: Jul. 14, '02,
Status: offline
|
Looks like UCdomap is trying to do codepage mapping, i.e. internationalization. SFU 3.0 doesn' t support the full-up standards for i18n in POSIX. (They tell me that the next release of SFU will do that, and the SFU 3.0 Japanese version looks like it does.)
For now, check the configure script to see if there' s an option to set the app to do ASCII only or otherwise to avoid doing codepage or charset mapping.
|
|
|
New Messages |
No New Messages |
Hot Topic w/ New Messages |
Hot Topic w/o New Messages |
|
Locked w/ New Messages |
Locked w/o New Messages |
|
Post New Thread
Reply to Message
Post New Poll
Submit Vote
Delete My Own Post
Delete My Own Thread
Rate Posts |
|
|
|