Hello everyone!
What is the version of chrome you are using? What is the version of
the nacl_sdk? For chrome you will need at least version 31. For the
SDK you will need to be using pepper_canary.
IIRC the curl example in naclports allows you pass arguments as URL
parameters. If you are still having trouble with pepper_canary you can
try adding the -v parameter ("?ARG1=http://google.com/&ARG2=-v") and
paste the resulting output here.
On Thu, Oct 31, 2013 at 8:44 AM, Данил Сагунов <danil...@gmail.com> wrote:
> Now I noticed that the system connect() function call in lib/connect.c
> returns error with errno ENOSYS (code 38) and message "Function not
> implemented". So the question is could I call it right somehow or it is
> really not implemented.
>
>
> четверг, 31 октября 2013 г., 10:45:24 UTC+4 пользователь Данил Сагунов
> написал:
>>
>> Hello everyone!
>> I am trying to make curl working, but even example gives me `Invalid
>> argument' error when trying to connect to "www.google.com:80". I have passed
>> --allow-nacl-socket-api=localhost flag to chrome. What am I doing wrong?
>
> --
> You received this message because you are subscribed to the Google Groups
> "Native-Client-Discuss" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to native-client-discuss+unsub...@googlegroups.com.