On Wed, 12 Jan 2022, Milan Crha wrote:

On Wed, 2022-01-12 at 08:03 -0500, Max Pyziur wrote:
get.c gcc -o get get.c `pkg-config --cflags --libs libsoup-2.4`

        Hi,
everything after 'gcc', including the 'gcc' itself, is means to be a
separate command, thus:

  $ curl ..... >get.c

  $ gcc -o get `pkg-config --cflags --libs libsoup-2.4` get.c

  $ ./get ....

Hope it helps.
        Bye,
        Milan

Everything helps.

Here's my output:
GET /sync/server HTTP/1.1
Soup-Debug-Timestamp: 1642025460
Soup-Debug: SoupSession 1 (0xcc3100), SoupMessage 1 (0xccd8a0),
SoupSocket 1 (0x118b0f0)
Host: www.keepcontacts.com
Accept-Encoding: gzip, deflate
User-Agent: get libsoup/2.74.2
Accept-Language: en-us, en;q=0.9
Connection: Keep-Alive

< HTTP/1.1 404 Not Found
< Soup-Debug-Timestamp: 1642025460
< Soup-Debug: SoupMessage 1 (0xccd8a0)
< Date: Wed, 12 Jan 2022 22:11:00 GMT
< Server: Apache
< X-Frame-Options: DENY
< X-Content-Type-Options: nosniff
< Strict-Transport-Security: max-age=63072000; includeSubdomains;
< X-Permitted-Cross-Domain-Policies: none
< Content-Length: 0
< X-XSS-Protection: 1; mode=block
< Keep-Alive: timeout=15, max=100
< Connection: Keep-Alive


M
_______________________________________________
SyncEvolution mailing list -- syncevolution@syncevolution.org
To unsubscribe send an email to syncevolution-le...@syncevolution.org
%(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s

Reply via email to