You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello:
I updated the DEV branch to use stdio.h. Could you see if that fixes your issue?
Take care
Garrett
From: Aleksey Vitebskiy <[email protected]>
Reply-To: ossimlabs/ossim-plugins <[email protected]>
Date: Wednesday, May 8, 2019 at 11:55 AM
To: ossimlabs/ossim-plugins <[email protected]>
Cc: Subscribed <[email protected]>
Subject: [ossimlabs/ossim-plugins] Build error with GCC 8.3 (#44)
CAUTION: This email originated from outside of the organization. Do not click links or open attachments unless you recognize the sender and know the content is safe.
I'm getting the following error when building on Ubuntu 19.04 (GCC 8.3):
ossim-plugins/potrace/src/potracelib.c:11:10: fatal error: libio.h: No such file or directory
#include <libio.h>
^~~~~~~~~
compilation terminated.
The libio.h header has been deprecated and should not be used, see https://savannah.gnu.org/forum/forum.php?forum_id=9205<url>
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub<#44>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AARP3P6XNN7GXMMRBBFCP5DPULZW3ANCNFSM4HLTATSQ>.
This electronic communication and any attachments may contain confidential and proprietary information of Radiant Solutions, Inc. If you are not the intended recipient, or an agent or employee responsible for delivering this communication to the intended recipient, or if you have received this communication in error, please do not print, copy, retransmit, disseminate or otherwise use the information. Please indicate to the sender that you have received this communication in error, and delete the copy you received.
Radiant Solutions reserves the right to monitor any electronic communication sent or received by its employees, agents or representatives.
I'm getting the following error when building on Ubuntu 19.04 (GCC 8.3):
The
libio.h
header has been deprecated and should not be used, see https://savannah.gnu.org/forum/forum.php?forum_id=9205The text was updated successfully, but these errors were encountered: