Re: [Bug-apl] Improvement on FIO∆socket

2015-04-16 Thread Christian Robert
If this ok for you it's ok for me too. They are standardized have not changed in the last 35 years to my knowledge, and this is a reason "+" to include thems as strings as parameters to ease the programmer task. nevertheless, you do as you want. Xtian. ps: having thems in ".so" as strings ge

Re: [Bug-apl] Improvement on FIO∆socket

2015-04-16 Thread Elias Mårtenson
On 17 April 2015 at 10:55, Christian Robert wrote: > I though about that too (defining AF_INET, AF_UNIX, SOCK_STREAM, > SOCK_DGRAM, IPPROTO_TCP, IPPROTO_UDP, IPPROTO_RAW, and such (tenths more)), > but I *still* think it should be in the ".so" and not in the )lib 5 > "FILE_IO" > If the actual

Re: [Bug-apl] Improvement on FIO∆socket

2015-04-16 Thread Christian Robert
On 2015-04-16 22:44, Elias Mårtenson wrote: On 17 April 2015 at 10:39, Christian Robert mailto:christian.rob...@polymtl.ca>> wrote: Hi, sock←FIO∆socket 'AF_INET' 'SOCK_STREAM' 'IPPROTO_TCP' DOMAIN ERROR FIO∆socket[3] Zh←FILE_IO[32]Bi ^ ^

Re: [Bug-apl] Improvement on FIO∆socket

2015-04-16 Thread Elias Mårtenson
On 17 April 2015 at 10:39, Christian Robert wrote: > Hi, > > sock←FIO∆socket 'AF_INET' 'SOCK_STREAM' 'IPPROTO_TCP' > DOMAIN ERROR > FIO∆socket[3] Zh←FILE_IO[32]Bi > ^ ^ > > of course it fail, because it is expecting integer numbers ... > > Such integer numbers ar

[Bug-apl] Improvement on FIO∆socket

2015-04-16 Thread Christian Robert
Hi, sock←FIO∆socket 'AF_INET' 'SOCK_STREAM' 'IPPROTO_TCP' DOMAIN ERROR FIO∆socket[3] Zh←FILE_IO[32]Bi ^ ^ of course it fail, because it is expecting integer numbers ... Such integer numbers are *very* *very* hard to remember, why not accepting this syntax (in

[Bug-apl] Reproducible missing file after "make clean" when trying to do "make" again

2015-04-16 Thread Peter Teeson
Hi Jürgen: This issue was discovered in Xcode but it is reproducible in Terminal. I have the complete terminal log when I did the following: 1. SVN co (revision 686) 2. ./configure 3. make 4. sudo make install 5. apl 6. )OFF 7. make clean 8. make Apparently "make clean" removes 'makefile.h' Native