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
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
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
^ ^
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
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
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