MidnightBSD Magus

java/classpath

GNU project to create a free Java class library

Flavor Version Run OSVersion Arch License Restricted Status
0.99_4 620 4.0 amd64 gpl2 0 fail

License Permissions:

Events

Machine Type Time Message
m4064b info 2025-11-01 08:31:13.494759 Test Started
m4064b fail 2025-11-01 08:34:31.921251 make build returned non-zero: 1
m4064b fail 2025-11-01 08:34:32.02646 Test complete.

Log

===>  Building for classpath-0.99_4
Making all in lib
gmake[1]: Entering directory '/magus/work/usr/mports/java/classpath/work/classpath-0.99/lib'
/bin/mkdir -p ../gnu/java/locale
true
../scripts/generate-locale-list.sh > ../gnu/java/locale/LocaleData.java
top_builddir=.. top_srcdir=.. /bin/sh ./gen-classlist.sh standard
Adding java source files from srcdir '/magus/work/usr/mports/java/classpath/work/classpath-0.99'.
Adding java source files from VM directory ../vm/reference
/usr/local/bootstrap-openjdk8/bin/javac  -J-Xmx768M -source 1.5 -target 1.5 -bootclasspath '' -classpath ../vm/reference:..:../external/w3c_dom:../external/sax:../external/relaxngDatatype:../external/jsr166:.:: -d . @classes
warning: [options] source value 1.5 is obsolete and will be removed in a future release
warning: [options] target value 1.5 is obsolete and will be removed in a future release
warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
/magus/work/usr/mports/java/classpath/work/classpath-0.99/sun/reflect/annotation/AnnotationInvocationHandler.java:130: warning: '_' used as an identifier
            catch (IllegalAccessException _)
                                          ^
  (use of '_' as an identifier might not be supported in releases after Java SE 8)
/magus/work/usr/mports/java/classpath/work/classpath-0.99/sun/reflect/annotation/AnnotationInvocationHandler.java:134: warning: '_' used as an identifier
            catch (InvocationTargetException _)
                                             ^
  (use of '_' as an identifier might not be supported in releases after Java SE 8)
touch resources
/magus/work/usr/mports/java/classpath/work/classpath-0.99/javax/swing/text/LayoutQueue.java:90: warning: '_' used as an identifier
            catch (InterruptedException _)
                                        ^
  (use of '_' as an identifier might not be supported in releases after Java SE 8)
/magus/work/usr/mports/java/classpath/work/classpath-0.99/javax/swing/text/ElementIterator.java:115: warning: '_' used as an identifier
    catch (CloneNotSupportedException _)
                                      ^
  (use of '_' as an identifier might not be supported in releases after Java SE 8)
/magus/work/usr/mports/java/classpath/work/classpath-0.99/javax/sound/sampled/AudioSystem.java:95: warning: '_' used as an identifier
        catch (UnsupportedAudioFileException _)
                                             ^
  (use of '_' as an identifier might not be supported in releases after Java SE 8)
/magus/work/usr/mports/java/classpath/work/classpath-0.99/javax/sound/sampled/AudioSystem.java:122: warning: '_' used as an identifier
        catch (UnsupportedAudioFileException _)
                                             ^
  (use of '_' as an identifier might not be supported in releases after Java SE 8)
/magus/work/usr/mports/java/classpath/work/classpath-0.99/javax/sound/sampled/AudioSystem.java:149: warning: '_' used as an identifier
        catch (UnsupportedAudioFileException _)
                                             ^
  (use of '_' as an identifier might not be supported in releases after Java SE 8)
/magus/work/usr/mports/java/classpath/work/classpath-0.99/javax/sound/sampled/AudioSystem.java:262: warning: '_' used as an identifier
        catch (UnsupportedAudioFileException _)
                                             ^
  (use of '_' as an identifier might not be supported in releases after Java SE 8)
/magus/work/usr/mports/java/classpath/work/classpath-0.99/javax/sound/sampled/AudioSystem.java:289: warning: '_' used as an identifier
        catch (UnsupportedAudioFileException _)
                                             ^
  (use of '_' as an identifier might not be supported in releases after Java SE 8)
/magus/work/usr/mports/java/classpath/work/classpath-0.99/javax/sound/sampled/AudioSystem.java:316: warning: '_' used as an identifier
        catch (UnsupportedAudioFileException _)
                                             ^
  (use of '_' as an identifier might not be supported in releases after Java SE 8)
/magus/work/usr/mports/java/classpath/work/classpath-0.99/javax/sound/sampled/AudioSystem.java:387: warning: '_' used as an identifier
        catch (LineUnavailableException _)
                                        ^
  (use of '_' as an identifier might not be supported in releases after Java SE 8)
/magus/work/usr/mports/java/classpath/work/classpath-0.99/javax/naming/spi/ResolveResult.java:93: warning: '_' used as an identifier
    catch (InvalidNameException _)
                                ^
  (use of '_' as an identifier might not be supported in releases after Java SE 8)
/magus/work/usr/mports/java/classpath/work/classpath-0.99/javax/naming/spi/ResolveResult.java:152: warning: '_' used as an identifier
    catch (InvalidNameException _)
                                ^
  (use of '_' as an identifier might not be supported in releases after Java SE 8)
/magus/work/usr/mports/java/classpath/work/classpath-0.99/javax/naming/spi/ResolveResult.java:168: warning: '_' used as an identifier
    catch (InvalidNameException _)
                                ^
  (use of '_' as an identifier might not be supported in releases after Java SE 8)
/magus/work/usr/mports/java/classpath/work/classpath-0.99/javax/naming/spi/NamingManager.java:603: warning: '_' used as an identifier
    catch (Exception _)
                     ^
  (use of '_' as an identifier might not be supported in releases after Java SE 8)
/magus/work/usr/mports/java/classpath/work/classpath-0.99/java/util/zip/ZipFile.java:196: warning: '_' used as an identifier
    catch (IOException _)
                       ^
  (use of '_' as an identifier might not be supported in releases after Java SE 8)
/magus/work/usr/mports/java/classpath/work/classpath-0.99/java/util/zip/ZipFile.java:206: warning: '_' used as an identifier
        catch (IOException _)
                           ^
  (use of '_' as an identifier might not be supported in releases after Java SE 8)
/magus/work/usr/mports/java/classpath/work/classpath-0.99/java/util/logging/StreamHandler.java:154: warning: '_' used as an identifier
    catch (Exception _)
                     ^
  (use of '_' as an identifier might not be supported in releases after Java SE 8)
/magus/work/usr/mports/java/classpath/work/classpath-0.99/java/util/logging/LogRecord.java:340: warning: '_' used as an identifier
    catch (java.util.MissingResourceException _)
                                              ^
  (use of '_' as an identifier might not be supported in releases after Java SE 8)
/magus/work/usr/mports/java/classpath/work/classpath-0.99/java/util/logging/Level.java:291: warning: '_' used as an identifier
      catch (Exception _)
                       ^
  (use of '_' as an identifier might not be supported in releases after Java SE 8)
/magus/work/usr/mports/java/classpath/work/classpath-0.99/java/util/logging/Level.java:358: warning: '_' used as an identifier
    catch (NumberFormatException _)
                                 ^
  (use of '_' as an identifier might not be supported in releases after Java SE 8)
/magus/work/usr/mports/java/classpath/work/classpath-0.99/java/util/logging/Formatter.java:155: warning: '_' used as an identifier
      catch (java.util.MissingResourceException _)
                                                ^
  (use of '_' as an identifier might not be supported in releases after Java SE 8)
/magus/work/usr/mports/java/classpath/work/classpath-0.99/java/util/jar/JarEntry.java:113: warning: '_' used as an identifier
    catch (IOException _)
                       ^
  (use of '_' as an identifier might not be supported in releases after Java SE 8)
/magus/work/usr/mports/java/classpath/work/classpath-0.99/java/util/Timer.java:224: warning: '_' used as an identifier
                  catch (InterruptedException _)
                                              ^
  (use of '_' as an identifier might not be supported in releases after Java SE 8)
/magus/work/usr/mports/java/classpath/work/classpath-0.99/java/util/Timer.java:237: warning: '_' used as an identifier
              catch (InterruptedException _)
                                          ^
  (use of '_' as an identifier might not be supported in releases after Java SE 8)
/magus/work/usr/mports/java/classpath/work/classpath-0.99/java/util/TimeZone.java:1129: warning: '_' used as an identifier
    catch (IndexOutOfBoundsException _)
                                     ^
  (use of '_' as an identifier might not be supported in releases after Java SE 8)
/magus/work/usr/mports/java/classpath/work/classpath-0.99/java/util/TimeZone.java:1132: warning: '_' used as an identifier
    catch (NumberFormatException _)
                                 ^
  (use of '_' as an identifier might not be supported in releases after Java SE 8)
/magus/work/usr/mports/java/classpath/work/classpath-0.99/java/util/Formatter.java:396: warning: '_' used as an identifier
    catch (IOException _)
                       ^
  (use of '_' as an identifier might not be supported in releases after Java SE 8)
/magus/work/usr/mports/java/classpath/work/classpath-0.99/java/util/Formatter.java:420: warning: '_' used as an identifier
    catch (IOException _)
                       ^
  (use of '_' as an identifier might not be supported in releases after Java SE 8)
/magus/work/usr/mports/java/classpath/work/classpath-0.99/java/util/EnumSet.java:129: warning: '_' used as an identifier
    catch (CloneNotSupportedException _)
                                      ^
  (use of '_' as an identifier might not be supported in releases after Java SE 8)
/magus/work/usr/mports/java/classpath/work/classpath-0.99/java/text/Collator.java:234: warning: '_' used as an identifier
    catch (CloneNotSupportedException _)
                                      ^
  (use of '_' as an identifier might not be supported in releases after Java SE 8)
/magus/work/usr/mports/java/classpath/work/classpath-0.99/java/net/URLClassLoader.java:315: warning: '_' used as an identifier
                catch (MalformedURLException _)
                                             ^
  (use of '_' as an identifier might not be supported in releases after Java SE 8)
/magus/work/usr/mports/java/classpath/work/classpath-0.99/java/net/ServerSocket.java:264: warning: '_' used as an identifier
        catch (IOException _)
                           ^
  (use of '_' as an identifier might not be supported in releases after Java SE 8)
/magus/work/usr/mports/java/classpath/work/classpath-0.99/java/lang/Package.java:393: warning: '_' used as an identifier
    catch (ClassNotFoundException _)
                                  ^
  (use of '_' as an identifier might not be supported in releases after Java SE 8)
/magus/work/usr/mports/java/classpath/work/classpath-0.99/java/io/StreamTokenizer.java:413: warning: '_' used as an identifier
        catch (NumberFormatException _)
                                     ^
  (use of '_' as an identifier might not be supported in releases after Java SE 8)
/magus/work/usr/mports/java/classpath/work/classpath-0.99/java/io/ObjectStreamClass.java:382: warning: '_' used as an identifier
                catch (NoSuchFieldException _)
                                            ^
  (use of '_' as an identifier might not be supported in releases after Java SE 8)
/magus/work/usr/mports/java/classpath/work/classpath-0.99/java/io/ObjectStreamClass.java:394: warning: '_' used as an identifier
                catch (NoSuchFieldException _)
                                            ^
  (use of '_' as an identifier might not be supported in releases after Java SE 8)
/magus/work/usr/mports/java/classpath/work/classpath-0.99/java/io/ObjectStreamClass.java:715: warning: '_' used as an identifier
                    catch (NoSuchFieldException _)
                                                ^
  (use of '_' as an identifier might not be supported in releases after Java SE 8)
/magus/work/usr/mports/java/classpath/work/classpath-0.99/java/io/ObjectOutputStream.java:1312: warning: '_' used as an identifier
    catch (IllegalArgumentException _)
                                    ^
  (use of '_' as an identifier might not be supported in releases after Java SE 8)
/magus/work/usr/mports/java/classpath/work/classpath-0.99/java/io/ObjectOutputStream.java:1316: warning: '_' used as an identifier
        e.initCause(_);
                    ^
  (use of '_' as an identifier might not be supported in releases after Java SE 8)
/magus/work/usr/mports/java/classpath/work/classpath-0.99/java/io/ObjectOutputStream.java:1323: warning: '_' used as an identifier
    catch (Exception _)
                     ^
  (use of '_' as an identifier might not be supported in releases after Java SE 8)
/magus/work/usr/mports/java/classpath/work/classpath-0.99/java/io/ObjectOutputStream.java:1325: warning: '_' used as an identifier
        IOException e = new IOException("Unexpected exception " + _);
                                                                  ^
  (use of '_' as an identifier might not be supported in releases after Java SE 8)
/magus/work/usr/mports/java/classpath/work/classpath-0.99/java/io/ObjectOutputStream.java:1326: warning: '_' used as an identifier
        e.initCause(_);
                    ^
  (use of '_' as an identifier might not be supported in releases after Java SE 8)
/magus/work/usr/mports/java/classpath/work/classpath-0.99/java/io/ObjectOutputStream.java:1442: warning: '_' used as an identifier
    catch (Exception _)
                     ^
  (use of '_' as an identifier might not be supported in releases after Java SE 8)
/magus/work/usr/mports/java/classpath/work/classpath-0.99/java/io/ObjectInputStream.java:1539: warning: '_' used as an identifier
              catch (NullPointerException _)
                                          ^
  (use of '_' as an identifier might not be supported in releases after Java SE 8)
/magus/work/usr/mports/java/classpath/work/classpath-0.99/java/io/ObjectInputStream.java:2105: warning: '_' used as an identifier
    catch (Exception _)
                     ^
  (use of '_' as an identifier might not be supported in releases after Java SE 8)
/magus/work/usr/mports/java/classpath/work/classpath-0.99/java/io/InputStreamReader.java:174: warning: '_' used as an identifier
          } catch(UnsupportedOperationException _){
                                                ^
  (use of '_' as an identifier might not be supported in releases after Java SE 8)
/magus/work/usr/mports/java/classpath/work/classpath-0.99/java/io/InputStreamReader.java:223: warning: '_' used as an identifier
      } catch(UnsupportedOperationException _){
                                            ^
  (use of '_' as an identifier might not be supported in releases after Java SE 8)
/magus/work/usr/mports/java/classpath/work/classpath-0.99/java/io/InputStreamReader.java:256: warning: '_' used as an identifier
    } catch(UnsupportedOperationException _){
                                          ^
  (use of '_' as an identifier might not be supported in releases after Java SE 8)
/magus/work/usr/mports/java/classpath/work/classpath-0.99/java/io/InputStreamReader.java:284: warning: '_' used as an identifier
    } catch(UnsupportedOperationException _){
                                          ^
  (use of '_' as an identifier might not be supported in releases after Java SE 8)
/magus/work/usr/mports/java/classpath/work/classpath-0.99/java/io/CharArrayWriter.java:282: warning: '_' used as an identifier
    catch (IOException _)
                       ^
  (use of '_' as an identifier might not be supported in releases after Java SE 8)
/magus/work/usr/mports/java/classpath/work/classpath-0.99/java/io/CharArrayWriter.java:316: warning: '_' used as an identifier
    catch (IOException _)
                       ^
  (use of '_' as an identifier might not be supported in releases after Java SE 8)
/magus/work/usr/mports/java/classpath/work/classpath-0.99/java/beans/PropertyDescriptor.java:383: warning: '_' used as an identifier
      catch (NoSuchMethodException _)
                                   ^
  (use of '_' as an identifier might not be supported in releases after Java SE 8)
/magus/work/usr/mports/java/classpath/work/classpath-0.99/java/beans/PropertyDescriptor.java:396: warning: '_' used as an identifier
      catch (InstantiationException _)
                                    ^
  (use of '_' as an identifier might not be supported in releases after Java SE 8)
/magus/work/usr/mports/java/classpath/work/classpath-0.99/java/beans/PropertyDescriptor.java:400: warning: '_' used as an identifier
      catch (InvocationTargetException _)
                                       ^
  (use of '_' as an identifier might not be supported in releases after Java SE 8)
/magus/work/usr/mports/java/classpath/work/classpath-0.99/java/beans/PropertyDescriptor.java:404: warning: '_' used as an identifier
      catch (IllegalAccessException _)
                                    ^
  (use of '_' as an identifier might not be supported in releases after Java SE 8)
/magus/work/usr/mports/java/classpath/work/classpath-0.99/java/beans/PropertyDescriptor.java:408: warning: '_' used as an identifier
      catch (ClassCastException _)
                                ^
  (use of '_' as an identifier might not be supported in releases after Java SE 8)
/magus/work/usr/mports/java/classpath/work/classpath-0.99/java/awt/GridBagConstraints.java:198: warning: '_' used as an identifier
    catch (CloneNotSupportedException _)
                                      ^
  (use of '_' as an identifier might not be supported in releases after Java SE 8)
/magus/work/usr/mports/java/classpath/work/classpath-0.99/java/applet/Applet.java:552: warning: '_' used as an identifier
      catch (LineUnavailableException _)
                                      ^
  (use of '_' as an identifier might not be supported in releases after Java SE 8)
/magus/work/usr/mports/java/classpath/work/classpath-0.99/java/applet/Applet.java:556: warning: '_' used as an identifier
      catch (IOException _)
                         ^
  (use of '_' as an identifier might not be supported in releases after Java SE 8)
/magus/work/usr/mports/java/classpath/work/classpath-0.99/java/applet/Applet.java:560: warning: '_' used as an identifier
      catch (UnsupportedAudioFileException _)
                                           ^
  (use of '_' as an identifier might not be supported in releases after Java SE 8)
/magus/work/usr/mports/java/classpath/work/classpath-0.99/gnu/java/util/prefs/FileBasedPreferences.java:125: warning: '_' used as an identifier
    catch (IOException _)
                       ^
  (use of '_' as an identifier might not be supported in releases after Java SE 8)
/magus/work/usr/mports/java/classpath/work/classpath-0.99/gnu/java/util/prefs/FileBasedPreferences.java:240: warning: '_' used as an identifier
                catch (IOException _)
                                   ^
  (use of '_' as an identifier might not be supported in releases after Java SE 8)
/magus/work/usr/mports/java/classpath/work/classpath-0.99/gnu/java/util/prefs/FileBasedPreferences.java:249: warning: '_' used as an identifier
                catch (IOException _)
                                   ^
  (use of '_' as an identifier might not be supported in releases after Java SE 8)
/magus/work/usr/mports/java/classpath/work/classpath-0.99/gnu/java/util/ZoneInfo.java:1032: warning: '_' used as an identifier
    catch (IndexOutOfBoundsException _)
                                     ^
  (use of '_' as an identifier might not be supported in releases after Java SE 8)
/magus/work/usr/mports/java/classpath/work/classpath-0.99/gnu/java/util/ZoneInfo.java:1035: warning: '_' used as an identifier
    catch (NumberFormatException _)
                                 ^
  (use of '_' as an identifier might not be supported in releases after Java SE 8)
/magus/work/usr/mports/java/classpath/work/classpath-0.99/gnu/java/rmi/server/UnicastRef.java:492: warning: '_' used as an identifier
    catch (IOException _)
                       ^
  (use of '_' as an identifier might not be supported in releases after Java SE 8)
/magus/work/usr/mports/java/classpath/work/classpath-0.99/gnu/java/rmi/server/UnicastConnectionManager.java:100: warning: '_' used as an identifier
        catch (UnknownHostException _) {
                                    ^
  (use of '_' as an identifier might not be supported in releases after Java SE 8)
/magus/work/usr/mports/java/classpath/work/classpath-0.99/gnu/java/rmi/server/UnicastConnectionManager.java:207: warning: '_' used as an identifier
    }catch(Exception _){}
                     ^
  (use of '_' as an identifier might not be supported in releases after Java SE 8)
/magus/work/usr/mports/java/classpath/work/classpath-0.99/gnu/java/rmi/server/UnicastConnectionManager.java:373: warning: '_' used as an identifier
            }catch(Exception _){}
                             ^
  (use of '_' as an identifier might not be supported in releases after Java SE 8)
/magus/work/usr/mports/java/classpath/work/classpath-0.99/gnu/java/rmi/server/UnicastConnection.java:189: warning: '_' used as an identifier
        catch (IOException _) {
                           ^
  (use of '_' as an identifier might not be supported in releases after Java SE 8)
/magus/work/usr/mports/java/classpath/work/classpath-0.99/gnu/java/rmi/server/RMIHashes.java:90: warning: '_' used as an identifier
    }catch(Exception _){
                     ^
  (use of '_' as an identifier might not be supported in releases after Java SE 8)
/magus/work/usr/mports/java/classpath/work/classpath-0.99/gnu/java/rmi/server/RMIClassLoaderImpl.java:177: warning: '_' used as an identifier
    catch (Exception _)
                     ^
  (use of '_' as an identifier might not be supported in releases after Java SE 8)
/magus/work/usr/mports/java/classpath/work/classpath-0.99/gnu/java/rmi/registry/RegistryImpl.java:141: warning: '_' used as an identifier
                catch (NumberFormatException _) {
                                             ^
  (use of '_' as an identifier might not be supported in releases after Java SE 8)
/magus/work/usr/mports/java/classpath/work/classpath-0.99/gnu/java/rmi/registry/RegistryImpl.java:149: warning: '_' used as an identifier
        catch (RemoteException _) {
                               ^
  (use of '_' as an identifier might not be supported in releases after Java SE 8)
/magus/work/usr/mports/java/classpath/work/classpath-0.99/gnu/java/net/protocol/http/HTTPURLConnection.java:113: warning: '_' used as an identifier
            catch (NumberFormatException _)
                                         ^
  (use of '_' as an identifier might not be supported in releases after Java SE 8)
/magus/work/usr/mports/java/classpath/work/classpath-0.99/gnu/java/net/protocol/http/HTTPURLConnection.java:230: warning: '_' used as an identifier
                catch (IOException _)
                                   ^
  (use of '_' as an identifier might not be supported in releases after Java SE 8)
/magus/work/usr/mports/java/classpath/work/classpath-0.99/gnu/java/net/protocol/http/HTTPConnection.java:408: warning: '_' used as an identifier
                          catch (InterruptedException _)
                                                      ^
  (use of '_' as an identifier might not be supported in releases after Java SE 8)
/magus/work/usr/mports/java/classpath/work/classpath-0.99/gnu/java/net/protocol/http/HTTPConnection.java:427: warning: '_' used as an identifier
                    catch (InterruptedException _)
                                                ^
  (use of '_' as an identifier might not be supported in releases after Java SE 8)
/magus/work/usr/mports/java/classpath/work/classpath-0.99/gnu/java/net/protocol/http/HTTPConnection.java:493: warning: '_' used as an identifier
        catch (NumberFormatException _)
                                     ^
  (use of '_' as an identifier might not be supported in releases after Java SE 8)
/magus/work/usr/mports/java/classpath/work/classpath-0.99/gnu/java/net/protocol/http/HTTPConnection.java:507: warning: '_' used as an identifier
        catch (NumberFormatException _)
                                     ^
  (use of '_' as an identifier might not be supported in releases after Java SE 8)
/magus/work/usr/mports/java/classpath/work/classpath-0.99/gnu/java/net/protocol/http/HTTPConnection.java:528: warning: '_' used as an identifier
                catch (SocketException _)
                                       ^
  (use of '_' as an identifier might not be supported in releases after Java SE 8)
/magus/work/usr/mports/java/classpath/work/classpath-0.99/gnu/classpath/debug/Component.java:160: warning: '_' used as an identifier
    catch (Throwable _)
                     ^
  (use of '_' as an identifier might not be supported in releases after Java SE 8)
../vm/reference/java/net/VMNetworkInterface.java:79: warning: '_' used as an identifier
    catch (UnknownHostException _)
                                ^
  (use of '_' as an identifier might not be supported in releases after Java SE 8)
/magus/work/usr/mports/java/classpath/work/classpath-0.99/external/sax/org/xml/sax/helpers/NewInstance.java:63: warning: non-varargs call of varargs method with inexact argument type for last parameter;
            m = Thread.class.getMethod("getContextClassLoader", null);
                                                                ^
  cast to Class for a varargs call
  cast to Class[] for a non-varargs call and to suppress this warning
/magus/work/usr/mports/java/classpath/work/classpath-0.99/external/sax/org/xml/sax/helpers/NewInstance.java:70: warning: non-varargs call of varargs method with inexact argument type for last parameter;
            return (ClassLoader) m.invoke(Thread.currentThread(), null);
                                                                  ^
  cast to Object for a varargs call
  cast to Object[] for a non-varargs call and to suppress this warning
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
89 warnings
touch compile-classes
/usr/local/bootstrap-openjdk8/bin/jar cf glibj.zip gnu java javax org sun META-INF && /usr/local/bootstrap-openjdk8/bin/jar i ./glibj.zip
gmake[1]: Leaving directory '/magus/work/usr/mports/java/classpath/work/classpath-0.99/lib'
Making all in doc
gmake[1]: Entering directory '/magus/work/usr/mports/java/classpath/work/classpath-0.99/doc'
Making all in api
gmake[2]: Entering directory '/magus/work/usr/mports/java/classpath/work/classpath-0.99/doc/api'
gmake[2]: Nothing to be done for 'all'.
gmake[2]: Leaving directory '/magus/work/usr/mports/java/classpath/work/classpath-0.99/doc/api'
gmake[2]: Entering directory '/magus/work/usr/mports/java/classpath/work/classpath-0.99/doc'
perl ./texi2pod.pl -D gappletviewer < cp-tools.texinfo > gappletviewer.pod
perl ./texi2pod.pl -D gjar < cp-tools.texinfo > gjar.pod
perl ./texi2pod.pl -D gjarsigner < cp-tools.texinfo > gjarsigner.pod
perl ./texi2pod.pl -D gjavah < cp-tools.texinfo > gjavah.pod
perl ./texi2pod.pl -D gcjh < cp-tools.texinfo > gcjh.pod
perl ./texi2pod.pl -D gkeytool < cp-tools.texinfo \
  | sed -e 's/^For more details.*/See I for more details./' \
    -e 's/1\.<\([^>]*\)>/- \1/' \
	> gkeytool.pod
perl ./texi2pod.pl -D gnative2ascii < cp-tools.texinfo > gnative2ascii.pod
perl ./texi2pod.pl -D gorbd < cp-tools.texinfo > gorbd.pod
perl ./texi2pod.pl -D grmid < cp-tools.texinfo > grmid.pod
perl ./texi2pod.pl -D grmiregistry < cp-tools.texinfo > grmiregistry.pod
perl ./texi2pod.pl -D gserialver < cp-tools.texinfo > gserialver.pod
perl ./texi2pod.pl -D gtnameserv < cp-tools.texinfo > gtnameserv.pod
perl ./texi2pod.pl -D gjdoc < cp-tools.texinfo > gjdoc.pod
Unescaped left brace in regex is passed through in regex; marked by <-- HERE in m/^\@strong{ <-- HERE (.*)}$/ at ./texi2pod.pl line 314.
Unescaped left brace in regex is passed through in regex; marked by <-- HERE in m/^\@strong{ <-- HERE (.*)}$/ at ./texi2pod.pl line 314.
Unescaped left brace in regex is passed through in regex; marked by <-- HERE in m/^\@strong{ <-- HERE (.*)}$/ at ./texi2pod.pl line 314.
Unescaped left brace in regex is passed through in regex; marked by <-- HERE in m/^\@strong{ <-- HERE (.*)}$/ at ./texi2pod.pl line 314.
Unescaped left brace in regex is passed through in regex; marked by <-- HERE in m/^\@strong{ <-- HERE (.*)}$/ at ./texi2pod.pl line 314.
Unescaped left brace in regex is passed through in regex; marked by <-- HERE in m/^\@strong{ <-- HERE (.*)}$/ at ./texi2pod.pl line 314.
Unescaped left brace in regex is passed through in regex; marked by <-- HERE in m/^\@strong{ <-- HERE (.*)}$/ at ./texi2pod.pl line 314.
Unescaped left brace in regex is passed through in regex; marked by <-- HERE in m/^\@strong{ <-- HERE (.*)}$/ at ./texi2pod.pl line 314.
Unescaped left brace in regex is passed through in regex; marked by <-- HERE in m/^\@strong{ <-- HERE (.*)}$/ at ./texi2pod.pl line 314.
Unescaped left brace in regex is passed through in regex; marked by <-- HERE in m/^\@strong{ <-- HERE (.*)}$/ at ./texi2pod.pl line 314.
Unescaped left brace in regex is passed through in regex; marked by <-- HERE in m/^\@strong{ <-- HERE (.*)}$/ at ./texi2pod.pl line 314.
Unescaped left brace in regex is passed through in regex; marked by <-- HERE in m/^\@strong{ <-- HERE (.*)}$/ at ./texi2pod.pl line 314.
Unescaped left brace in regex is passed through in regex; marked by <-- HERE in m/^\@strong{ <-- HERE (.*)}$/ at ./texi2pod.pl line 314.
echo timestamp > gjar.1
echo timestamp > gappletviewer.1
echo timestamp > gjarsigner.1
echo timestamp > gjavah.1
echo timestamp > gcjh.1
echo timestamp > gnative2ascii.1
(pod2man --center="GNU" --release="0.99" --section=1 gjar.pod > gjar.1.T$$ && \
	mv -f gjar.1.T$$ gjar.1) || \
	(rm -f gjar.1.T$$ && exit 1)
(pod2man --center="GNU" --release="0.99" --section=1 gappletviewer.pod > gappletviewer.1.T$$ && \
	mv -f gappletviewer.1.T$$ gappletviewer.1) || \
	(rm -f gappletviewer.1.T$$ && exit 1)
(pod2man --center="GNU" --release="0.99" --section=1 gjarsigner.pod > gjarsigner.1.T$$ && \
	mv -f gjarsigner.1.T$$ gjarsigner.1) || \
	(rm -f gjarsigner.1.T$$ && exit 1)
echo timestamp > gorbd.1
(pod2man --center="GNU" --release="0.99" --section=1 gjavah.pod > gjavah.1.T$$ && \
	mv -f gjavah.1.T$$ gjavah.1) || \
	(rm -f gjavah.1.T$$ && exit 1)
(pod2man --center="GNU" --release="0.99" --section=1 gcjh.pod > gcjh.1.T$$ && \
	mv -f gcjh.1.T$$ gcjh.1) || \
	(rm -f gcjh.1.T$$ && exit 1)
echo timestamp > grmid.1
(pod2man --center="GNU" --release="0.99" --section=1 gnative2ascii.pod > gnative2ascii.1.T$$ && \
	mv -f gnative2ascii.1.T$$ gnative2ascii.1) || \
	(rm -f gnative2ascii.1.T$$ && exit 1)
echo timestamp > grmiregistry.1
echo timestamp > gserialver.1
echo timestamp > gtnameserv.1
(pod2man --center="GNU" --release="0.99" --section=1 gorbd.pod > gorbd.1.T$$ && \
	mv -f gorbd.1.T$$ gorbd.1) || \
	(rm -f gorbd.1.T$$ && exit 1)
(pod2man --center="GNU" --release="0.99" --section=1 grmid.pod > grmid.1.T$$ && \
	mv -f grmid.1.T$$ grmid.1) || \
	(rm -f grmid.1.T$$ && exit 1)
(pod2man --center="GNU" --release="0.99" --section=1 grmiregistry.pod > grmiregistry.1.T$$ && \
	mv -f grmiregistry.1.T$$ grmiregistry.1) || \
	(rm -f grmiregistry.1.T$$ && exit 1)
(pod2man --center="GNU" --release="0.99" --section=1 gserialver.pod > gserialver.1.T$$ && \
	mv -f gserialver.1.T$$ gserialver.1) || \
	(rm -f gserialver.1.T$$ && exit 1)
(pod2man --center="GNU" --release="0.99" --section=1 gtnameserv.pod > gtnameserv.1.T$$ && \
	mv -f gtnameserv.1.T$$ gtnameserv.1) || \
	(rm -f gtnameserv.1.T$$ && exit 1)
echo timestamp > gkeytool.1
(pod2man --center="GNU" --release="0.99" --section=1 gkeytool.pod > gkeytool.1.T$$ && \
	mv -f gkeytool.1.T$$ gkeytool.1) || \
	(rm -f gkeytool.1.T$$ && exit 1)
echo timestamp > gjdoc.1
(pod2man --center="GNU" --release="0.99" --section=1 gjdoc.pod > gjdoc.1.T$$ && \
	mv -f gjdoc.1.T$$ gjdoc.1) || \
	(rm -f gjdoc.1.T$$ && exit 1)
rm gjdoc.pod gkeytool.pod gjavah.pod gappletviewer.pod gjarsigner.pod gnative2ascii.pod gjar.pod gserialver.pod gtnameserv.pod grmiregistry.pod gcjh.pod grmid.pod gorbd.pod
gmake[2]: Leaving directory '/magus/work/usr/mports/java/classpath/work/classpath-0.99/doc'
gmake[1]: Leaving directory '/magus/work/usr/mports/java/classpath/work/classpath-0.99/doc'
Making all in external
gmake[1]: Entering directory '/magus/work/usr/mports/java/classpath/work/classpath-0.99/external'
Making all in sax
gmake[2]: Entering directory '/magus/work/usr/mports/java/classpath/work/classpath-0.99/external/sax'
gmake[2]: Nothing to be done for 'all'.
gmake[2]: Leaving directory '/magus/work/usr/mports/java/classpath/work/classpath-0.99/external/sax'
Making all in w3c_dom
gmake[2]: Entering directory '/magus/work/usr/mports/java/classpath/work/classpath-0.99/external/w3c_dom'
gmake[2]: Nothing to be done for 'all'.
gmake[2]: Leaving directory '/magus/work/usr/mports/java/classpath/work/classpath-0.99/external/w3c_dom'
Making all in relaxngDatatype
gmake[2]: Entering directory '/magus/work/usr/mports/java/classpath/work/classpath-0.99/external/relaxngDatatype'
gmake[2]: Nothing to be done for 'all'.
gmake[2]: Leaving directory '/magus/work/usr/mports/java/classpath/work/classpath-0.99/external/relaxngDatatype'
Making all in jsr166
gmake[2]: Entering directory '/magus/work/usr/mports/java/classpath/work/classpath-0.99/external/jsr166'
gmake[2]: Nothing to be done for 'all'.
gmake[2]: Leaving directory '/magus/work/usr/mports/java/classpath/work/classpath-0.99/external/jsr166'
gmake[2]: Entering directory '/magus/work/usr/mports/java/classpath/work/classpath-0.99/external'
gmake[2]: Nothing to be done for 'all-am'.
gmake[2]: Leaving directory '/magus/work/usr/mports/java/classpath/work/classpath-0.99/external'
gmake[1]: Leaving directory '/magus/work/usr/mports/java/classpath/work/classpath-0.99/external'
Making all in include
gmake[1]: Entering directory '/magus/work/usr/mports/java/classpath/work/classpath-0.99/include'
/usr/local/bin/gmake  all-am
gmake[2]: Entering directory '/magus/work/usr/mports/java/classpath/work/classpath-0.99/include'
gmake[2]: Leaving directory '/magus/work/usr/mports/java/classpath/work/classpath-0.99/include'
gmake[1]: Leaving directory '/magus/work/usr/mports/java/classpath/work/classpath-0.99/include'
Making all in native
gmake[1]: Entering directory '/magus/work/usr/mports/java/classpath/work/classpath-0.99/native'
Making all in fdlibm
gmake[2]: Entering directory '/magus/work/usr/mports/java/classpath/work/classpath-0.99/native/fdlibm'
/bin/sh ../../libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I../../include   -I/usr/local/include -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -MT dtoa.lo -MD -MP -MF .deps/dtoa.Tpo -c -o dtoa.lo dtoa.c
/bin/sh ../../libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I../../include   -I/usr/local/include -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -MT e_acos.lo -MD -MP -MF .deps/e_acos.Tpo -c -o e_acos.lo e_acos.c
/bin/sh ../../libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I../../include   -I/usr/local/include -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -MT e_asin.lo -MD -MP -MF .deps/e_asin.Tpo -c -o e_asin.lo e_asin.c
/bin/sh ../../libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I../../include   -I/usr/local/include -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -MT e_atan2.lo -MD -MP -MF .deps/e_atan2.Tpo -c -o e_atan2.lo e_atan2.c
/bin/sh ../../libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I../../include   -I/usr/local/include -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -MT e_cosh.lo -MD -MP -MF .deps/e_cosh.Tpo -c -o e_cosh.lo e_cosh.c
/bin/sh ../../libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I../../include   -I/usr/local/include -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -MT e_exp.lo -MD -MP -MF .deps/e_exp.Tpo -c -o e_exp.lo e_exp.c
/bin/sh ../../libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I../../include   -I/usr/local/include -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -MT e_fmod.lo -MD -MP -MF .deps/e_fmod.Tpo -c -o e_fmod.lo e_fmod.c
/bin/sh ../../libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I../../include   -I/usr/local/include -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -MT e_hypot.lo -MD -MP -MF .deps/e_hypot.Tpo -c -o e_hypot.lo e_hypot.c
/bin/sh ../../libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I../../include   -I/usr/local/include -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -MT e_log.lo -MD -MP -MF .deps/e_log.Tpo -c -o e_log.lo e_log.c
/bin/sh ../../libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I../../include   -I/usr/local/include -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -MT e_log10.lo -MD -MP -MF .deps/e_log10.Tpo -c -o e_log10.lo e_log10.c
/bin/sh ../../libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I../../include   -I/usr/local/include -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -MT e_pow.lo -MD -MP -MF .deps/e_pow.Tpo -c -o e_pow.lo e_pow.c
/bin/sh ../../libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I../../include   -I/usr/local/include -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -MT e_remainder.lo -MD -MP -MF .deps/e_remainder.Tpo -c -o e_remainder.lo e_remainder.c
/bin/sh ../../libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I../../include   -I/usr/local/include -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -MT e_rem_pio2.lo -MD -MP -MF .deps/e_rem_pio2.Tpo -c -o e_rem_pio2.lo e_rem_pio2.c
/bin/sh ../../libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I../../include   -I/usr/local/include -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -MT e_scalb.lo -MD -MP -MF .deps/e_scalb.Tpo -c -o e_scalb.lo e_scalb.c
/bin/sh ../../libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I../../include   -I/usr/local/include -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -MT e_sinh.lo -MD -MP -MF .deps/e_sinh.Tpo -c -o e_sinh.lo e_sinh.c
/bin/sh ../../libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I../../include   -I/usr/local/include -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -MT e_sqrt.lo -MD -MP -MF .deps/e_sqrt.Tpo -c -o e_sqrt.lo e_sqrt.c
/bin/sh ../../libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I../../include   -I/usr/local/include -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -MT k_cos.lo -MD -MP -MF .deps/k_cos.Tpo -c -o k_cos.lo k_cos.c
/bin/sh ../../libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I../../include   -I/usr/local/include -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -MT k_rem_pio2.lo -MD -MP -MF .deps/k_rem_pio2.Tpo -c -o k_rem_pio2.lo k_rem_pio2.c
/bin/sh ../../libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I../../include   -I/usr/local/include -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -MT k_sin.lo -MD -MP -MF .deps/k_sin.Tpo -c -o k_sin.lo k_sin.c
/bin/sh ../../libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I../../include   -I/usr/local/include -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -MT k_tan.lo -MD -MP -MF .deps/k_tan.Tpo -c -o k_tan.lo k_tan.c
/bin/sh ../../libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I../../include   -I/usr/local/include -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -MT mprec.lo -MD -MP -MF .deps/mprec.Tpo -c -o mprec.lo mprec.c
/bin/sh ../../libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I../../include   -I/usr/local/include -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -MT s_atan.lo -MD -MP -MF .deps/s_atan.Tpo -c -o s_atan.lo s_atan.c
/bin/sh ../../libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I../../include   -I/usr/local/include -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -MT s_cbrt.lo -MD -MP -MF .deps/s_cbrt.Tpo -c -o s_cbrt.lo s_cbrt.c
/bin/sh ../../libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I../../include   -I/usr/local/include -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -MT s_ceil.lo -MD -MP -MF .deps/s_ceil.Tpo -c -o s_ceil.lo s_ceil.c
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../../include -I/usr/local/include -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT dtoa.lo -MD -MP -MF .deps/dtoa.Tpo -c dtoa.c  -fPIC -DPIC -o .libs/dtoa.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../../include -I/usr/local/include -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT e_acos.lo -MD -MP -MF .deps/e_acos.Tpo -c e_acos.c  -fPIC -DPIC -o .libs/e_acos.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../../include -I/usr/local/include -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT e_asin.lo -MD -MP -MF .deps/e_asin.Tpo -c e_asin.c  -fPIC -DPIC -o .libs/e_asin.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../../include -I/usr/local/include -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT e_atan2.lo -MD -MP -MF .deps/e_atan2.Tpo -c e_atan2.c  -fPIC -DPIC -o .libs/e_atan2.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../../include -I/usr/local/include -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT e_remainder.lo -MD -MP -MF .deps/e_remainder.Tpo -c e_remainder.c  -fPIC -DPIC -o .libs/e_remainder.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../../include -I/usr/local/include -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT e_rem_pio2.lo -MD -MP -MF .deps/e_rem_pio2.Tpo -c e_rem_pio2.c  -fPIC -DPIC -o .libs/e_rem_pio2.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../../include -I/usr/local/include -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT e_cosh.lo -MD -MP -MF .deps/e_cosh.Tpo -c e_cosh.c  -fPIC -DPIC -o .libs/e_cosh.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../../include -I/usr/local/include -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT e_hypot.lo -MD -MP -MF .deps/e_hypot.Tpo -c e_hypot.c  -fPIC -DPIC -o .libs/e_hypot.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../../include -I/usr/local/include -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT e_exp.lo -MD -MP -MF .deps/e_exp.Tpo -c e_exp.c  -fPIC -DPIC -o .libs/e_exp.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../../include -I/usr/local/include -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT e_fmod.lo -MD -MP -MF .deps/e_fmod.Tpo -c e_fmod.c  -fPIC -DPIC -o .libs/e_fmod.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../../include -I/usr/local/include -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT e_log.lo -MD -MP -MF .deps/e_log.Tpo -c e_log.c  -fPIC -DPIC -o .libs/e_log.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../../include -I/usr/local/include -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT e_scalb.lo -MD -MP -MF .deps/e_scalb.Tpo -c e_scalb.c  -fPIC -DPIC -o .libs/e_scalb.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../../include -I/usr/local/include -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT e_sqrt.lo -MD -MP -MF .deps/e_sqrt.Tpo -c e_sqrt.c  -fPIC -DPIC -o .libs/e_sqrt.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../../include -I/usr/local/include -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT e_sinh.lo -MD -MP -MF .deps/e_sinh.Tpo -c e_sinh.c  -fPIC -DPIC -o .libs/e_sinh.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../../include -I/usr/local/include -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT e_log10.lo -MD -MP -MF .deps/e_log10.Tpo -c e_log10.c  -fPIC -DPIC -o .libs/e_log10.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../../include -I/usr/local/include -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT k_sin.lo -MD -MP -MF .deps/k_sin.Tpo -c k_sin.c  -fPIC -DPIC -o .libs/k_sin.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../../include -I/usr/local/include -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT k_tan.lo -MD -MP -MF .deps/k_tan.Tpo -c k_tan.c  -fPIC -DPIC -o .libs/k_tan.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../../include -I/usr/local/include -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT e_pow.lo -MD -MP -MF .deps/e_pow.Tpo -c e_pow.c  -fPIC -DPIC -o .libs/e_pow.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../../include -I/usr/local/include -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT k_rem_pio2.lo -MD -MP -MF .deps/k_rem_pio2.Tpo -c k_rem_pio2.c  -fPIC -DPIC -o .libs/k_rem_pio2.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../../include -I/usr/local/include -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT s_atan.lo -MD -MP -MF .deps/s_atan.Tpo -c s_atan.c  -fPIC -DPIC -o .libs/s_atan.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../../include -I/usr/local/include -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT k_cos.lo -MD -MP -MF .deps/k_cos.Tpo -c k_cos.c  -fPIC -DPIC -o .libs/k_cos.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../../include -I/usr/local/include -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT mprec.lo -MD -MP -MF .deps/mprec.Tpo -c mprec.c  -fPIC -DPIC -o .libs/mprec.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../../include -I/usr/local/include -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT s_ceil.lo -MD -MP -MF .deps/s_ceil.Tpo -c s_ceil.c  -fPIC -DPIC -o .libs/s_ceil.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../../include -I/usr/local/include -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT s_cbrt.lo -MD -MP -MF .deps/s_cbrt.Tpo -c s_cbrt.c  -fPIC -DPIC -o .libs/s_cbrt.o
mprec.c:341:11: warning: logical not is only applied to the left hand side of this bitwise operator [-Wlogical-not-parentheses]
  341 |       if (!x & 1)
      |           ^  ~
mprec.c:341:11: note: add parentheses after the '!' to evaluate the bitwise operator first
  341 |       if (!x & 1)
      |           ^     
      |            (    )
mprec.c:341:11: note: add parentheses around left hand side expression to silence this warning
  341 |       if (!x & 1)
      |           ^
      |           ( )
mprec.c:430:13: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
  430 |       if (y = *xb++)
      |           ~~^~~~~~~
mprec.c:430:13: note: place parentheses around the assignment to silence this warning
  430 |       if (y = *xb++)
      |             ^      
      |           (        )
mprec.c:430:13: note: use '==' to turn this assignment into an equality comparison
  430 |       if (y = *xb++)
      |             ^
      |             ==
mprec.c:538:15: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
  538 |       if (*x1 = z)
      |           ~~~~^~~
mprec.c:538:15: note: place parentheses around the assignment to silence this warning
  538 |       if (*x1 = z)
      |               ^  
      |           (      )
mprec.c:538:15: note: use '==' to turn this assignment into an equality comparison
  538 |       if (*x1 = z)
      |               ^
      |               ==
mprec.c:764:27: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]
  764 |       d0 = Exp_1 | y << k - Ebits | z >> Ebits + 16 - k;
      |                      ~~ ~~^~~~~~~
mprec.c:764:27: note: place parentheses around the '-' expression to silence this warning
  764 |       d0 = Exp_1 | y << k - Ebits | z >> Ebits + 16 - k;
      |                         ~~^~~~~~~
mprec.c:764:53: warning: operator '>>' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]
  764 |       d0 = Exp_1 | y << k - Ebits | z >> Ebits + 16 - k;
      |                                       ~~ ~~~~~~~~~~~^~~
mprec.c:764:53: note: place parentheses around the '-' expression to silence this warning
  764 |       d0 = Exp_1 | y << k - Ebits | z >> Ebits + 16 - k;
      |                                          ~~~~~~~~~~~^~~
mprec.c:767:24: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]
  767 |       d1 = z << k + 16 - Ebits | w << k - Ebits | y >> 16 + Ebits - k;
      |              ~~ ~~~~~~~^~~~~~~
mprec.c:767:24: note: place parentheses around the '-' expression to silence this warning
  767 |       d1 = z << k + 16 - Ebits | w << k - Ebits | y >> 16 + Ebits - k;
      |                 ~~~~~~~^~~~~~~
mprec.c:767:41: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]
  767 |       d1 = z << k + 16 - Ebits | w << k - Ebits | y >> 16 + Ebits - k;
      |                                    ~~ ~~^~~~~~~
mprec.c:767:41: note: place parentheses around the '-' expression to silence this warning
  767 |       d1 = z << k + 16 - Ebits | w << k - Ebits | y >> 16 + Ebits - k;
      |                                       ~~^~~~~~~
mprec.c:767:67: warning: operator '>>' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]
  767 |       d1 = z << k + 16 - Ebits | w << k - Ebits | y >> 16 + Ebits - k;
      |                                                     ~~ ~~~~~~~~~~~^~~
mprec.c:767:67: note: place parentheses around the '-' expression to silence this warning
  767 |       d1 = z << k + 16 - Ebits | w << k - Ebits | y >> 16 + Ebits - k;
      |                                                                   ^  
      |                                                        (             )
mprec.c:773:23: warning: operator '<<' has lower precedence than '+'; '+' will be evaluated first [-Wshift-op-parentheses]
  773 |   d0 = Exp_1 | y << k + 16 | z << k | w >> 16 - k;
      |                  ~~ ~~^~~~
mprec.c:773:23: note: place parentheses around the '+' expression to silence this warning
  773 |   d0 = Exp_1 | y << k + 16 | z << k | w >> 16 - k;
      |                       ^
      |                     (     )
mprec.c:773:47: warning: operator '>>' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]
  773 |   d0 = Exp_1 | y << k + 16 | z << k | w >> 16 - k;
      |                                         ~~ ~~~^~~
mprec.c:773:47: note: place parentheses around the '-' expression to silence this warning
  773 |   d0 = Exp_1 | y << k + 16 | z << k | w >> 16 - k;
      |                                               ^  
      |                                            (     )
mprec.c:775:15: warning: operator '<<' has lower precedence than '+'; '+' will be evaluated first [-Wshift-op-parentheses]
  775 |   d1 = w << k + 16 | y << k;
      |          ~~ ~~^~~~
mprec.c:775:15: note: place parentheses around the '+' expression to silence this warning
  775 |   d1 = w << k + 16 | y << k;
      |               ^
      |             (     )
mprec.c:869:25: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]
  869 |             x[0] = y | z << 32 - k & 0xffff;
      |                          ~~ ~~~^~~
mprec.c:869:25: note: place parentheses around the '-' expression to silence this warning
  869 |             x[0] = y | z << 32 - k & 0xffff;
      |                                ^
      |                             (     )
mprec.c:870:20: warning: operator '>>' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]
  870 |             x[1] = z >> k - 16 & 0xffff;
      |                      ~~ ~~^~~~
mprec.c:870:20: note: place parentheses around the '-' expression to silence this warning
  870 |             x[1] = z >> k - 16 & 0xffff;
      |                           ^
      |                         (     )
mprec.c:877:31: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]
  877 |             x[1] = y >> 16 | z << 16 - k & 0xffff;
      |                                ~~ ~~~^~~
mprec.c:877:31: note: place parentheses around the '-' expression to silence this warning
  877 |             x[1] = y >> 16 | z << 16 - k & 0xffff;
      |                                      ^
      |                                   (     )
mprec.c:879:20: warning: operator '>>' has lower precedence than '+'; '+' will be evaluated first [-Wshift-op-parentheses]
  879 |             x[3] = z >> k + 16;
      |                      ~~ ~~^~~~
mprec.c:879:20: note: place parentheses around the '+' expression to silence this warning
  879 |             x[3] = z >> k + 16;
      |                           ^   
      |                         (     )
mv -f .deps/k_cos.Tpo .deps/k_cos.Plo
/bin/sh ../../libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I../../include   -I/usr/local/include -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -MT s_copysign.lo -MD -MP -MF .deps/s_copysign.Tpo -c -o s_copysign.lo s_copysign.c
mv -f .deps/e_asin.Tpo .deps/e_asin.Plo
mv -f .deps/e_acos.Tpo .deps/e_acos.Plo
/bin/sh ../../libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I../../include   -I/usr/local/include -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -MT s_cos.lo -MD -MP -MF .deps/s_cos.Tpo -c -o s_cos.lo s_cos.c
/bin/sh ../../libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I../../include   -I/usr/local/include -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -MT s_expm1.lo -MD -MP -MF .deps/s_expm1.Tpo -c -o s_expm1.lo s_expm1.c
mv -f .deps/k_sin.Tpo .deps/k_sin.Plo
mv -f .deps/e_atan2.Tpo .deps/e_atan2.Plo
/bin/sh ../../libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I../../include   -I/usr/local/include -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -MT s_fabs.lo -MD -MP -MF .deps/s_fabs.Tpo -c -o s_fabs.lo s_fabs.c
mv -f .deps/e_scalb.Tpo .deps/e_scalb.Plo
/bin/sh ../../libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I../../include   -I/usr/local/include -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -MT sf_fabs.lo -MD -MP -MF .deps/sf_fabs.Tpo -c -o sf_fabs.lo sf_fabs.c
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../../include -I/usr/local/include -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT s_copysign.lo -MD -MP -MF .deps/s_copysign.Tpo -c s_copysign.c  -fPIC -DPIC -o .libs/s_copysign.o
/bin/sh ../../libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I../../include   -I/usr/local/include -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -MT s_finite.lo -MD -MP -MF .deps/s_finite.Tpo -c -o s_finite.lo s_finite.c
mv -f .deps/e_cosh.Tpo .deps/e_cosh.Plo
/bin/sh ../../libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I../../include   -I/usr/local/include -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -MT s_floor.lo -MD -MP -MF .deps/s_floor.Tpo -c -o s_floor.lo s_floor.c
mv -f .deps/e_sinh.Tpo .deps/e_sinh.Plo
/bin/sh ../../libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I../../include   -I/usr/local/include -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -MT s_log1p.lo -MD -MP -MF .deps/s_log1p.Tpo -c -o s_log1p.lo s_log1p.c
mv -f .deps/e_remainder.Tpo .deps/e_remainder.Plo
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../../include -I/usr/local/include -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT s_cos.lo -MD -MP -MF .deps/s_cos.Tpo -c s_cos.c  -fPIC -DPIC -o .libs/s_cos.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../../include -I/usr/local/include -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT s_expm1.lo -MD -MP -MF .deps/s_expm1.Tpo -c s_expm1.c  -fPIC -DPIC -o .libs/s_expm1.o
/bin/sh ../../libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I../../include   -I/usr/local/include -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -MT sf_rint.lo -MD -MP -MF .deps/sf_rint.Tpo -c -o sf_rint.lo sf_rint.c
mv -f .deps/s_cbrt.Tpo .deps/s_cbrt.Plo
mv -f .deps/s_ceil.Tpo .deps/s_ceil.Plo
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../../include -I/usr/local/include -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT s_fabs.lo -MD -MP -MF .deps/s_fabs.Tpo -c s_fabs.c  -fPIC -DPIC -o .libs/s_fabs.o
mv -f .deps/s_atan.Tpo .deps/s_atan.Plo
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../../include -I/usr/local/include -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT sf_fabs.lo -MD -MP -MF .deps/sf_fabs.Tpo -c sf_fabs.c  -fPIC -DPIC -o .libs/sf_fabs.o
/bin/sh ../../libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I../../include   -I/usr/local/include -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -MT s_rint.lo -MD -MP -MF .deps/s_rint.Tpo -c -o s_rint.lo s_rint.c
/bin/sh ../../libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I../../include   -I/usr/local/include -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -MT s_scalbn.lo -MD -MP -MF .deps/s_scalbn.Tpo -c -o s_scalbn.lo s_scalbn.c
mv -f .deps/k_tan.Tpo .deps/k_tan.Plo
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../../include -I/usr/local/include -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT s_finite.lo -MD -MP -MF .deps/s_finite.Tpo -c s_finite.c  -fPIC -DPIC -o .libs/s_finite.o
mv -f .deps/e_log10.Tpo .deps/e_log10.Plo
mv -f .deps/e_exp.Tpo .deps/e_exp.Plo
/bin/sh ../../libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I../../include   -I/usr/local/include -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -MT s_sin.lo -MD -MP -MF .deps/s_sin.Tpo -c -o s_sin.lo s_sin.c
mv -f .deps/e_log.Tpo .deps/e_log.Plo
/bin/sh ../../libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I../../include   -I/usr/local/include -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -MT s_tan.lo -MD -MP -MF .deps/s_tan.Tpo -c -o s_tan.lo s_tan.c
/bin/sh ../../libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I../../include   -I/usr/local/include -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -MT s_tanh.lo -MD -MP -MF .deps/s_tanh.Tpo -c -o s_tanh.lo s_tanh.c
/bin/sh ../../libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I../../include   -I/usr/local/include -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -MT strtod.lo -MD -MP -MF .deps/strtod.Tpo -c -o strtod.lo strtod.c
/bin/sh ../../libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I../../include   -I/usr/local/include -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -MT w_acos.lo -MD -MP -MF .deps/w_acos.Tpo -c -o w_acos.lo w_acos.c
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../../include -I/usr/local/include -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT s_floor.lo -MD -MP -MF .deps/s_floor.Tpo -c s_floor.c  -fPIC -DPIC -o .libs/s_floor.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../../include -I/usr/local/include -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT s_log1p.lo -MD -MP -MF .deps/s_log1p.Tpo -c s_log1p.c  -fPIC -DPIC -o .libs/s_log1p.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../../include -I/usr/local/include -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT sf_rint.lo -MD -MP -MF .deps/sf_rint.Tpo -c sf_rint.c  -fPIC -DPIC -o .libs/sf_rint.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../../include -I/usr/local/include -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT s_rint.lo -MD -MP -MF .deps/s_rint.Tpo -c s_rint.c  -fPIC -DPIC -o .libs/s_rint.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../../include -I/usr/local/include -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT s_scalbn.lo -MD -MP -MF .deps/s_scalbn.Tpo -c s_scalbn.c  -fPIC -DPIC -o .libs/s_scalbn.o
mv -f .deps/e_hypot.Tpo .deps/e_hypot.Plo
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../../include -I/usr/local/include -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT s_sin.lo -MD -MP -MF .deps/s_sin.Tpo -c s_sin.c  -fPIC -DPIC -o .libs/s_sin.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../../include -I/usr/local/include -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT s_tanh.lo -MD -MP -MF .deps/s_tanh.Tpo -c s_tanh.c  -fPIC -DPIC -o .libs/s_tanh.o
/bin/sh ../../libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I../../include   -I/usr/local/include -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -MT w_asin.lo -MD -MP -MF .deps/w_asin.Tpo -c -o w_asin.lo w_asin.c
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../../include -I/usr/local/include -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT strtod.lo -MD -MP -MF .deps/strtod.Tpo -c strtod.c  -fPIC -DPIC -o .libs/strtod.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../../include -I/usr/local/include -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT s_tan.lo -MD -MP -MF .deps/s_tan.Tpo -c s_tan.c  -fPIC -DPIC -o .libs/s_tan.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../../include -I/usr/local/include -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT w_acos.lo -MD -MP -MF .deps/w_acos.Tpo -c w_acos.c  -fPIC -DPIC -o .libs/w_acos.o
mv -f .deps/e_rem_pio2.Tpo .deps/e_rem_pio2.Plo
mv -f .deps/e_fmod.Tpo .deps/e_fmod.Plo
/bin/sh ../../libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I../../include   -I/usr/local/include -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -MT w_atan2.lo -MD -MP -MF .deps/w_atan2.Tpo -c -o w_atan2.lo w_atan2.c
/bin/sh ../../libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I../../include   -I/usr/local/include -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -MT w_cosh.lo -MD -MP -MF .deps/w_cosh.Tpo -c -o w_cosh.lo w_cosh.c
mv -f .deps/e_sqrt.Tpo .deps/e_sqrt.Plo
/bin/sh ../../libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I../../include   -I/usr/local/include -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -MT w_exp.lo -MD -MP -MF .deps/w_exp.Tpo -c -o w_exp.lo w_exp.c
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../../include -I/usr/local/include -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT w_asin.lo -MD -MP -MF .deps/w_asin.Tpo -c w_asin.c  -fPIC -DPIC -o .libs/w_asin.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../../include -I/usr/local/include -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT w_atan2.lo -MD -MP -MF .deps/w_atan2.Tpo -c w_atan2.c  -fPIC -DPIC -o .libs/w_atan2.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../../include -I/usr/local/include -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT w_cosh.lo -MD -MP -MF .deps/w_cosh.Tpo -c w_cosh.c  -fPIC -DPIC -o .libs/w_cosh.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../../include -I/usr/local/include -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT w_exp.lo -MD -MP -MF .deps/w_exp.Tpo -c w_exp.c  -fPIC -DPIC -o .libs/w_exp.o
mv -f .deps/e_pow.Tpo .deps/e_pow.Plo
/bin/sh ../../libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I../../include   -I/usr/local/include -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -MT w_fmod.lo -MD -MP -MF .deps/w_fmod.Tpo -c -o w_fmod.lo w_fmod.c
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../../include -I/usr/local/include -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT w_fmod.lo -MD -MP -MF .deps/w_fmod.Tpo -c w_fmod.c  -fPIC -DPIC -o .libs/w_fmod.o
s_expm1.c:200:10: warning: add explicit braces to avoid dangling else [-Wdangling-else]
  200 |                 else          return  one+2.0*(x-e);
      |                 ^
s_log1p.c:157:s_scalbn.c:60:6: warning: add explicit braces to avoid dangling else [-Wdangling-else]
4: warning: add explicit braces to avoid dangling else [-Wdangling-else]
   60 |             els  157 |                         else {c += k*ln2_lo; retue return tiny*corn k*ln2_hi+c;}pysign(tiny,x);  
      |                         ^
/*underflow*/
      |             ^
mv -f .deps/s_copysign.Tpo .deps/s_copysign.Plo
mv -f .deps/s_finite.Tpo .deps/s_finite.Plo
/bin/sh ../../libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I../../include   -I/usr/local/include -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -MT w_hypot.lo -MD -MP -MF .deps/w_hypot.Tpo -c -o w_hypot.lo w_hypot.c
/bin/sh ../../libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I../../include   -I/usr/local/include -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -MT w_log.lo -MD -MP -MF .deps/w_log.Tpo -c -o w_log.lo w_log.c
mv -f .deps/w_asin.Tpo .deps/w_asin.Plo
/bin/sh ../../libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I../../include   -I/usr/local/include -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -MT w_log10.lo -MD -MP -MF .deps/w_log10.Tpo -c -o w_log10.lo w_log10.c
mv -f .deps/w_acos.Tpo .deps/w_acos.Plo
mv -f .deps/sf_fabs.Tpo .deps/sf_fabs.Plo
mv -f .deps/w_exp.Tpo .deps/w_exp.Plo
mv -f .deps/w_cosh.Tpo .deps/w_cosh.Plo
mv -f .deps/w_atan2.Tpo .deps/w_atan2.Plo
mv -f .deps/s_fabs.Tpo .deps/s_fabs.Plo
/bin/sh ../../libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I../../include   -I/usr/local/include -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -MT w_pow.lo -MD -MP -MF .deps/w_pow.Tpo -c -o w_pow.lo w_pow.c
/bin/sh ../../libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I../../include   -I/usr/local/include -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -MT w_remainder.lo -MD -MP -MF .deps/w_remainder.Tpo -c -o w_remainder.lo w_remainder.c
mv -f .deps/s_cos.Tpo .deps/s_cos.Plo
/bin/sh ../../libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I../../include   -I/usr/local/include -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -MT w_sinh.lo -MD -MP -MF .deps/w_sinh.Tpo -c -o w_sinh.lo w_sinh.c
/bin/sh ../../libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I../../include   -I/usr/local/include -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -MT w_sqrt.lo -MD -MP -MF .deps/w_sqrt.Tpo -c -o w_sqrt.lo w_sqrt.c
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../../include -I/usr/local/include -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT w_hypot.lo -MD -MP -MF .deps/w_hypot.Tpo -c w_hypot.c  -fPIC -DPIC -o .libs/w_hypot.o
mv -f .deps/s_tan.Tpo .deps/s_tan.Plo
1 warning generated.
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../../include -I/usr/local/include -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT w_log.lo -MD -MP -MF .deps/w_log.Tpo -c w_log.c  -fPIC -DPIC -o .libs/w_log.o
mv -f .deps/k_rem_pio2.Tpo .deps/k_rem_pio2.Plo
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../../include -I/usr/local/include -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT w_log10.lo -MD -MP -MF .deps/w_log10.Tpo -c w_log10.c  -fPIC -DPIC -o .libs/w_log10.o
mv -f .deps/s_sin.Tpo .deps/s_sin.Plo
mv -f .deps/sf_rint.Tpo .deps/sf_rint.Plo
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../../include -I/usr/local/include -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT w_pow.lo -MD -MP -MF .deps/w_pow.Tpo -c w_pow.c  -fPIC -DPIC -o .libs/w_pow.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../../include -I/usr/local/include -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT w_remainder.lo -MD -MP -MF .deps/w_remainder.Tpo -c w_remainder.c  -fPIC -DPIC -o .libs/w_remainder.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../../include -I/usr/local/include -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT w_sqrt.lo -MD -MP -MF .deps/w_sqrt.Tpo -c w_sqrt.c  -fPIC -DPIC -o .libs/w_sqrt.o
mv -f .deps/s_floor.Tpo .deps/s_floor.Plo
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../../include -I/usr/local/include -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT w_sinh.lo -MD -MP -MF .deps/w_sinh.Tpo -c w_sinh.c  -fPIC -DPIC -o .libs/w_sinh.o
1 warning generated.
mv -f .deps/s_scalbn.Tpo .deps/s_scalbn.Plo
1 warning generated.
mv -f .deps/s_rint.Tpo .deps/s_rint.Plo
mv -f .deps/s_tanh.Tpo .deps/s_tanh.Plo
mv -f .deps/s_expm1.Tpo .deps/s_expm1.Plo
mv -f .deps/s_log1p.Tpo .deps/s_log1p.Plo
mv -f .deps/w_fmod.Tpo .deps/w_fmod.Plo
mv -f .deps/dtoa.Tpo .deps/dtoa.Plo
mv -f .deps/w_hypot.Tpo .deps/w_hypot.Plo
mv -f .deps/w_log10.Tpo .deps/w_log10.Plo
mv -f .deps/w_sinh.Tpo .deps/w_sinh.Plo
mv -f .deps/w_log.Tpo .deps/w_log.Plo
mv -f .deps/w_remainder.Tpo .deps/w_remainder.Plo
mv -f .deps/w_sqrt.Tpo .deps/w_sqrt.Plo
15 warnings generated.
mv -f .deps/mprec.Tpo .deps/mprec.Plo
mv -f .deps/strtod.Tpo .deps/strtod.Plo
mv -f .deps/w_pow.Tpo .deps/w_pow.Plo
/bin/sh ../../libtool --tag=CC   --mode=link cc -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -no-undefined  -L/usr/local/lib -fstack-protector-strong  -o libfdlibm.la  dtoa.lo e_acos.lo e_asin.lo e_atan2.lo e_cosh.lo e_exp.lo e_fmod.lo e_hypot.lo e_log.lo e_log10.lo e_pow.lo e_remainder.lo e_rem_pio2.lo e_scalb.lo e_sinh.lo e_sqrt.lo k_cos.lo k_rem_pio2.lo k_sin.lo k_tan.lo mprec.lo s_atan.lo s_cbrt.lo s_ceil.lo s_copysign.lo s_cos.lo s_expm1.lo s_fabs.lo sf_fabs.lo s_finite.lo s_floor.lo s_log1p.lo sf_rint.lo s_rint.lo s_scalbn.lo s_sin.lo s_tan.lo s_tanh.lo strtod.lo w_acos.lo w_asin.lo w_atan2.lo w_cosh.lo w_exp.lo w_fmod.lo w_hypot.lo w_log.lo w_log10.lo w_pow.lo w_remainder.lo w_sinh.lo w_sqrt.lo  
libtool: link: ar cru .libs/libfdlibm.a .libs/dtoa.o .libs/e_acos.o .libs/e_asin.o .libs/e_atan2.o .libs/e_cosh.o .libs/e_exp.o .libs/e_fmod.o .libs/e_hypot.o .libs/e_log.o .libs/e_log10.o .libs/e_pow.o .libs/e_remainder.o .libs/e_rem_pio2.o .libs/e_scalb.o .libs/e_sinh.o .libs/e_sqrt.o .libs/k_cos.o .libs/k_rem_pio2.o .libs/k_sin.o .libs/k_tan.o .libs/mprec.o .libs/s_atan.o .libs/s_cbrt.o .libs/s_ceil.o .libs/s_copysign.o .libs/s_cos.o .libs/s_expm1.o .libs/s_fabs.o .libs/sf_fabs.o .libs/s_finite.o .libs/s_floor.o .libs/s_log1p.o .libs/sf_rint.o .libs/s_rint.o .libs/s_scalbn.o .libs/s_sin.o .libs/s_tan.o .libs/s_tanh.o .libs/strtod.o .libs/w_acos.o .libs/w_asin.o .libs/w_atan2.o .libs/w_cosh.o .libs/w_exp.o .libs/w_fmod.o .libs/w_hypot.o .libs/w_log.o .libs/w_log10.o .libs/w_pow.o .libs/w_remainder.o .libs/w_sinh.o .libs/w_sqrt.o 
libtool: link: ranlib .libs/libfdlibm.a
libtool: link: ( cd ".libs" && rm -f "libfdlibm.la" && ln -s "../libfdlibm.la" "libfdlibm.la" )
gmake[2]: Leaving directory '/magus/work/usr/mports/java/classpath/work/classpath-0.99/native/fdlibm'
Making all in jni
gmake[2]: Entering directory '/magus/work/usr/mports/java/classpath/work/classpath-0.99/native/jni'
Making all in classpath
gmake[3]: Entering directory '/magus/work/usr/mports/java/classpath/work/classpath-0.99/native/jni/classpath'
/bin/sh ../../../libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I../../../include  -I../../../include -I../../../native/jni/classpath -I../../../native/jni/native-lib -I/usr/local/include -W -Wall -Wmissing-declarations -Wwrite-strings -Wmissing-prototypes -Wno-long-long -Wstrict-prototypes -pedantic -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -MT jcl.lo -MD -MP -MF .deps/jcl.Tpo -c -o jcl.lo jcl.c
/bin/sh ../../../libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I../../../include  -I../../../include -I../../../native/jni/classpath -I../../../native/jni/native-lib -I/usr/local/include -W -Wall -Wmissing-declarations -Wwrite-strings -Wmissing-prototypes -Wno-long-long -Wstrict-prototypes -pedantic -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -MT jnilink.lo -MD -MP -MF .deps/jnilink.Tpo -c -o jnilink.lo jnilink.c
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../../../include -I../../../include -I../../../native/jni/classpath -I../../../native/jni/native-lib -I/usr/local/include -W -Wall -Wmissing-declarations -Wwrite-strings -Wmissing-prototypes -Wno-long-long -Wstrict-prototypes -pedantic -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT jcl.lo -MD -MP -MF .deps/jcl.Tpo -c jcl.c  -fPIC -DPIC -o .libs/jcl.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../../../include -I../../../include -I../../../native/jni/classpath -I../../../native/jni/native-lib -I/usr/local/include -W -Wall -Wmissing-declarations -Wwrite-strings -Wmissing-prototypes -Wno-long-long -Wstrict-prototypes -pedantic -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT jnilink.lo -MD -MP -MF .deps/jnilink.Tpo -c jnilink.c  -fPIC -DPIC -o .libs/jnilink.o
mv -f .deps/jnilink.Tpo .deps/jnilink.Plo
mv -f .deps/jcl.Tpo .deps/jcl.Plo
/bin/sh ../../../libtool --tag=CC   --mode=link cc -W -Wall -Wmissing-declarations -Wwrite-strings -Wmissing-prototypes -Wno-long-long -Wstrict-prototypes -pedantic -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -no-undefined -L/usr/local/lib -fstack-protector-strong  -o libclasspath.la  jcl.lo jnilink.lo  
libtool: link: ar cru .libs/libclasspath.a .libs/jcl.o .libs/jnilink.o 
libtool: link: ranlib .libs/libclasspath.a
libtool: link: ( cd ".libs" && rm -f "libclasspath.la" && ln -s "../libclasspath.la" "libclasspath.la" )
gmake[3]: Leaving directory '/magus/work/usr/mports/java/classpath/work/classpath-0.99/native/jni/classpath'
Making all in native-lib
gmake[3]: Entering directory '/magus/work/usr/mports/java/classpath/work/classpath-0.99/native/jni/native-lib'
/bin/sh ../../../libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I../../../include  -I../../../include -I../../../native/jni/classpath -I../../../native/jni/native-lib -I/usr/local/include -W -Wall -Wmissing-declarations -Wwrite-strings -Wmissing-prototypes -Wno-long-long -Wstrict-prototypes -pedantic -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -MT cpnet.lo -MD -MP -MF .deps/cpnet.Tpo -c -o cpnet.lo cpnet.c
/bin/sh ../../../libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I../../../include  -I../../../include -I../../../native/jni/classpath -I../../../native/jni/native-lib -I/usr/local/include -W -Wall -Wmissing-declarations -Wwrite-strings -Wmissing-prototypes -Wno-long-long -Wstrict-prototypes -pedantic -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -MT cpio.lo -MD -MP -MF .deps/cpio.Tpo -c -o cpio.lo cpio.c
/bin/sh ../../../libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I../../../include  -I../../../include -I../../../native/jni/classpath -I../../../native/jni/native-lib -I/usr/local/include -W -Wall -Wmissing-declarations -Wwrite-strings -Wmissing-prototypes -Wno-long-long -Wstrict-prototypes -pedantic -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -MT cpproc.lo -MD -MP -MF .deps/cpproc.Tpo -c -o cpproc.lo cpproc.c
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../../../include -I../../../include -I../../../native/jni/classpath -I../../../native/jni/native-lib -I/usr/local/include -W -Wall -Wmissing-declarations -Wwrite-strings -Wmissing-prototypes -Wno-long-long -Wstrict-prototypes -pedantic -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT cpnet.lo -MD -MP -MF .deps/cpnet.Tpo -c cpnet.c  -fPIC -DPIC -o .libs/cpnet.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../../../include -I../../../include -I../../../native/jni/classpath -I../../../native/jni/native-lib -I/usr/local/include -W -Wall -Wmissing-declarations -Wwrite-strings -Wmissing-prototypes -Wno-long-long -Wstrict-prototypes -pedantic -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT cpio.lo -MD -MP -MF .deps/cpio.Tpo -c cpio.c  -fPIC -DPIC -o .libs/cpio.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../../../include -I../../../include -I../../../native/jni/classpath -I../../../native/jni/native-lib -I/usr/local/include -W -Wall -Wmissing-declarations -Wwrite-strings -Wmissing-prototypes -Wno-long-long -Wstrict-prototypes -pedantic -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT cpproc.lo -MD -MP -MF .deps/cpproc.Tpo -c cpproc.c  -fPIC -DPIC -o .libs/cpproc.o
mv -f .deps/cpproc.Tpo .deps/cpproc.Plo
mv -f .deps/cpio.Tpo .deps/cpio.Plo
mv -f .deps/cpnet.Tpo .deps/cpnet.Plo
/bin/sh ../../../libtool --tag=CC   --mode=link cc -W -Wall -Wmissing-declarations -Wwrite-strings -Wmissing-prototypes -Wno-long-long -Wstrict-prototypes -pedantic -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -no-undefined -L/usr/local/lib -fstack-protector-strong  -o libclasspathnative.la  cpnet.lo cpio.lo cpproc.lo  
libtool: link: ar cru .libs/libclasspathnative.a .libs/cpnet.o .libs/cpio.o .libs/cpproc.o 
libtool: link: ranlib .libs/libclasspathnative.a
libtool: link: ( cd ".libs" && rm -f "libclasspathnative.la" && ln -s "../libclasspathnative.la" "libclasspathnative.la" )
gmake[3]: Leaving directory '/magus/work/usr/mports/java/classpath/work/classpath-0.99/native/jni/native-lib'
Making all in java-io
gmake[3]: Entering directory '/magus/work/usr/mports/java/classpath/work/classpath-0.99/native/jni/java-io'
/bin/sh ../../../libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I../../../include  -I../../../include -I../../../native/jni/classpath -I../../../native/jni/native-lib -I/usr/local/include -W -Wall -Wmissing-declarations -Wwrite-strings -Wmissing-prototypes -Wno-long-long -Wstrict-prototypes -pedantic -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -MT java_io_VMConsole.lo -MD -MP -MF .deps/java_io_VMConsole.Tpo -c -o java_io_VMConsole.lo java_io_VMConsole.c
/bin/sh ../../../libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I../../../include  -I../../../include -I../../../native/jni/classpath -I../../../native/jni/native-lib -I/usr/local/include -W -Wall -Wmissing-declarations -Wwrite-strings -Wmissing-prototypes -Wno-long-long -Wstrict-prototypes -pedantic -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -MT java_io_VMFile.lo -MD -MP -MF .deps/java_io_VMFile.Tpo -c -o java_io_VMFile.lo java_io_VMFile.c
/bin/sh ../../../libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I../../../include  -I../../../include -I../../../native/jni/classpath -I../../../native/jni/native-lib -I/usr/local/include -W -Wall -Wmissing-declarations -Wwrite-strings -Wmissing-prototypes -Wno-long-long -Wstrict-prototypes -pedantic -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -MT java_io_VMObjectInputStream.lo -MD -MP -MF .deps/java_io_VMObjectInputStream.Tpo -c -o java_io_VMObjectInputStream.lo java_io_VMObjectInputStream.c
/bin/sh ../../../libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I../../../include  -I../../../include -I../../../native/jni/classpath -I../../../native/jni/native-lib -I/usr/local/include -W -Wall -Wmissing-declarations -Wwrite-strings -Wmissing-prototypes -Wno-long-long -Wstrict-prototypes -pedantic -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -MT java_io_VMObjectStreamClass.lo -MD -MP -MF .deps/java_io_VMObjectStreamClass.Tpo -c -o java_io_VMObjectStreamClass.lo java_io_VMObjectStreamClass.c
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../../../include -I../../../include -I../../../native/jni/classpath -I../../../native/jni/native-lib -I/usr/local/include -W -Wall -Wmissing-declarations -Wwrite-strings -Wmissing-prototypes -Wno-long-long -Wstrict-prototypes -pedantic -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT java_io_VMConsole.lo -MD -MP -MF .deps/java_io_VMConsole.Tpo -c java_io_VMConsole.c  -fPIC -DPIC -o .libs/java_io_VMConsole.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../../../include -I../../../include -I../../../native/jni/classpath -I../../../native/jni/native-lib -I/usr/local/include -W -Wall -Wmissing-declarations -Wwrite-strings -Wmissing-prototypes -Wno-long-long -Wstrict-prototypes -pedantic -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT java_io_VMObjectInputStream.lo -MD -MP -MF .deps/java_io_VMObjectInputStream.Tpo -c java_io_VMObjectInputStream.c  -fPIC -DPIC -o .libs/java_io_VMObjectInputStream.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../../../include -I../../../include -I../../../native/jni/classpath -I../../../native/jni/native-lib -I/usr/local/include -W -Wall -Wmissing-declarations -Wwrite-strings -Wmissing-prototypes -Wno-long-long -Wstrict-prototypes -pedantic -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT java_io_VMFile.lo -MD -MP -MF .deps/java_io_VMFile.Tpo -c java_io_VMFile.c  -fPIC -DPIC -o .libs/java_io_VMFile.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../../../include -I../../../include -I../../../native/jni/classpath -I../../../native/jni/native-lib -I/usr/local/include -W -Wall -Wmissing-declarations -Wwrite-strings -Wmissing-prototypes -Wno-long-long -Wstrict-prototypes -pedantic -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT java_io_VMObjectStreamClass.lo -MD -MP -MF .deps/java_io_VMObjectStreamClass.Tpo -c java_io_VMObjectStreamClass.c  -fPIC -DPIC -o .libs/java_io_VMObjectStreamClass.o
mv -f .deps/java_io_VMObjectInputStream.Tpo .deps/java_io_VMObjectInputStream.Plo
mv -f .deps/java_io_VMConsole.Tpo .deps/java_io_VMConsole.Plo
mv -f .deps/java_io_VMObjectStreamClass.Tpo .deps/java_io_VMObjectStreamClass.Plo
mv -f .deps/java_io_VMFile.Tpo .deps/java_io_VMFile.Plo
/bin/sh ../../../libtool --tag=CC   --mode=link cc -W -Wall -Wmissing-declarations -Wwrite-strings -Wmissing-prototypes -Wno-long-long -Wstrict-prototypes -pedantic -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -module -version-info 0:0:0 -no-undefined -L/usr/local/lib -fstack-protector-strong  -o libjavaio.la -rpath /usr/local/lib/classpath java_io_VMConsole.lo java_io_VMFile.lo java_io_VMObjectInputStream.lo java_io_VMObjectStreamClass.lo ../../../native/jni/classpath/jcl.lo ../../../native/jni/native-lib/libclasspathnative.la 
libtool: link: cc -shared  -fPIC -DPIC  .libs/java_io_VMConsole.o .libs/java_io_VMFile.o .libs/java_io_VMObjectInputStream.o .libs/java_io_VMObjectStreamClass.o ../../../native/jni/classpath/.libs/jcl.o  -Wl,--whole-archive ../../../native/jni/native-lib/.libs/libclasspathnative.a -Wl,--no-whole-archive  -L/usr/local/lib  -O2 -fstack-protector-strong -fstack-protector-strong   -Wl,-soname -Wl,libjavaio.so.0 -o .libs/libjavaio.so.0.0.0
libtool: link: (cd ".libs" && rm -f "libjavaio.so.0" && ln -s "libjavaio.so.0.0.0" "libjavaio.so.0")
libtool: link: (cd ".libs" && rm -f "libjavaio.so" && ln -s "libjavaio.so.0.0.0" "libjavaio.so")
libtool: link: ( cd ".libs" && rm -f "libjavaio.la" && ln -s "../libjavaio.la" "libjavaio.la" )
gmake[3]: Leaving directory '/magus/work/usr/mports/java/classpath/work/classpath-0.99/native/jni/java-io'
Making all in java-lang
gmake[3]: Entering directory '/magus/work/usr/mports/java/classpath/work/classpath-0.99/native/jni/java-lang'
/bin/sh ../../../libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I../../../include  -I../../../include -I../../../native/jni/classpath -I../../../native/jni/native-lib -I../../../native/fdlibm -I/usr/local/include -W -Wall -Wmissing-declarations -Wwrite-strings -Wmissing-prototypes -Wno-long-long -Wstrict-prototypes -pedantic -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -MT java_lang_VMSystem.lo -MD -MP -MF .deps/java_lang_VMSystem.Tpo -c -o java_lang_VMSystem.lo java_lang_VMSystem.c
/bin/sh ../../../libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I../../../include  -I../../../include -I../../../native/jni/classpath -I../../../native/jni/native-lib -I../../../native/fdlibm -I/usr/local/include -W -Wall -Wmissing-declarations -Wwrite-strings -Wmissing-prototypes -Wno-long-long -Wstrict-prototypes -pedantic -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -MT java_lang_VMFloat.lo -MD -MP -MF .deps/java_lang_VMFloat.Tpo -c -o java_lang_VMFloat.lo java_lang_VMFloat.c
/bin/sh ../../../libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I../../../include  -I../../../include -I../../../native/jni/classpath -I../../../native/jni/native-lib -I../../../native/fdlibm -I/usr/local/include -W -Wall -Wmissing-declarations -Wwrite-strings -Wmissing-prototypes -Wno-long-long -Wstrict-prototypes -pedantic -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -MT java_lang_VMDouble.lo -MD -MP -MF .deps/java_lang_VMDouble.Tpo -c -o java_lang_VMDouble.lo java_lang_VMDouble.c
/bin/sh ../../../libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I../../../include  -I../../../include -I../../../native/jni/classpath -I../../../native/jni/native-lib -I../../../native/fdlibm -I/usr/local/include -W -Wall -Wmissing-declarations -Wwrite-strings -Wmissing-prototypes -Wno-long-long -Wstrict-prototypes -pedantic -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -MT java_lang_VMMath.lo -MD -MP -MF .deps/java_lang_VMMath.Tpo -c -o java_lang_VMMath.lo java_lang_VMMath.c
/bin/sh ../../../libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I../../../include  -I../../../include -I../../../native/jni/classpath -I../../../native/jni/native-lib -I../../../native/fdlibm -I/usr/local/include -W -Wall -Wmissing-declarations -Wwrite-strings -Wmissing-prototypes -Wno-long-long -Wstrict-prototypes -pedantic -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -MT java_lang_VMProcess.lo -MD -MP -MF .deps/java_lang_VMProcess.Tpo -c -o java_lang_VMProcess.lo java_lang_VMProcess.c
/bin/sh ../../../libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I../../../include  -I../../../include -I../../../native/jni/classpath -I../../../native/jni/native-lib -I../../../native/fdlibm -I/usr/local/include -W -Wall -Wmissing-declarations -Wwrite-strings -Wmissing-prototypes -Wno-long-long -Wstrict-prototypes -pedantic -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -MT java_lang_reflect_VMArray.lo -MD -MP -MF .deps/java_lang_reflect_VMArray.Tpo -c -o java_lang_reflect_VMArray.lo java_lang_reflect_VMArray.c
/bin/sh ../../../libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I../../../include  -I../../../include -I../../../native/jni/classpath -I../../../native/jni/native-lib -I../../../native/fdlibm -I/usr/local/include -W -Wall -Wmissing-declarations -Wwrite-strings -Wmissing-prototypes -Wno-long-long -Wstrict-prototypes -pedantic -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -MT gnu_java_lang_management_VMOperatingSystemMXBeanImpl.lo -MD -MP -MF .deps/gnu_java_lang_management_VMOperatingSystemMXBeanImpl.Tpo -c -o gnu_java_lang_management_VMOperatingSystemMXBeanImpl.lo gnu_java_lang_management_VMOperatingSystemMXBeanImpl.c
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../../../include -I../../../include -I../../../native/jni/classpath -I../../../native/jni/native-lib -I../../../native/fdlibm -I/usr/local/include -W -Wall -Wmissing-declarations -Wwrite-strings -Wmissing-prototypes -Wno-long-long -Wstrict-prototypes -pedantic -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT java_lang_VMSystem.lo -MD -MP -MF .deps/java_lang_VMSystem.Tpo -c java_lang_VMSystem.c  -fPIC -DPIC -o .libs/java_lang_VMSystem.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../../../include -I../../../include -I../../../native/jni/classpath -I../../../native/jni/native-lib -I../../../native/fdlibm -I/usr/local/include -W -Wall -Wmissing-declarations -Wwrite-strings -Wmissing-prototypes -Wno-long-long -Wstrict-prototypes -pedantic -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT java_lang_VMFloat.lo -MD -MP -MF .deps/java_lang_VMFloat.Tpo -c java_lang_VMFloat.c  -fPIC -DPIC -o .libs/java_lang_VMFloat.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../../../include -I../../../include -I../../../native/jni/classpath -I../../../native/jni/native-lib -I../../../native/fdlibm -I/usr/local/include -W -Wall -Wmissing-declarations -Wwrite-strings -Wmissing-prototypes -Wno-long-long -Wstrict-prototypes -pedantic -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT java_lang_VMDouble.lo -MD -MP -MF .deps/java_lang_VMDouble.Tpo -c java_lang_VMDouble.c  -fPIC -DPIC -o .libs/java_lang_VMDouble.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../../../include -I../../../include -I../../../native/jni/classpath -I../../../native/jni/native-lib -I../../../native/fdlibm -I/usr/local/include -W -Wall -Wmissing-declarations -Wwrite-strings -Wmissing-prototypes -Wno-long-long -Wstrict-prototypes -pedantic -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT java_lang_VMMath.lo -MD -MP -MF .deps/java_lang_VMMath.Tpo -c java_lang_VMMath.c  -fPIC -DPIC -o .libs/java_lang_VMMath.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../../../include -I../../../include -I../../../native/jni/classpath -I../../../native/jni/native-lib -I../../../native/fdlibm -I/usr/local/include -W -Wall -Wmissing-declarations -Wwrite-strings -Wmissing-prototypes -Wno-long-long -Wstrict-prototypes -pedantic -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT java_lang_VMProcess.lo -MD -MP -MF .deps/java_lang_VMProcess.Tpo -c java_lang_VMProcess.c  -fPIC -DPIC -o .libs/java_lang_VMProcess.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../../../include -I../../../include -I../../../native/jni/classpath -I../../../native/jni/native-lib -I../../../native/fdlibm -I/usr/local/include -W -Wall -Wmissing-declarations -Wwrite-strings -Wmissing-prototypes -Wno-long-long -Wstrict-prototypes -pedantic -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT java_lang_reflect_VMArray.lo -MD -MP -MF .deps/java_lang_reflect_VMArray.Tpo -c java_lang_reflect_VMArray.c  -fPIC -DPIC -o .libs/java_lang_reflect_VMArray.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../../../include -I../../../include -I../../../native/jni/classpath -I../../../native/jni/native-lib -I../../../native/fdlibm -I/usr/local/include -W -Wall -Wmissing-declarations -Wwrite-strings -Wmissing-prototypes -Wno-long-long -Wstrict-prototypes -pedantic -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT gnu_java_lang_management_VMOperatingSystemMXBeanImpl.lo -MD -MP -MF .deps/gnu_java_lang_management_VMOperatingSystemMXBeanImpl.Tpo -c gnu_java_lang_management_VMOperatingSystemMXBeanImpl.c  -fPIC -DPIC -o .libs/gnu_java_lang_management_VMOperatingSystemMXBeanImpl.o
mv -f .deps/java_lang_VMFloat.Tpo .deps/java_lang_VMFloat.Plo
mv -f .deps/gnu_java_lang_management_VMOperatingSystemMXBeanImpl.Tpo .deps/gnu_java_lang_management_VMOperatingSystemMXBeanImpl.Plo
/bin/sh ../../../libtool --tag=CC   --mode=link cc -W -Wall -Wmissing-declarations -Wwrite-strings -Wmissing-prototypes -Wno-long-long -Wstrict-prototypes -pedantic -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -module -version-info 0:0:0 -no-undefined -L/usr/local/lib -fstack-protector-strong  -o libjavalangmanagement.la -rpath /usr/local/lib/classpath gnu_java_lang_management_VMOperatingSystemMXBeanImpl.lo  
mv -f .deps/java_lang_reflect_VMArray.Tpo .deps/java_lang_reflect_VMArray.Plo
/bin/sh ../../../libtool --tag=CC   --mode=link cc -W -Wall -Wmissing-declarations -Wwrite-strings -Wmissing-prototypes -Wno-long-long -Wstrict-prototypes -pedantic -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -module -version-info 0:0:0 -no-undefined -L/usr/local/lib -fstack-protector-strong  -o libjavalangreflect.la -rpath /usr/local/lib/classpath java_lang_reflect_VMArray.lo  
mv -f .deps/java_lang_VMMath.Tpo .deps/java_lang_VMMath.Plo
mv -f .deps/java_lang_VMSystem.Tpo .deps/java_lang_VMSystem.Plo
libtool: link: cc -shared  -fPIC -DPIC  .libs/gnu_java_lang_management_VMOperatingSystemMXBeanImpl.o   -L/usr/local/lib  -O2 -fstack-protector-strong -fstack-protector-strong   -Wl,-soname -Wl,libjavalangmanagement.so.0 -o .libs/libjavalangmanagement.so.0.0.0
libtool: link: cc -shared  -fPIC -DPIC  .libs/java_lang_reflect_VMArray.o   -L/usr/local/lib  -O2 -fstack-protector-strong -fstack-protector-strong   -Wl,-soname -Wl,libjavalangreflect.so.0 -o .libs/libjavalangreflect.so.0.0.0
mv -f .deps/java_lang_VMDouble.Tpo .deps/java_lang_VMDouble.Plo
mv -f .deps/java_lang_VMProcess.Tpo .deps/java_lang_VMProcess.Plo
/bin/sh ../../../libtool --tag=CC   --mode=link cc -W -Wall -Wmissing-declarations -Wwrite-strings -Wmissing-prototypes -Wno-long-long -Wstrict-prototypes -pedantic -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -module -version-info 0:0:0 -no-undefined -L/usr/local/lib -fstack-protector-strong  -o libjavalang.la -rpath /usr/local/lib/classpath java_lang_VMSystem.lo java_lang_VMFloat.lo java_lang_VMDouble.lo java_lang_VMMath.lo java_lang_VMProcess.lo ../../../native/fdlibm/libfdlibm.la ../../../native/jni/classpath/jcl.lo ../../../native/jni/native-lib/libclasspathnative.la 
libtool: link: cc -shared  -fPIC -DPIC  .libs/java_lang_VMSystem.o .libs/java_lang_VMFloat.o .libs/java_lang_VMDouble.o .libs/java_lang_VMMath.o .libs/java_lang_VMProcess.o ../../../native/jni/classpath/.libs/jcl.o  -Wl,--whole-archive ../../../native/fdlibm/.libs/libfdlibm.a ../../../native/jni/native-lib/.libs/libclasspathnative.a -Wl,--no-whole-archive  -L/usr/local/lib  -O2 -fstack-protector-strong -fstack-protector-strong   -Wl,-soname -Wl,libjavalang.so.0 -o .libs/libjavalang.so.0.0.0
libtool: link: (cd ".libs" && rm -f "libjavalangmanagement.so.0" && ln -s "libjavalangmanagement.so.0.0.0" "libjavalangmanagement.so.0")
libtool: link: (cd ".libs" && rm -f "libjavalangmanagement.so" && ln -s "libjavalangmanagement.so.0.0.0" "libjavalangmanagement.so")
libtool: link: ( cd ".libs" && rm -f "libjavalangmanagement.la" && ln -s "../libjavalangmanagement.la" "libjavalangmanagement.la" )
libtool: link: (cd ".libs" && rm -f "libjavalangreflect.so.0" && ln -s "libjavalangreflect.so.0.0.0" "libjavalangreflect.so.0")
libtool: link: (cd ".libs" && rm -f "libjavalangreflect.so" && ln -s "libjavalangreflect.so.0.0.0" "libjavalangreflect.so")
libtool: link: ( cd ".libs" && rm -f "libjavalangreflect.la" && ln -s "../libjavalangreflect.la" "libjavalangreflect.la" )
libtool: link: (cd ".libs" && rm -f "libjavalang.so.0" && ln -s "libjavalang.so.0.0.0" "libjavalang.so.0")
libtool: link: (cd ".libs" && rm -f "libjavalang.so" && ln -s "libjavalang.so.0.0.0" "libjavalang.so")
libtool: link: ( cd ".libs" && rm -f "libjavalang.la" && ln -s "../libjavalang.la" "libjavalang.la" )
gmake[3]: Leaving directory '/magus/work/usr/mports/java/classpath/work/classpath-0.99/native/jni/java-lang'
Making all in java-net
gmake[3]: Entering directory '/magus/work/usr/mports/java/classpath/work/classpath-0.99/native/jni/java-net'
/bin/sh ../../../libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I../../../include  -I../../../include -I../../../native/jni/classpath -I../../../native/jni/native-lib -I/usr/local/include -W -Wall -Wmissing-declarations -Wwrite-strings -Wmissing-prototypes -Wno-long-long -Wstrict-prototypes -pedantic -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -MT javanet.lo -MD -MP -MF .deps/javanet.Tpo -c -o javanet.lo javanet.c
/bin/sh ../../../libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I../../../include  -I../../../include -I../../../native/jni/classpath -I../../../native/jni/native-lib -I/usr/local/include -W -Wall -Wmissing-declarations -Wwrite-strings -Wmissing-prototypes -Wno-long-long -Wstrict-prototypes -pedantic -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -MT java_net_VMInetAddress.lo -MD -MP -MF .deps/java_net_VMInetAddress.Tpo -c -o java_net_VMInetAddress.lo java_net_VMInetAddress.c
/bin/sh ../../../libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I../../../include  -I../../../include -I../../../native/jni/classpath -I../../../native/jni/native-lib -I/usr/local/include -W -Wall -Wmissing-declarations -Wwrite-strings -Wmissing-prototypes -Wno-long-long -Wstrict-prototypes -pedantic -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -MT java_net_VMNetworkInterface.lo -MD -MP -MF .deps/java_net_VMNetworkInterface.Tpo -c -o java_net_VMNetworkInterface.lo java_net_VMNetworkInterface.c
/bin/sh ../../../libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I../../../include  -I../../../include -I../../../native/jni/classpath -I../../../native/jni/native-lib -I/usr/local/include -W -Wall -Wmissing-declarations -Wwrite-strings -Wmissing-prototypes -Wno-long-long -Wstrict-prototypes -pedantic -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -MT java_net_VMURLConnection.lo -MD -MP -MF .deps/java_net_VMURLConnection.Tpo -c -o java_net_VMURLConnection.lo java_net_VMURLConnection.c
/bin/sh ../../../libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I../../../include  -I../../../include -I../../../native/jni/classpath -I../../../native/jni/native-lib -I/usr/local/include -W -Wall -Wmissing-declarations -Wwrite-strings -Wmissing-prototypes -Wno-long-long -Wstrict-prototypes -pedantic -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -MT gnu_java_net_VMPlainSocketImpl.lo -MD -MP -MF .deps/gnu_java_net_VMPlainSocketImpl.Tpo -c -o gnu_java_net_VMPlainSocketImpl.lo gnu_java_net_VMPlainSocketImpl.c
/bin/sh ../../../libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I../../../include  -I../../../include -I../../../native/jni/classpath -I../../../native/jni/native-lib -I/usr/local/include -W -Wall -Wmissing-declarations -Wwrite-strings -Wmissing-prototypes -Wno-long-long -Wstrict-prototypes -pedantic -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -MT gnu_java_net_local_LocalSocketImpl.lo -MD -MP -MF .deps/gnu_java_net_local_LocalSocketImpl.Tpo -c -o gnu_java_net_local_LocalSocketImpl.lo gnu_java_net_local_LocalSocketImpl.c
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../../../include -I../../../include -I../../../native/jni/classpath -I../../../native/jni/native-lib -I/usr/local/include -W -Wall -Wmissing-declarations -Wwrite-strings -Wmissing-prototypes -Wno-long-long -Wstrict-prototypes -pedantic -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT javanet.lo -MD -MP -MF .deps/javanet.Tpo -c javanet.c  -fPIC -DPIC -o .libs/javanet.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../../../include -I../../../include -I../../../native/jni/classpath -I../../../native/jni/native-lib -I/usr/local/include -W -Wall -Wmissing-declarations -Wwrite-strings -Wmissing-prototypes -Wno-long-long -Wstrict-prototypes -pedantic -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT java_net_VMInetAddress.lo -MD -MP -MF .deps/java_net_VMInetAddress.Tpo -c java_net_VMInetAddress.c  -fPIC -DPIC -o .libs/java_net_VMInetAddress.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../../../include -I../../../include -I../../../native/jni/classpath -I../../../native/jni/native-lib -I/usr/local/include -W -Wall -Wmissing-declarations -Wwrite-strings -Wmissing-prototypes -Wno-long-long -Wstrict-prototypes -pedantic -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT java_net_VMNetworkInterface.lo -MD -MP -MF .deps/java_net_VMNetworkInterface.Tpo -c java_net_VMNetworkInterface.c  -fPIC -DPIC -o .libs/java_net_VMNetworkInterface.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../../../include -I../../../include -I../../../native/jni/classpath -I../../../native/jni/native-lib -I/usr/local/include -W -Wall -Wmissing-declarations -Wwrite-strings -Wmissing-prototypes -Wno-long-long -Wstrict-prototypes -pedantic -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT java_net_VMURLConnection.lo -MD -MP -MF .deps/java_net_VMURLConnection.Tpo -c java_net_VMURLConnection.c  -fPIC -DPIC -o .libs/java_net_VMURLConnection.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../../../include -I../../../include -I../../../native/jni/classpath -I../../../native/jni/native-lib -I/usr/local/include -W -Wall -Wmissing-declarations -Wwrite-strings -Wmissing-prototypes -Wno-long-long -Wstrict-prototypes -pedantic -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT gnu_java_net_VMPlainSocketImpl.lo -MD -MP -MF .deps/gnu_java_net_VMPlainSocketImpl.Tpo -c gnu_java_net_VMPlainSocketImpl.c  -fPIC -DPIC -o .libs/gnu_java_net_VMPlainSocketImpl.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../../../include -I../../../include -I../../../native/jni/classpath -I../../../native/jni/native-lib -I/usr/local/include -W -Wall -Wmissing-declarations -Wwrite-strings -Wmissing-prototypes -Wno-long-long -Wstrict-prototypes -pedantic -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT gnu_java_net_local_LocalSocketImpl.lo -MD -MP -MF .deps/gnu_java_net_local_LocalSocketImpl.Tpo -c gnu_java_net_local_LocalSocketImpl.c  -fPIC -DPIC -o .libs/gnu_java_net_local_LocalSocketImpl.o
mv -f .deps/java_net_VMURLConnection.Tpo .deps/java_net_VMURLConnection.Plo
mv -f .deps/gnu_java_net_local_LocalSocketImpl.Tpo .deps/gnu_java_net_local_LocalSocketImpl.Plo
mv -f .deps/java_net_VMInetAddress.Tpo .deps/java_net_VMInetAddress.Plo
mv -f .deps/gnu_java_net_VMPlainSocketImpl.Tpo .deps/gnu_java_net_VMPlainSocketImpl.Plo
mv -f .deps/java_net_VMNetworkInterface.Tpo .deps/java_net_VMNetworkInterface.Plo
mv -f .deps/javanet.Tpo .deps/javanet.Plo
/bin/sh ../../../libtool --tag=CC   --mode=link cc -W -Wall -Wmissing-declarations -Wwrite-strings -Wmissing-prototypes -Wno-long-long -Wstrict-prototypes -pedantic -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -module -version-info 0:0:0 -no-undefined -L/usr/local/lib -fstack-protector-strong  -o libjavanet.la -rpath /usr/local/lib/classpath javanet.lo java_net_VMInetAddress.lo java_net_VMNetworkInterface.lo java_net_VMURLConnection.lo gnu_java_net_VMPlainSocketImpl.lo gnu_java_net_local_LocalSocketImpl.lo ../../../native/jni/classpath/jcl.lo ../../../native/jni/native-lib/libclasspathnative.la -lmagic 
libtool: link: cc -shared  -fPIC -DPIC  .libs/javanet.o .libs/java_net_VMInetAddress.o .libs/java_net_VMNetworkInterface.o .libs/java_net_VMURLConnection.o .libs/gnu_java_net_VMPlainSocketImpl.o .libs/gnu_java_net_local_LocalSocketImpl.o ../../../native/jni/classpath/.libs/jcl.o  -Wl,--whole-archive ../../../native/jni/native-lib/.libs/libclasspathnative.a -Wl,--no-whole-archive  -L/usr/local/lib -lmagic  -O2 -fstack-protector-strong -fstack-protector-strong   -Wl,-soname -Wl,libjavanet.so.0 -o .libs/libjavanet.so.0.0.0
libtool: link: (cd ".libs" && rm -f "libjavanet.so.0" && ln -s "libjavanet.so.0.0.0" "libjavanet.so.0")
libtool: link: (cd ".libs" && rm -f "libjavanet.so" && ln -s "libjavanet.so.0.0.0" "libjavanet.so")
libtool: link: ( cd ".libs" && rm -f "libjavanet.la" && ln -s "../libjavanet.la" "libjavanet.la" )
gmake[3]: Leaving directory '/magus/work/usr/mports/java/classpath/work/classpath-0.99/native/jni/java-net'
Making all in java-nio
gmake[3]: Entering directory '/magus/work/usr/mports/java/classpath/work/classpath-0.99/native/jni/java-nio'
/bin/sh ../../../libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I../../../include  -I../../../include -I../../../native/jni/classpath -I../../../native/jni/native-lib -I/usr/local/include -W -Wall -Wmissing-declarations -Wwrite-strings -Wmissing-prototypes -Wno-long-long -Wstrict-prototypes -pedantic -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -MT gnu_java_nio_VMPipe.lo -MD -MP -MF .deps/gnu_java_nio_VMPipe.Tpo -c -o gnu_java_nio_VMPipe.lo gnu_java_nio_VMPipe.c
/bin/sh ../../../libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I../../../include  -I../../../include -I../../../native/jni/classpath -I../../../native/jni/native-lib -I/usr/local/include -W -Wall -Wmissing-declarations -Wwrite-strings -Wmissing-prototypes -Wno-long-long -Wstrict-prototypes -pedantic -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -MT gnu_java_nio_VMChannel.lo -MD -MP -MF .deps/gnu_java_nio_VMChannel.Tpo -c -o gnu_java_nio_VMChannel.lo gnu_java_nio_VMChannel.c
/bin/sh ../../../libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I../../../include  -I../../../include -I../../../native/jni/classpath -I../../../native/jni/native-lib -I/usr/local/include -W -Wall -Wmissing-declarations -Wwrite-strings -Wmissing-prototypes -Wno-long-long -Wstrict-prototypes -pedantic -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -MT gnu_java_nio_VMSelector.lo -MD -MP -MF .deps/gnu_java_nio_VMSelector.Tpo -c -o gnu_java_nio_VMSelector.lo gnu_java_nio_VMSelector.c
/bin/sh ../../../libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I../../../include  -I../../../include -I../../../native/jni/classpath -I../../../native/jni/native-lib -I/usr/local/include -W -Wall -Wmissing-declarations -Wwrite-strings -Wmissing-prototypes -Wno-long-long -Wstrict-prototypes -pedantic -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -MT gnu_java_nio_charset_iconv_IconvDecoder.lo -MD -MP -MF .deps/gnu_java_nio_charset_iconv_IconvDecoder.Tpo -c -o gnu_java_nio_charset_iconv_IconvDecoder.lo gnu_java_nio_charset_iconv_IconvDecoder.c
/bin/sh ../../../libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I../../../include  -I../../../include -I../../../native/jni/classpath -I../../../native/jni/native-lib -I/usr/local/include -W -Wall -Wmissing-declarations -Wwrite-strings -Wmissing-prototypes -Wno-long-long -Wstrict-prototypes -pedantic -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -MT gnu_java_nio_charset_iconv_IconvEncoder.lo -MD -MP -MF .deps/gnu_java_nio_charset_iconv_IconvEncoder.Tpo -c -o gnu_java_nio_charset_iconv_IconvEncoder.lo gnu_java_nio_charset_iconv_IconvEncoder.c
/bin/sh ../../../libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I../../../include  -I../../../include -I../../../native/jni/classpath -I../../../native/jni/native-lib -I/usr/local/include -W -Wall -Wmissing-declarations -Wwrite-strings -Wmissing-prototypes -Wno-long-long -Wstrict-prototypes -pedantic -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -MT java_nio_MappedByteBufferImpl.lo -MD -MP -MF .deps/java_nio_MappedByteBufferImpl.Tpo -c -o java_nio_MappedByteBufferImpl.lo java_nio_MappedByteBufferImpl.c
/bin/sh ../../../libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I../../../include  -I../../../include -I../../../native/jni/classpath -I../../../native/jni/native-lib -I/usr/local/include -W -Wall -Wmissing-declarations -Wwrite-strings -Wmissing-prototypes -Wno-long-long -Wstrict-prototypes -pedantic -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -MT java_nio_VMDirectByteBuffer.lo -MD -MP -MF .deps/java_nio_VMDirectByteBuffer.Tpo -c -o java_nio_VMDirectByteBuffer.lo java_nio_VMDirectByteBuffer.c
/bin/sh ../../../libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I../../../include  -I../../../include -I../../../native/jni/classpath -I../../../native/jni/native-lib -I/usr/local/include -W -Wall -Wmissing-declarations -Wwrite-strings -Wmissing-prototypes -Wno-long-long -Wstrict-prototypes -pedantic -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -MT gnu_java_nio_EpollSelectorImpl.lo -MD -MP -MF .deps/gnu_java_nio_EpollSelectorImpl.Tpo -c -o gnu_java_nio_EpollSelectorImpl.lo gnu_java_nio_EpollSelectorImpl.c
/bin/sh ../../../libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I../../../include  -I../../../include -I../../../native/jni/classpath -I../../../native/jni/native-lib -I/usr/local/include -W -Wall -Wmissing-declarations -Wwrite-strings -Wmissing-prototypes -Wno-long-long -Wstrict-prototypes -pedantic -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -MT gnu_java_nio_KqueueSelectorImpl.lo -MD -MP -MF .deps/gnu_java_nio_KqueueSelectorImpl.Tpo -c -o gnu_java_nio_KqueueSelectorImpl.lo gnu_java_nio_KqueueSelectorImpl.c
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../../../include -I../../../include -I../../../native/jni/classpath -I../../../native/jni/native-lib -I/usr/local/include -W -Wall -Wmissing-declarations -Wwrite-strings -Wmissing-prototypes -Wno-long-long -Wstrict-prototypes -pedantic -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT gnu_java_nio_VMPipe.lo -MD -MP -MF .deps/gnu_java_nio_VMPipe.Tpo -c gnu_java_nio_VMPipe.c  -fPIC -DPIC -o .libs/gnu_java_nio_VMPipe.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../../../include -I../../../include -I../../../native/jni/classpath -I../../../native/jni/native-lib -I/usr/local/include -W -Wall -Wmissing-declarations -Wwrite-strings -Wmissing-prototypes -Wno-long-long -Wstrict-prototypes -pedantic -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT gnu_java_nio_VMChannel.lo -MD -MP -MF .deps/gnu_java_nio_VMChannel.Tpo -c gnu_java_nio_VMChannel.c  -fPIC -DPIC -o .libs/gnu_java_nio_VMChannel.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../../../include -I../../../include -I../../../native/jni/classpath -I../../../native/jni/native-lib -I/usr/local/include -W -Wall -Wmissing-declarations -Wwrite-strings -Wmissing-prototypes -Wno-long-long -Wstrict-prototypes -pedantic -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT gnu_java_nio_VMSelector.lo -MD -MP -MF .deps/gnu_java_nio_VMSelector.Tpo -c gnu_java_nio_VMSelector.c  -fPIC -DPIC -o .libs/gnu_java_nio_VMSelector.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../../../include -I../../../include -I../../../native/jni/classpath -I../../../native/jni/native-lib -I/usr/local/include -W -Wall -Wmissing-declarations -Wwrite-strings -Wmissing-prototypes -Wno-long-long -Wstrict-prototypes -pedantic -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT gnu_java_nio_charset_iconv_IconvDecoder.lo -MD -MP -MF .deps/gnu_java_nio_charset_iconv_IconvDecoder.Tpo -c gnu_java_nio_charset_iconv_IconvDecoder.c  -fPIC -DPIC -o .libs/gnu_java_nio_charset_iconv_IconvDecoder.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../../../include -I../../../include -I../../../native/jni/classpath -I../../../native/jni/native-lib -I/usr/local/include -W -Wall -Wmissing-declarations -Wwrite-strings -Wmissing-prototypes -Wno-long-long -Wstrict-prototypes -pedantic -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT gnu_java_nio_charset_iconv_IconvEncoder.lo -MD -MP -MF .deps/gnu_java_nio_charset_iconv_IconvEncoder.Tpo -c gnu_java_nio_charset_iconv_IconvEncoder.c  -fPIC -DPIC -o .libs/gnu_java_nio_charset_iconv_IconvEncoder.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../../../include -I../../../include -I../../../native/jni/classpath -I../../../native/jni/native-lib -I/usr/local/include -W -Wall -Wmissing-declarations -Wwrite-strings -Wmissing-prototypes -Wno-long-long -Wstrict-prototypes -pedantic -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT java_nio_MappedByteBufferImpl.lo -MD -MP -MF .deps/java_nio_MappedByteBufferImpl.Tpo -c java_nio_MappedByteBufferImpl.c  -fPIC -DPIC -o .libs/java_nio_MappedByteBufferImpl.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../../../include -I../../../include -I../../../native/jni/classpath -I../../../native/jni/native-lib -I/usr/local/include -W -Wall -Wmissing-declarations -Wwrite-strings -Wmissing-prototypes -Wno-long-long -Wstrict-prototypes -pedantic -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT java_nio_VMDirectByteBuffer.lo -MD -MP -MF .deps/java_nio_VMDirectByteBuffer.Tpo -c java_nio_VMDirectByteBuffer.c  -fPIC -DPIC -o .libs/java_nio_VMDirectByteBuffer.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../../../include -I../../../include -I../../../native/jni/classpath -I../../../native/jni/native-lib -I/usr/local/include -W -Wall -Wmissing-declarations -Wwrite-strings -Wmissing-prototypes -Wno-long-long -Wstrict-prototypes -pedantic -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT gnu_java_nio_EpollSelectorImpl.lo -MD -MP -MF .deps/gnu_java_nio_EpollSelectorImpl.Tpo -c gnu_java_nio_EpollSelectorImpl.c  -fPIC -DPIC -o .libs/gnu_java_nio_EpollSelectorImpl.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../../../include -I../../../include -I../../../native/jni/classpath -I../../../native/jni/native-lib -I/usr/local/include -W -Wall -Wmissing-declarations -Wwrite-strings -Wmissing-prototypes -Wno-long-long -Wstrict-prototypes -pedantic -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT gnu_java_nio_KqueueSelectorImpl.lo -MD -MP -MF .deps/gnu_java_nio_KqueueSelectorImpl.Tpo -c gnu_java_nio_KqueueSelectorImpl.c  -fPIC -DPIC -o .libs/gnu_java_nio_KqueueSelectorImpl.o
gnu_java_nio_KqueueSelectorImpl.c:190:59: warning: cast to 'void *' from smaller integer type 'jint' (aka 'int') [-Wint-to-void-pointer-cast]
  190 |         EV_SET(&kev[i], ident, EVFILT_READ, EV_ADD, 0, 0, (void *) key);
      |                                                           ^~~~~~~~~~~~
/usr/include/sys/event.h:58:16: note: expanded from macro 'EV_SET'
   58 |             .udata = (f),                       \
      |                       ^
gnu_java_nio_KqueueSelectorImpl.c:196:62: warning: cast to 'void *' from smaller integer type 'jint' (aka 'int') [-Wint-to-void-pointer-cast]
  196 |         EV_SET(&kev[i], ident, EVFILT_READ, EV_DELETE, 0, 0, (void *) key);
      |                                                              ^~~~~~~~~~~~
/usr/include/sys/event.h:58:16: note: expanded from macro 'EV_SET'
   58 |             .udata = (f),                       \
      |                       ^
gnu_java_nio_KqueueSelectorImpl.c:203:60: warning: cast to 'void *' from smaller integer type 'jint' (aka 'int') [-Wint-to-void-pointer-cast]
  203 |         EV_SET(&kev[i], ident, EVFILT_WRITE, EV_ADD, 0, 0, (void *) key);
      |                                                            ^~~~~~~~~~~~
/usr/include/sys/event.h:58:16: note: expanded from macro 'EV_SET'
   58 |             .udata = (f),                       \
      |                       ^
gnu_java_nio_KqueueSelectorImpl.c:208:63: warning: cast to 'void *' from smaller integer type 'jint' (aka 'int') [-Wint-to-void-pointer-cast]
  208 |         EV_SET(&kev[i], ident, EVFILT_WRITE, EV_DELETE, 0, 0, (void *) key);
      |                                                               ^~~~~~~~~~~~
/usr/include/sys/event.h:58:16: note: expanded from macro 'EV_SET'
   58 |             .udata = (f),                       \
      |                       ^
gnu_java_nio_KqueueSelectorImpl.c:312:10: warning: cast to smaller integer type 'jint' (aka 'int') from 'void *' [-Wvoid-pointer-to-int-cast]
  312 |   return (jint) kev->udata;
      |          ^~~~~~~~~~~~~~~~~
mv -f .deps/gnu_java_nio_VMPipe.Tpo .deps/gnu_java_nio_VMPipe.Plo
mv -f .deps/gnu_java_nio_EpollSelectorImpl.Tpo .deps/gnu_java_nio_EpollSelectorImpl.Plo
mv -f .deps/java_nio_VMDirectByteBuffer.Tpo .deps/java_nio_VMDirectByteBuffer.Plo
gnu_java_nio_VMChannel.c:149:63: warning: format specifies type 'void *' but the argument has type 'jbyte *' (aka 'signed char *') [-Wformat-pedantic]
  149 |   fprintf (stderr, "Buffer - type: %d, ptr: %p\n", buf->type, buf->ptr);
      |                                             ~~                ^~~~~~~~
      |                                             %s
mv -f .deps/gnu_java_nio_charset_iconv_IconvDecoder.Tpo .deps/gnu_java_nio_charset_iconv_IconvDecoder.Plo
mv -f .deps/gnu_java_nio_charset_iconv_IconvEncoder.Tpo .deps/gnu_java_nio_charset_iconv_IconvEncoder.Plo
5 warnings generated.
mv -f .deps/java_nio_MappedByteBufferImpl.Tpo .deps/java_nio_MappedByteBufferImpl.Plo
mv -f .deps/gnu_java_nio_KqueueSelectorImpl.Tpo .deps/gnu_java_nio_KqueueSelectorImpl.Plo
mv -f .deps/gnu_java_nio_VMSelector.Tpo .deps/gnu_java_nio_VMSelector.Plo
1 warning generated.
mv -f .deps/gnu_java_nio_VMChannel.Tpo .deps/gnu_java_nio_VMChannel.Plo
/bin/sh ../../../libtool --tag=CC   --mode=link cc -W -Wall -Wmissing-declarations -Wwrite-strings -Wmissing-prototypes -Wno-long-long -Wstrict-prototypes -pedantic -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -module -version-info 0:0:0 -no-undefined -L/usr/local/lib -fstack-protector-strong  -o libjavanio.la -rpath /usr/local/lib/classpath gnu_java_nio_VMPipe.lo gnu_java_nio_VMChannel.lo gnu_java_nio_VMSelector.lo gnu_java_nio_charset_iconv_IconvDecoder.lo gnu_java_nio_charset_iconv_IconvEncoder.lo java_nio_MappedByteBufferImpl.lo java_nio_VMDirectByteBuffer.lo gnu_java_nio_EpollSelectorImpl.lo gnu_java_nio_KqueueSelectorImpl.lo ../../../native/jni/classpath/jcl.lo ../../../native/jni/native-lib/libclasspathnative.la -L/usr/local/lib -liconv -R/usr/local/lib  
libtool: link: cc -shared  -fPIC -DPIC  .libs/gnu_java_nio_VMPipe.o .libs/gnu_java_nio_VMChannel.o .libs/gnu_java_nio_VMSelector.o .libs/gnu_java_nio_charset_iconv_IconvDecoder.o .libs/gnu_java_nio_charset_iconv_IconvEncoder.o .libs/java_nio_MappedByteBufferImpl.o .libs/java_nio_VMDirectByteBuffer.o .libs/gnu_java_nio_EpollSelectorImpl.o .libs/gnu_java_nio_KqueueSelectorImpl.o ../../../native/jni/classpath/.libs/jcl.o  -Wl,--whole-archive ../../../native/jni/native-lib/.libs/libclasspathnative.a -Wl,--no-whole-archive  -Wl,-rpath -Wl,/usr/local/lib -L/usr/local/lib -liconv  -O2 -fstack-protector-strong -fstack-protector-strong   -Wl,-soname -Wl,libjavanio.so.0 -o .libs/libjavanio.so.0.0.0
libtool: link: (cd ".libs" && rm -f "libjavanio.so.0" && ln -s "libjavanio.so.0.0.0" "libjavanio.so.0")
libtool: link: (cd ".libs" && rm -f "libjavanio.so" && ln -s "libjavanio.so.0.0.0" "libjavanio.so")
libtool: link: ( cd ".libs" && rm -f "libjavanio.la" && ln -s "../libjavanio.la" "libjavanio.la" )
gmake[3]: Leaving directory '/magus/work/usr/mports/java/classpath/work/classpath-0.99/native/jni/java-nio'
Making all in java-util
gmake[3]: Entering directory '/magus/work/usr/mports/java/classpath/work/classpath-0.99/native/jni/java-util'
/bin/sh ../../../libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I../../../include  -I../../../include -I../../../native/jni/classpath -I../../../native/jni/native-lib -I/usr/local/include -W -Wall -Wmissing-declarations -Wwrite-strings -Wmissing-prototypes -Wno-long-long -Wstrict-prototypes -pedantic -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -MT java_util_VMTimeZone.lo -MD -MP -MF .deps/java_util_VMTimeZone.Tpo -c -o java_util_VMTimeZone.lo java_util_VMTimeZone.c
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../../../include -I../../../include -I../../../native/jni/classpath -I../../../native/jni/native-lib -I/usr/local/include -W -Wall -Wmissing-declarations -Wwrite-strings -Wmissing-prototypes -Wno-long-long -Wstrict-prototypes -pedantic -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT java_util_VMTimeZone.lo -MD -MP -MF .deps/java_util_VMTimeZone.Tpo -c java_util_VMTimeZone.c  -fPIC -DPIC -o .libs/java_util_VMTimeZone.o
mv -f .deps/java_util_VMTimeZone.Tpo .deps/java_util_VMTimeZone.Plo
/bin/sh ../../../libtool --tag=CC   --mode=link cc -W -Wall -Wmissing-declarations -Wwrite-strings -Wmissing-prototypes -Wno-long-long -Wstrict-prototypes -pedantic -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -module -version-info 0:0:0 -no-undefined -L/usr/local/lib -fstack-protector-strong  -o libjavautil.la -rpath /usr/local/lib/classpath java_util_VMTimeZone.lo  
libtool: link: cc -shared  -fPIC -DPIC  .libs/java_util_VMTimeZone.o   -L/usr/local/lib  -O2 -fstack-protector-strong -fstack-protector-strong   -Wl,-soname -Wl,libjavautil.so.0 -o .libs/libjavautil.so.0.0.0
libtool: link: (cd ".libs" && rm -f "libjavautil.so.0" && ln -s "libjavautil.so.0.0.0" "libjavautil.so.0")
libtool: link: (cd ".libs" && rm -f "libjavautil.so" && ln -s "libjavautil.so.0.0.0" "libjavautil.so")
libtool: link: ( cd ".libs" && rm -f "libjavautil.la" && ln -s "../libjavautil.la" "libjavautil.la" )
gmake[3]: Leaving directory '/magus/work/usr/mports/java/classpath/work/classpath-0.99/native/jni/java-util'
Making all in gtk-peer
gmake[3]: Entering directory '/magus/work/usr/mports/java/classpath/work/classpath-0.99/native/jni/gtk-peer'
/bin/sh ../../../libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I../../../include  -I../../../include -I../../../native/jni/classpath -I../../../native/jni/native-lib -I/usr/local/include -W -Wall -Wmissing-declarations -Wwrite-strings -Wmissing-prototypes -Wno-long-long -I/usr/local/include/gtk-2.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/fribidi -I/usr/local/include -I/usr/local/include/cairo -D_THREAD_SAFE -I/usr/local/include/pixman-1 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/gdk-pixbuf-2.0 -pthread -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -D_THREAD_SAFE -pthread -I/usr/local/include/pixman-1 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -MT gnu_java_awt_peer_gtk_CairoSurface.lo -MD -MP -MF .deps/gnu_java_awt_peer_gtk_CairoSurface.Tpo -c -o gnu_java_awt_peer_gtk_CairoSurface.lo gnu_java_awt_peer_gtk_CairoSurface.c
/bin/sh ../../../libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I../../../include  -I../../../include -I../../../native/jni/classpath -I../../../native/jni/native-lib -I/usr/local/include -W -Wall -Wmissing-declarations -Wwrite-strings -Wmissing-prototypes -Wno-long-long -I/usr/local/include/gtk-2.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/fribidi -I/usr/local/include -I/usr/local/include/cairo -D_THREAD_SAFE -I/usr/local/include/pixman-1 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/gdk-pixbuf-2.0 -pthread -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -D_THREAD_SAFE -pthread -I/usr/local/include/pixman-1 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -MT gnu_java_awt_peer_gtk_CairoGraphics2D.lo -MD -MP -MF .deps/gnu_java_awt_peer_gtk_CairoGraphics2D.Tpo -c -o gnu_java_awt_peer_gtk_CairoGraphics2D.lo gnu_java_awt_peer_gtk_CairoGraphics2D.c
/bin/sh ../../../libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I../../../include  -I../../../include -I../../../native/jni/classpath -I../../../native/jni/native-lib -I/usr/local/include -W -Wall -Wmissing-declarations -Wwrite-strings -Wmissing-prototypes -Wno-long-long -I/usr/local/include/gtk-2.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/fribidi -I/usr/local/include -I/usr/local/include/cairo -D_THREAD_SAFE -I/usr/local/include/pixman-1 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/gdk-pixbuf-2.0 -pthread -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -D_THREAD_SAFE -pthread -I/usr/local/include/pixman-1 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -MT gnu_java_awt_peer_gtk_ComponentGraphics.lo -MD -MP -MF .deps/gnu_java_awt_peer_gtk_ComponentGraphics.Tpo -c -o gnu_java_awt_peer_gtk_ComponentGraphics.lo gnu_java_awt_peer_gtk_ComponentGraphics.c
/bin/sh ../../../libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I../../../include  -I../../../include -I../../../native/jni/classpath -I../../../native/jni/native-lib -I/usr/local/include -W -Wall -Wmissing-declarations -Wwrite-strings -Wmissing-prototypes -Wno-long-long -I/usr/local/include/gtk-2.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/fribidi -I/usr/local/include -I/usr/local/include/cairo -D_THREAD_SAFE -I/usr/local/include/pixman-1 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/gdk-pixbuf-2.0 -pthread -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -D_THREAD_SAFE -pthread -I/usr/local/include/pixman-1 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -MT gnu_java_awt_peer_gtk_ComponentGraphicsCopy.lo -MD -MP -MF .deps/gnu_java_awt_peer_gtk_ComponentGraphicsCopy.Tpo -c -o gnu_java_awt_peer_gtk_ComponentGraphicsCopy.lo gnu_java_awt_peer_gtk_ComponentGraphicsCopy.c
/bin/sh ../../../libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I../../../include  -I../../../include -I../../../native/jni/classpath -I../../../native/jni/native-lib -I/usr/local/include -W -Wall -Wmissing-declarations -Wwrite-strings -Wmissing-prototypes -Wno-long-long -I/usr/local/include/gtk-2.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/fribidi -I/usr/local/include -I/usr/local/include/cairo -D_THREAD_SAFE -I/usr/local/include/pixman-1 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/gdk-pixbuf-2.0 -pthread -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -D_THREAD_SAFE -pthread -I/usr/local/include/pixman-1 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -MT gnu_java_awt_peer_gtk_FreetypeGlyphVector.lo -MD -MP -MF .deps/gnu_java_awt_peer_gtk_FreetypeGlyphVector.Tpo -c -o gnu_java_awt_peer_gtk_FreetypeGlyphVector.lo gnu_java_awt_peer_gtk_FreetypeGlyphVector.c
/bin/sh ../../../libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I../../../include  -I../../../include -I../../../native/jni/classpath -I../../../native/jni/native-lib -I/usr/local/include -W -Wall -Wmissing-declarations -Wwrite-strings -Wmissing-prototypes -Wno-long-long -I/usr/local/include/gtk-2.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/fribidi -I/usr/local/include -I/usr/local/include/cairo -D_THREAD_SAFE -I/usr/local/include/pixman-1 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/gdk-pixbuf-2.0 -pthread -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -D_THREAD_SAFE -pthread -I/usr/local/include/pixman-1 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -MT gnu_java_awt_peer_gtk_GdkFontPeer.lo -MD -MP -MF .deps/gnu_java_awt_peer_gtk_GdkFontPeer.Tpo -c -o gnu_java_awt_peer_gtk_GdkFontPeer.lo gnu_java_awt_peer_gtk_GdkFontPeer.c
/bin/sh ../../../libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I../../../include  -I../../../include -I../../../native/jni/classpath -I../../../native/jni/native-lib -I/usr/local/include -W -Wall -Wmissing-declarations -Wwrite-strings -Wmissing-prototypes -Wno-long-long -I/usr/local/include/gtk-2.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/fribidi -I/usr/local/include -I/usr/local/include/cairo -D_THREAD_SAFE -I/usr/local/include/pixman-1 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/gdk-pixbuf-2.0 -pthread -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -D_THREAD_SAFE -pthread -I/usr/local/include/pixman-1 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -MT gnu_java_awt_peer_gtk_GdkGraphicsEnvironment.lo -MD -MP -MF .deps/gnu_java_awt_peer_gtk_GdkGraphicsEnvironment.Tpo -c -o gnu_java_awt_peer_gtk_GdkGraphicsEnvironment.lo gnu_java_awt_peer_gtk_GdkGraphicsEnvironment.c
/bin/sh ../../../libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I../../../include  -I../../../include -I../../../native/jni/classpath -I../../../native/jni/native-lib -I/usr/local/include -W -Wall -Wmissing-declarations -Wwrite-strings -Wmissing-prototypes -Wno-long-long -I/usr/local/include/gtk-2.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/fribidi -I/usr/local/include -I/usr/local/include/cairo -D_THREAD_SAFE -I/usr/local/include/pixman-1 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/gdk-pixbuf-2.0 -pthread -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -D_THREAD_SAFE -pthread -I/usr/local/include/pixman-1 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -MT gnu_java_awt_peer_gtk_GdkPixbufDecoder.lo -MD -MP -MF .deps/gnu_java_awt_peer_gtk_GdkPixbufDecoder.Tpo -c -o gnu_java_awt_peer_gtk_GdkPixbufDecoder.lo gnu_java_awt_peer_gtk_GdkPixbufDecoder.c
/bin/sh ../../../libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I../../../include  -I../../../include -I../../../native/jni/classpath -I../../../native/jni/native-lib -I/usr/local/include -W -Wall -Wmissing-declarations -Wwrite-strings -Wmissing-prototypes -Wno-long-long -I/usr/local/include/gtk-2.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/fribidi -I/usr/local/include -I/usr/local/include/cairo -D_THREAD_SAFE -I/usr/local/include/pixman-1 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/gdk-pixbuf-2.0 -pthread -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -D_THREAD_SAFE -pthread -I/usr/local/include/pixman-1 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -MT gnu_java_awt_peer_gtk_GdkRobotPeer.lo -MD -MP -MF .deps/gnu_java_awt_peer_gtk_GdkRobotPeer.Tpo -c -o gnu_java_awt_peer_gtk_GdkRobotPeer.lo gnu_java_awt_peer_gtk_GdkRobotPeer.c
/bin/sh ../../../libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I../../../include  -I../../../include -I../../../native/jni/classpath -I../../../native/jni/native-lib -I/usr/local/include -W -Wall -Wmissing-declarations -Wwrite-strings -Wmissing-prototypes -Wno-long-long -I/usr/local/include/gtk-2.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/fribidi -I/usr/local/include -I/usr/local/include/cairo -D_THREAD_SAFE -I/usr/local/include/pixman-1 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/gdk-pixbuf-2.0 -pthread -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -D_THREAD_SAFE -pthread -I/usr/local/include/pixman-1 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -MT gnu_java_awt_peer_gtk_GdkScreenGraphicsDevice.lo -MD -MP -MF .deps/gnu_java_awt_peer_gtk_GdkScreenGraphicsDevice.Tpo -c -o gnu_java_awt_peer_gtk_GdkScreenGraphicsDevice.lo gnu_java_awt_peer_gtk_GdkScreenGraphicsDevice.c
/bin/sh ../../../libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I../../../include  -I../../../include -I../../../native/jni/classpath -I../../../native/jni/native-lib -I/usr/local/include -W -Wall -Wmissing-declarations -Wwrite-strings -Wmissing-prototypes -Wno-long-long -I/usr/local/include/gtk-2.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/fribidi -I/usr/local/include -I/usr/local/include/cairo -D_THREAD_SAFE -I/usr/local/include/pixman-1 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/gdk-pixbuf-2.0 -pthread -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -D_THREAD_SAFE -pthread -I/usr/local/include/pixman-1 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -MT gnu_java_awt_peer_gtk_GtkButtonPeer.lo -MD -MP -MF .deps/gnu_java_awt_peer_gtk_GtkButtonPeer.Tpo -c -o gnu_java_awt_peer_gtk_GtkButtonPeer.lo gnu_java_awt_peer_gtk_GtkButtonPeer.c
/bin/sh ../../../libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I../../../include  -I../../../include -I../../../native/jni/classpath -I../../../native/jni/native-lib -I/usr/local/include -W -Wall -Wmissing-declarations -Wwrite-strings -Wmissing-prototypes -Wno-long-long -I/usr/local/include/gtk-2.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/fribidi -I/usr/local/include -I/usr/local/include/cairo -D_THREAD_SAFE -I/usr/local/include/pixman-1 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/gdk-pixbuf-2.0 -pthread -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -D_THREAD_SAFE -pthread -I/usr/local/include/pixman-1 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -MT gnu_java_awt_peer_gtk_GtkCanvasPeer.lo -MD -MP -MF .deps/gnu_java_awt_peer_gtk_GtkCanvasPeer.Tpo -c -o gnu_java_awt_peer_gtk_GtkCanvasPeer.lo gnu_java_awt_peer_gtk_GtkCanvasPeer.c
/bin/sh ../../../libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I../../../include  -I../../../include -I../../../native/jni/classpath -I../../../native/jni/native-lib -I/usr/local/include -W -Wall -Wmissing-declarations -Wwrite-strings -Wmissing-prototypes -Wno-long-long -I/usr/local/include/gtk-2.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/fribidi -I/usr/local/include -I/usr/local/include/cairo -D_THREAD_SAFE -I/usr/local/include/pixman-1 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/gdk-pixbuf-2.0 -pthread -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -D_THREAD_SAFE -pthread -I/usr/local/include/pixman-1 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -MT gnu_java_awt_peer_gtk_GtkCheckboxMenuItemPeer.lo -MD -MP -MF .deps/gnu_java_awt_peer_gtk_GtkCheckboxMenuItemPeer.Tpo -c -o gnu_java_awt_peer_gtk_GtkCheckboxMenuItemPeer.lo gnu_java_awt_peer_gtk_GtkCheckboxMenuItemPeer.c
/bin/sh ../../../libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I../../../include  -I../../../include -I../../../native/jni/classpath -I../../../native/jni/native-lib -I/usr/local/include -W -Wall -Wmissing-declarations -Wwrite-strings -Wmissing-prototypes -Wno-long-long -I/usr/local/include/gtk-2.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/fribidi -I/usr/local/include -I/usr/local/include/cairo -D_THREAD_SAFE -I/usr/local/include/pixman-1 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/gdk-pixbuf-2.0 -pthread -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -D_THREAD_SAFE -pthread -I/usr/local/include/pixman-1 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -MT gnu_java_awt_peer_gtk_GtkCheckboxPeer.lo -MD -MP -MF .deps/gnu_java_awt_peer_gtk_GtkCheckboxPeer.Tpo -c -o gnu_java_awt_peer_gtk_GtkCheckboxPeer.lo gnu_java_awt_peer_gtk_GtkCheckboxPeer.c
/bin/sh ../../../libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I../../../include  -I../../../include -I../../../native/jni/classpath -I../../../native/jni/native-lib -I/usr/local/include -W -Wall -Wmissing-declarations -Wwrite-strings -Wmissing-prototypes -Wno-long-long -I/usr/local/include/gtk-2.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/fribidi -I/usr/local/include -I/usr/local/include/cairo -D_THREAD_SAFE -I/usr/local/include/pixman-1 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/gdk-pixbuf-2.0 -pthread -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -D_THREAD_SAFE -pthread -I/usr/local/include/pixman-1 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -MT gnu_java_awt_peer_gtk_GtkChoicePeer.lo -MD -MP -MF .deps/gnu_java_awt_peer_gtk_GtkChoicePeer.Tpo -c -o gnu_java_awt_peer_gtk_GtkChoicePeer.lo gnu_java_awt_peer_gtk_GtkChoicePeer.c
/bin/sh ../../../libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I../../../include  -I../../../include -I../../../native/jni/classpath -I../../../native/jni/native-lib -I/usr/local/include -W -Wall -Wmissing-declarations -Wwrite-strings -Wmissing-prototypes -Wno-long-long -I/usr/local/include/gtk-2.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/fribidi -I/usr/local/include -I/usr/local/include/cairo -D_THREAD_SAFE -I/usr/local/include/pixman-1 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/gdk-pixbuf-2.0 -pthread -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -D_THREAD_SAFE -pthread -I/usr/local/include/pixman-1 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -MT gnu_java_awt_peer_gtk_GtkClipboard.lo -MD -MP -MF .deps/gnu_java_awt_peer_gtk_GtkClipboard.Tpo -c -o gnu_java_awt_peer_gtk_GtkClipboard.lo gnu_java_awt_peer_gtk_GtkClipboard.c
/bin/sh ../../../libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I../../../include  -I../../../include -I../../../native/jni/classpath -I../../../native/jni/native-lib -I/usr/local/include -W -Wall -Wmissing-declarations -Wwrite-strings -Wmissing-prototypes -Wno-long-long -I/usr/local/include/gtk-2.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/fribidi -I/usr/local/include -I/usr/local/include/cairo -D_THREAD_SAFE -I/usr/local/include/pixman-1 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/gdk-pixbuf-2.0 -pthread -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -D_THREAD_SAFE -pthread -I/usr/local/include/pixman-1 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -MT gnu_java_awt_peer_gtk_GtkComponentPeer.lo -MD -MP -MF .deps/gnu_java_awt_peer_gtk_GtkComponentPeer.Tpo -c -o gnu_java_awt_peer_gtk_GtkComponentPeer.lo gnu_java_awt_peer_gtk_GtkComponentPeer.c
/bin/sh ../../../libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I../../../include  -I../../../include -I../../../native/jni/classpath -I../../../native/jni/native-lib -I/usr/local/include -W -Wall -Wmissing-declarations -Wwrite-strings -Wmissing-prototypes -Wno-long-long -I/usr/local/include/gtk-2.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/fribidi -I/usr/local/include -I/usr/local/include/cairo -D_THREAD_SAFE -I/usr/local/include/pixman-1 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/gdk-pixbuf-2.0 -pthread -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -D_THREAD_SAFE -pthread -I/usr/local/include/pixman-1 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -MT gnu_java_awt_peer_gtk_GtkEmbeddedWindowPeer.lo -MD -MP -MF .deps/gnu_java_awt_peer_gtk_GtkEmbeddedWindowPeer.Tpo -c -o gnu_java_awt_peer_gtk_GtkEmbeddedWindowPeer.lo gnu_java_awt_peer_gtk_GtkEmbeddedWindowPeer.c
/bin/sh ../../../libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I../../../include  -I../../../include -I../../../native/jni/classpath -I../../../native/jni/native-lib -I/usr/local/include -W -Wall -Wmissing-declarations -Wwrite-strings -Wmissing-prototypes -Wno-long-long -I/usr/local/include/gtk-2.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/fribidi -I/usr/local/include -I/usr/local/include/cairo -D_THREAD_SAFE -I/usr/local/include/pixman-1 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/gdk-pixbuf-2.0 -pthread -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -D_THREAD_SAFE -pthread -I/usr/local/include/pixman-1 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -MT gnu_java_awt_peer_gtk_GtkFileDialogPeer.lo -MD -MP -MF .deps/gnu_java_awt_peer_gtk_GtkFileDialogPeer.Tpo -c -o gnu_java_awt_peer_gtk_GtkFileDialogPeer.lo gnu_java_awt_peer_gtk_GtkFileDialogPeer.c
/bin/sh ../../../libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I../../../include  -I../../../include -I../../../native/jni/classpath -I../../../native/jni/native-lib -I/usr/local/include -W -Wall -Wmissing-declarations -Wwrite-strings -Wmissing-prototypes -Wno-long-long -I/usr/local/include/gtk-2.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/fribidi -I/usr/local/include -I/usr/local/include/cairo -D_THREAD_SAFE -I/usr/local/include/pixman-1 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/gdk-pixbuf-2.0 -pthread -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -D_THREAD_SAFE -pthread -I/usr/local/include/pixman-1 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -MT gnu_java_awt_peer_gtk_GtkFramePeer.lo -MD -MP -MF .deps/gnu_java_awt_peer_gtk_GtkFramePeer.Tpo -c -o gnu_java_awt_peer_gtk_GtkFramePeer.lo gnu_java_awt_peer_gtk_GtkFramePeer.c
/bin/sh ../../../libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I../../../include  -I../../../include -I../../../native/jni/classpath -I../../../native/jni/native-lib -I/usr/local/include -W -Wall -Wmissing-declarations -Wwrite-strings -Wmissing-prototypes -Wno-long-long -I/usr/local/include/gtk-2.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/fribidi -I/usr/local/include -I/usr/local/include/cairo -D_THREAD_SAFE -I/usr/local/include/pixman-1 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/gdk-pixbuf-2.0 -pthread -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -D_THREAD_SAFE -pthread -I/usr/local/include/pixman-1 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -MT gnu_java_awt_peer_gtk_GtkGenericPeer.lo -MD -MP -MF .deps/gnu_java_awt_peer_gtk_GtkGenericPeer.Tpo -c -o gnu_java_awt_peer_gtk_GtkGenericPeer.lo gnu_java_awt_peer_gtk_GtkGenericPeer.c
/bin/sh ../../../libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I../../../include  -I../../../include -I../../../native/jni/classpath -I../../../native/jni/native-lib -I/usr/local/include -W -Wall -Wmissing-declarations -Wwrite-strings -Wmissing-prototypes -Wno-long-long -I/usr/local/include/gtk-2.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/fribidi -I/usr/local/include -I/usr/local/include/cairo -D_THREAD_SAFE -I/usr/local/include/pixman-1 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/gdk-pixbuf-2.0 -pthread -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -D_THREAD_SAFE -pthread -I/usr/local/include/pixman-1 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -MT gnu_java_awt_peer_gtk_GtkImage.lo -MD -MP -MF .deps/gnu_java_awt_peer_gtk_GtkImage.Tpo -c -o gnu_java_awt_peer_gtk_GtkImage.lo gnu_java_awt_peer_gtk_GtkImage.c
/bin/sh ../../../libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I../../../include  -I../../../include -I../../../native/jni/classpath -I../../../native/jni/native-lib -I/usr/local/include -W -Wall -Wmissing-declarations -Wwrite-strings -Wmissing-prototypes -Wno-long-long -I/usr/local/include/gtk-2.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/fribidi -I/usr/local/include -I/usr/local/include/cairo -D_THREAD_SAFE -I/usr/local/include/pixman-1 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/gdk-pixbuf-2.0 -pthread -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -D_THREAD_SAFE -pthread -I/usr/local/include/pixman-1 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -MT gnu_java_awt_peer_gtk_GtkLabelPeer.lo -MD -MP -MF .deps/gnu_java_awt_peer_gtk_GtkLabelPeer.Tpo -c -o gnu_java_awt_peer_gtk_GtkLabelPeer.lo gnu_java_awt_peer_gtk_GtkLabelPeer.c
/bin/sh ../../../libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I../../../include  -I../../../include -I../../../native/jni/classpath -I../../../native/jni/native-lib -I/usr/local/include -W -Wall -Wmissing-declarations -Wwrite-strings -Wmissing-prototypes -Wno-long-long -I/usr/local/include/gtk-2.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/fribidi -I/usr/local/include -I/usr/local/include/cairo -D_THREAD_SAFE -I/usr/local/include/pixman-1 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/gdk-pixbuf-2.0 -pthread -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -D_THREAD_SAFE -pthread -I/usr/local/include/pixman-1 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -MT gnu_java_awt_peer_gtk_GtkListPeer.lo -MD -MP -MF .deps/gnu_java_awt_peer_gtk_GtkListPeer.Tpo -c -o gnu_java_awt_peer_gtk_GtkListPeer.lo gnu_java_awt_peer_gtk_GtkListPeer.c
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../../../include -I../../../include -I../../../native/jni/classpath -I../../../native/jni/native-lib -I/usr/local/include -W -Wall -Wmissing-declarations -Wwrite-strings -Wmissing-prototypes -Wno-long-long -I/usr/local/include/gtk-2.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/fribidi -I/usr/local/include -I/usr/local/include/cairo -D_THREAD_SAFE -I/usr/local/include/pixman-1 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/gdk-pixbuf-2.0 -pthread -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -D_THREAD_SAFE -pthread -I/usr/local/include/pixman-1 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT gnu_java_awt_peer_gtk_CairoSurface.lo -MD -MP -MF .deps/gnu_java_awt_peer_gtk_CairoSurface.Tpo -c gnu_java_awt_peer_gtk_CairoSurface.c  -fPIC -DPIC -o .libs/gnu_java_awt_peer_gtk_CairoSurface.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../../../include -I../../../include -I../../../native/jni/classpath -I../../../native/jni/native-lib -I/usr/local/include -W -Wall -Wmissing-declarations -Wwrite-strings -Wmissing-prototypes -Wno-long-long -I/usr/local/include/gtk-2.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/fribidi -I/usr/local/include -I/usr/local/include/cairo -D_THREAD_SAFE -I/usr/local/include/pixman-1 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/gdk-pixbuf-2.0 -pthread -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -D_THREAD_SAFE -pthread -I/usr/local/include/pixman-1 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT gnu_java_awt_peer_gtk_CairoGraphics2D.lo -MD -MP -MF .deps/gnu_java_awt_peer_gtk_CairoGraphics2D.Tpo -c gnu_java_awt_peer_gtk_CairoGraphics2D.c  -fPIC -DPIC -o .libs/gnu_java_awt_peer_gtk_CairoGraphics2D.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../../../include -I../../../include -I../../../native/jni/classpath -I../../../native/jni/native-lib -I/usr/local/include -W -Wall -Wmissing-declarations -Wwrite-strings -Wmissing-prototypes -Wno-long-long -I/usr/local/include/gtk-2.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/fribidi -I/usr/local/include -I/usr/local/include/cairo -D_THREAD_SAFE -I/usr/local/include/pixman-1 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/gdk-pixbuf-2.0 -pthread -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -D_THREAD_SAFE -pthread -I/usr/local/include/pixman-1 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT gnu_java_awt_peer_gtk_ComponentGraphics.lo -MD -MP -MF .deps/gnu_java_awt_peer_gtk_ComponentGraphics.Tpo -c gnu_java_awt_peer_gtk_ComponentGraphics.c  -fPIC -DPIC -o .libs/gnu_java_awt_peer_gtk_ComponentGraphics.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../../../include -I../../../include -I../../../native/jni/classpath -I../../../native/jni/native-lib -I/usr/local/include -W -Wall -Wmissing-declarations -Wwrite-strings -Wmissing-prototypes -Wno-long-long -I/usr/local/include/gtk-2.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/fribidi -I/usr/local/include -I/usr/local/include/cairo -D_THREAD_SAFE -I/usr/local/include/pixman-1 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/gdk-pixbuf-2.0 -pthread -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -D_THREAD_SAFE -pthread -I/usr/local/include/pixman-1 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT gnu_java_awt_peer_gtk_ComponentGraphicsCopy.lo -MD -MP -MF .deps/gnu_java_awt_peer_gtk_ComponentGraphicsCopy.Tpo -c gnu_java_awt_peer_gtk_ComponentGraphicsCopy.c  -fPIC -DPIC -o .libs/gnu_java_awt_peer_gtk_ComponentGraphicsCopy.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../../../include -I../../../include -I../../../native/jni/classpath -I../../../native/jni/native-lib -I/usr/local/include -W -Wall -Wmissing-declarations -Wwrite-strings -Wmissing-prototypes -Wno-long-long -I/usr/local/include/gtk-2.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/fribidi -I/usr/local/include -I/usr/local/include/cairo -D_THREAD_SAFE -I/usr/local/include/pixman-1 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/gdk-pixbuf-2.0 -pthread -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -D_THREAD_SAFE -pthread -I/usr/local/include/pixman-1 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT gnu_java_awt_peer_gtk_FreetypeGlyphVector.lo -MD -MP -MF .deps/gnu_java_awt_peer_gtk_FreetypeGlyphVector.Tpo -c gnu_java_awt_peer_gtk_FreetypeGlyphVector.c  -fPIC -DPIC -o .libs/gnu_java_awt_peer_gtk_FreetypeGlyphVector.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../../../include -I../../../include -I../../../native/jni/classpath -I../../../native/jni/native-lib -I/usr/local/include -W -Wall -Wmissing-declarations -Wwrite-strings -Wmissing-prototypes -Wno-long-long -I/usr/local/include/gtk-2.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/fribidi -I/usr/local/include -I/usr/local/include/cairo -D_THREAD_SAFE -I/usr/local/include/pixman-1 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/gdk-pixbuf-2.0 -pthread -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -D_THREAD_SAFE -pthread -I/usr/local/include/pixman-1 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT gnu_java_awt_peer_gtk_GdkFontPeer.lo -MD -MP -MF .deps/gnu_java_awt_peer_gtk_GdkFontPeer.Tpo -c gnu_java_awt_peer_gtk_GdkFontPeer.c  -fPIC -DPIC -o .libs/gnu_java_awt_peer_gtk_GdkFontPeer.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../../../include -I../../../include -I../../../native/jni/classpath -I../../../native/jni/native-lib -I/usr/local/include -W -Wall -Wmissing-declarations -Wwrite-strings -Wmissing-prototypes -Wno-long-long -I/usr/local/include/gtk-2.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/fribidi -I/usr/local/include -I/usr/local/include/cairo -D_THREAD_SAFE -I/usr/local/include/pixman-1 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/gdk-pixbuf-2.0 -pthread -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -D_THREAD_SAFE -pthread -I/usr/local/include/pixman-1 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT gnu_java_awt_peer_gtk_GdkScreenGraphicsDevice.lo -MD -MP -MF .deps/gnu_java_awt_peer_gtk_GdkScreenGraphicsDevice.Tpo -c gnu_java_awt_peer_gtk_GdkScreenGraphicsDevice.c  -fPIC -DPIC -o .libs/gnu_java_awt_peer_gtk_GdkScreenGraphicsDevice.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../../../include -I../../../include -I../../../native/jni/classpath -I../../../native/jni/native-lib -I/usr/local/include -W -Wall -Wmissing-declarations -Wwrite-strings -Wmissing-prototypes -Wno-long-long -I/usr/local/include/gtk-2.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/fribidi -I/usr/local/include -I/usr/local/include/cairo -D_THREAD_SAFE -I/usr/local/include/pixman-1 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/gdk-pixbuf-2.0 -pthread -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -D_THREAD_SAFE -pthread -I/usr/local/include/pixman-1 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT gnu_java_awt_peer_gtk_GtkButtonPeer.lo -MD -MP -MF .deps/gnu_java_awt_peer_gtk_GtkButtonPeer.Tpo -c gnu_java_awt_peer_gtk_GtkButtonPeer.c  -fPIC -DPIC -o .libs/gnu_java_awt_peer_gtk_GtkButtonPeer.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../../../include -I../../../include -I../../../native/jni/classpath -I../../../native/jni/native-lib -I/usr/local/include -W -Wall -Wmissing-declarations -Wwrite-strings -Wmissing-prototypes -Wno-long-long -I/usr/local/include/gtk-2.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/fribidi -I/usr/local/include -I/usr/local/include/cairo -D_THREAD_SAFE -I/usr/local/include/pixman-1 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/gdk-pixbuf-2.0 -pthread -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -D_THREAD_SAFE -pthread -I/usr/local/include/pixman-1 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT gnu_java_awt_peer_gtk_GtkCheckboxMenuItemPeer.lo -MD -MP -MF .deps/gnu_java_awt_peer_gtk_GtkCheckboxMenuItemPeer.Tpo -c gnu_java_awt_peer_gtk_GtkCheckboxMenuItemPeer.c  -fPIC -DPIC -o .libs/gnu_java_awt_peer_gtk_GtkCheckboxMenuItemPeer.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../../../include -I../../../include -I../../../native/jni/classpath -I../../../native/jni/native-lib -I/usr/local/include -W -Wall -Wmissing-declarations -Wwrite-strings -Wmissing-prototypes -Wno-long-long -I/usr/local/include/gtk-2.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/fribidi -I/usr/local/include -I/usr/local/include/cairo -D_THREAD_SAFE -I/usr/local/include/pixman-1 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/gdk-pixbuf-2.0 -pthread -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -D_THREAD_SAFE -pthread -I/usr/local/include/pixman-1 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT gnu_java_awt_peer_gtk_GdkGraphicsEnvironment.lo -MD -MP -MF .deps/gnu_java_awt_peer_gtk_GdkGraphicsEnvironment.Tpo -c gnu_java_awt_peer_gtk_GdkGraphicsEnvironment.c  -fPIC -DPIC -o .libs/gnu_java_awt_peer_gtk_GdkGraphicsEnvironment.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../../../include -I../../../include -I../../../native/jni/classpath -I../../../native/jni/native-lib -I/usr/local/include -W -Wall -Wmissing-declarations -Wwrite-strings -Wmissing-prototypes -Wno-long-long -I/usr/local/include/gtk-2.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/fribidi -I/usr/local/include -I/usr/local/include/cairo -D_THREAD_SAFE -I/usr/local/include/pixman-1 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/gdk-pixbuf-2.0 -pthread -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -D_THREAD_SAFE -pthread -I/usr/local/include/pixman-1 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT gnu_java_awt_peer_gtk_GdkRobotPeer.lo -MD -MP -MF .deps/gnu_java_awt_peer_gtk_GdkRobotPeer.Tpo -c gnu_java_awt_peer_gtk_GdkRobotPeer.c  -fPIC -DPIC -o .libs/gnu_java_awt_peer_gtk_GdkRobotPeer.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../../../include -I../../../include -I../../../native/jni/classpath -I../../../native/jni/native-lib -I/usr/local/include -W -Wall -Wmissing-declarations -Wwrite-strings -Wmissing-prototypes -Wno-long-long -I/usr/local/include/gtk-2.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/fribidi -I/usr/local/include -I/usr/local/include/cairo -D_THREAD_SAFE -I/usr/local/include/pixman-1 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/gdk-pixbuf-2.0 -pthread -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -D_THREAD_SAFE -pthread -I/usr/local/include/pixman-1 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT gnu_java_awt_peer_gtk_GdkPixbufDecoder.lo -MD -MP -MF .deps/gnu_java_awt_peer_gtk_GdkPixbufDecoder.Tpo -c gnu_java_awt_peer_gtk_GdkPixbufDecoder.c  -fPIC -DPIC -o .libs/gnu_java_awt_peer_gtk_GdkPixbufDecoder.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../../../include -I../../../include -I../../../native/jni/classpath -I../../../native/jni/native-lib -I/usr/local/include -W -Wall -Wmissing-declarations -Wwrite-strings -Wmissing-prototypes -Wno-long-long -I/usr/local/include/gtk-2.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/fribidi -I/usr/local/include -I/usr/local/include/cairo -D_THREAD_SAFE -I/usr/local/include/pixman-1 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/gdk-pixbuf-2.0 -pthread -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -D_THREAD_SAFE -pthread -I/usr/local/include/pixman-1 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT gnu_java_awt_peer_gtk_GtkEmbeddedWindowPeer.lo -MD -MP -MF .deps/gnu_java_awt_peer_gtk_GtkEmbeddedWindowPeer.Tpo -c gnu_java_awt_peer_gtk_GtkEmbeddedWindowPeer.c  -fPIC -DPIC -o .libs/gnu_java_awt_peer_gtk_GtkEmbeddedWindowPeer.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../../../include -I../../../include -I../../../native/jni/classpath -I../../../native/jni/native-lib -I/usr/local/include -W -Wall -Wmissing-declarations -Wwrite-strings -Wmissing-prototypes -Wno-long-long -I/usr/local/include/gtk-2.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/fribidi -I/usr/local/include -I/usr/local/include/cairo -D_THREAD_SAFE -I/usr/local/include/pixman-1 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/gdk-pixbuf-2.0 -pthread -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -D_THREAD_SAFE -pthread -I/usr/local/include/pixman-1 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT gnu_java_awt_peer_gtk_GtkClipboard.lo -MD -MP -MF .deps/gnu_java_awt_peer_gtk_GtkClipboard.Tpo -c gnu_java_awt_peer_gtk_GtkClipboard.c  -fPIC -DPIC -o .libs/gnu_java_awt_peer_gtk_GtkClipboard.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../../../include -I../../../include -I../../../native/jni/classpath -I../../../native/jni/native-lib -I/usr/local/include -W -Wall -Wmissing-declarations -Wwrite-strings -Wmissing-prototypes -Wno-long-long -I/usr/local/include/gtk-2.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/fribidi -I/usr/local/include -I/usr/local/include/cairo -D_THREAD_SAFE -I/usr/local/include/pixman-1 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/gdk-pixbuf-2.0 -pthread -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -D_THREAD_SAFE -pthread -I/usr/local/include/pixman-1 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT gnu_java_awt_peer_gtk_GtkFileDialogPeer.lo -MD -MP -MF .deps/gnu_java_awt_peer_gtk_GtkFileDialogPeer.Tpo -c gnu_java_awt_peer_gtk_GtkFileDialogPeer.c  -fPIC -DPIC -o .libs/gnu_java_awt_peer_gtk_GtkFileDialogPeer.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../../../include -I../../../include -I../../../native/jni/classpath -I../../../native/jni/native-lib -I/usr/local/include -W -Wall -Wmissing-declarations -Wwrite-strings -Wmissing-prototypes -Wno-long-long -I/usr/local/include/gtk-2.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/fribidi -I/usr/local/include -I/usr/local/include/cairo -D_THREAD_SAFE -I/usr/local/include/pixman-1 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/gdk-pixbuf-2.0 -pthread -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -D_THREAD_SAFE -pthread -I/usr/local/include/pixman-1 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT gnu_java_awt_peer_gtk_GtkCheckboxPeer.lo -MD -MP -MF .deps/gnu_java_awt_peer_gtk_GtkCheckboxPeer.Tpo -c gnu_java_awt_peer_gtk_GtkCheckboxPeer.c  -fPIC -DPIC -o .libs/gnu_java_awt_peer_gtk_GtkCheckboxPeer.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../../../include -I../../../include -I../../../native/jni/classpath -I../../../native/jni/native-lib -I/usr/local/include -W -Wall -Wmissing-declarations -Wwrite-strings -Wmissing-prototypes -Wno-long-long -I/usr/local/include/gtk-2.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/fribidi -I/usr/local/include -I/usr/local/include/cairo -D_THREAD_SAFE -I/usr/local/include/pixman-1 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/gdk-pixbuf-2.0 -pthread -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -D_THREAD_SAFE -pthread -I/usr/local/include/pixman-1 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT gnu_java_awt_peer_gtk_GtkFramePeer.lo -MD -MP -MF .deps/gnu_java_awt_peer_gtk_GtkFramePeer.Tpo -c gnu_java_awt_peer_gtk_GtkFramePeer.c  -fPIC -DPIC -o .libs/gnu_java_awt_peer_gtk_GtkFramePeer.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../../../include -I../../../include -I../../../native/jni/classpath -I../../../native/jni/native-lib -I/usr/local/include -W -Wall -Wmissing-declarations -Wwrite-strings -Wmissing-prototypes -Wno-long-long -I/usr/local/include/gtk-2.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/fribidi -I/usr/local/include -I/usr/local/include/cairo -D_THREAD_SAFE -I/usr/local/include/pixman-1 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/gdk-pixbuf-2.0 -pthread -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -D_THREAD_SAFE -pthread -I/usr/local/include/pixman-1 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT gnu_java_awt_peer_gtk_GtkCanvasPeer.lo -MD -MP -MF .deps/gnu_java_awt_peer_gtk_GtkCanvasPeer.Tpo -c gnu_java_awt_peer_gtk_GtkCanvasPeer.c  -fPIC -DPIC -o .libs/gnu_java_awt_peer_gtk_GtkCanvasPeer.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../../../include -I../../../include -I../../../native/jni/classpath -I../../../native/jni/native-lib -I/usr/local/include -W -Wall -Wmissing-declarations -Wwrite-strings -Wmissing-prototypes -Wno-long-long -I/usr/local/include/gtk-2.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/fribidi -I/usr/local/include -I/usr/local/include/cairo -D_THREAD_SAFE -I/usr/local/include/pixman-1 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/gdk-pixbuf-2.0 -pthread -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -D_THREAD_SAFE -pthread -I/usr/local/include/pixman-1 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT gnu_java_awt_peer_gtk_GtkComponentPeer.lo -MD -MP -MF .deps/gnu_java_awt_peer_gtk_GtkComponentPeer.Tpo -c gnu_java_awt_peer_gtk_GtkComponentPeer.c  -fPIC -DPIC -o .libs/gnu_java_awt_peer_gtk_GtkComponentPeer.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../../../include -I../../../include -I../../../native/jni/classpath -I../../../native/jni/native-lib -I/usr/local/include -W -Wall -Wmissing-declarations -Wwrite-strings -Wmissing-prototypes -Wno-long-long -I/usr/local/include/gtk-2.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/fribidi -I/usr/local/include -I/usr/local/include/cairo -D_THREAD_SAFE -I/usr/local/include/pixman-1 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/gdk-pixbuf-2.0 -pthread -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -D_THREAD_SAFE -pthread -I/usr/local/include/pixman-1 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT gnu_java_awt_peer_gtk_GtkGenericPeer.lo -MD -MP -MF .deps/gnu_java_awt_peer_gtk_GtkGenericPeer.Tpo -c gnu_java_awt_peer_gtk_GtkGenericPeer.c  -fPIC -DPIC -o .libs/gnu_java_awt_peer_gtk_GtkGenericPeer.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../../../include -I../../../include -I../../../native/jni/classpath -I../../../native/jni/native-lib -I/usr/local/include -W -Wall -Wmissing-declarations -Wwrite-strings -Wmissing-prototypes -Wno-long-long -I/usr/local/include/gtk-2.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/fribidi -I/usr/local/include -I/usr/local/include/cairo -D_THREAD_SAFE -I/usr/local/include/pixman-1 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/gdk-pixbuf-2.0 -pthread -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -D_THREAD_SAFE -pthread -I/usr/local/include/pixman-1 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT gnu_java_awt_peer_gtk_GtkImage.lo -MD -MP -MF .deps/gnu_java_awt_peer_gtk_GtkImage.Tpo -c gnu_java_awt_peer_gtk_GtkImage.c  -fPIC -DPIC -o .libs/gnu_java_awt_peer_gtk_GtkImage.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../../../include -I../../../include -I../../../native/jni/classpath -I../../../native/jni/native-lib -I/usr/local/include -W -Wall -Wmissing-declarations -Wwrite-strings -Wmissing-prototypes -Wno-long-long -I/usr/local/include/gtk-2.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/fribidi -I/usr/local/include -I/usr/local/include/cairo -D_THREAD_SAFE -I/usr/local/include/pixman-1 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/gdk-pixbuf-2.0 -pthread -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -D_THREAD_SAFE -pthread -I/usr/local/include/pixman-1 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT gnu_java_awt_peer_gtk_GtkLabelPeer.lo -MD -MP -MF .deps/gnu_java_awt_peer_gtk_GtkLabelPeer.Tpo -c gnu_java_awt_peer_gtk_GtkLabelPeer.c  -fPIC -DPIC -o .libs/gnu_java_awt_peer_gtk_GtkLabelPeer.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../../../include -I../../../include -I../../../native/jni/classpath -I../../../native/jni/native-lib -I/usr/local/include -W -Wall -Wmissing-declarations -Wwrite-strings -Wmissing-prototypes -Wno-long-long -I/usr/local/include/gtk-2.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/fribidi -I/usr/local/include -I/usr/local/include/cairo -D_THREAD_SAFE -I/usr/local/include/pixman-1 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/gdk-pixbuf-2.0 -pthread -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -D_THREAD_SAFE -pthread -I/usr/local/include/pixman-1 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT gnu_java_awt_peer_gtk_GtkChoicePeer.lo -MD -MP -MF .deps/gnu_java_awt_peer_gtk_GtkChoicePeer.Tpo -c gnu_java_awt_peer_gtk_GtkChoicePeer.c  -fPIC -DPIC -o .libs/gnu_java_awt_peer_gtk_GtkChoicePeer.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../../../include -I../../../include -I../../../native/jni/classpath -I../../../native/jni/native-lib -I/usr/local/include -W -Wall -Wmissing-declarations -Wwrite-strings -Wmissing-prototypes -Wno-long-long -I/usr/local/include/gtk-2.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/fribidi -I/usr/local/include -I/usr/local/include/cairo -D_THREAD_SAFE -I/usr/local/include/pixman-1 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/gdk-pixbuf-2.0 -pthread -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -D_THREAD_SAFE -pthread -I/usr/local/include/pixman-1 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT gnu_java_awt_peer_gtk_GtkListPeer.lo -MD -MP -MF .deps/gnu_java_awt_peer_gtk_GtkListPeer.Tpo -c gnu_java_awt_peer_gtk_GtkListPeer.c  -fPIC -DPIC -o .libs/gnu_java_awt_peer_gtk_GtkListPeer.o
In file included from gnu_java_awt_peer_gtk_GtkImage.c:39:
In file included from ./gtkpeer.h:40:
In file included from /usr/local/include/gtk-2.0/gtk/gtk.h:33:
In file included from /usr/local/include/gtk-2.0/gtk/gtkaboutdialog.h:32:
In file included from /usr/local/include/gtk-2.0/gtk/gtkdialog.h:35:
In file included from /usr/local/include/gtk-2.0/gtk/gtkwindow.h:36:
In file included from /usr/local/include/gtk-2.0/gtk/gtkbin.h:35:
In file included from /usr/local/include/gtk-2.0/gtk/gtkcontainer.h:35:
In file included from /usr/local/include/gtk-2.0/gtk/gtkwidget.h:36:
In file included from /usr/local/include/gtk-2.0/gtk/gtkobject.h:37:
/usr/local/include/gtk-2.0/gtk/gtktypeutils.h:236:34: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations]
In file included from gnu_java_awt_peer_gtk_GtkFramePeer.c:38:
In file included from ./gtkpeer.h:40:
In file included from /usr/local/include/gtk-2.0/gtk/gtk.h:33:
In file included from /usr/local/include/gtk-2.0/gtk/gtkaboutdialog.h:32:
In file included from /usr/local/include/gtk-2.0/gtk/gtkdialog.h:35:
In file included from /usr/local/include/gtk-2.0/gtk/gtkwindow.h:36:
In file included from /usr/local/include/gtk-2.0/gtk/gtkbin.h:35:
In file included from In file included from gnu_java_awt_peer_gtk_GtkListPeer.c:  236 | void38/usr/local/include/gtk-2.0/gtk/gtkcontainer.h:35         :
In file included from /usr/local/include/gtk-2.0/gtk/gtkwidget.h:   g:
In file included from ./gtkpeer.h:40:
In file included from /usr/local/include/gtk-2.0/gtk/gtk.h:33:
In file included from /usr/local/include/gtk-2.0/gtk/gtkaboutdialog.h:32:
In file included from /usr/local/include/gtk-2.0/gtk/gtkdialog.h:36tk_type_init   (GTypeDebu:
In file included from /usr/local/include/gtk-2.0/gtk/gtkobject.h:37:
/usr/local/include/gtk-2.0/gtk/gtktypeutils.h35:
In file included from /usr/local/include/gtk-2.0/gtk/gtkwindow.h:36:
In file included from gFlags    debug_flags);
      |                                  ^
/usr/local/include/gtk-2.0/gtk/gtkbin.h:35:
In file included from /usr/local/include/gtk-2.0/gtk/gtkcontainer.h:35/usr/local/include/glib-2.0/gobject/gtype.h:731:19: note: 'GTypeDebugFlags' has been explicitly marked deprecated here
:
In file included from /usr/local/include/gtk-2.0/gtk/gtkwidget.h:36:
In file included from /usr/local/include/gtk-2.0/gtk/gtkobject.h:37:
/usr/local/include/gtk-2.0/gtk/gtktypeutils.h:236:34: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations]
  731 | } GTypeDebugFlags GOBJEC:236:T_DEPRECATED_TYPE_IN_2_3634:   ;
      |                   ^
warning: 236 | vo'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations]/usr/local/include/glib-2.0/gobject/gobject-visibility.h:213:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_36'
  213 | #define GOBJECT_DEPRECATED_TYPE_IN_2_36 GLIB_DE
PREid            gtk_type_init   236 | void       (G     TypeDebugFla  gtgs   k_type_init   (GTypeDebugFlags    de debubug_flags);
      |                                  ^
g_flags);
      |                                  ^/usr/local/include/glib-2.0/gobject/gtype.h:731:19
: note: /usr/local/include/glib-2.0/gobject/gtype.h:731:19: note: 'GTypeDebugFlags' has been explicitly marked deprecated here
'GTypeDebugFlags' has been explicitly marked deprecated here
CIn file included from   gnu_java_awt_peer_gtk_GdkGraphicsEnvironment.c:41:
In file included from ./gdkfont.h731  731 | } | } GTypeDebugFlags GOBJECT_DEPREC ATED_TYPE:41:
In file included from ./gtkpeer.h:40:
In file included from /usr/local/include/gtk-2.0/gtk/gtk.h
      | G:33:
                                        ^
ATED_In file included from TYPE_IN_2_36;/usr/local/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
/usr/local/include/gtk-2.0/gtk/gtkaboutdialog.h 1328 | #:32
      |                   ^
def/usr/local/include/glib-2.0/gobject/gobject-visibility.h:213:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_36'ine GLIB_DEPRECATETypeDebugFlags GOBJECT_DEPRECATED_TYPE_IN_D
_TYPE G_DEPRECATED
      |                              ^
2/usr/local/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
_36;
      In file included from gnu_java_awt_peer_gtk_GtkClipboard.c:40:
In file included from ./gtkpeer.h:40:
In file included from /usr/local/include/gtk-2.0/gtk/gtk.h:33:
In file included from /usr/local/include/gtk-2.0/gtk/gtkaboutdialog.h:32:
In file included from  1267 | #define G/usr/local/include/gtk-2.0/gtk/gtkdialog.h  213 | #def:35:
iIn file included from /usr/local/include/gtk-2.0/gtk/gtkwindow.h:36:
In file included from /usr/local/include/gtk-2.0/gtk/gtkbin.h:35ne GOBJECT_DEPRECATED_TYPE_I:
In file included from /usr/local/include/gtk-2.0/gtk/gtkcontainer.hN_2_36 GLIB_DEPRECATED_T_DEPRECATED __attribute__((__deprecated__))
      |                                     ^
:
| YIn file included from /usr/local/include/gtk-2.0/gtk/gtkdialog.h:35:
In file included from /usr/local/include/gtk-2.0/gtk/gtkwindow.h:36:
In file included from /usr/local/include/gtk-2.0/gtk/gtkbin.h:35:
In file included from /usr/local/include/gtk-2.0/gtk/gtkcontainer.h:35:
PE
      |                                         ^
                  ^
In file included from /usr/local/include/gtk-2.0/gtk/gtkwidget.h:36:
In file included from /usr/local/include/gtk-2.0/gtk/gtkobject.h:/usr/local/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
37:
 1328 | #define GLIB_/usr/local/include/gtk-2.0/gtk/gtktypeutils.h:236:34: DEPRECATED_TYPE G_DEPwarning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations]RECATED
      |                              ^

/usr/local/include/glib-2.0/glib/gmacros.h:35:
:1267/usr/local/include/glib-2.0/gobject/gobject-visibility.h::213:4137: note: In file included from /usr/local/include/gtk-2.0/gtk/gtkwidget.h:expanded from macro 'G_DEPRECATED'  236 | 36:
In file included from /usr/local/include/gtk-2.0/gtk/gtkobject.h:37:

/usr/local/include/gtk-2.0/gtk/gtktypeutils.hv 1267 | #define G_DEP:RECATED __236:34: attribute__((__deprecated__))
      |                                     ^
warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations]
oid            gtk_type_init   (GTypeDebugFlags    debug_flags);
      |                                  ^
:/usr/local/include/glib-2.0/gobject/gtype.h:731:19: note: 'GTypeDebugFlags' has been explicitly marked deprecated here
    731 | } GTypeDebugFIn file included from gnu_java_awt_peer_gtk_GtkCheckboxPeer.c:40:
In file included from ./gtkpeer.h:40:
In file included from /usr/local/include/gtk-2.0/gtk/gtk.h:33:
In file included from /usr/local/include/gtk-2.0/gtk/gtkaboutdialog.h: lnote: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_36'
In file included from   213 | #dgnu_java_awt_peer_gtk_GtkEmbeddedWindowPeer.c:40:
In file included from 236 | void            gtk_type_init   (GTypeDebugFlags   e./gtkpeer.hfi32 debug_n:40:
In file included from /usr/local/include/gtk-2.0/gtk/gtk.h:33:
eIn file included from gnu_java_awt_peer_gtk_GtkCheckboxMenuItemPeer.c:In file included from 39/usr/local/include/gtk-2.0/gtk/gtkaboutdialog.h:32:
In file included from /usr/local/include/gtk-2.0/gtk/gtkdialog.h:35:
In file included from /usr/local/include/gtk-2.0/gtk/gtkwindow.h:36:
In file included from /usr/local/include/gtk-2.0/gtk/gtkbin.hflags);
      |                                  ^
a:
/usr/local/include/glib-2.0/gobject/gtype.h:731:19: note: 'GTypeDebugFlags' has been explicitly marked deprecated here
:In file included from ./gtkpeer.h:40  35731:
In file included from /usr/local/include/gtk-2.0/gtk/gtkcontainer.h:35:
In file included from /usr/local/include/gtk-2.0/gtk/gtkwidget.h:36:
In file included from /usr/local/include/gtk-2.0/gtk/gtkobject.h:37:
/usr/local/include/gtk-2.0/gtk/gtktypeutils.h | } GTy gGOBJp:
eDebIn file included from EugFlags GOCT_DEPsBJECT_DEPREC GOBJECT_DEPREATED_TYP:
In file included from E_IN_2_36;
      RCECAT/usr/local/include/gtk-2.0/gtk/gtk.h/usr/local/include/gtk-2.0/gtk/gtkdialog.h::35:
In file included from /usr/local/include/gtk-2.0/gtk/gtkwindow.h:36:
In file included from /usr/local/include/gtk-2.0/gtk/gtkbin.h:35:
In file included from /usr/local/include/gtk-2.0/gtk/gtkcontainer.h:35:
In file included from /usr/local/include/gtk-2.0/gtk/gtkwidget.h:36:
In file included from /usr/local/include/gtk-2.0/gtk/gtkobject.h:37:
/usr/local/include/gtk-2.0/gtk/gtktypeutils.h:236:34: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations]
A  236 | void            gtk_type_i:In file included from Tnit   (GTypeDebug33:
In file included from /usr/local/include/gtk-2.0/gtk/gtkaboutdialog.h:32:
In file included from /usr/local/include/gtk-2.0/gtk/gtkdialog.h:236ED_TYPE_IN_2_3:34: 35:
In file included from warning: F'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations]
la  | /usr/local/include/gtk-2.0/gtk/gtkwindow.h:36:
                  ^
6;
      | In file included from /usr/local/include/gtk-2.0/gtk/gtkbin.h:g                  ^35:
s
    debug_flags);
      |                                  ^
236In file included from /usr/local/include/gtk-2.0/gtk/gtkcontainer.h:35:
In file included from gnu_java_awt_peer_gtk_GtkFileDialogPeer.c/usr/local/include/gtk-2.0/gtk/gtkwidget.h:36:
In file included from :39:
/usr/local/include/gtk-2.0/gtk/gtkobject.h:37:
/usr/local/include/gtk-2.0/gtk/gtktypeutils.h:236:34: In file included from ./gtkpeer.h:40:
In file included from /usr/local/include/glib-2.0/gobject/gobject-visibility.hwarning: /usr/local/include/gtk-2.0/gtk/gtk.h:213:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_36'
 | void       213 | 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations]#define       gtk_type_init
   (GTy  236 | vopeDebugFlaid             GOBJgtECT_Dk_type_init  /usr/local/include/glib-2.0/gobject/gobject-visibility.h:213:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_36' E
:PRECATED_TYPE_IN_2_36 GLIB_DEPRECATED_gs     213 | TYPE
#define       GOBJ|                                         ^
ECT_DE/usr/local/include/glib-2.0/glib/gmacros.hPRECATED_:1328:30: TYPE_INnote: expanded from macro 'GLIB_DEPRECATED_TYPE'
 1328 | #define GLIB_DE_2_36 GPRECALIBTED_T_DEPRECAYPE G_DEPRECATEDTED
 deb_TYPu      |                              ^
E/usr/local/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'

      |                                         ^
 /usr/local/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
 1328 | #define GLIB_DEPRECATED_TYPE G_DEPRECATE33:
In file included from /usr/local/include/gtk-2.0/gtk/gtkaboutdialog.h:32:
In file included from /usr/local/include/gtk-2.0/gtk/gtkdialog.h:35:
In file included from /usr/local/include/gtk-2.0/gtk/gtkwindow.h:36:
In file included from /usr/local/include/gtk-2.0/gtk/gtkbin.h:g_flags);
      |                                  ^35:
In file included from 
/usr/local/include/gtk-2.0/gtk/gtkcontainer.h:35:
In file included from /usr/local/include/gtk-2.0/gtk/gtkwidget.h:36:
In file included from /usr/local/include/gtk-2.0/gtk/gtkobject.h:37:
/usr/local/include/glib-2.0/gobject/gtype.h:731:19:/usr/local/include/gtk-2.0/gtk/gtktypeutils.h:236:34: 1267 | #define G_DEPRECATED __attribute__((__deprecated__))
      |                                     ^
 note: 'GTypeDebugFlags' has been explicitly marked deprecated here
  731 | } GTypeDebugFlags warning: GOB'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations]
J(GTy  236E | void   CT_DEPRECATED_TpeDeYPE_IN_2_36;
bugFlags    debug_fl   ags)       |                   ^
;
      |                                  ^
 /usr/local/include/glib-2.0/gobject/gobject-visibility.h/usr/local/include/glib-2.0/gobject/gtype.h:731:19:213    gtk_type:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_36'
:_ini note: 'GTypeDebugFlags' has been explicitly marked deprecated here
t  731   (GTypeDebugFl | } GTypeDebugFlags   213 | GOBJECT_DEPRECATED_TYPE_IN_2_36;
      |                   ^
#define GOBJECT_DEPRECATED_TYPE_IN_2_36 GLIB_DEPRECATED/usr/local/include/glib-2.0/gobject/gobject-visibility.h:_ags    de213:41TYPE
      |                                         ^
:/usr/local/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
 1328 | #define GLI/usr/local/include/glib-2.0/gobject/gtype.h:B_bug_flags);731D:
E19: PRECATED_TYnote: 'GTypeDebugFlags' has been explicitly marked deprecated here
PE  731 | } GTypeD G_DEPRECATED
      |                              ^
e/usr/local/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
 bugFlags 1267 | #GIn file included from gnu_java_awt_peer_gtk_GtkCanvasPeer.c:39:
In file included from ./gtkpeer.h:40:
In file included from /usr/local/include/gtk-2.0/gtk/gtk.h:33:
In file included from OBJECT_DE/usr/local/include/gtk-2.0/gtk/gtkaboutdialog.h:32:
In file included from /usr/local/include/gtk-2.0/gtk/gtkdialog.h:35:
In file included from /usr/local/include/gtk-2.0/gtk/gtkwindow.h:36:
In file included from /usr/local/include/gtk-2.0/gtk/gtkbin.h:35dP:
efine G_DEPRECIn file included from In file included from gnu_java_awt_peer_gtk_ComponentGraphics.c:39:
In file included from ./gtkpeer.h:40:
In file included from /usr/local/include/gtk-2.0/gtk/gtk.h:33:
In file included from /usr/local/include/gtk-2.0/gtk/gtkaboutdialog.h:32:
In file included from /usr/local/include/gtk-2.0/gtk/gtkdialog.h:AT35:
In file included from /usr/local/include/gtk-2.0/gtk/gtkwindow.hE      :36:
In file included from | /usr/local/include/gtk-2.0/gtk/gtkcontainer.h/usr/local/include/gtk-2.0/gtk/gtkbin.h:35:
In file included from /usr/local/include/gtk-2.0/gtk/gtkcontainer.h:35:
In file included from /usr/local/include/gtk-2.0/gtk/gtkwidget.h:36:
In file included from                                  ^
/usr/local/include/gtk-2.0/gtk/gtkobject.h:37:/usr/local/include/glib-2.0/gobject/gtype.h35:
In file included from /usr/local/include/gtk-2.0/gtk/gtkwidget.h:::
/usr/local/include/gtk-2.0/gtk/gtktypeutils.h73136:
In file included from /usr/local/include/gtk-2.0/gtk/gtkobject.h:37:
/usr/local/include/gtk-2.0/gtk/gtktypeutils.h:236:34: warning: :19: note: :236:34: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations]warning: 
'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations]
  236 | 'GTypeDebugFlags' has been explicitly marked deprecated herevoi
    731 | } G236 | void        DTdypeD        eEbD ugF    gt_la __attribute__((__deprecated__))
      |                                     ^
k_type_init   (GTypeDebugFlags    debug_flags)g;
      |                                  ^
s   gtk_type_init   /usr/local/include/glib-2.0/gobject/gtype.h:731:19: note: 'GTypeDebugFlags' has been explicitly marked deprecated here
 (GOBJECTGTypeDebugFlags    d  731 | } GTyTpebug_flags);_eDEPRECATED_
      | DebugFlags GOREYPBJECT_E_IN_ note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_36'
DEPRECATED_  213 | #def                                 ^
ine GOBJECT_C/usr/local/include/glib-2.0/gobject/gtype.h:731:19: note: DATED_TYE2PE_IN_2_36'GTypeDebugFlags' has been explicitly marked deprecated hereTIn file included from Ygnu_java_awt_peer_gtk_GtkButtonPeer.c:39:
In file included from ./gtkpeer.h:40:
In file included from /usr/local/include/gtk-2.0/gtk/gtk.h:33:
In file included from /usr/local/include/gtk-2.0/gtk/gtkaboutdialog.h:32:
In file included from /usr/local/include/gtk-2.0/gtk/gtkdialog.h:35PE_IN_T2
;
      |                   ^
YPE_/usr/local/include/glib-2.0/gobject/gobject-visibility.h:213:41:   PRnote: I731N_ECATED_TYPE_I_expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_36'_N_2_36 GLIB_DEPRECATED_TYPE
      |                                         ^
 | } GTypeDebu/usr/local/include/glib-2.0/glib/gmacros.h:gFl31328:30: note: ags GOBJECT_DEPRECATED_TYPexpanded from macro 'GLIB_DEPRECATED_TYPE'
 1328 | #6E_IN_2_36def;
      |                   ^
i:
In file included from ne GLIB_DEPRECATED_TYPE G_DEPRE/usr/local/include/glib-2.0/gobject/gobject-visibility.h:CATED
      213:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_36'
/usr/local/include/gtk-2.0/gtk/gtkwindow.h  213 | #define GOBJECT_DEPRECATE|                              ^
D/usr/local/include/glib-2.0/glib/gmacros.h:1267:37 GLIB_DEPREC_TYPE_IN_2_36 GLIB_DEPREACATED_TYPE
      |                                         ^
:/usr/local/include/glib-2.0/glib/gmacros.h:1328:30: T36:
In file included from /usr/local/include/gtk-2.0/gtk/gtkbin.h:35:
In file included from /usr/local/include/gtk-2.0/gtk/gtkcontainer.hnote: expanded from macro 'GLIB_DEPRECATED_TYPE'
 1328 | #define GLIB_DE:D_TYPEEPRECAT:
ED_ note: expanded from macro 'G_DEPRECATED'
       1267 | #define TYPG_DE G| EPRECATED                                         ^__DEPR_attribu3te__((__de6precated__))
      |                                     ^
;
      |                   ^

ECATED
      |                              ^
/usr/local/include/glib-2.0/glib/gmacros.h/usr/local/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
:/usr/local/include/glib-2.0/gobject/gobject-visibility.h:213:132841 1267 | #defi:ne G_DEPRECATED __attribute__ ((__deprecated__))
      |                                     ^
note: :30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_36' 1328 | #define GLIB_DEPRECA
T  213 | #define GOBJECT_DEPRECATED_TYPE_IN_2_36 G35:
In file included from /usr/local/include/gtk-2.0/gtk/gtkwidget.h:36:
In file included from /usr/local/include/gtk-2.0/gtk/gtkobject.h:37:
/usr/local/include/gtk-2.0/gtk/gtktypeutils.h:236:34: Ewarning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations]
D_TYPE G_DEPRECAT  236 | ED
void            gtk_type_initL      |                              ^
  /usr/local/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
 (G 1267 | #define G_DEPRECTypeDebugFlags    debIn file included from gnu_java_awt_peer_gtk_GdkPixbufDecoder.c:ug_flAIn file included from 38:
aTEDgnu_java_awt_peer_gtk_ComponentGraphicsCopy.c:39:
In file included from ./gtkpeer.h:40:
In file included from /usr/local/include/gtk-2.0/gtk/gtk.h:33:
 __attribute__((__deprecIn file included from ./gtkpeer.h:40:
In file included from gs);In file included from /usr/local/include/gtk-2.0/gtk/gtkaboutdialog.h:32:
/usr/local/include/gtk-2.0/gtk/gtk.h
      | ate:33:
d__)                                 ^In file included from 
)
      |                                     ^
/usr/local/include/gtk-2.0/gtk/gtkaboutdialog.hIn file included from /usr/local/include/gtk-2.0/gtk/gtkdialog.h:/usr/local/include/glib-2.0/gobject/gtype.hIn file included from gnu_java_awt_peer_gtk_GdkFontPeer.c:47:
In file included from ./gdkfont.h:41:
In file included from 35:
In file included from /usr/local/include/gtk-2.0/gtk/gtkwindow.h:36:
In file included from /usr/local/include/gtk-2.0/gtk/gtkbin.h::32:
:./gtkpeer.h35:
In file included from /usr/local/include/gtk-2.0/gtk/gtkcontainer.h:35:
In file included from /usr/local/include/gtk-2.0/gtk/gtkwidget.hIn file included from :36:
In file included from /usr/local/include/gtk-2.0/gtk/gtkobject.h:37:
/usr/local/include/gtk-2.0/gtk/gtktypeutils.h:236:34: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations]
731::19:40:
In file included from /usr/local/include/gtk-2.0/gtk/gtk.h:33:
In file included from /usr/local/include/gtk-2.0/gtk/gtkaboutdialog.h:32:
In file included from /usr/local/include/gtk-2.0/gtk/gtkdialog.h:35:
In file included from /usr/local/include/gtk-2.0/gtk/gtkwindow.h:36:
In file included from /usr/local/include/gtk-2.0/gtk/gtkbin.h:35:
In file included from /usr/local/include/gtk-2.0/gtk/gtkcontainer.hIB/usr/local/include/gtk-2.0/gtk/gtkdialog.h _::D  35E23635note: :
 | In file included from /usr/local/include/gtk-2.0/gtk/gtkwidget.h:36:
In file included from /usr/local/include/gtk-2.0/gtk/gtkobject.h:'GTypeDebugFlags' has been explicitly marked deprecated here:
In file included from /usr/local/include/gtk-2.0/gtk/gtkwindow.h:3637:
/usr/local/include/gtk-2.0/gtk/gtktypeutils.h:PRE
236Cvoid     :
In file included from /usr/local/include/gtk-2.0/gtk/gtkbin.h:35:
In file included from /usr/local/include/gtk-2.0/gtk/gtkcontainer.h       gtk_typ  731 | } GTypeDebugF:34: lags GOBJEe_iCT_nit   (GTypeDebugFlags    debug_flags);
      |                                  ^
warning: D/usr/local/include/glib-2.0/gobject/gtype.h:731:19: note: 'GTypeDebugFlags' has been explicitly marked deprecated here
'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations]  731 | } 
GTypeDe  236 | vbugFlags GOBJECT_DEPoidEATED_TYPE
      |                                         ^
R/usr/local/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
: 1328 | #define35:
In file included from /usr/local/include/gtk-2.0/gtk/gtkwidget.h:36:
In file included from /usr/local/include/gtk-2.0/gtk/gtkobject.h:37:
/usr/local/include/gtk-2.0/gtk/gtktypeutils.h:236:ECATED_TYPE_IN_2 GL_PRECATED_TYPE_IN36;
      | _2_36;
      IB_|                   ^
DEPRECATED_/usr/local/include/glib-2.0/gobject/gobject-visibility.h:213:41T: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_36'
                  ^
  213 | #define GOBJECT_DEYPE G_            gtk_type_init   34(GPRECATEDTypeDebu/usr/local/include/glib-2.0/gobject/gobject-visibility.h_T:213:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_36'
Y  213 | #define GOBJECT_DEPRECATED_TYPE_IN_2_DEPRECATED
36       |                              ^
gFlags    debug_flags);
      |                                  ^GLIB_DEPRECATED_TYPE
      |                                         ^
/usr/local/include/glib-2.0/glib/gmacros.h/usr/local/include/glib-2.0/glib/gmacros.h::1267:37: note: expanded from macro 'G_DEPRECATED'
1328:30: note: PE_IN_2_36 Gexpanded from macro 'GLIB_DEPRECATED_TYPE' 1267 | #define : Lwarning: IB_DE'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations]

PRECAT/usr/local/include/glib-2.0/gobject/gtype.h:731:19E  236 | voiD_TYPd            gtk_type_init   (GTypeDebugFlags   E de
      |                                         ^

/usr/local/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
 1328 |  1328 | #define GLIB_DEPRECATED_bug_flags);
G_DEPRE      |                                  ^TYPEC #defATED __attribute__((__depine GG_DEPRELIrecateB_DEPRECATED_TYPE G_DEPRECATED
      |                              ^

/usr/local/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'/usr/local/include/glib-2.0/gobject/gtype.h:731: note: 'GTypeDebugFlags' has been explicitly marked deprecated here

  731 | } GTy: 1267 | #define G_DpeDebugFEPRECATED __attriblags GOBJECT_DEPRECATED_TYPE_Iute__((__deprecated__))
      |                                     ^
19: note: 'GTypeDebugFlags' has been explicitly marked deprecated here
N_2_3  731 | 6;
      |                   ^
d__))
      }/usr/local/include/glib-2.0/gobject/gobject-visibility.h: GTyp213:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_36'
  213 | #define GOeBJECT_DEPRECATED_TYPE_IND_2_36 GLIB_DeEPRECATED_TYPE
      |                                         ^
b/usr/local/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
u 1328 | #define GLIB_DEPRECATEDg_TYPE G_DEPFRECATED
      |                              ^l
/usr/local/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
 1267 | a#define G_DEPRECATED __attribute__((__deprecated__))
      gCATED
      |                              ^
|                                     ^
/usr/local/include/glib-2.0/glib/gmacros.hs:1267:37: note: expanded from macro 'G_DEPRECATED' 
 1267 | #define G_DEPRECATED __attribute_G_((__deprecatOed__))
      | B                                    ^
JECT_DEPRECATED_TYPE_IN_2_36;
      | 
  213 | #define GOBJECT_DEPRECATE                  ^
D_TYPE_IN_2_36 GLIB_DEPRECATED_TYPE
      |                                         ^
/usr/local/include/glib-2.0/glib/gmacros.h:/usr/local/include/glib-2.0/gobject/gobject-visibility.h:213:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_36'
1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
  |                                     ^
 1328 | #define G213 | #define GOBJECT_DEPRECATED_TYPE_IN_2_36 GLILIB_DEPRECATED_TYPE G_DEPRECATEDB_DE
      |                              ^
PRECATED_TYPE
      |                                         ^
/usr/local/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
/usr/local/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE' 1267
 | #define G_DEPRECAT 1328 | #define GLIB_DEPRECATED_TYPE GED __attribute__((___deprecatDed__))
      |                                     ^
EPRECATED
      |                              ^
/usr/local/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
 1267 | #define G_DEPRECATED __attribute__((__deprecated__))
      |                                     ^
In file included from gnu_java_awt_peer_gtk_FreetypeGlyphVector.c:40:
In file included from /usr/local/include/gtk-2.0/gtk/gtk.h:33:
In file included from /usr/local/include/gtk-2.0/gtk/gtkaboutdialog.h:32:
In file included from /usr/local/include/gtk-2.0/gtk/gtkdialog.h:35:
In file included from /usr/local/include/gtk-2.0/gtk/gtkwindow.h:36:
In file included from /usr/local/include/gtk-2.0/gtk/gtkbin.h:35:
In file included from /usr/local/include/gtk-2.0/gtk/gtkcontainer.h:35:
In file included from /usr/local/include/gtk-2.0/gtk/gtkwidget.h:36:
In file included from /usr/local/include/gtk-2.0/gtk/gtkobject.h:37:
/usr/local/include/gtk-2.0/gtk/gtktypeutils.h:236:34: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations]
  236 | void            gtk_type_init   (GTypeDebugFlags    debug_flags);
      |                                  ^
/usr/local/include/glib-2.0/gobject/gtype.h:731:19: note: 'GTypeDebugFlags' has been explicitly marked deprecated here
  731 | } GTypeDebugFlags GOBJECT_DEPRECATED_TYPE_IN_2_36;
      |                   ^
/usr/local/include/glib-2.0/gobject/gobject-visibility.h:213:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_36'
  213 | #define GOBJECT_DEPRECATED_TYPE_IN_2_36 GLIB_DEPRECATED_TYPE
      |                                         ^
/usr/local/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
 1328 | #define GLIB_DEPRECATED_TYPE G_DEPRECATED
      |                              ^
/usr/local/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
 1267 | #define G_DEPRECATED __attribute__((__deprecated__))
      |                                     ^
2_36;
      |                   ^
/usr/local/include/glib-2.0/gobject/gobject-visibility.h:213:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_36'
  213 | #define GOBJECT_DEPRECATED_TYPE_IN_2_36 GLIB_DEPRECATED_TYPE
      |                                         ^
/usr/local/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
 1328 | #define GLIB_DEPRECATED_TYPE G_DEPRECATED
      |                              ^
/usr/local/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
D 
      |                              ^
1267 | #define G_DEPRECATED __/usr/local/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
 1267 | #dattribute__efine G_DEPR((__deprecated__))
      |                                     ^
ECATED __attribute__((__deprecated__))
      |                                     ^
In file included from gnu_java_awt_peer_gtk_GtkGenericPeer.c:39:
In file included from ./gtkpeer.h:40:
In file included from /usr/local/include/gtk-2.0/gtk/gtk.h:33:
In file included from /usr/local/include/gtk-2.0/gtk/gtkaboutdialog.h:32:
In file included from /usr/local/include/gtk-2.0/gtk/gtkdialog.h:35:
In file included from /usr/local/include/gtk-2.0/gtk/gtkwindow.h:36:
In file included from /usr/local/include/gtk-2.0/gtk/gtkbin.h:35:
In file included from /usr/local/include/gtk-2.0/gtk/gtkcontainer.h:35:
In file included from /usr/local/include/gtk-2.0/gtk/gtkwidget.h:36:
In file included from /usr/local/include/gtk-2.0/gtk/gtkobject.h:37:
/usr/local/include/gtk-2.0/gtk/gtktypeutils.h:236:34: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations]
  236 | void            gtk_type_init   (GTypeDebugFlags    debug_flags);
      |                                  ^
/usr/local/include/glib-2.0/gobject/gtype.h:731:19: note: 'GTypeDebugFlags' has been explicitly marked deprecated here
  731In file included from gnu_java_awt_peer_gtk_GtkComponentPeer.c:39:
In file included from ./gtkpeer.h:40:
In file included from /usr/local/include/gtk-2.0/gtk/gtk.h:33:
In file included from /usr/local/include/gtk-2.0/gtk/gtkaboutdialog.h:32:
In file included from /usr/local/include/gtk-2.0/gtk/gtkdialog.h | } GTypeDebugFlags GOBJECT_DEPRECATED_T:35:
In file included from /usr/local/include/gtk-2.0/gtk/gtkwindow.h:36:
In file included from /usr/local/include/gtk-2.0/gtk/gtkbin.h:35:
In file included from /usr/local/include/gtk-2.0/gtk/gtkcontainer.h:35YPE_IN_2_36;:
In file included from /usr/local/include/gtk-2.0/gtk/gtkwidget.h:36:
In file included from /usr/local/include/gtk-2.0/gtk/gtkobject.h:37:
/usr/local/include/gtk-2.0/gtk/gtktypeutils.h
      |                   ^
:236:34: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations]
/usr/local/include/glib-2.0/gobject/gobject-visibility.h:213:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_36'
  213 | #d  236 | void            gtk_type_iefine GOBJEnit   (GTypeCT_DEPRECATED_TYPE_IN_2_36 GLIB_DEPRECATEDebugFlags    debug_flags);
D_TYPE
      |                                         ^
      |                                  ^
/usr/local/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
 1328 | #define GLIB_DE/usr/local/include/glib-2.0/gobject/gtype.h:731:19: note: 'GTypeDebugFlags' has been explicitly marked deprecated here
PRECATED_TYPE G_DEPRECATED
        731 | } GTypeDebugFlags GOBJECT_DEPRECATED_T|                              ^
/usr/local/include/glib-2.0/glib/gmacros.h:1267YPE_IN_2_36;
      |                   ^
:37: note: expanded from macro 'G_DEPRECATED'
 1267 | #define G_/usr/local/include/glib-2.0/gobject/gobject-visibility.h:213:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_36'
DEPRECATED __attribute__((__dep  213 | recated__))#define GOBJECT_DEPRECA
      |                                     ^
TED_TYPE_IN_2_36 GLIB_DEPRECATED_TYPE
      |                                         ^
/usr/local/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
 1328 | #define GLIB_DEPRECATED_TYPE G_DEPRECATED
      |                              ^
/usr/local/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
 1267 | #define G_DEPRECATED __attribute__((__deprecated__))
      |                                     ^
In file included from gnu_java_awt_peer_gtk_CairoSurface.c:39:
In file included from ./gtkpeer.h:40:
In file included from /usr/local/include/gtk-2.0/gtk/gtk.h:33:
In file included from /usr/local/include/gtk-2.0/gtk/gtkaboutdialog.h:32:
In file included from /usr/local/include/gtk-2.0/gtk/gtkdialog.h:35:
In file included from /usr/local/include/gtk-2.0/gtk/gtkwindow.h:36:
In file included from /usr/local/include/gtk-2.0/gtk/gtkbin.h:35:
In file included from /usr/local/include/gtk-2.0/gtk/gtkcontainer.h:35:
In file included from /usr/local/include/gtk-2.0/gtk/gtkwidget.h:36:
In file included from /usr/local/include/gtk-2.0/gtk/gtkobject.h:37:
/usr/local/include/gtk-2.0/gtk/gtktypeutils.h:236:34: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations]
  236 | void            gtk_type_init   (GTypeDebugFlags    debug_flags);
      |                                  ^
/usr/local/include/glib-2.0/gobject/gtype.h:731:19: note: 'GTypeDebugFlags' has been explicitly marked deprecated here
  731 | } GTypeDebugFlags GOBJECT_DEPRECATED_TYPE_IN_2_36;
      |                   ^
/usr/local/include/glib-2.0/gobject/gobject-visibility.h:213:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_36'
  213 | #define GOBJECT_DEPRECATED_TYPE_IN_2_36 GLIB_DEPRECATED_TYPE
      |                                         ^
/usr/local/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
 1328 | #define GLIB_DEPRECATED_TYPE G_DEPRECATED
      |                              ^
/usr/local/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
 1267 | #define G_DEPRECATED __attribute__((__deprecated__))
      |                                     ^
In file included from gnu_java_awt_peer_gtk_GtkFramePeer.c:38:
In file included from ./gtkpeer.h:40:
In file included from /usr/local/include/gtk-2.0/gtk/gtk.h:126:
In file included from /usr/local/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30:
In file included from /usr/local/include/gtk-2.0/gtk/gtktoolbutton.h:30:
In file included from /usr/local/include/gtk-2.0/gtk/gtktoolitem.h:31:
/usr/local/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
   73 |   GTimeVal last_popdown;
      |   ^
/usr/local/include/glib-2.0/glib/gtypes.h:578:35: note: 'GTimeVal' has been explicitly marked deprecated here
  578 | typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime);
      |                                   ^
/usr/local/include/glib-2.0/glib/glib-visibility.h:656:45: note: expanded from macro 'GLIB_DEPRECATED_TYPE_IN_2_62_FOR'
  656 | #define GLIB_DEPRECATED_TYPE_IN_2_62_FOR(f) GLIB_DEPRECATED_TYPE_FOR (f)
      |                                             ^
/usr/local/include/glib-2.0/glib/gmacros.h:1329:37: note: expanded from macro 'GLIB_DEPRECATED_TYPE_FOR'
 1329 | #define GLIB_DEPRECATED_TYPE_FOR(f) G_DEPRECATED_FOR(f)
      |                                     ^
/usr/local/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR'
 1277 | #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
      |                                            ^
In file included from gnu_java_awt_peer_gtk_GdkGraphicsEnvironment.c:41:
In file included from ./gdkfont.h:41:
In file included from ./gtkpeer.h:40:
In file included from /usr/local/include/gtk-2.0/gtk/gtk.h:126:
In file included from /usr/local/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30:
In file included from /usr/local/include/gtk-2.0/gtk/gtktoolbutton.h:30:
In file included from /usr/local/include/gtk-2.0/gtk/gtktoolitem.h:31:
/usr/local/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
   73 |   GTimeVal last_popdown;
      |   ^
/usr/local/include/glib-2.0/glib/gtypes.h:578:35: note: 'GTimeVal' has been explicitly marked deprecated here
  578 | typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime);
      |                                   ^
/usr/local/include/glib-2.0/glib/glib-visibility.h:656:45: note: expanded from macro 'GLIB_DEPRECATED_TYPE_IN_2_62_FOR'
  656 | #define GLIB_DEPRECATED_TYPE_IN_2_62_FOR(f) GLIB_DEPRECATED_TYPE_FOR (f)
      |                                             ^
/usr/local/include/glib-2.0/glib/gmacros.h:1329:37: note: expanded from macro 'GLIB_DEPRECATED_TYPE_FOR'
 1329 | #define GLIB_DEPRECATED_TYPE_FOR(f) G_DEPRECATED_FOR(f)
      |                                     ^
/usr/local/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR'
 1277 | #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
      |                                            ^
In file included from gnu_java_awt_peer_gtk_GtkImage.c:39:
In file included from ./gtkpeer.h:40:
In file included from /usr/local/include/gtk-2.0/gtk/gtk.h:126:
In file included from /usr/local/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30:
In file included from /usr/local/include/gtk-2.0/gtk/gtktoolbutton.h:30:
In file included from /usr/local/include/gtk-2.0/gtk/gtktoolitem.h:31:
/usr/local/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
   73 |   GTimeVal last_popdown;
      |   ^
/usr/local/include/glib-2.0/glib/gtypes.h:578:35: note: 'GTimeVal' has been explicitly marked deprecated here
  578 | typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime);
      |                                   ^
/usr/local/include/glib-2.0/glib/glib-visibility.h:656:45: note: expanded from macro 'GLIB_DEPRECATED_TYPE_IN_2_62_FOR'
  656 | #define GLIB_DEPRECATED_TYPE_IN_2_62_FOR(f) GLIB_DEPRECATED_TYPE_FOR (f)
      |                                             ^
/usr/local/include/glib-2.0/glib/gmacros.h:1329:37: note: expanded from macro 'GLIB_DEPRECATED_TYPE_FOR'
 1329 | #define GLIB_DEPRECATED_TYPE_FOR(f) G_DEPRECATED_FOR(f)
      |                                     ^
/usr/local/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR'
 1277 | #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
      |                                            ^
In file included from gnu_java_awt_peer_gtk_ComponentGraphics.c:39:
In file included from ./gtkpeer.h:40:
In file included from /usr/local/include/gtk-2.0/gtk/gtk.h:126:
In file included from /usr/local/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30:
In file included from /usr/local/include/gtk-2.0/gtk/gtktoolbutton.h:30:
In file included from /usr/local/include/gtk-2.0/gtk/gtktoolitem.h:31:
/usr/local/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
   73 |   GTimeVal last_popdown;
      |   ^
/usr/local/include/glib-2.0/glib/gtypes.h:578:35: note: 'GTimeVal' has been explicitly marked deprecated here
  578 | typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(In file included from gnu_java_awt_peer_gtk_GtkChoicePeer.c:39:
In file included from ./gtkpeer.h:40:
In file included from /usr/local/include/gtk-2.0/gtk/gtk.h:33:
In file included from /usr/local/include/gtk-2.0/gtk/gtkaboutdialog.h:32:
In file included from /usr/local/include/gtk-2.0/gtk/gtkdialog.h:35:
In file included from /usr/local/include/gtk-2.0/gtk/gtkwindow.h:36:
In file included from /usr/local/include/gtk-2.0/gtk/gtkbin.h:35:
In file included from /usr/local/include/gtk-2.0/gtk/gtkcontainer.h:35:
In file included from /usr/local/include/gtk-2.0/gtk/gtkwidget.h:36:
In file included from /usr/local/include/gtk-2.0/gtk/gtkobject.hGDateTime);
      |                                   ^
:37:
/usr/local/include/gtk-2.0/gtk/gtktypeutils.h:236:34: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations]
/usr/local/include/glib-2.0/glib/glib-visibility.h:656:45: note: expanded from macro 'GLIB_DEPRECATED_TYPE_IN_2_62_FOR'
  656 | #define GLIB_D  236 | void    EPRECATED_TYPE_IN_2_62_FOR(f) GLIB_DEPRECATED        gtk_type_init   (GTypeDebugFlags    debug_TYPE_FOR (f)
_flags);
      |                                  ^
      |                                             ^
/usr/local/include/glib-2.0/glib/gmacros.h:1329:37: note: expanded from macro 'GLIB_DEPRECATED_TYPE_FOR'
 /usr/local/include/glib-2.0/gobject/gtype.h:731:19: note: 'GTypeDebugFlags' has been explicitly marked deprecated here
1329  731 | } GTypeDeb | ugFlags GOBJECT_#define GLIB_DEPDEPRECATIn file included from gnu_java_awt_peer_gtk_GtkEmbeddedWindowPeer.c:40:
In file included from ./gtkpeer.hED_TYPE_IN_2_36;
      |                   ^
RECATED_TYPE_FOR(f) G_DEPRECATED_FOR(:40:
In file included from /usr/local/include/gtk-2.0/gtk/gtk.h:126:
In file included from /usr/local/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30:
In file included from /usr/local/include/gtk-2.0/gtk/gtktoolbutton.h:30:
In file included from /usr/local/include/gtk-2.0/gtk/gtktoolitem.h:31:
/usr/local/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
f   73 |   GTim)
      |                                     ^
/usr/local/include/glib-2.0/gobject/gobject-visibility.h:213:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_36'
/usr/local/include/glib-2.0/glib/gmacros.h  213 | #defin:1277:44: note: expanded from macro 'G_DEPRECATED_FOR'
e 1277 | #define G_DEPRECATED_FOR(eVal last_popdf GOBJECTo) __attribute__((__deprecated__("Use '" #f "' inste_wad")))
      |                                            ^
DEPRECATED_TYPE_IN_2_36 GLIB_DEPRECATED_TYPE
      |                                         ^
n/usr/local/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
;
      |   ^
 1328 | #define GLIB_DEPRECATED_TYPE G_DEPRECATED
/usr/local/include/glib-2.0/glib/gtypes.h:578:35: note: 'GTimeVal' has been explicitly marked deprecated here
      |                              ^
  /usr/local/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
578 1267 | #def | typedef struct _GTimeVal GTimeVal GLIB_DEPRECine G_DEPRATED_TYPE_IECATED __atN_2_6tribu2_FOR(GDateTime);
      te__|                                   ^
((__deprecated__))
      |                                     ^
/usr/local/include/glib-2.0/glib/glib-visibility.h:656:45: note: expanded from macro 'GLIB_DEPRECATED_TYPE_IN_2_62_FOR'
  656 | #define GLIB_DEPRECATED_TYPE_IN_2_62_FOR(f) GLIB_DEPRECATED_TYPE_FOR (f)
      |                                             ^
/usr/local/include/glib-2.0/glib/gmacros.h:1329:37: note: expanded from macro 'GLIB_DEPRECATED_TYPE_FOR'
 1329 | #define GLIB_DEPRECATED_TYPE_FOR(f) G_DEPRECATED_FOR(f)
      |                                     ^
/usr/local/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR'
 1277 | #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
      |                                            ^
In file included from gnu_java_awt_peer_gtk_GtkCheckboxMenuItemPeer.c:39:
In file included from ./gtkpeer.h:40:
In file included from /usr/local/include/gtk-2.0/gtk/gtk.h:126:
In file included from /usr/local/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30:
In file included from /usr/local/include/gtk-2.0/gtk/gtktoolbutton.h:30:
In file included from /usr/local/include/gtk-2.0/gtk/gtktoolitem.h:31:
/usr/local/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
   73 |   GTimeVal last_popdown;
      |   ^
/usr/local/include/glib-2.0/glib/gtypes.h:578:35: note: 'GTimeVal' has been explicitly marked deprecated here
  578 | typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime);
      |                                   ^
/usr/local/include/glib-2.0/glib/glib-visibility.h:656:45: note: expanded from macro 'GLIB_DEPRECATED_TYPE_IN_2_62_FOR'
  656 | #define GLIB_DEPRECATED_TYPE_IN_2_62_FOR(f) GLIB_DEPRECATED_TYPE_FOR (f)
      |                                             ^
/usr/local/include/glib-2.0/glib/gmacros.h:1329:37: note: expanded from macro 'GLIB_DEPRECATED_TYPE_FOR'
 1329 | #define GLIB_DEPRECATED_TYPE_FOR(f) G_DEPRECATED_FOR(f)
      |                                     ^
/usr/local/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR'
 1277 | #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
      |                                            ^
In file included from gnu_java_awt_peer_gtk_GdkFontPeer.c:47:
In file included from ./gdkfont.h:41:
In file included from ./gtkpeer.h:40:
In file included from /usr/local/include/gtk-2.0/gtk/gtk.h:126:
In file included from /usr/local/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30:
In file included from /usr/local/include/gtk-2.0/gtk/gtktoolbutton.h:30:
In file included from /usr/local/include/gtk-2.0/gtk/gtktoolitem.h:31:
/usr/local/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
   73 |   GTimeVal last_popdown;
      |   ^
/usr/local/include/glib-2.0/glib/gtypes.h:578:35: note: 'GTimeVal' has been explicitly marked deprecated here
  578 | typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime);
      |                                   ^
/usr/local/include/glib-2.0/glib/glib-visibility.h:656:45: note: expanded from macro 'GLIB_DEPRECATED_TYPE_IN_2_62_FOR'
  656 | #define GLIB_DEPRECATED_TYPE_IN_2_62_FOR(f) GLIB_DEPRECATED_TYPE_FOR (f)
      |                                             ^
/usr/local/include/glib-2.0/glib/gmacros.h:1329:37: note: expanded from macro 'GLIB_DEPRECATED_TYPE_FOR'
 1329 | #define GLIB_DEPRECATED_TYPE_FOR(f) G_DEPRECATED_FOR(f)
      |                                     ^
/usr/local/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR'
 1277 | #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
      |                                            ^
In file included from gnu_java_awt_peer_gtk_ComponentGraphicsCopy.c:39:
In file included from ./gtkpeer.h:40:
In file included from /usr/local/include/gtk-2.0/gtk/gtk.h:126:
In file included from /usr/local/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30:
In file included from /usr/local/include/gtk-2.0/gtk/gtktoolbutton.h:30:
In file included from /usr/local/include/gtk-2.0/gtk/gtktoolitem.h:31:
/usr/local/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
   73 |   GTimeVal last_popdown;
      |   ^
/usr/local/include/glib-2.0/glib/gtypes.h:578:35: note: 'GTimeVal' has been explicitly marked deprecated here
  578 | typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime);
      |                                   ^
/usr/local/include/glib-2.0/glib/glib-visibility.h:656:45: note: expanded from macro 'GLIB_DEPRECATED_TYPE_IN_2_62_FOR'
  656 | #define GLIB_DEPRECATED_TYPE_IN_2_62_FOR(f) GLIB_DEPRECATED_TYPE_FOR (f)
      |                                             ^
/usr/local/include/glib-2.0/glib/gmacros.h:1329:37: note: expanded from macro 'GLIB_DEPRECATED_TYPE_FOR'
 1329 | #define GLIB_DEPRECATED_TYPE_FOR(f) G_DEPRECATED_FOR(f)
      |                                     ^
/usr/local/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR'
 1277 | #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
      |                                            ^
In file included from gnu_java_awt_peer_gtk_GtkCheckboxPeer.c:40:
In file included from ./gtkpeer.h:40:
In file included from /usr/local/include/gtk-2.0/gtk/gtk.h:126:
In file included from /usr/local/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30:
In file included from /usr/local/include/gtk-2.0/gtk/gtktoolbutton.h:30:
In file included from /usr/local/include/gtk-2.0/gtk/gtktoolitem.h:31:
/usr/local/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
   73 |   GTimeVal last_popdown;
      |   ^
/usr/local/include/glib-2.0/glib/gtypes.h:578:35: note: 'GTimeVal' has been explicitly marked deprecated here
  578 | typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime);
      |                                   ^
/usr/local/include/glib-2.0/glib/glib-visibility.h:656:45: note: expanded from macro 'GLIB_DEPRECATED_TYPE_IN_2_62_FOR'
  656 | #define GLIB_DEPRECATED_TYPE_IN_2_62_FOR(f) GLIB_DEPRECATED_TYPE_FOR (f)
      |                                             ^
/usr/local/include/glib-2.0/glib/gmacros.h:1329:37: note: expanded from macro 'GLIB_DEPRECATED_TYPE_FOR'
 1329 | #define GLIB_DEPRECATED_TYPE_FOR(f) G_DEPRECATED_FOR(f)
      |                                     ^
/usr/local/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR'
 1277 | #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
      |                                            ^
In file included from gnu_java_awt_peer_gtk_GtkClipboard.c:40:
In file included from ./gtkpeer.h:40:
In file included from /usr/local/include/gtk-2.0/gtk/gtk.h:126:
In file included from /usr/local/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30:
In file included from /usr/local/include/gtk-2.0/gtk/gtktoolbutton.h:30:
In file included from /usr/local/include/gtk-2.0/gtk/gtktoolitem.h:31:
/usr/local/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
   73 |   GTimeVal last_popdown;
      |   ^
/usr/local/include/glib-2.0/glib/gtypes.h:578:35: note: 'GTimeVal' has been explicitly marked deprecated here
  578 | typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime);
      |                                   ^
/usr/local/include/glib-2.0/glib/glib-visibility.h:656:45: note: expanded from macro 'GLIB_DEPRECATED_TYPE_IN_2_62_FOR'
  656 | #define GLIB_DEPRECATED_TYPE_IN_2_62_FOR(f) GLIB_DEPRECATED_TYPE_FOR (f)
      |                                             ^
/usr/local/include/glib-2.0/glib/gmacros.h:1329:37: note: expanded from macro 'GLIB_DEPRECATED_TYPE_FOR'
 1329 | #define GLIB_DEPRECATED_TYPE_FOR(f) G_DEPRECATED_FOR(f)
      |                                     ^
/usr/local/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR'
 1277 | #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
      |                                            ^
In file included from gnu_java_awt_peer_gtk_GtkCanvasPeer.c:39:
In file included from ./gtkpeer.h:40:
In file included from /usr/local/include/gtk-2.0/gtk/gtk.h:126:
In file included from /usr/local/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30:
In file included from /usr/local/include/gtk-2.0/gtk/gtktoolbutton.h:30:
In file included from /usr/local/include/gtk-2.0/gtk/gtktoolitem.h:31:
/usr/local/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
   73 |   GTimeVal last_popdown;
      |   ^
/usr/local/include/glib-2.0/glib/gtypes.h:578:35: note: 'GTimeVal' has been explicitly marked deprecated here
  578 | typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime);
      |                                   ^
/usr/local/include/glib-2.0/glib/glib-visibility.h:656:45: note: expanded from macro 'GLIB_DEPRECATED_TYPE_IN_2_62_FOR'
  656 | #define GLIB_DEPRECATED_TYPE_IN_2_62_FOR(f) GLIB_DEPRECATED_TYPE_FOR (f)
      |                                             ^
/usr/local/include/glib-2.0/glib/gmacros.h:1329:37: note: expanded from macro 'GLIB_DEPRECATED_TYPE_FOR'
 1329 | #define GLIB_DEPRECATED_TYPE_FOR(f) G_DEPRECATED_FOR(f)
      |                                     ^
/usr/local/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR'
 1277 | #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
      |                                            ^
In file included from gnu_java_awt_peer_gtk_GtkGenericPeer.c:39:
In file included from ./gtkpeer.h:40:
In file included from /usr/local/include/gtk-2.0/gtk/gtk.h:126:
In file included from /usr/local/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30:
In file included from /usr/local/include/gtk-2.0/gtk/gtktoolbutton.h:30:
In file included from /usr/local/include/gtk-2.0/gtk/gtktoolitem.h:31:
/usr/local/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
   73 |   GTimeVal last_popdown;
      |   ^
/usr/local/include/glib-2.0/glib/gtypes.h:578:35: note: 'GTimeVal' has been explicitly marked deprecated here
  578 | typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime);
      |                                   ^
/usr/local/include/glib-2.0/glib/glib-visibility.h:656:45: note: expanded from macro 'GLIB_DEPRECATED_TYPE_IN_2_62_FOR'
  656 | #define GLIB_DEPRECATED_TYPE_IN_2_62_FOR(f) GLIB_DEPRECATED_TYPE_FOR (f)
      |                                             ^
/usr/local/include/glib-2.0/glib/gmacros.h:1329:37: note: expanded from macro 'GLIB_DEPRECATED_TYPE_FOR'
 1329 | #define GLIB_DEPRECATED_TYPE_FOR(f) G_DEPRECATED_FOR(f)In file included from gnu_java_awt_peer_gtk_GtkComponentPeer.c:39:
In file included from ./gtkpeer.h:40:
In file included from /usr/local/include/gtk-2.0/gtk/gtk.h:126:
In file included from /usr/local/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30:
In file included from /usr/local/include/gtk-2.0/gtk/gtktoolbutton.h:30:
In file included from /usr/local/include/gtk-2.0/gtk/gtktoolitem.h:31:
/usr/local/include/gtk-2.0/gtk/gtktooltips.h
      |                                     ^
/usr/local/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR'
 1277 | :73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
#   73 |   GTimeVal last_popdown;
      define G_DEPRECATED_FOR(f) __attribute__((__d|   ^
eprecated__("Use '" /usr/local/include/glib-2.0/glib/gtypes.h:578:35: note: 'GTimeVal' has been explicitly marked deprecated here
#f "' instead")))
      |                                            ^
  578 | typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime);
      |                                   ^
/usr/local/include/glib-2.0/glib/glib-visibility.h:656:45: note: expanded from macro 'GLIB_DEPRECATED_TYPE_IN_2_62_FOR'
  656 | #define GLIB_DEPRECATED_TYPE_IN_2_62_FOR(f) GLIB_DEPRECATED_TYPE_FOR (f)
      |                                             ^
/usr/local/include/glib-2.0/glib/gmacros.h:1329:37: note: expanded from macro 'GLIB_DEPRECATED_TYPE_FOR'
 1329 | #define GLIB_DEPRECATED_TYPE_FOR(f) G_DEPRECATED_FOR(f)
      |                                     ^
/usr/local/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR'
 1277 | #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
      |                                            ^
gnu_java_awt_peer_gtk_GtkImage.c:316:3: warning: 'gdk_pixbuf_unref' is deprecated: Use 'g_object_unref' instead [-Wdeprecated-declarations]
  316 |   gdk_pixbuf_unref (cp_gtk_image_get_pixbuf (env, obj));
      |   ^
/usr/local/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-core.h:167:1: note: 'gdk_pixbuf_unref' has been explicitly marked deprecated here
  167 | GDK_PIXBUF_DEPRECATED_IN_2_0_FOR(g_object_unref)
      | ^
/usr/local/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-macros.h:343:45: note: expanded from macro 'GDK_PIXBUF_DEPRECATED_IN_2_0_FOR'
  343 | #define GDK_PIXBUF_DEPRECATED_IN_2_0_FOR(f) G_DEPRECATED_FOR(f) _GDK_PIXBUF_EXTERN
      |                                             ^
/usr/local/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR'
 1277 | #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
      |                                            ^
In file included from gnu_java_awt_peer_gtk_GtkButtonPeer.c:39:
In file included from ./gtkpeer.h:40:
In file included from /usr/local/include/gtk-2.0/gtk/gtk.h:126:
In file included from /usr/local/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30:
In file included from /usr/local/include/gtk-2.0/gtk/gtktoolbutton.h:30:
In file included from /usr/local/include/gtk-2.0/gtk/gtktoolitem.h:31:
/usr/local/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
   73 |   GTimeVal last_popdown;
      |   ^
/usr/local/include/glib-2.0/glib/gtypes.h:578:35: note: 'GTimeVal' has been explicitly marked deprecated here
  578 | typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime);
      |                                   ^
/usr/local/include/glib-2.0/glib/glib-visibility.h:656:45: note: expanded from macro 'GLIB_DEPRECATED_TYPE_IN_2_62_FOR'
  656 | #define GLIB_DEPRECATED_TYPE_IN_2_62_FOR(f) GLIB_DEPRECATED_TYPE_FOR (f)
      |                                             ^
/usr/local/include/glib-2.0/glib/gmacros.h:1329:37: note: expanded from macro 'GLIB_DEPRECATED_TYPE_FOR'
 1329 | #define GLIB_DEPRECATED_TYPE_FOR(f) G_DEPRECATED_FOR(f)
      |                                     ^
/usr/local/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR'
 1277 | #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
      |                                            ^
2 warnings generated.
2 warnings generated.
2 warnings generated.
In file included from gnu_java_awt_peer_gtk_GtkFileDialogPeer.c:39:
In file included from ./gtkpeer.h:40:
In file included from /usr/local/include/gtk-2.0/gtk/gtk.h:126:
In file included from /usr/local/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30:
In file included from /usr/local/include/gtk-2.0/gtk/gtktoolbutton.h:30:
In file included from /usr/local/include/gtk-2.0/gtk/gtktoolitem.h:31:
/usr/local/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
   73 |   GTimeVal last_popdown;
      |   ^
gnu_java_awt_peer_gtk_GdkFontPeer.c:153:10: warning: 'pango_fc_font_lock_face' is deprecated: Use 'pango_font_get_hb_font' instead [-Wdeprecated-declarations]
  153 |   /usr/local/include/glib-2.0/glib/gtypes.h:578:35: note: 'GTimeVal' has been explicitly marked deprecated here
face =   578 | typedef struct _GTimpango_fc_font_lock_face ((PangoFcFont *)eVal GTimeVal Gpfont->font)LIB_D;
      |          ^
E/usr/local/include/pango-1.0/pango/pangofc-font.h:114:1: note: 'pango_fc_font_lock_face' has been explicitly marked deprecated here
PRECATED_TYPE_IN_2_62  114 | PANGO_DE_FOR(GDatPRECATED_IN_1_eTime);
      |                                   ^
44_FOR(pango_font_get_hb_font)
      | ^
/usr/local/include/glib-2.0/glib/glib-visibility.h:656:45: note: expanded from macro 'GLIB_DEPRECATED_TYPE_IN_2_62_FOR'
  656 | #define GLIB_DEPRECATED_TYPE_IN_2_/usr/local/include/pango-1.0/pango/pango-version-macros.h:718:49: note: expanded from macro 'PANGO_DEPRECATED_IN_1_44_FOR'
62_FOR(f  718 | # define PANGO_DEP) GLIB_DEPRECRECATEATED_TYPE_FOR (f)
      |                                             ^
D/usr/local/include/glib-2.0/glib/gmacros.h:1329:37: note: expanded from macro 'GLIB_DEPRECATED_TYPE_FOR'
_ 1329 | #define GLIB_DEPRECATED_TYPE_FOR(f) G_DEPRECATED_FOR(f)
      |                                     ^
I/usr/local/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR'
N 1277 | #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__(_"Use 1'" #f "' instead")))
      |                                            ^
_44_FOR(f)        PANGO_DEPRECATED_FOR(f)
      |                                                 ^
/usr/local/include/pango-1.0/pango/pango-version-macros.h:416:49: note: expanded from macro 'PANGO_DEPRECATED_FOR'
  416 | # define PANGO_DEPRECATED_FOR(f)                G_DEPRECATED_FOR(f) _PANGO_EXTERN
      |                                                 ^
/usr/local/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR'
 1277 | #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
      |                                            ^
gnu_java_awt_peer_gtk_GdkFontPeer.c:176:3: warning: 'pango_fc_font_unlock_face' is deprecated: Use 'pango_font_get_hb_font' instead [-Wdeprecated-declarations]
  176 |   pango_fc_font_unlock_face((PangoFcFont *)pfont->font);
      |   ^
/usr/local/include/pango-1.0/pango/pangofc-font.h:116:1: note: 'pango_fc_font_unlock_face' has been explicitly marked deprecated here
  116 | PANGO_DEPRECATED_IN_1_44_FOR(pango_font_get_hb_font)
      | ^
/usr/local/include/pango-1.0/pango/pango-version-macros.h:718:49: note: expanded from macro 'PANGO_DEPRECATED_IN_1_44_FOR'
  718 | # define PANGO_DEPRECATED_IN_1_44_FOR(f)        PANGO_DEPRECATED_FOR(f)
      |                                                 ^
/usr/local/include/pango-1.0/pango/pango-version-macros.h:416:49: note: expanded from macro 'PANGO_DEPRECATED_FOR'
  416 | # define PANGO_DEPRECATED_FOR(f)                G_DEPRECATED_FOR(f) _PANGO_EXTERN
      |                                                 ^
/usr/local/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR'
 1277 | #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
      |                                            ^
mv -f .deps/gnu_java_awt_peer_gtk_GtkFramePeer.Tpo .deps/gnu_java_awt_peer_gtk_GtkFramePeer.Plo
mv -f .deps/gnu_java_awt_peer_gtk_GtkCheckboxMenuItemPeer.Tpo .deps/gnu_java_awt_peer_gtk_GtkCheckboxMenuItemPeer.Plo
/bin/sh ../../../libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I../../../include  -I../../../include -I../../../native/jni/classpath -I../../../native/jni/native-lib -I/usr/local/include -W -Wall -Wmissing-declarations -Wwrite-strings -Wmissing-prototypes -Wno-long-long -I/usr/local/include/gtk-2.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/fribidi -I/usr/local/include -I/usr/local/include/cairo -D_THREAD_SAFE -I/usr/local/include/pixman-1 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/gdk-pixbuf-2.0 -pthread -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -D_THREAD_SAFE -pthread -I/usr/local/include/pixman-1 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -MT gnu_java_awt_peer_gtk_GtkMenuBarPeer.lo -MD -MP -MF .deps/gnu_java_awt_peer_gtk_GtkMenuBarPeer.Tpo -c -o gnu_java_awt_peer_gtk_GtkMenuBarPeer.lo gnu_java_awt_peer_gtk_GtkMenuBarPeer.c
mv -f .deps/gnu_java_awt_peer_gtk_GtkEmbeddedWindowPeer.Tpo .deps/gnu_java_awt_peer_gtk_GtkEmbeddedWindowPeer.Plo
/bin/sh ../../../libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I../../../include  -I../../../include -I../../../native/jni/classpath -I../../../native/jni/native-lib -I/usr/local/include -W -Wall -Wmissing-declarations -Wwrite-strings -Wmissing-prototypes -Wno-long-long -I/usr/local/include/gtk-2.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/fribidi -I/usr/local/include -I/usr/local/include/cairo -D_THREAD_SAFE -I/usr/local/include/pixman-1 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/gdk-pixbuf-2.0 -pthread -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -D_THREAD_SAFE -pthread -I/usr/local/include/pixman-1 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -MT gnu_java_awt_peer_gtk_GtkMenuComponentPeer.lo -MD -MP -MF .deps/gnu_java_awt_peer_gtk_GtkMenuComponentPeer.Tpo -c -o gnu_java_awt_peer_gtk_GtkMenuComponentPeer.lo gnu_java_awt_peer_gtk_GtkMenuComponentPeer.c
/bin/sh ../../../libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I../../../include  -I../../../include -I../../../native/jni/classpath -I../../../native/jni/native-lib -I/usr/local/include -W -Wall -Wmissing-declarations -Wwrite-strings -Wmissing-prototypes -Wno-long-long -I/usr/local/include/gtk-2.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/fribidi -I/usr/local/include -I/usr/local/include/cairo -D_THREAD_SAFE -I/usr/local/include/pixman-1 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/gdk-pixbuf-2.0 -pthread -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -D_THREAD_SAFE -pthread -I/usr/local/include/pixman-1 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -MT gnu_java_awt_peer_gtk_GtkMenuItemPeer.lo -MD -MP -MF .deps/gnu_java_awt_peer_gtk_GtkMenuItemPeer.Tpo -c -o gnu_java_awt_peer_gtk_GtkMenuItemPeer.lo gnu_java_awt_peer_gtk_GtkMenuItemPeer.c
2 warnings generated.
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../../../include -I../../../include -I../../../native/jni/classpath -I../../../native/jni/native-lib -I/usr/local/include -W -Wall -Wmissing-declarations -Wwrite-strings -Wmissing-prototypes -Wno-long-long -I/usr/local/include/gtk-2.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/fribidi -I/usr/local/include -I/usr/local/include/cairo -D_THREAD_SAFE -I/usr/local/include/pixman-1 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/gdk-pixbuf-2.0 -pthread -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -D_THREAD_SAFE -pthread -I/usr/local/include/pixman-1 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT gnu_java_awt_peer_gtk_GtkMenuBarPeer.lo -MD -MP -MF .deps/gnu_java_awt_peer_gtk_GtkMenuBarPeer.Tpo -c gnu_java_awt_peer_gtk_GtkMenuBarPeer.c  -fPIC -DPIC -o .libs/gnu_java_awt_peer_gtk_GtkMenuBarPeer.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../../../include -I../../../include -I../../../native/jni/classpath -I../../../native/jni/native-lib -I/usr/local/include -W -Wall -Wmissing-declarations -Wwrite-strings -Wmissing-prototypes -Wno-long-long -I/usr/local/include/gtk-2.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/fribidi -I/usr/local/include -I/usr/local/include/cairo -D_THREAD_SAFE -I/usr/local/include/pixman-1 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/gdk-pixbuf-2.0 -pthread -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -D_THREAD_SAFE -pthread -I/usr/local/include/pixman-1 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT gnu_java_awt_peer_gtk_GtkMenuComponentPeer.lo -MD -MP -MF .deps/gnu_java_awt_peer_gtk_GtkMenuComponentPeer.Tpo -c gnu_java_awt_peer_gtk_GtkMenuComponentPeer.c  -fPIC -DPIC -o .libs/gnu_java_awt_peer_gtk_GtkMenuComponentPeer.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../../../include -I../../../include -I../../../native/jni/classpath -I../../../native/jni/native-lib -I/usr/local/include -W -Wall -Wmissing-declarations -Wwrite-strings -Wmissing-prototypes -Wno-long-long -I/usr/local/include/gtk-2.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/fribidi -I/usr/local/include -I/usr/local/include/cairo -D_THREAD_SAFE -I/usr/local/include/pixman-1 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/gdk-pixbuf-2.0 -pthread -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -D_THREAD_SAFE -pthread -I/usr/local/include/pixman-1 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT gnu_java_awt_peer_gtk_GtkMenuItemPeer.lo -MD -MP -MF .deps/gnu_java_awt_peer_gtk_GtkMenuItemPeer.Tpo -c gnu_java_awt_peer_gtk_GtkMenuItemPeer.c  -fPIC -DPIC -o .libs/gnu_java_awt_peer_gtk_GtkMenuItemPeer.o
gnu_java_awt_peer_gtk_GdkFontPeer.c:291:16: warning: 'pango_ft2_font_map_create_context' is deprecated: Use 'pango_font_map_create_context' instead [-Wdeprecated-declarations]
In file included from   291 |   pfont->ctx = pango_ft2_font_map_create_context (ft2_map);
gnu_java_awt_peer_gtk_CairoSurface.c:39:
In file included from ./gtkpeer.h:40:
      |                ^
In file included from /usr/local/include/gtk-2.0/gtk/gtk.h:126:
In file included from /usr/local/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30:
In file included from /usr/local/include/gtk-2.0/gtk/gtktoolbutton.h:30:
In file included from /usr/local/include/gtk-2.0/gtk/gtktoolitem.h:31:
/usr/local/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: /usr/local/include/pango-1.0/pango/pangoft2.h:127:1: note: 'pango_ft2_font_map_create_context' has been explicitly marked deprecated here
'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
   73 |   GTimeVal last_popdown;
      |   ^
  127 | PANGO_DEPRECATED/usr/local/include/glib-2.0/glib/gtypes.h:578:35: note: 'GTimeVal' has been explicitly marked deprecated here
_IN_1_2  578 | typedef struct _GTime2_FOR(paVal GTimeVango_font_ml GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime);
      ap_cre|                                   ^
ate_context)
      | ^
/usr/local/include/glib-2.0/glib/glib-visibility.h:656:45: note: expanded from macro 'GLIB_DEPRECATED_TYPE_IN_2_62_FOR'
/usr/local/include/pango-1.0/pango/pango-version-macros.h:564:49: note: expanded from macro 'PANGO_DEPRECATED_IN_1_22_FOR'
  656 |   564 | # define PANGO_DEPRECATED_IN#define GLIB_DEPRECATED_TYPE_IN_1_22_FOR(f)        PANGO_DEPRECA_2_62_FOR(fTED_FOR(f)
      |                                                 ^
) GL/usr/local/include/pango-1.0/pango/pango-version-macros.h:416:49: note: expanded from macro 'PANGO_DEPRECATED_FOR'
IB_DE  416 | # define PRECATED_TYPPANGO_DEE_FOR (f)
      | PRECAT                                            ^
/usr/local/include/glib-2.0/glib/gmacros.h:1329:37: note: expanded from macro 'GLIB_DEPRECATED_TYPE_FOR'
 1329 | #define GLIB_DEPED_FOR(RECATED_TYPE_FOR(f) G_DEPRECATED_FOR(f)f)      
      |                                     ^
          G_DEPRECATE/usr/local/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR'
D_FOR( 1277 | #define G_DEf) _PANGO_EPRECATED_FOR(Xf) __atTtribute__((__deprecated__ERN("Use '" #f "' instead"))
      |                                                 ^)
      |                                            ^

/usr/local/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR'
 1277 | #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
      |                                            ^
mv -f .deps/gnu_java_awt_peer_gtk_GtkCanvasPeer.Tpo .deps/gnu_java_awt_peer_gtk_GtkCanvasPeer.Plo
/bin/sh ../../../libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I../../../include  -I../../../include -I../../../native/jni/classpath -I../../../native/jni/native-lib -I/usr/local/include -W -Wall -Wmissing-declarations -Wwrite-strings -Wmissing-prototypes -Wno-long-long -I/usr/local/include/gtk-2.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/fribidi -I/usr/local/include -I/usr/local/include/cairo -D_THREAD_SAFE -I/usr/local/include/pixman-1 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/gdk-pixbuf-2.0 -pthread -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -D_THREAD_SAFE -pthread -I/usr/local/include/pixman-1 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -MT gnu_java_awt_peer_gtk_GtkMenuPeer.lo -MD -MP -MF .deps/gnu_java_awt_peer_gtk_GtkMenuPeer.Tpo -c -o gnu_java_awt_peer_gtk_GtkMenuPeer.lo gnu_java_awt_peer_gtk_GtkMenuPeer.c
gnu_java_awt_peer_gtk_GdkFontPeer.c:329:10: warning: 'pango_fc_font_lock_face' is deprecated: Use 'pango_font_get_hb_font' instead [-Wdeprecated-declarations]
  329 |   face = pango_fc_font_lock_face ((PangoFcFont *)pfont->font);
      |          ^
/usr/local/include/pango-1.0/pango/pangofc-font.h:114:1: note: 'pango_fc_font_lock_face' has been explicitly marked deprecated here
  114 | PANGO_DEPRECATED_IN_1_44_FOR(pango_font_get_hb_font)
      | ^
/usr/local/include/pango-1.0/pango/pango-version-macros.h:718:49: note: expanded from macro 'PANGO_DEPRECATED_IN_1_44_FOR'
  718 | # define PANGO_DEPRECATED_IN_1_44_FOR(f)        PANGO_DEPRECATED_FOR(f)
      |                                                 ^
/usr/local/include/pango-1.0/pango/pango-version-macros.h:416:49: note: expanded from macro 'PANGO_DEPRECATED_FOR'
  416 | # define PANGO_DEPRECATED_FOR(f)                G_DEPRECATED_FOR(f) _PANGO_EXTERN
      |                                                 ^
/usr/local/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR'
 1277 | #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
      |                                            ^
gnu_java_awt_peer_gtk_GdkFontPeer.c:336:7: warning: 'pango_fc_font_unlock_face' is deprecated: Use 'pango_font_get_hb_font' instead [-Wdeprecated-declarations]
  336 |       pango_fc_font_unlock_face ((PangoFcFont *)pfont->font);
      |       ^
/usr/local/include/pango-1.0/pango/pangofc-font.h:116:1: note: 'pango_fc_font_unlock_face' has been explicitly marked deprecated here
  116 | PANGO_DEPRECATED_IN_1_44_FOR(pango_font_get_hb_font)
      | ^
/usr/local/include/pango-1.0/pango/pango-version-macros.h:718:49: note: expanded from macro 'PANGO_DEPRECATED_IN_1_44_FOR'
  718 | # define PANGO_DEPRECATED_IN_1_44_FOR(f)        PANGO_DEPRECATED_FOR(f)
      |                                                 ^
/usr/local/include/pango-1.0/pango/pango-version-macros.h:416:49: note: expanded from macro 'PANGO_DEPRECATED_FOR'
  416 | # define PANGO_DEPRECATED_FOR(f)                G_DEPRECATED_FOR(f) _PANGO_EXTERN
      |                                                 ^
/usr/local/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR'
 1277 | #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
      |                                            ^
gnu_java_awt_peer_gtk_GdkFontPeer.c:344:7: warning: 'pango_fc_font_unlock_face' is deprecated: Use 'pango_font_get_hb_font' instead [-Wdeprecated-declarations]
  344 |       pango_fc_font_unlock_face ((PangoFcFont *)pfont->font);
      |       ^
/usr/local/include/pango-1.0/pango/pangofc-font.h:116:1: note: 'pango_fc_font_unlock_face' has been explicitly marked deprecated here
  116 | PANGO_DEPRECATED_IN_1_44_FOR(pango_font_get_hb_font)
      | ^
/usr/local/include/pango-1.0/pango/pango-version-macros.h:718:49: note: expanded from macro 'PANGO_DEPRECATED_IN_1_44_FOR'
  718 | # define PANGO_DEPRECATED_IN_1_44_FOR(f)        PANGO_DEPRECATED_FOR(f)
      |                                                 ^
/usr/local/include/pango-1.0/pango/pango-version-macros.h:416:49: note: expanded from macro 'PANGO_DEPRECATED_FOR'
  416 | # define PANGO_DEPRECATED_FOR(f)                G_DEPRECATED_FOR(f) _PANGO_EXTERN
      |                                                 ^
/usr/local/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR'
 1277 | #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
      |                                            ^
gnu_java_awt_peer_gtk_GdkFontPeer.c:352:7: warning: 'pango_fc_font_unlock_face' is deprecated: Use 'pango_font_get_hb_font' instead [-Wdeprecated-declarations]
  352 |       pango_fc_font_unlock_face ((PangoFcFont *)pfont->font);
      |       ^
/usr/local/include/pango-1.0/pango/pangofc-font.h:116:1: note: 'pango_fc_font_unlock_face' has been explicitly marked deprecated here
  116 | PANGO_DEPRECATED_IN_1_44_FOR(pango_font_get_libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../../../include -I../../../include -I../../../native/jni/classpath -I../../../native/jni/native-lib -I/usr/local/include -W -Wall -Wmissing-declarations -Wwrite-strings -Wmissing-prototypes -Wno-long-long -I/usr/local/include/gtk-2.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/fribidi -I/usr/local/include -I/usr/local/include/cairo -D_THREAD_SAFE -I/usr/local/include/pixman-1 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/gdk-pixbuf-2.0 -pthread -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -D_THREAD_SAFE -pthread -I/usr/local/include/pixman-1 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT gnu_java_awt_peer_gtk_GtkMenuPeer.lo -MD -MP -MF .deps/gnu_java_awt_peer_gtk_GtkMenuPeer.Tpo -c gnu_java_awt_peer_gtk_GtkMenuPeer.c  -fPIC -DPIC -o .libs/gnu_java_awt_peer_gtk_GtkMenuPeer.o
hb_font)
      | ^
/usr/local/include/pango-1.0/pango/pango-version-macros.h:718:49: note: expanded from macro 'PANGO_DEPRECATED_IN_1_44_FOR'
  718 | # define PANGO_DEPRECATED_IN_1_44_FOR(f)        PANGO_DEPRECATED_FOR(f)
      |                                                 ^
/usr/local/include/pango-1.0/pango/pango-version-macros.h:416:49: note: expanded from macro 'PANGO_DEPRECATED_FOR'
  416 | # define PANGO_DEPRECATED_FOR(f)                G_DEPRECATED_FOR(f) _PANGO_EXTERN
      |                                                 ^
/usr/local/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR'
 1277 | #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
      |                                            ^
gnu_java_awt_peer_gtk_GdkFontPeer.c:366:3: warning: 'pango_fc_font_unlock_face' is deprecated: Use 'pango_font_get_hb_font' instead [-Wdeprecated-declarations]
  366 |   pango_fc_font_unlock_face ((PangoFcFont *)pfont->font);
      |   ^
/usr/local/include/pango-1.0/pango/pangofc-font.h:116:1: note: 'pango_fc_font_unlock_face' has been explicitly marked deprecated here
  116 | PANGO_DEPRECATED_IN_1_44_FOR(pango_font_get_hb_font)
      | ^
/usr/local/include/pango-1.0/pango/pango-version-macros.h:718:49: note: expanded from macro 'PANGO_DEPRECATED_IN_1_44_FOR'
  718 | # define PANGO_DEPRECATED_IN_1_44_FOR(f)        PANGO_DEPRECATED_FOR(f)
      |                                                 ^
/usr/local/include/pango-1.0/pango/pango-version-macros.h:416:49: note: expanded from macro 'PANGO_DEPRECATED_FOR'
  416 | # define PANGO_DEPRECATED_FOR(f)                G_DEPRECATED_FOR(f) _PANGO_EXTERN
      |                                                 ^
/usr/local/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR'
 1277 | #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
      |                                            ^
2 warnings generated.
In file included from gnu_java_awt_peer_gtk_GdkPixbufDecoder.c:38:
In file included from ./gtkpeer.h:40:
In file included from /usr/local/include/gtk-2.0/gtk/gtk.h:126:
In file included from /usr/local/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30:
In file included from /usr/local/include/gtk-2.0/gtk/gtktoolbutton.h:30:
In file included from /usr/local/include/gtk-2.0/gtk/gtktoolitem.h:31:
/usr/local/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
   73 |   GTimeVal last_popdown;
      |   ^
/usr/local/include/glib-2.0/glib/gtypes.h:578:35: note: 'GTimeVal' has been explicitly marked deprecated here
  578 | typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime);
      |                                   ^
/usr/local/include/glib-2.0/glib/glib-visibility.h:656:45: note: expanded from macro 'GLIB_DEPRECATED_TYPE_IN_2_62_FOR'
  656 | #define GLIB_DEPRECATED_TYPE_IN_2_62_FOR(f) GLIB_DEPRECATED_TYPE_FOR (f)
      |                                             ^
/usr/local/include/glib-2.0/glib/gmacros.h:1329:37: note: expanded from macro 'GLIB_DEPRECATED_TYPE_FOR'
 1329 | #define GLIB_DEPRECATED_TYPE_FOR(f) G_DEPRECATED_FOR(f)
      |                                     ^
/usr/local/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR'
 1277 | #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' inste2 warnings generated.
ad")))
      |                                            ^
mv -f .deps/gnu_java_awt_peer_gtk_GdkGraphicsEnvironment.Tpo .deps/gnu_java_awt_peer_gtk_GdkGraphicsEnvironment.Plo
In file included from gnu_java_awt_peer_gtk_GtkChoicePeer.c:39:
In file included from ./gtkpeer.h:40:
In file included from /usr/local/include/gtk-2.0/gtk/gtk.h:126:
In file included from /usr/local/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30:
In file included from /usr/local/include/gtk-2.0/gtk/gtktoolbutton.h:30:
In file included from /usr/local/include/gtk-2.0/gtk/gtktoolitem.h:31:
/usr/local/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
   73 |   GTimeVal last_popdown;
      |   ^
/usr/local/include/glib-2.0/glib/gtypes.h:578:35: note: 'GTimeVal' has been explicitly marked deprecated here
  578 | typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime);
      |                                   ^
/usr/local/include/glib-2.0/glib/glib-visibility.h:656:45: note: expanded from macro 'GLIB_DEPRECATED_TYPE_IN_2_62_FOR'
  656 | #define GLIB_DEPRECATED_TYPE_IN_2_62_FOR(f) GLIB_DEPRECATED_TYPE_FOR (f)
      |                                             ^
/usr/local/include/glib-2.0/glib/gmacros.h:1329:37: note: expanded from macro 'GLIB_DEPRECATED_TYPE_FOR'
 1329 | #define GLIB_DEPRECATED_TYPE_FOR(f) G_DEPRECATED_FOR(f)
      |                                     ^
/usr/local/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR'
 1277 | #define G_DEPRECATED_FOR(f) __attribu/bin/sh ../../../libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I../../../include  -I../../../include -I../../../native/jni/classpath -I../../../native/jni/native-lib -I/usr/local/include -W -Wall -Wmissing-declarations -Wwrite-strings -Wmissing-prototypes -Wno-long-long -I/usr/local/include/gtk-2.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/fribidi -I/usr/local/include -I/usr/local/include/cairo -D_THREAD_SAFE -I/usr/local/include/pixman-1 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/gdk-pixbuf-2.0 -pthread -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -D_THREAD_SAFE -pthread -I/usr/local/include/pixman-1 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -MT gnu_java_awt_peer_gtk_GtkPanelPeer.lo -MD -MP -MF .deps/gnu_java_awt_peer_gtk_GtkPanelPeer.Tpo -c -o gnu_java_awt_peer_gtk_GtkPanelPeer.lo gnu_java_awt_peer_gtk_GtkPanelPeer.c
te__((__deprecated__("Use '" #f "' instead")))
      |                                            ^
mv -f .deps/gnu_java_awt_peer_gtk_ComponentGraphicsCopy.Tpo .deps/gnu_java_awt_peer_gtk_ComponentGraphicsCopy.Plo
/bin/sh ../../../libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I../../../include  -I../../../include -I../../../native/jni/classpath -I../../../native/jni/native-lib -I/usr/local/include -W -Wall -Wmissing-declarations -Wwrite-strings -Wmissing-prototypes -Wno-long-long -I/usr/local/include/gtk-2.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/fribidi -I/usr/local/include -I/usr/local/include/cairo -D_THREAD_SAFE -I/usr/local/include/pixman-1 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/gdk-pixbuf-2.0 -pthread -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -D_THREAD_SAFE -pthread -I/usr/local/include/pixman-1 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -MT gnu_java_awt_peer_gtk_GtkPopupMenuPeer.lo -MD -MP -MF .deps/gnu_java_awt_peer_gtk_GtkPopupMenuPeer.Tpo -c -o gnu_java_awt_peer_gtk_GtkPopupMenuPeer.lo gnu_java_awt_peer_gtk_GtkPopupMenuPeer.c
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../../../include -I../../../include -I../../../native/jni/classpath -I../../../native/jni/native-lib -I/usr/local/include -W -Wall -Wmissing-declarations -Wwrite-strings -Wmissing-prototypes -Wno-long-long -I/usr/local/include/gtk-2.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/fribidi -I/usr/local/include -I/usr/local/include/cairo -D_THREAD_SAFE -I/usr/local/include/pixman-1 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/gdk-pixbuf-2.0 -pthread -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -D_THREAD_SAFE -pthread -I/usr/local/include/pixman-1 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT gnu_java_awt_peer_gtk_GtkPanelPeer.lo -MD -MP -MF .deps/gnu_java_awt_peer_gtk_GtkPanelPeer.Tpo -c gnu_java_awt_peer_gtk_GtkPanelPeer.c  -fPIC -DPIC -o .libs/gnu_java_awt_peer_gtk_GtkPanelPeer.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../../../include -I../../../include -I../../../native/jni/classpath -I../../../native/jni/native-lib -I/usr/local/include -W -Wall -Wmissing-declarations -Wwrite-strings -Wmissing-prototypes -Wno-long-long -I/usr/local/include/gtk-2.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/fribidi -I/usr/local/include -I/usr/local/include/cairo -D_THREAD_SAFE -I/usr/local/include/pixman-1 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/gdk-pixbuf-2.0 -pthread -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -D_THREAD_SAFE -pthread -I/usr/local/include/pixman-1 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT gnu_java_awt_peer_gtk_GtkPopupMenuPeer.lo -MD -MP -MF .deps/gnu_java_awt_peer_gtk_GtkPopupMenuPeer.Tpo -c gnu_java_awt_peer_gtk_GtkPopupMenuPeer.c  -fPIC -DPIC -o .libs/gnu_java_awt_peer_gtk_GtkPopupMenuPeer.o
2 warnings generated.
gnu_java_awt_peer_gtk_GtkFileDialogPeer.c:268:3: warning: Deprecated pre-processor symbol: replace with "const" [-W#pragma-messages]
  268 |   G_CONST_RETURN gchar *fileName;
      |   ^
/usr/local/include/glib-2.0/glib/gmacros.h:1052:30: note: expanded from macro 'G_CONST_RETURN'
 1052 | #define G_CONST_RETURN const GLIB_DEPRECATED_MACRO_IN_2_30_FOR(const)
      |                              ^
/usr/local/include/glib-2.0/glib/glib-visibility.h:108:46: note: expanded from macro 'GLIB_DEPRECATED_MACRO_IN_2_30_FOR'
  108 | #define GLIB_DEPRECATED_MACRO_IN_2_30_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
      |                                              ^
/usr/local/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
 1304 |   _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
      |   ^
/usr/local/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
 1301 | #define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_S2TRINGIFY (x))
      |                                 ^
 warnings generated.
:19:6: note: expanded from here
   19 |  GCC warning "Deprecated pre-processor symbol: replace with \"const\""
      |      ^
mv -f .deps/gnu_java_awt_peer_gtk_GtkGenericPeer.Tpo .deps/gnu_java_awt_peer_gtk_GtkGenericPeer.Plo
/bin/sh ../../../libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I../../../include  -I../../../include -I../../../native/jni/classpath -I../../../native/jni/native-lib -I/usr/local/include -W -Wall -Wmissing-declarations -Wwrite-strings -Wmissing-prototypes -Wno-long-long -I/usr/local/include/gtk-2.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/fribidi -I/usr/local/include -I/usr/local/include/cairo -D_THREAD_SAFE -I/usr/local/include/pixman-1 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/gdk-pixbuf-2.0 -pthread -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -D_THREAD_SAFE -pthread -I/usr/local/include/pixman-1 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -MT gnu_java_awt_peer_gtk_GtkScrollbarPeer.lo -MD -MP -MF .deps/gnu_java_awt_peer_gtk_GtkScrollbarPeer.Tpo -c -o gnu_java_awt_peer_gtk_GtkScrollbarPeer.lo gnu_java_awt_peer_gtk_GtkScrollbarPeer.c
2 warnings generated.
In file included from gnu_java_awt_peer_gtk_CairoGraphics2D.c:39:
In file included from ./gdkfont.h:41:
In file included from ./gtkpeer.h:40:
In file included from /usr/local/include/gtk-2.0/gtk/gtk.h:33:
In file included from /usr/local/include/gtk-2.0/gtk/gtkaboutdialog.h:32:
In file included from /usr/local/include/gtk-2.0/gtk/gtkdialog.h:35:
In file included from /usr/local/include/gtk-2.0/gtk/gtkwindow.h:36:
In file included from /usr/local/include/gtk-2.0/gtk/gtkbin.h:35:
In file included from /usr/local/include/gtk-2.0/gtk/gtkcontainer.h:35:
In file included from /usr/local/include/gtk-2.0/gtk/gtkwidget.h:36:
In file included from /usr/local/include/gtk-2.0/gtk/gtkobject.h:37:
/usr/local/include/gtk-2.0/gtk/gtktypeutils.h:236:34: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations]
  236 | void            gtk_type_init   (GTypeDebugFlags    debug_flags);
      |                                  ^
/usr/local/include/glib-2.0/gobject/gtype.h:731:19: note: 'GTypeDebugFlags' has been explicitly marked deprecated here
  731 | } GTypeDebugFlags GOBJECT_DEPRECATED_TYPE_IN_2_36;
      |                   ^
/usr/local/include/glib-2.0/gobject/gobject-visibility.h:213:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_36'
  213 | #define GOBJECT_DEPRECATED_TYPE_IN_2_36 GLIB_DEPRECATED_TYPE
      |                                         ^
/usr/local/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
 1328 | #define GLIB_DEPRECATED_TYPE G_DEPRECATED
      |                              ^
/usr/local/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
 1267 | #define G_DEPRECATED __attribute__((__deprecated__))
      |                                     ^
mv -f .deps/gnu_java_awt_peer_gtk_GtkClipboard.Tpo .deps/gnu_java_awt_peer_gtk_GtkClipboard.Plo
/bin/sh ../../../libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I../../../include  -I../../../include -I../../../native/jni/classpath -I../../../native/jni/native-lib -I/usr/local/include -W -Wall -Wmissing-declarations -Wwrite-strings -Wmissing-prototypes -Wno-long-long -I/usr/local/include/gtk-2.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/fribidi -I/usr/local/include -I/usr/local/include/cairo -D_THREAD_SAFE -I/usr/local/include/pixman-1 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/gdk-pixbuf-2.0 -pthread -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -D_THREAD_SAFE -pthread -I/usr/local/include/pixman-1 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -MT gnu_java_awt_peer_gtk_GtkScrollPanePeer.lo -MD -MP -MF .deps/gnu_java_awt_peer_gtk_GtkScrollPanePeer.Tpo -c -o gnu_java_awt_peer_gtk_GtkScrollPanePeer.lo gnu_java_awt_peer_gtk_GtkScrollPanePeer.c
3 warnings generated.
mv -f .deps/gnu_java_awt_peer_gtk_GtkCheckboxPeer.Tpo .deps/gnu_java_awt_peer_gtk_GtkCheckboxPeer.Plo
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../../../include -I../../../include -I../../../native/jni/classpath -I../../../native/jni/native-lib -I/usr/local/include -W -Wall -Wmissing-declarations -Wwrite-strings -Wmissing-prototypes -Wno-long-long -I/usr/local/include/gtk-2.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/fribidi -I/usr/local/include -I/usr/local/include/cairo -D_THREAD_SAFE -I/usr/local/include/pixman-1 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/gdk-pixbuf-2.0 -pthread -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -D_THREAD_SAFE -pthread -I/usr/local/include/pixman-1 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT gnu_java_awt_peer_gtk_GtkScrollbarPeer.lo -MD -MP -MF .deps/gnu_java_awt_peer_gtk_GtkScrollbarPeer.Tpo -c gnu_java_awt_peer_gtk_GtkScrollbarPeer.c  -fPIC -DPIC -o .libs/gnu_java_awt_peer_gtk_GtkScrollbarPeer.o
/bin/sh ../../../libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I../../../include  -I../../../include -I../../../native/jni/classpath -I../../../native/jni/native-lib -I/usr/local/include -W -Wall -Wmissing-declarations -Wwrite-strings -Wmissing-prototypes -Wno-long-long -I/usr/local/include/gtk-2.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/fribidi -I/usr/local/include -I/usr/local/include/cairo -D_THREAD_SAFE -I/usr/local/include/pixman-1 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/gdk-pixbuf-2.0 -pthread -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -D_THREAD_SAFE -pthread -I/usr/local/include/pixman-1 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -MT gnu_java_awt_peer_gtk_GtkSelection.lo -MD -MP -MF .deps/gnu_java_awt_peer_gtk_GtkSelection.Tpo -c -o gnu_java_awt_peer_gtk_GtkSelection.lo gnu_java_awt_peer_gtk_GtkSelection.c
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../../../include -I../../../include -I../../../native/jni/classpath -I../../../native/jni/native-lib -I/usr/local/include -W -Wall -Wmissing-declarations -Wwrite-strings -Wmissing-prototypes -Wno-long-long -I/usr/local/include/gtk-2.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/fribidi -I/usr/local/include -I/usr/local/include/cairo -D_THREAD_SAFE -I/usr/local/include/pixman-1 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/gdk-pixbuf-2.0 -pthread -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -D_THREAD_SAFE -pthread -I/usr/local/include/pixman-1 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT gnu_java_awt_peer_gtk_GtkScrollPanePeer.lo -MD -MP -MF .deps/gnu_java_awt_peer_gtk_GtkScrollPanePeer.Tpo -c gnu_java_awt_peer_gtk_GtkScrollPanePeer.c  -fPIC -DPIC -o .libs/gnu_java_awt_peer_gtk_GtkScrollPanePeer.o
In file included from gnu_java_awt_peer_gtk_GtkListPeer.c:38:
In file included from ./gtkpeer.h:40:
In file included from /usr/local/include/gtk-2.0/gtk/gtk.h:126:
In file included from /usr/local/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30:
In file included from /usr/local/include/gtk-2.0/gtk/gtktoolbutton.hmv -f .deps/gnu_java_awt_peer_gtk_GtkImage.Tpo .deps/gnu_java_awt_peer_gtk_GtkImage.Plo
:30:
In file included from /usr/local/include/gtk-2.0/gtk/gtktoolitem.h:31:
/usr/local/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
   73 |   GTimeVal last_popdown;
      |   ^
/usr/local/include/glib-2.0/glib/gtypes.h:578:35: note: 'GTimeVal' has been explicitly marked deprecated here
  578 | typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime);
      |                                   ^
/usr/local/include/glib-2.0/glib/glib-visibility.h:656:45: note: expanded from macro 'GLIB_DEPRECATED_TYPE_IN_2_62_FOR'
  656 | #define GLIB_DEPRECATED_TYPE_IN_2_62_FOR(f) GLIB_DEPRECATED_TYPE_FOR (f)
      |                                             ^
/usr/local/include/glib-2.0/glib/gmacros.h:1329:37: note: expanded from macro 'GLIB_DEPRECATED_TYPE_FOR'
 1329 | #define GLIB_DEPRECATED_TYPE_FOR(f) G_DEPRECATED_FOR(f)
      |                                     ^
/usr/local/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR'
 1277 | #define G_DEPRECATED_FOR(f) __a/bin/sh ../../../libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I../../../include  -I../../../include -I../../../native/jni/classpath -I../../../native/jni/native-lib -I/usr/local/include -W -Wall -Wmissing-declarations -Wwrite-strings -Wmissing-prototypes -Wno-long-long -I/usr/local/include/gtk-2.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/fribidi -I/usr/local/include -I/usr/local/include/cairo -D_THREAD_SAFE -I/usr/local/include/pixman-1 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/gdk-pixbuf-2.0 -pthread -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -D_THREAD_SAFE -pthread -I/usr/local/include/pixman-1 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -MT gnu_java_awt_peer_gtk_GtkTextAreaPeer.lo -MD -MP -MF .deps/gnu_java_awt_peer_gtk_GtkTextAreaPeer.Tpo -c -o gnu_java_awt_peer_gtk_GtkTextAreaPeer.lo gnu_java_awt_peer_gtk_GtkTextAreaPeer.c
ttribute__((__deprecated__("Use '" #f "' instead")))
      |                                            ^
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../../../include -I../../../include -I../../../native/jni/classpath -I../../../native/jni/native-lib -I/usr/local/include -W -Wall -Wmissing-declarations -Wwrite-strings -Wmissing-prototypes -Wno-long-long -I/usr/local/include/gtk-2.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/fribidi -I/usr/local/include -I/usr/local/include/cairo -D_THREAD_SAFE -I/usr/local/include/pixman-1 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/gdk-pixbuf-2.0 -pthread -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -D_THREAD_SAFE -pthread -I/usr/local/include/pixman-1 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT gnu_java_awt_peer_gtk_GtkSelection.lo -MD -MP -MF .deps/gnu_java_awt_peer_gtk_GtkSelection.Tpo -c gnu_java_awt_peer_gtk_GtkSelection.c  -fPIC -DPIC -o .libs/gnu_java_awt_peer_gtk_GtkSelection.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../../../include -I../../../include -I../../../native/jni/classpath -I../../../native/jni/native-lib -I/usr/local/include -W -Wall -Wmissing-declarations -Wwrite-strings -Wmissing-prototypes -Wno-long-long -I/usr/local/include/gtk-2.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/fribidi -I/usr/local/include -I/usr/local/include/cairo -D_THREAD_SAFE -I/usr/local/include/pixman-1 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/gdk-pixbuf-2.0 -pthread -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -D_THREAD_SAFE -pthread -I/usr/local/include/pixman-1 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT gnu_java_awt_peer_gtk_GtkTextAreaPeer.lo -MD -MP -MF .deps/gnu_java_awt_peer_gtk_GtkTextAreaPeer.Tpo -c gnu_java_awt_peer_gtk_GtkTextAreaPeer.c  -fPIC -DPIC -o .libs/gnu_java_awt_peer_gtk_GtkTextAreaPeer.o
3 warnings generated.
mv -f .deps/gnu_java_awt_peer_gtk_GtkFileDialogPeer.Tpo .deps/gnu_java_awt_peer_gtk_GtkFileDialogPeer.Plo
/bin/sh ../../../libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I../../../include  -I../../../include -I../../../native/jni/classpath -I../../../native/jni/native-lib -I/usr/local/include -W -Wall -Wmissing-declarations -Wwrite-strings -Wmissing-prototypes -Wno-long-long -I/usr/local/include/gtk-2.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/fribidi -I/usr/local/include -I/usr/local/include/cairo -D_THREAD_SAFE -I/usr/local/include/pixman-1 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/gdk-pixbuf-2.0 -pthread -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -D_THREAD_SAFE -pthread -I/usr/local/include/pixman-1 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -MT gnu_java_awt_peer_gtk_GtkTextFieldPeer.lo -MD -MP -MF .deps/gnu_java_awt_peer_gtk_GtkTextFieldPeer.Tpo -c -o gnu_java_awt_peer_gtk_GtkTextFieldPeer.lo gnu_java_awt_peer_gtk_GtkTextFieldPeer.c
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../../../include -I../../../include -I../../../native/jni/classpath -I../../../native/jni/native-lib -I/usr/local/include -W -Wall -Wmissing-declarations -Wwrite-strings -Wmissing-prototypes -Wno-long-long -I/usr/local/include/gtk-2.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/fribidi -I/usr/local/include -I/usr/local/include/cairo -D_THREAD_SAFE -I/usr/local/include/pixman-1 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/gdk-pixbuf-2.0 -pthread -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -D_THREAD_SAFE -pthread -I/usr/local/include/pixman-1 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT gnu_java_awt_peer_gtk_GtkTextFieldPeer.lo -MD -MP -MF .deps/gnu_java_awt_peer_gtk_GtkTextFieldPeer.Tpo -c gnu_java_awt_peer_gtk_GtkTextFieldPeer.c  -fPIC -DPIC -o .libs/gnu_java_awt_peer_gtk_GtkTextFieldPeer.o
In file included from gnu_java_awt_peer_gtk_FreetypeGlyphVector.c:40:
In file included from /usr/local/include/gtk-2.0/gtk/gtk.h:126:
In file included from /usr/local/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30:
In file included from /usr/local/include/gtk-2.0/gtk/gtktoolbutton.h:30:
In file included from /usr/local/include/gtk-2.0/gtk/gtktoolitem.h:31:
/usr/local/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
   73 |   GTimeVal last_popdown;
      |   ^
/usr/local/include/glib-2.0/glib/gtypes.h:578:35: note: 'GTimeVal' has been explicitly marked deprecated here
  578 | typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime);
      |                                   ^
/usr/local/include/glib-2.0/glib/glib-visibility.h:656:45: note: expanded from macro 'GLIB_DEPRECATED_TYPE_IN_2_62_FOR'
  656 | #define GLIB_DEPRECATED_TYPE_IN_2_62_FOR(f) GLIB_DEPRECATED_TYPE_FOR (f)
      |                                             ^
/usr/local/include/glib-2.0/glib/gmacros.h:1329:37: note: expanded from macro 'GLIB_DEPRECATED_TYPE_FOR'
 1329 | #define GLIB_DEPRECATED_TYPE_FOR(f) G_DEPRECATED_FOR(f)
      |                                     ^
/usr/local/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR'
 1277 | #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
      |                                            ^
2 warnings generated.
10 warnings generated.
mv -f .deps/gnu_java_awt_peer_gtk_GtkButtonPeer.Tpo .deps/gnu_java_awt_peer_gtk_GtkButtonPeer.Plo
/bin/sh ../../../libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I../../../include  -I../../../include -I../../../native/jni/classpath -I../../../native/jni/native-lib -I/usr/local/include -W -Wall -Wmissing-declarations -Wwrite-strings -Wmissing-prototypes -Wno-long-long -I/usr/local/include/gtk-2.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/fribidi -I/usr/local/include -I/usr/local/include/cairo -D_THREAD_SAFE -I/usr/local/include/pixman-1 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/gdk-pixbuf-2.0 -pthread -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -D_THREAD_SAFE -pthread -I/usr/local/include/pixman-1 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -MT gnu_java_awt_peer_gtk_GtkToolkit.lo -MD -MP -MF .deps/gnu_java_awt_peer_gtk_GtkToolkit.Tpo -c -o gnu_java_awt_peer_gtk_GtkToolkit.lo gnu_java_awt_peer_gtk_GtkToolkit.c
mv -f .deps/gnu_java_awt_peer_gtk_GdkFontPeer.Tpo .deps/gnu_java_awt_peer_gtk_GdkFontPeer.Plo
/bin/sh ../../../libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I../../../include  -I../../../include -I../../../native/jni/classpath -I../../../native/jni/native-lib -I/usr/local/include -W -Wall -Wmissing-declarations -Wwrite-strings -Wmissing-prototypes -Wno-long-long -I/usr/local/include/gtk-2.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/fribidi -I/usr/local/include -I/usr/local/include/cairo -D_THREAD_SAFE -I/usr/local/include/pixman-1 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/gdk-pixbuf-2.0 -pthread -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -D_THREAD_SAFE -pthread -I/usr/local/include/pixman-1 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -MT gnu_java_awt_peer_gtk_GtkWindowPeer.lo -MD -MP -MF .deps/gnu_java_awt_peer_gtk_GtkWindowPeer.Tpo -c -o gnu_java_awt_peer_gtk_GtkWindowPeer.lo gnu_java_awt_peer_gtk_GtkWindowPeer.c
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../../../include -I../../../include -I../../../native/jni/classpath -I../../../native/jni/native-lib -I/usr/local/include -W -Wall -Wmissing-declarations -Wwrite-strings -Wmissing-prototypes -Wno-long-long -I/usr/local/include/gtk-2.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/fribidi -I/usr/local/include -I/usr/local/include/cairo -D_THREAD_SAFE -I/usr/local/include/pixman-1 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/gdk-pixbuf-2.0 -pthread -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -D_THREAD_SAFE -pthread -I/usr/local/include/pixman-1 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT gnu_java_awt_peer_gtk_GtkToolkit.lo -MD -MP -MF .deps/gnu_java_awt_peer_gtk_GtkToolkit.Tpo -c gnu_java_awt_peer_gtk_GtkToolkit.c  -fPIC -DPIC -o .libs/gnu_java_awt_peer_gtk_GtkToolkit.o
2 warnings generated.
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../../../include -I../../../include -I../../../native/jni/classpath -I../../../native/jni/native-lib -I/usr/local/include -W -Wall -Wmissing-declarations -Wwrite-strings -Wmissing-prototypes -Wno-long-long -I/usr/local/include/gtk-2.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/fribidi -I/usr/local/include -I/usr/local/include/cairo -D_THREAD_SAFE -I/usr/local/include/pixman-1 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/gdk-pixbuf-2.0 -pthread -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -D_THREAD_SAFE -pthread -I/usr/local/include/pixman-1 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT gnu_java_awt_peer_gtk_GtkWindowPeer.lo -MD -MP -MF .deps/gnu_java_awt_peer_gtk_GtkWindowPeer.Tpo -c gnu_java_awt_peer_gtk_GtkWindowPeer.c  -fPIC -DPIC -o .libs/gnu_java_awt_peer_gtk_GtkWindowPeer.o
2 warnings generated.
mv -f .deps/gnu_java_awt_peer_gtk_GtkChoicePeer.Tpo .deps/gnu_java_awt_peer_gtk_GtkChoicePeer.Plo
/bin/sh ../../../libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I../../../include  -I../../../include -I../../../native/jni/classpath -I../../../native/jni/native-lib -I/usr/local/include -W -Wall -Wmissing-declarations -Wwrite-strings -Wmissing-prototypes -Wno-long-long -I/usr/local/include/gtk-2.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/fribidi -I/usr/local/include -I/usr/local/include/cairo -D_THREAD_SAFE -I/usr/local/include/pixman-1 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/gdk-pixbuf-2.0 -pthread -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -D_THREAD_SAFE -pthread -I/usr/local/include/pixman-1 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -MT gnu_java_awt_peer_gtk_GtkVolatileImage.lo -MD -MP -MF .deps/gnu_java_awt_peer_gtk_GtkVolatileImage.Tpo -c -o gnu_java_awt_peer_gtk_GtkVolatileImage.lo gnu_java_awt_peer_gtk_GtkVolatileImage.c
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../../../include -I../../../include -I../../../native/jni/classpath -I../../../native/jni/native-lib -I/usr/local/include -W -Wall -Wmissing-declarations -Wwrite-strings -Wmissing-prototypes -Wno-long-long -I/usr/local/include/gtk-2.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/fribidi -I/usr/local/include -I/usr/local/include/cairo -D_THREAD_SAFE -I/usr/local/include/pixman-1 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/gdk-pixbuf-2.0 -pthread -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -D_THREAD_SAFE -pthread -I/usr/local/include/pixman-1 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT gnu_java_awt_peer_gtk_GtkVolatileImage.lo -MD -MP -MF .deps/gnu_java_awt_peer_gtk_GtkVolatileImage.Tpo -c gnu_java_awt_peer_gtk_GtkVolatileImage.c  -fPIC -DPIC -o .libs/gnu_java_awt_peer_gtk_GtkVolatileImage.o
mv -f .deps/gnu_java_awt_peer_gtk_ComponentGraphics.Tpo .deps/gnu_java_awt_peer_gtk_ComponentGraphics.Plo
/bin/sh ../../../libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I../../../include  -I../../../include -I../../../native/jni/classpath -I../../../native/jni/native-lib -I/usr/local/include -W -Wall -Wmissing-declarations -Wwrite-strings -Wmissing-prototypes -Wno-long-long -I/usr/local/include/gtk-2.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/fribidi -I/usr/local/include -I/usr/local/include/cairo -D_THREAD_SAFE -I/usr/local/include/pixman-1 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/gdk-pixbuf-2.0 -pthread -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -D_THREAD_SAFE -pthread -I/usr/local/include/pixman-1 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -MT GtkDragSourceContextPeer.lo -MD -MP -MF .deps/GtkDragSourceContextPeer.Tpo -c -o GtkDragSourceContextPeer.lo GtkDragSourceContextPeer.c
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../../../include -I../../../include -I../../../native/jni/classpath -I../../../native/jni/native-lib -I/usr/local/include -W -Wall -Wmissing-declarations -Wwrite-strings -Wmissing-prototypes -Wno-long-long -I/usr/local/include/gtk-2.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/fribidi -I/usr/local/include -I/usr/local/include/cairo -D_THREAD_SAFE -I/usr/local/include/pixman-1 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/gdk-pixbuf-2.0 -pthread -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -D_THREAD_SAFE -pthread -I/usr/local/include/pixman-1 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT GtkDragSourceContextPeer.lo -MD -MP -MF .deps/GtkDragSourceContextPeer.Tpo -c GtkDragSourceContextPeer.c  -fPIC -DPIC -o .libs/GtkDragSourceContextPeer.o
2 warnings generated.
mv -f .deps/gnu_java_awt_peer_gtk_CairoSurface.Tpo .deps/gnu_java_awt_peer_gtk_CairoSurface.Plo
/bin/sh ../../../libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I../../../include  -I../../../include -I../../../native/jni/classpath -I../../../native/jni/native-lib -I/usr/local/include -W -Wall -Wmissing-declarations -Wwrite-strings -Wmissing-prototypes -Wno-long-long -I/usr/local/include/gtk-2.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/fribidi -I/usr/local/include -I/usr/local/include/cairo -D_THREAD_SAFE -I/usr/local/include/pixman-1 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/gdk-pixbuf-2.0 -pthread -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -D_THREAD_SAFE -pthread -I/usr/local/include/pixman-1 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -MT gtk_jawt.lo -MD -MP -MF .deps/gtk_jawt.Tpo -c -o gtk_jawt.lo gtk_jawt.c
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../../../include -I../../../include -I../../../native/jni/classpath -I../../../native/jni/native-lib -I/usr/local/include -W -Wall -Wmissing-declarations -Wwrite-strings -Wmissing-prototypes -Wno-long-long -I/usr/local/include/gtk-2.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/fribidi -I/usr/local/include -I/usr/local/include/cairo -D_THREAD_SAFE -I/usr/local/include/pixman-1 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/gdk-pixbuf-2.0 -pthread -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -D_THREAD_SAFE -pthread -I/usr/local/include/pixman-1 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT gtk_jawt.lo -MD -MP -MF .deps/gtk_jawt.Tpo -c gtk_jawt.c  -fPIC -DPIC -o .libs/gtk_jawt.o
2 warnings generated.
gnu_java_awt_peer_gtk_GtkListPeer.c:446:33: warning: cast from 'void (*)(GtkTreePath *)' (aka 'void (*)(struct _GtkTreePath *)') to 'GFunc' (aka 'void (*)(void *, void *)') converts to incompatible function type [-Wcast-function-type-mismatch]
  446 |           g_list_foreach (rows, (GFunc) gtk_tree_path_free, NULL);
      |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~
mv -f .deps/gnu_java_awt_peer_gtk_GtkComponentPeer.Tpo .deps/gnu_java_awt_peer_gtk_GtkComponentPeer.Plo
/bin/sh ../../../libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I../../../include  -I../../../include -I../../../native/jni/classpath -I../../../native/jni/native-lib -I/usr/local/include -W -Wall -Wmissing-declarations -Wwrite-strings -Wmissing-prototypes -Wno-long-long -I/usr/local/include/gtk-2.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/fribidi -I/usr/local/include -I/usr/local/include/cairo -D_THREAD_SAFE -I/usr/local/include/pixman-1 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/gdk-pixbuf-2.0 -pthread -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -D_THREAD_SAFE -pthread -I/usr/local/include/pixman-1 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -MT gtkpeer.lo -MD -MP -MF .deps/gtkpeer.Tpo -c -o gtkpeer.lo gtkpeer.c
2 warnings generated.
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../../../include -I../../../include -I../../../native/jni/classpath -I../../../native/jni/native-lib -I/usr/local/include -W -Wall -Wmissing-declarations -Wwrite-strings -Wmissing-prototypes -Wno-long-long -I/usr/local/include/gtk-2.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/fribidi -I/usr/local/include -I/usr/local/include/cairo -D_THREAD_SAFE -I/usr/local/include/pixman-1 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/gdk-pixbuf-2.0 -pthread -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -D_THREAD_SAFE -pthread -I/usr/local/include/pixman-1 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT gtkpeer.lo -MD -MP -MF .deps/gtkpeer.Tpo -c gtkpeer.c  -fPIC -DPIC -o .libs/gtkpeer.o
mv -f .deps/gnu_java_awt_peer_gtk_GdkPixbufDecoder.Tpo .deps/gnu_java_awt_peer_gtk_GdkPixbufDecoder.Plo
In file included from gnu_java_awt_peer_gtk_GdkRobotPeer.c:38:
In file included from ./gtkpeer.h:40:
In file included from /usr/local/include/gtk-2.0/gtk/gtk.h:33:
In file included from /usr/local/include/gtk-2.0/gtk/gtkaboutdialog.h:32:
In file included from /usr/local/include/gtk-2.0/gtk/gtkdialog.h:35:
In file included from /usr/local/include/gtk-2.0/gtk/gtkwindow.h:36:
In file included from /usr/local/include/gtk-2.0/gtk/gtkbin.h:35:
In file included from /usr/local/include/gtk-2.0/gtk/gtkcontainer.h:35:
In file included from /usr/local/include/gtk-2.0/gtk/gtkwidget.h:36:
In file included from /usr/local/include/gtk-2.0/gtk/gtkobject.h:37:
/usr/local/include/gtk-2.0/gtk/gtktypeutils.h:236:34: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations]
  236 | void            gtk_type_init   (GTypeDebugFlags    debug_flags);
      |                                  ^
/usr/local/include/glib-2.0/gobject/gtype.h:731:19: note: 'GTypeDebugFlags' has been explicitly marked deprecated here
  731 | } GTypeDebugFlags GOBJECT_DEPRECATED_TYPE_IN_2_36;
      |                   ^
/usr/local/include/glib-2.0/gobject/gobject-visibility.h:213:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_36'
  213 | #define GOBJECT_DEPRECATED_TYPE_IN_2_36 GLIB_DEPRECATED_TYPE
      |                                         ^
/usr/local/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
 1328 | #define GLIB_DEPRECATED_TYPE G_DEPRECATED
      |                              ^
/usr/local/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
 1267 | #define G_DEPRECATED __attribute__((__deprecated__))
      |                                     ^
gnu_java_awt_peer_gtk_FreetypeGlyphVector.c:143:9: warning: 'pango_fc_font_has_char' is deprecated [-Wdeprecated-declarations]
  143 |         if (!pango_fc_font_has_char(current_font, cpvals[i]))
      |              ^
/usr/local/include/pango-1.0/pango/pangofc-font.h:93:1: note: 'pango_fc_font_has_char' has been explicitly marked deprecated here
   93 | PANGO_DEPRECATED_IN_1_44
      | ^
/usr/local/include/pango-1.0/pango/pango-version-macros.h:717:49: note: expanded from macro 'PANGO_DEPRECATED_IN_1_44'
  717 | # define PANGO_DEPRECATED_IN_1_44               PANGO_DEPRECATED
      |                                                 ^
/usr/local/include/pango-1.0/pango/pango-version-macros.h:415:49: note: expanded from macro 'PANGO_DEPRECATED'
  415 | # define PANGO_DEPRECATED                       G_DEPRECATED _PANGO_EXTERN
      |                                                 ^
/usr/local/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
 1267 | #define G_DEPRECATED __attribute__((__deprecated__))
      |                                     ^
gnu_java_awt_peer_gtk_FreetypeGlyphVector.c:145:12: warning: 'pango_fc_font_has_char' is deprecated [-Wdeprecated-declarations]
  145 |             if (pango_fc_font_has_char(default_font, cpvals[i]))
      |                 ^
/usr/local/include/pango-1.0/pango/pangofc-font.h:93:1: note: 'pango_fc_font_has_char' has been explicitly marked deprecated here
   93 | PANGO_DEPRECATED_IN_1_44
      | ^
/usr/local/include/pango-1.0/pango/pango-version-macros.h:717:49: note: expanded from macro 'PANGO_DEPRECATED_IN_1_44'
  717 | # define PANGO_DEPRECATED_IN_1_44               PANGO_DEPRECATED
      |                                                 ^
/usr/local/include/pango-1.0/pango/pango-version-macros.h:415:49: note: expanded from macro 'PANGO_DEPRECATED'
  415 | # define PANGO_DEPRECATED                       G_DEPRECATED _PANGO_EXTERN
      |                                                 ^
/usr/local/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
 1267 | #define G_DEPRECATED __attribute__((__deprecated__))
      |                                     ^
gnu_java_awt_peer_gtk_FreetypeGlyphVector.c:183:13: warning: 'pango_fc_font_lock_face' is deprecated: Use 'pango_font_get_hb_font' instead [-Wdeprecated-declarations]
  183 |   ft_face = pango_fc_font_lock_face( font );
      |             ^
/usr/local/include/pango-1.0/pango/pangofc-font.h:114:1: note: 'pango_fc_font_lock_face' has been explicitly marked deprecated here
  114 | PANGO_DEPRECATED_IN_1_44_FOR(pango_font_get_hb_font)
      | ^
/usr/local/include/pango-1.0/pango/pango-version-macros.h:718:49: note: expanded from macro 'PANGO_DEPRECATED_IN_1_44_FOR'
  718 | # define PANGO_DEPRECATED_IN_1_44_FOR(f)        PANGO_DEPRECATED_FOR(f)
      |                                                 ^
/usr/local/include/pango-1.0/pango/pango-version-macros.h:416:49: note: expanded from macro 'PANGO_DEPRECATED_FOR'
  416 | # define PANGO_DEPRECATED_FOR(f)                G_DEPRECATED_FOR(f) _PANGO_EXTERN
      |                                                 ^
/usr/local/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR'
 1277 | #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
      |                                            ^
gnu_java_awt_peer_gtk_FreetypeGlyphVector.c:187:3: warning: 'pango_fc_font_unlock_face' is deprecated: Use 'pango_font_get_hb_font' instead [-Wdeprecated-declarations]
  187 |   pango_fc_font_unlock_face( font );
      |   ^
/usr/local/include/pango-1.0/pango/pangofc-font.h:116:1: note: 'pango_fc_font_unlock_face' has been explicitly marked deprecated here
  116 | PANGO_DEPRECATED_IN_1_44_FOR(pango_font_get_hb_font)
      | ^
/usr/local/include/pango-1.0/pango/pango-version-macros.h:718:49: note: expanded from macro 'PANGO_DEPRECATED_IN_1_44_FOR'
  718 | # define PANGO_DEPRECATED_IN_1_44_FOR(f)        PANGO_DEPRECATED_FOR(f)
      |                                                 ^
/usr/local/include/pango-1.0/pango/pango-version-macros.h:416:49: note: expanded from macro 'PANGO_DEPRECATED_FOR'
  416 | # define PANGO_DEPRECATED_FOR(f)                G_DEPRECATED_FOR(f) _PANGO_EXTERN
      |                                                 ^
/usr/local/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR'
 1277 | #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
      |                                            ^
gnu_java_awt_peer_gtk_FreetypeGlyphVector.c:205:13: warning: 'pango_fc_font_lock_face' is deprecated: Use 'pango_font_get_hb_font' instead [-Wdeprecated-declarations]
  205 |   ft_face = pango_fc_font_lock_face( font );
      |             ^
/usr/local/include/pango-1.0/pango/pangofc-font.h:114:1: note: 'pango_fc_font_lock_face' has been explicitly marked deprecated here
  114 | PANGO_DEPRECATED_IN_1_44_FOR(pango_font_get_hb_font)
      | ^
/usr/local/include/pango-1.0/pango/pango-version-macros.h:718:49: note: expanded from macro 'PANGO_DEPRECATED_IN_1_44_FOR'
  718 | # define PANGO_DEPRECATED_IN_1_44_FOR(f)        PANGO_DEPRECATED_FOR(f)
      |                                                 ^
/usr/local/include/pango-1.0/pango/pango-version-macros.h:416:49: note: expanded from macro 'PANGO_DEPRECATED_FOR'
  416 | # define PANGO_DEPRECATED_FOR(f)                G_DEPRECATED_FOR(f) _PANGO_EXTERN
      |                                                 ^
/usr/local/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR'
 1277 | #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
      |                                            ^
gnu_java_awt_peer_gtk_FreetypeGlyphVector.c:213:7: warning: 'pango_fc_font_unlock_face' is deprecated: Use 'pango_font_get_hb_font' instead [-Wdeprecated-declarations]
  213 |       pango_fc_font_unlock_face( font );
      |       ^
/usr/local/include/pango-1.0/pango/pangofc-font.h:116:1: note: 'pango_fc_font_unlock_face' has been explicitly marked deprecated here
  116 | PANGO_DEPRECATED_IN_1_44_FOR(pango_font_get_hb_font)
      | ^
/usr/local/include/pango-1.0/pango/pango-version-macros.h:718:49: note: expanded from macro 'PANGO_DEPRECATED_IN_1_44_FOR'
  718 | # define PANGO_DEPRECATED_IN_1_44_FOR(f)        PANGO_DEPRECATED_FOR(f)
      |                                                 ^
/usr/local/include/pango-1.0/pango/pango-version-macros.h:416:49: note: expanded from macro 'PANGO_DEPRECATED_FOR'
  416 | # define PANGO_DEPRECATED_FOR(f)                G_DEPRECATED_FOR(f) _PANGO_EXTERN
      |                                                 ^
/usr/local/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR'
 1277 | #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
      |                                            ^
gnu_java_awt_peer_gtk_FreetypeGlyphVector.c:231:3: warning: 'pango_fc_font_unlock_face' is deprecated: Use 'pango_font_get_hb_font' instead [-Wdeprecated-declarations]
  231 |   pango_fc_font_unlock_face( font );
      |   ^
/usr/local/include/pango-1.0/pango/pangofc-font.h:116:1: note: 'pango_fc_font_unlock_face' has been explicitly marked deprecated here
  116 | PANGO_DEPRECATED_IN_1_44_FOR(pango_font_get_hb_font)
      | ^
/usr/local/include/pango-1.0/pango/pango-version-macros.h:718:49: note: expanded from macro 'PANGO_DEPRECATED_IN_1_44_FOR'
  718 | # define PANGO_DEPRECATED_IN_1_44_FOR(f)        PANGO_DEPRECATED_FOR(f)
      |                                                 ^
/usr/local/include/pango-1.0/pango/pango-version-macros.h:416:49: note: expanded from macro 'PANGO_DEPRECATED_FOR'
  416 | # define PANGO_DEPRECATED_FOR(f)                G_DEPRECATED_FOR(f) _PANGO_EXTERN
      |                                                 ^
/usr/local/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR'
 1277 | #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
      |                                            ^
In file included from gnu_java_awt_peer_gtk_CairoGraphics2D.c:39:
In file included from ./gdkfont.h:41:
In file included from ./gtkpeer.h:40:
In file included from /usr/local/include/gtk-2.0/gtk/gtk.h:126:
In file included from /usr/local/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30:
In file included from /usr/local/include/gtk-2.0/gtk/gtktoolbutton.h:30:
In file included from /usr/local/include/gtk-2.0/gtk/gtktoolitem.h:31:
/usr/local/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
   73 |   GTimeVal last_popdown;
      |   ^
/usr/local/include/glib-2.0/glib/gtypes.h:578:35: note: 'GTimeVal' has been explicitly marked deprecated here
  578 | typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime);
      |                                   ^
/usr/local/include/glib-2.0/glib/glib-visibility.h:656:45: note: expanded from macro 'GLIB_DEPRECATED_TYPE_IN_2_62_FOR'
  656 | #define GLIB_DEPRECATED_TYPE_IN_2_62_FOR(f) GLIB_DEPRECATED_TYPE_FOR (f)
      |                                             ^
/usr/local/include/glib-2.0/glib/gmacros.h:1329:37: note: expanded from macro 'GLIB_DEPRECATED_TYPE_FOR'
 1329 | #define GLIB_DEPRECATED_TYPE_FOR(f) G_DEPRECATED_FOR(f)
      |                                     ^
/usr/local/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR'
 1277 | #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
      |                                            ^
gnu_java_awt_peer_gtk_FreetypeGlyphVector.c:358:13: warning: 'pango_fc_font_lock_face' is deprecated: Use 'pango_font_get_hb_font' instead [-Wdeprecated-declarations]
  358 |   ft_face = pango_fc_font_lock_face( font );
      |             ^
/usr/local/include/pango-1.0/pango/pangofc-font.h:114:1: note: 'pango_fc_font_lock_face' has been explicitly marked deprecated here
  114 | PANGO_DEPRECATED_IN_1_44_FOR(pango_font_get_hb_font)
      | ^
/usr/local/include/pango-1.0/pango/pango-version-macros.h:718:49: note: expanded from macro 'PANGO_DEPRECATED_IN_1_44_FOR'
  718 | # define PANGO_DEPRECATED_IN_1_44_FOR(f)        PANGO_DEPRECATED_FOR(f)
      |                                                 ^
/usr/local/include/pango-1.0/pango/pango-version-macros.h:416:49: note: expanded from macro 'PANGO_DEPRECATED_FOR'
  416 | # define PANGO_DEPRECATED_FOR(f)                G_DEPRECATED_FOR(f) _PANGO_EXTERN
      |                                                 ^
/usr/local/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR'
 1277 | #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
      |                                            ^
gnu_java_awt_peer_gtk_FreetypeGlyphVector.c:383:7: warning: 'pango_fc_font_unlock_face' is deprecated: Use 'pango_font_get_hb_font' instead [-Wdeprecated-declarations]
  383 |       pango_fc_font_unlock_face( font );
      |       ^
/usr/local/include/pango-1.0/pango/pangofc-font.h:116:1: note: 'pango_fc_font_unlock_face' has been explicitly marked deprecated here
  116 | PANGO_DEPRECATED_IN_1_44_FOR(pango_font_get_hb_font)
      | ^
/usr/local/include/pango-1.0/pango/pango-version-macros.h:718:49: note: expanded from macro 'PANGO_DEPRECATED_IN_1_44_FOR'
  718 | # define PANGO_DEPRECATED_IN_1_44_FOR(f)        PANGO_DEPRECATED_FOR(f)
      |                                                 ^
/usr/local/include/pango-1.0/pango/pango-version-macros.h:416:49: note: expanded from macro 'PANGO_DEPRECATED_FOR'
  416 | # define PANGO_DEPRECATED_FOR(f)                G_DEPRECATED_FOR(f) _PANGO_EXTERN
      |                                                 ^
/usr/local/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR'
 1277 | #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
      |                                            ^
gnu_java_awt_peer_gtk_FreetypeGlyphVector.c:408:3: warning: 'pango_fc_font_unlock_face' is deprecated: Use 'pango_font_get_hb_font' instead [-Wdeprecated-declarations]
  408 |   pango_fc_font_unlock_face( font );
      |   ^
/usr/local/include/pango-1.0/pango/pangofc-font.h:116:1: note: 'pango_fc_font_unlock_face' has been explicitly marked deprecated here
  116 | PANGO_DEPRECATED_IN_1_44_FOR(pango_font_get_hb_font)
      | ^
/usr/local/include/pango-1.0/pango/pango-version-macros.h:718:49: note: expanded from macro 'PANGO_DEPRECATED_IN_1_44_FOR'
  718 | # define PANGO_DEPRECATED_IN_1_44_FOR(f)        PANGO_DEPRECATED_FOR(f)
      |                                                 ^
/usr/local/include/pango-1.0/pango/pango-version-macros.h:416:49: note: expanded from macro 'PANGO_DEPRECATED_FOR'
  416 | # define PANGO_DEPRECATED_FOR(f)                G_DEPRECATED_FOR(f) _PANGO_EXTERN
      |                                                 ^
/usr/local/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR'
 1277 | #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
      |                                            ^
3 warnings generated.
mv -f .deps/gnu_java_awt_peer_gtk_GtkListPeer.Tpo .deps/gnu_java_awt_peer_gtk_GtkListPeer.Plo
In file included from gnu_java_awt_peer_gtk_GtkLabelPeer.c:39:
In file included from ./gtkpeer.h:40:
In file included from /usr/local/include/gtk-2.0/gtk/gtk.h:33:
In file included from /usr/local/include/gtk-2.0/gtk/gtkaboutdialog.h:32:
In file included from /usr/local/include/gtk-2.0/gtk/gtkdialog.h:35:
In file included from /usr/local/include/gtk-2.0/gtk/gtkwindow.h:36:
In file included from /usr/local/include/gtk-2.0/gtk/gtkbin.h:35:
In file included from /usr/local/include/gtk-2.0/gtk/gtkcontainer.h:35:
In file included from /usr/local/include/gtk-2.0/gtk/gtkwidget.h:36:
In file included from /usr/local/include/gtk-2.0/gtk/gtkobject.h:37:
/usr/local/include/gtk-2.0/gtk/gtktypeutils.h:236:34: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations]
  236 | void            gtk_type_init   (GTypeDebugFlags    debug_flags);
      |                                  ^
/usr/local/include/glib-2.0/gobject/gtype.h:731:19: note: 'GTypeDebugFlags' has been explicitly marked deprecated here
  731 | } GTypeDebugFlags GOBJECT_DEPRECATED_TYPE_IN_2_36;
      |                   ^
/usr/local/include/glib-2.0/gobject/gobject-visibility.h:213:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_36'
  213 | #define GOBJECT_DEPRECATED_TYPE_IN_2_36 GLIB_DEPRECATED_TYPE
      |                                         ^
/usr/local/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
 1328 | #define GLIB_DEPRECATED_TYPE G_DEPRECATED
      |                              ^
/usr/local/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
 1267 | #define G_DEPRECATED __attribute__((__deprecated__))
      |                                     ^
In file included from gnu_java_awt_peer_gtk_GdkRobotPeer.c:38:
In file included from ./gtkpeer.h:40:
In file included from /usr/local/include/gtk-2.0/gtk/gtk.h:126:
In file included from /usr/local/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30:
In file included from /usr/local/include/gtk-2.0/gtk/gtktoolbutton.h:30:
In file included from /usr/local/include/gtk-2.0/gtk/gtktoolitem.h:31:
/usr/local/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
   73 |   GTimeVal last_popdown;
      |   ^
/usr/local/include/glib-2.0/glib/gtypes.h:578:35: note: 'GTimeVal' has been explicitly marked deprecated here
  578 | typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime);
      |                                   ^
/usr/local/include/glib-2.0/glib/glib-visibility.h:656:45: note: expanded from macro 'GLIB_DEPRECATED_TYPE_IN_2_62_FOR'
  656 | #define GLIB_DEPRECATED_TYPE_IN_2_62_FOR(f) GLIB_DEPRECATED_TYPE_FOR (f)
      |                                             ^
/usr/local/include/glib-2.0/glib/gmacros.h:1329:37: note: expanded from macro 'GLIB_DEPRECATED_TYPE_FOR'
 1329 | #define GLIB_DEPRECATED_TYPE_FOR(f) G_DEPRECATED_FOR(f)
      |                                     ^
/usr/local/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR'
 1277 | #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
      |                                            ^
12 warnings generated.
mv -f .deps/gnu_java_awt_peer_gtk_FreetypeGlyphVector.Tpo .deps/gnu_java_awt_peer_gtk_FreetypeGlyphVector.Plo
In file included from gnu_java_awt_peer_gtk_GdkScreenGraphicsDevice.c:48:
In file included from ./gdkdisplay.h:41:
In file included from ./gtkpeer.h:40:
In file included from /usr/local/include/gtk-2.0/gtk/gtk.h:33:
In file included from /usr/local/include/gtk-2.0/gtk/gtkaboutdialog.h:32:
In file included from /usr/local/include/gtk-2.0/gtk/gtkdialog.h:35:
In file included from /usr/local/include/gtk-2.0/gtk/gtkwindow.h:36:
In file included from /usr/local/include/gtk-2.0/gtk/gtkbin.h:35:
In file included from /usr/local/include/gtk-2.0/gtk/gtkcontainer.h:35:
In file included from /usr/local/include/gtk-2.0/gtk/gtkwidget.h:36:
In file included from /usr/local/include/gtk-2.0/gtk/gtkobject.h:37:
/usr/local/include/gtk-2.0/gtk/gtktypeutils.h:236:34: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations]
  236 | void            gtk_type_init   (GTypeDebugFlags    debug_flags);
      |                                  ^
/usr/local/include/glib-2.0/gobject/gtype.h:731:19: note: 'GTypeDebugFlags' has been explicitly marked deprecated here
  731 | } GTypeDebugFlags GOBJECT_DEPRECATED_TYPE_IN_2_36;
      |                   ^
/usr/local/include/glib-2.0/gobject/gobject-visibility.h:213:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_36'
  213 | #define GOBJECT_DEPRECATED_TYPE_IN_2_36 GLIB_DEPRECATED_TYPE
      |                                         ^
/usr/local/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
 1328 | #define GLIB_DEPRECATED_TYPE G_DEPRECATED
      |                              ^
/usr/local/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
 1267 | #define G_DEPRECATED __attribute__((__deprecated__))
      |                                     ^
gnu_java_awt_peer_gtk_CairoGraphics2D.c:363:22: warning: 'pango_fc_font_lock_face' is deprecated: Use 'pango_font_get_hb_font' instead [-Wdeprecated-declarations]
  363 |       FT_Face face = pango_fc_font_lock_face( font );
      |                      ^
/usr/local/include/pango-1.0/pango/pangofc-font.h:114:1: note: 'pango_fc_font_lock_face' has been explicitly marked deprecated here
  114 | PANGO_DEPRECATED_IN_1_44_FOR(pango_font_get_hb_font)
      | ^
/usr/local/include/pango-1.0/pango/pango-version-macros.h:718:49: note: expanded from macro 'PANGO_DEPRECATED_IN_1_44_FOR'
  718 | # define PANGO_DEPRECATED_IN_1_44_FOR(f)        PANGO_DEPRECATED_FOR(f)
      |                                                 ^
/usr/local/include/pango-1.0/pango/pango-version-macros.h:416:49: note: expanded from macro 'PANGO_DEPRECATED_FOR'
  416 | # define PANGO_DEPRECATED_FOR(f)                G_DEPRECATED_FOR(f) _PANGO_EXTERN
      |                                                 ^
/usr/local/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR'
 1277 | #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
      |                                            ^
gnu_java_awt_peer_gtk_CairoGraphics2D.c:371:7: warning: 'pango_fc_font_unlock_face' is deprecated: Use 'pango_font_get_hb_font' instead [-Wdeprecated-declarations]
  371 |       pango_fc_font_unlock_face(font);
      |       ^
/usr/local/include/pango-1.0/pango/pangofc-font.h:116:1: note: 'pango_fc_font_unlock_face' has been explicitly marked deprecated here
  116 | PANGO_DEPRECATED_IN_1_44_FOR(pango_font_get_hb_font)
      | ^
/usr/local/include/pango-1.0/pango/pango-version-macros.h:718:49: note: expanded from macro 'PANGO_DEPRECATED_IN_1_44_FOR'
  718 | # define PANGO_DEPRECATED_IN_1_44_FOR(f)        PANGO_DEPRECATED_FOR(f)
      |                                                 ^
/usr/local/include/pango-1.0/pango/pango-version-macros.h:416:49: note: expanded from macro 'PANGO_DEPRECATED_FOR'
  416 | # define PANGO_DEPRECATED_FOR(f)                G_DEPRECATED_FOR(f) _PANGO_EXTERN
      |                                                 ^
/usr/local/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR'
 1277 | #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
      |                                            ^
gnu_java_awt_peer_gtk_CairoGraphics2D.c:397:10: warning: 'pango_fc_font_lock_face' is deprecated: Use 'pango_font_get_hb_font' instead [-Wdeprecated-declarations]
  397 |   face = pango_fc_font_lock_face( (PangoFcFont *)pfont->font );
      |          ^
/usr/local/include/pango-1.0/pango/pangofc-font.h:114:1: note: 'pango_fc_font_lock_face' has been explicitly marked deprecated here
  114 | PANGO_DEPRECATED_IN_1_44_FOR(pango_font_get_hb_font)
      | ^
/usr/local/include/pango-1.0/pango/pango-version-macros.h:718:49: note: expanded from macro 'PANGO_DEPRECATED_IN_1_44_FOR'
  718 | # define PANGO_DEPRECATED_IN_1_44_FOR(f)        PANGO_DEPRECATED_FOR(f)
      |                                                 ^
/usr/local/include/pango-1.0/pango/pango-version-macros.h:416:49: note: expanded from macro 'PANGO_DEPRECATED_FOR'
  416 | # define PANGO_DEPRECATED_FOR(f)                G_DEPRECATED_FOR(f) _PANGO_EXTERN
      |                                                 ^
/usr/local/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR'
 1277 | #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
      |                                            ^
gnu_java_awt_peer_gtk_CairoGraphics2D.c:409:3: warning: 'pango_fc_font_unlock_face' is deprecated: Use 'pango_font_get_hb_font' instead [-Wdeprecated-declarations]
  409 |   pango_fc_font_unlock_face((PangoFcFont *)pfont->font);
      |   ^
/usr/local/include/pango-1.0/pango/pangofc-font.h:116:1: note: 'pango_fc_font_unlock_face' has been explicitly marked deprecated here
  116 | PANGO_DEPRECATED_IN_1_44_FOR(pango_font_get_hb_font)
      | ^
/usr/local/include/pango-1.0/pango/pango-version-macros.h:718:49: note: expanded from macro 'PANGO_DEPRECATED_IN_1_44_FOR'
  718 | # define PANGO_DEPRECATED_IN_1_44_FOR(f)        PANGO_DEPRECATED_FOR(f)
      |                                                 ^
/usr/local/include/pango-1.0/pango/pango-version-macros.h:416:49: note: expanded from macro 'PANGO_DEPRECATED_FOR'
  416 | # define PANGO_DEPRECATED_FOR(f)                G_DEPRECATED_FOR(f) _PANGO_EXTERN
      |                                                 ^
/usr/local/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR'
 1277 | #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
      |                                            ^
2 warnings generated.
mv -f .deps/gnu_java_awt_peer_gtk_GdkRobotPeer.Tpo .deps/gnu_java_awt_peer_gtk_GdkRobotPeer.Plo
In file included from gnu_java_awt_peer_gtk_GtkPanelPeer.c:39:
In file included from ./gtkpeer.h:40:
In file included from /usr/local/include/gtk-2.0/gtk/gtk.h:33:
In file included from /usr/local/include/gtk-2.0/gtk/gtkaboutdialog.h:32:
In file included from /usr/local/include/gtk-2.0/gtk/gtkdialog.h:35:
In file included from /usr/local/include/gtk-2.0/gtk/gtkwindow.h:36:
In file included from /usr/local/include/gtk-2.0/gtk/gtkbin.h:35:
In file included from /usr/local/include/gtk-2.0/gtk/gtkcontainer.h:35:
In file included from /usr/local/include/gtk-2.0/gtk/gtkwidget.h:36:
In file included from /usr/local/include/gtk-2.0/gtk/gtkobject.h:37:
/usr/local/include/gtk-2.0/gtk/gtktypeutils.h:236:34: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations]
  236 | void            gtk_type_init   (GTypeDebugFlags    debug_flags);
      |                                  ^
/usr/local/include/glib-2.0/gobject/gtype.h:731:19: note: 'GTypeDebugFlags' has been explicitly marked deprecated here
  731 | } GTypeDebugFlags GOBJECT_DEPRECATED_TYPE_IN_2_36;
      |                   ^
/usr/local/include/glib-2.0/gobject/gobject-visibility.h:213:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_36'
  213 | #define GOBJECT_DEPRECATED_TYPE_IN_2_36 GLIB_DEPRECATED_TYPE
      |                                         ^
/usr/local/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
 1328 | #define GLIB_DEPRECATED_TYPE G_DEPRECATED
      |                              ^
/usr/local/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
 1267 | #define G_DEPRECATED __attribute__((__deprecated__))
      |                                     ^
In file included from gnu_java_awt_peer_gtk_GtkLabelPeer.c:39:
In file included from ./gtkpeer.h:40:
In file included from /usr/local/include/gtk-2.0/gtk/gtk.h:126:
In file included from /usr/local/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30:
In file included from /usr/local/include/gtk-2.0/gtk/gtktoolbutton.h:30:
In file included from /usr/local/include/gtk-2.0/gtk/gtktoolitem.h:31:
/usr/local/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
   73 |   GTimeVal last_popdown;
      |   ^
/usr/local/include/glib-2.0/glib/gtypes.h:578:35: note: 'GTimeVal' has been explicitly marked deprecated here
  578 | typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime);
      |                                   ^
/usr/local/include/glib-2.0/glib/glib-visibility.h:656:45: note: expanded from macro 'GLIB_DEPRECATED_TYPE_IN_2_62_FOR'
  656 | #define GLIB_DEPRECATED_TYPE_IN_2_62_FOR(f) GLIB_DEPRECATED_TYPE_FOR (f)
      |                                             ^
/usr/local/include/glib-2.0/glib/gmacros.h:1329:37: note: expanded from macro 'GLIB_DEPRECATED_TYPE_FOR'
 1329 | #define GLIB_DEPRECATED_TYPE_FOR(f) G_DEPRECATED_FOR(f)
      |                                     ^
/usr/local/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR'
 1277 | #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
      |                                            ^
In file included from gnu_java_awt_peer_gtk_GtkPanelPeer.c:39:
In file included from ./gtkpeer.h:40:
In file included from /usr/local/include/gtk-2.0/gtk/gtk.h:126:
In file included from /usr/local/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30:
In file included from /usr/local/include/gtk-2.0/gtk/gtktoolbutton.h:30:
In file included from /usr/local/include/gtk-2.0/gtk/gtktoolitem.h:31:
/usr/local/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
   73 |   GTimeVal last_popdown;
      |   ^
/usr/local/include/glib-2.0/glib/gtypes.h:578:35: note: 'GTimeVal' has been explicitly marked deprecated here
  578 | typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime);
      |                                   ^
/usr/local/include/glib-2.0/glib/glib-visibility.h:656:45: note: expanded from macro 'GLIB_DEPRECATED_TYPE_IN_2_62_FOR'
  656 | #define GLIB_DEPRECATED_TYPE_IN_2_62_FOR(f) GLIB_DEPRECATED_TYPE_FOR (f)
      |                                             ^
/usr/local/include/glib-2.0/glib/gmacros.h:1329:37: note: expanded from macro 'GLIB_DEPRECATED_TYPE_FOR'
 1329 | #define GLIB_DEPRECATED_TYPE_FOR(f) G_DEPRECATED_FOR(f)
      |                                     ^
/usr/local/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR'
 1277 | #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
      |                                            ^
2 warnings generated.
mv -f .deps/gnu_java_awt_peer_gtk_GtkLabelPeer.Tpo .deps/gnu_java_awt_peer_gtk_GtkLabelPeer.Plo
6 warnings generated.
2 warnings generated.
mv -f .deps/gnu_java_awt_peer_gtk_CairoGraphics2D.Tpo .deps/gnu_java_awt_peer_gtk_CairoGraphics2D.Plo
mv -f .deps/gnu_java_awt_peer_gtk_GtkPanelPeer.Tpo .deps/gnu_java_awt_peer_gtk_GtkPanelPeer.Plo
In file included from gnu_java_awt_peer_gtk_GdkScreenGraphicsDevice.c:48:
In file included from ./gdkdisplay.h:41:
In file included from ./gtkpeer.h:40:
In file included from /usr/local/include/gtk-2.0/gtk/gtk.h:126:
In file included from /usr/local/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30:
In file included from /usr/local/include/gtk-2.0/gtk/gtktoolbutton.h:30:
In file included from /usr/local/include/gtk-2.0/gtk/gtktoolitem.h:31:
/usr/local/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
   73 |   GTimeVal last_popdown;
      |   ^
/usr/local/include/glib-2.0/glib/gtypes.h:578:35: note: 'GTimeVal' has been explicitly marked deprecated here
  578 | typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime);
      |                                   ^
/usr/local/include/glib-2.0/glib/glib-visibility.h:656:45: note: expanded from macro 'GLIB_DEPRECATED_TYPE_IN_2_62_FOR'
  656 | #define GLIB_DEPRECATED_TYPE_IN_2_62_FOR(f) GLIB_DEPRECATED_TYPE_FOR (f)
      |                                             ^
/usr/local/include/glib-2.0/glib/gmacros.h:1329:37: note: expanded from macro 'GLIB_DEPRECATED_TYPE_FOR'
 1329 | #define GLIB_DEPRECATED_TYPE_FOR(f) G_DEPRECATED_FOR(f)
      |                                     ^
/usr/local/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR'
 1277 | #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
      |                                            ^
In file included from gtkpeer.c:38:
In file included from ./gtkpeer.h:40:
In file included from /usr/local/include/gtk-2.0/gtk/gtk.h:33:
In file included from /usr/local/include/gtk-2.0/gtk/gtkaboutdialog.h:32:
In file included from /usr/local/include/gtk-2.0/gtk/gtkdialog.h:35:
In file included from /usr/local/include/gtk-2.0/gtk/gtkwindow.h:36:
In file included from /usr/local/include/gtk-2.0/gtk/gtkbin.h:35:
In file included from /usr/local/include/gtk-2.0/gtk/gtkcontainer.h:35:
In file included from /usr/local/include/gtk-2.0/gtk/gtkwidget.h:36:
In file included from /usr/local/include/gtk-2.0/gtk/gtkobject.h:37:
/usr/local/include/gtk-2.0/gtk/gtktypeutils.h:236:34: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations]
  236 | void            gtk_type_init   (GTypeDebugFlags    debug_flags);
      |                                  ^
/usr/local/include/glib-2.0/gobject/gtype.h:731:19: note: 'GTypeDebugFlags' has been explicitly marked deprecated here
  731 | } GTypeDebugFlags GOBJECT_DEPRECATED_TYPE_IN_2_36;
      |                   ^
/usr/local/include/glib-2.0/gobject/gobject-visibility.h:213:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_36'
  213 | #define GOBJECT_DEPRECATED_TYPE_IN_2_36 GLIB_DEPRECATED_TYPE
      |                                         ^
/usr/local/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
 1328 | #define GLIB_DEPRECATED_TYPE G_DEPRECATED
      |                              ^
/usr/local/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
 1267 | #define G_DEPRECATED __attribute__((__deprecated__))
      |                                     ^
In file included from gnu_java_awt_peer_gtk_GtkMenuBarPeer.c:39:
In file included from ./gtkpeer.h:40:
In file included from /usr/local/include/gtk-2.0/gtk/gtk.h:33:
In file included from /usr/local/include/gtk-2.0/gtk/gtkaboutdialog.h:32:
In file included from /usr/local/include/gtk-2.0/gtk/gtkdialog.h:35:
In file included from /usr/local/include/gtk-2.0/gtk/gtkwindow.h:36:
In file included from /usr/local/include/gtk-2.0/gtk/gtkbin.h:35:
In file included from /usr/local/include/gtk-2.0/gtk/gtkcontainer.h:35:
In file included from /usr/local/include/gtk-2.0/gtk/gtkwidget.h:36:
In file included from /usr/local/include/gtk-2.0/gtk/gtkobject.h:37:
/usr/local/include/gtk-2.0/gtk/gtktypeutils.h:236:34: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations]
  236 | void            gtk_type_init   (GTypeDebugFlags    debug_flags);
      |                                  ^
/usr/local/include/glib-2.0/gobject/gtype.h:731:19: note: 'GTypeDebugFlags' has been explicitly marked deprecated here
  731 | } GTypeDebugFlags GOBJECT_DEPRECATED_TYPE_IN_2_36;
      |                   ^
/usr/local/include/glib-2.0/gobject/gobject-visibility.h:213:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_36'
  213 | #define GOBJECT_DEPRECATED_TYPE_IN_2_36 GLIB_DEPRECATED_TYPE
      |                                         ^
/usr/local/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
 1328 | #define GLIB_DEPRECATED_TYPE G_DEPRECATED
      |                              ^
/usr/local/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
 1267 | #define G_DEPRECATED __attribute__((__deprecated__))
      |                                     ^
In file included from GtkDragSourceContextPeer.c:38:
In file included from ./gtkpeer.h:40:
In file included from /usr/local/include/gtk-2.0/gtk/gtk.h:33:
In file included from /usr/local/include/gtk-2.0/gtk/gtkaboutdialog.h:32:
In file included from /usr/local/include/gtk-2.0/gtk/gtkdialog.h:35:
In file included from /usr/local/include/gtk-2.0/gtk/gtkwindow.h:36:
In file included from /usr/local/include/gtk-2.0/gtk/gtkbin.h:35:
In file included from /usr/local/include/gtk-2.0/gtk/gtkcontainer.h:35:
In file included from /usr/local/include/gtk-2.0/gtk/gtkwidget.h:36:
In file included from /usr/local/include/gtk-2.0/gtk/gtkobject.h:37:
/usr/local/include/gtk-2.0/gtk/gtktypeutils.h:236:34: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations]
  236 | void            gtk_type_init   (GTypeDebugFlags    debug_flags);
      |                                  ^
/usr/local/include/glib-2.0/gobject/gtype.h:731:19: note: 'GTypeDebugFlags' has been explicitly marked deprecated here
  731 | } GTypeDebugFlags GOBJECT_DEPRECATED_TYPE_IN_2_36;
      |                   ^
/usr/local/include/glib-2.0/gobject/gobject-visibility.h:213:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_36'
  213 | #define GOBJECT_DEPRECATED_TYPE_IN_2_36 GLIB_DEPRECATED_TYPE
      |                                         ^
/usr/local/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
 1328 | #define GLIB_DEPRECATED_TYPE G_DEPRECATED
      |                              ^
/usr/local/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
 1267 | #define G_DEPRECATED __attribute__((__deprecated__))
      |                                     ^
In file included from gtkpeer.c:38:
In file included from ./gtkpeer.h:40:
In file included from /usr/local/include/gtk-2.0/gtk/gtk.h:126:
In file included from /usr/local/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30:
In file included from /usr/local/include/gtk-2.0/gtk/gtktoolbutton.h:30:
In file included from /usr/local/include/gtk-2.0/gtk/gtktoolitem.h:31:
/usr/local/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
   73 |   GTimeVal last_popdown;
      |   ^
/usr/local/include/glib-2.0/glib/gtypes.h:578:35: note: 'GTimeVal' has been explicitly marked deprecated here
  578 | typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime);
      |                                   ^
/usr/local/include/glib-2.0/glib/glib-visibility.h:656:45: note: expanded from macro 'GLIB_DEPRECATED_TYPE_IN_2_62_FOR'
  656 | #define GLIB_DEPRECATED_TYPE_IN_2_62_FOR(f) GLIB_DEPRECATED_TYPE_FOR (f)
      |                                             ^
/usr/local/include/glib-2.0/glib/gmacros.h:1329:37: note: expanded from macro 'GLIB_DEPRECATED_TYPE_FOR'
 1329 | #define GLIB_DEPRECATED_TYPE_FOR(f) G_DEPRECATED_FOR(f)
      |                                     ^
/usr/local/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR'
 1277 | #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
      |                                            ^
In file included from gnu_java_awt_peer_gtk_GtkTextAreaPeer.c:39:
In file included from ./gtkpeer.h:40:
In file included from /usr/local/include/gtk-2.0/gtk/gtk.h:33:
In file included from /usr/local/include/gtk-2.0/gtk/gtkaboutdialog.h:32:
In file included from /usr/local/include/gtk-2.0/gtk/gtkdialog.h:35:
In file included from /usr/local/include/gtk-2.0/gtk/gtkwindow.h:36:
In file included from /usr/local/include/gtk-2.0/gtk/gtkbin.h:35:
In file included from /usr/local/include/gtk-2.0/gtk/gtkcontainer.h:35:
In file included from /usr/local/include/gtk-2.0/gtk/gtkwidget.h:36:
In file included from /usr/local/include/gtk-2.0/gtk/gtkobject.h:37:
/usr/local/include/gtk-2.0/gtk/gtktypeutils.h:236:34: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations]
  236 | void            gtk_type_init   (GTypeDebugFlags    debug_flags);
      |                                  ^
/usr/local/include/glib-2.0/gobject/gtype.h:731:19: note: 'GTypeDebugFlags' has been explicitly marked deprecated here
  731 | } GTypeDebugFlags GOBJECT_DEPRECATED_TYPE_IN_2_36;
      |                   ^
/usr/local/include/glib-2.0/gobject/gobject-visibility.h:213:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_36'
  213 | #define GOBJECT_DEPRECATED_TYPE_IN_2_36 GLIB_DEPRECATED_TYPE
      |                                         ^
/usr/local/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
 1328 | #define GLIB_DEPRECATED_TYPE G_DEPRECATED
      |                              ^
/usr/local/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
 1267 | #define G_DEPRECATED __attribute__((__deprecated__))
      |                                     ^
In file included from gnu_java_awt_peer_gtk_GtkMenuItemPeer.c:39:
In file included from ./gtkpeer.h:40:
In file included from /usr/local/include/gtk-2.0/gtk/gtk.h:33:
In file included from /usr/local/include/gtk-2.0/gtk/gtkaboutdialog.h:32:
In file included from /usr/local/include/gtk-2.0/gtk/gtkdialog.h:35:
In file included from /usr/local/include/gtk-2.0/gtk/gtkwindow.h:36:
In file included from /usr/local/include/gtk-2.0/gtk/gtkbin.h:35:
In file included from /usr/local/include/gtk-2.0/gtk/gtkcontainer.h:35:
In file included from /usr/local/include/gtk-2.0/gtk/gtkwidget.h:36:
In file included from /usr/local/include/gtk-2.0/gtk/gtkobject.h:37:
/usr/local/include/gtk-2.0/gtk/gtktypeutils.h:236:34: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations]
  236 | void            gtk_type_init   (GTypeDebugFlags    debug_flags);
      |                                  ^
/usr/local/include/glib-2.0/gobject/gtype.h:731:19: note: 'GTypeDebugFlags' has been explicitly marked deprecated here
  731 | } GTypeDebugFlags GOBJECT_DEPRECATED_TYPE_IN_2_36;
      |                   ^
/usr/local/include/glib-2.0/gobject/gobject-visibility.h:213:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_36'
  213 | #define GOBJECT_DEPRECATED_TYPE_IN_2_36 GLIB_DEPRECATED_TYPE
      |                                         ^
/usr/local/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
 1328 | #define GLIB_DEPRECATED_TYPE G_DEPRECATED
      |                              ^
/usr/local/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
 1267 | #define G_DEPRECATED __attribute__((__deprecated__))
      |                                     ^
In file included from gnu_java_awt_peer_gtk_GtkMenuComponentPeer.c:39:
In file included from ./gtkpeer.h:40:
In file included from /usr/local/include/gtk-2.0/gtk/gtk.h:33:
In file included from /usr/local/include/gtk-2.0/gtk/gtkaboutdialog.h:32:
In file included from /usr/local/include/gtk-2.0/gtk/gtkdialog.h:35:
In file included from /usr/local/include/gtk-2.0/gtk/gtkwindow.h:36:
In file included from /usr/local/include/gtk-2.0/gtk/gtkbin.h:35:
In file included from /usr/local/include/gtk-2.0/gtk/gtkcontainer.h:35:
In file included from /usr/local/include/gtk-2.0/gtk/gtkwidget.h:36:
In file included from /usr/local/include/gtk-2.0/gtk/gtkobject.h:37:
/usr/local/include/gtk-2.0/gtk/gtktypeutils.h:236:34: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations]
  236 | void            gtk_type_init   (GTypeDebugFlags    debug_flags);
      |                                  ^
/usr/local/include/glib-2.0/gobject/gtype.h:731:19: note: 'GTypeDebugFlags' has been explicitly marked deprecated here
  731 | } GTypeDebugFlags GOBJECT_DEPRECATED_TYPE_IN_2_36;
      |                   ^
/usr/local/include/glib-2.0/gobject/gobject-visibility.h:213:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_36'
  213 | #define GOBJECT_DEPRECATED_TYPE_IN_2_36 GLIB_DEPRECATED_TYPE
      |                                         ^
/usr/local/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
 1328 | #define GLIB_DEPRECATED_TYPE G_DEPRECATED
      |                              ^
/usr/local/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
 1267 | #define G_DEPRECATED __attribute__((__deprecated__))
      |                                     ^
In file included from gnu_java_awt_peer_gtk_GtkMenuPeer.c:39:
In file included from ./gtkpeer.h:40:
In file included from /usr/local/include/gtk-2.0/gtk/gtk.h:33:
In file included from /usr/local/include/gtk-2.0/gtk/gtkaboutdialog.h:32:
In file included from /usr/local/include/gtk-2.0/gtk/gtkdialog.h:35:
In file included from /usr/local/include/gtk-2.0/gtk/gtkwindow.h:36:
In file included from /usr/local/include/gtk-2.0/gtk/gtkbin.h:35:
In file included from /usr/local/include/gtk-2.0/gtk/gtkcontainer.h:35:
In file included from /usr/local/include/gtk-2.0/gtk/gtkwidget.h:36:
In file included from /usr/local/include/gtk-2.0/gtk/gtkobject.h:37:
/usr/local/include/gtk-2.0/gtk/gtktypeutils.h:236:34: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations]
  236 | void            gtk_type_init   (GTypeDebugFlags    debug_flags);
      |                                  ^
/usr/local/include/glib-2.0/gobject/gtype.h:731:19: note: 'GTypeDebugFlags' has been explicitly marked deprecated here
  731 | } GTypeDebugFlags GOBJECT_DEPRECATED_TYPE_IN_2_36;
      |                   ^
/usr/local/include/glib-2.0/gobject/gobject-visibility.h:213:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_36'
  213 | #define GOBJECT_DEPRECATED_TYPE_IN_2_36 GLIB_DEPRECATED_TYPE
      |                                         ^
/usr/local/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
 1328 | #define GLIB_DEPRECATED_TYPE G_DEPRECATED
      |                              ^
/usr/local/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
 1267 | #define G_DEPRECATED __attribute__((__deprecated__))
      |                                     ^
2 warnings generated.
mv -f .deps/gnu_java_awt_peer_gtk_GdkScreenGraphicsDevice.Tpo .deps/gnu_java_awt_peer_gtk_GdkScreenGraphicsDevice.Plo
In file included from gnu_java_awt_peer_gtk_GtkMenuBarPeer.c:39:
In file included from ./gtkpeer.h:40:
In file included from /usr/local/include/gtk-2.0/gtk/gtk.h:126:
In file included from /usr/local/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30:
In file included from /usr/local/include/gtk-2.0/gtk/gtktoolbutton.h:30:
In file included from /usr/local/include/gtk-2.0/gtk/gtktoolitem.h:31:
/usr/local/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
   73 |   GTimeVal last_popdown;
      |   ^
/usr/local/include/glib-2.0/glib/gtypes.h:578:35: note: 'GTimeVal' has been explicitly marked deprecated here
  578 | typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime);
      |                                   ^
/usr/local/include/glib-2.0/glib/glib-visibility.h:656:45: note: expanded from macro 'GLIB_DEPRECATED_TYPE_IN_2_62_FOR'
  656 | #define GLIB_DEPRECATED_TYPE_IN_2_62_FOR(f) GLIB_DEPRECATED_TYPE_FOR (f)
      |                                             ^
/usr/local/include/glib-2.0/glib/gmacros.h:1329:37: note: expanded from macro 'GLIB_DEPRECATED_TYPE_FOR'
 1329 | #define GLIB_DEPRECATED_TYPE_FOR(f) G_DEPRECATED_FOR(f)
      |                                     ^
/usr/local/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR'
 1277 | #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
      |                                            ^
In file included from gnu_java_awt_peer_gtk_GtkSelection.c:40:
In file included from ./gtkpeer.h:40:
In file included from /usr/local/include/gtk-2.0/gtk/gtk.h:33:
In file included from /usr/local/include/gtk-2.0/gtk/gtkaboutdialog.h:32:
In file included from /usr/local/include/gtk-2.0/gtk/gtkdialog.h:35:
In file included from /usr/local/include/gtk-2.0/gtk/gtkwindow.h:36:
In file included from /usr/local/include/gtk-2.0/gtk/gtkbin.h:35:
In file included from /usr/local/include/gtk-2.0/gtk/gtkcontainer.h:35:
In file included from /usr/local/include/gtk-2.0/gtk/gtkwidget.h:36:
In file included from /usr/local/include/gtk-2.0/gtk/gtkobject.h:37:
/usr/local/include/gtk-2.0/gtk/gtktypeutils.h:236:34: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations]
  236 | void            gtk_type_init   (GTypeDebugFlags    debug_flags);
      |                                  ^
/usr/local/include/glib-2.0/gobject/gtype.h:731:19: note: 'GTypeDebugFlags' has been explicitly marked deprecated here
  731 | } GTypeDebugFlags GOBJECT_DEPRECATED_TYPE_IN_2_36;
      |                   ^
/usr/local/include/glib-2.0/gobject/gobject-visibility.h:213:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_36'
  213 | #define GOBJECT_DEPRECATED_TYPE_IN_2_36 GLIB_DEPRECATED_TYPE
      |                                         ^
/usr/local/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
 1328 | #define GLIB_DEPRECATED_TYPE G_DEPRECATED
      |                              ^
/usr/local/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
 1267 | #define G_DEPRECATED __attribute__((__deprecated__))
      |                                     ^
In file included from gnu_java_awt_peer_gtk_GtkScrollbarPeer.c:40:
In file included from ./gtkpeer.h:40:
In file included from /usr/local/include/gtk-2.0/gtk/gtk.h:33:
In file included from /usr/local/include/gtk-2.0/gtk/gtkaboutdialog.h:32:
In file included from /usr/local/include/gtk-2.0/gtk/gtkdialog.h:35:
In file included from /usr/local/include/gtk-2.0/gtk/gtkwindow.h:36:
In file included from /usr/local/include/gtk-2.0/gtk/gtkbin.h:35:
In file included from /usr/local/include/gtk-2.0/gtk/gtkcontainer.h:35:
In file included from /usr/local/include/gtk-2.0/gtk/gtkwidget.h:36:
In file included from /usr/local/include/gtk-2.0/gtk/gtkobject.h:37:
/usr/local/include/gtk-2.0/gtk/gtktypeutils.h:236:34: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations]
  236 | void            gtk_type_init   (GTypeDebugFlags    debug_flags);
      |                                  ^
/usr/local/include/glib-2.0/gobject/gtype.h:731:19: note: 'GTypeDebugFlags' has been explicitly marked deprecated here
  731 | } GTypeDebugFlags GOBJECT_DEPRECATED_TYPE_IN_2_36;
      |                   ^
/usr/local/include/glib-2.0/gobject/gobject-visibility.h:213:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_36'
  213 | #define GOBJECT_DEPRECATED_TYP2 warnings generated.
E_IN_2_36 GLIB_DEPRECATED_TYPE
      |                                         ^
/usr/local/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
 1328 | #define GLIB_DEPRECATED_TYPE G_DEPRECATED
      |                              ^
/usr/local/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
 1267 | #define G_DEPRECATED __attribute__((__deprecated__))
      |                                     ^
mv -f .deps/gtkpeer.Tpo .deps/gtkpeer.Plo
In file included from gnu_java_awt_peer_gtk_GtkPopupMenuPeer.c:39:
In file included from ./gtkpeer.h:40:
In file included from /usr/local/include/gtk-2.0/gtk/gtk.h:33:
In file included from /usr/local/include/gtk-2.0/gtk/gtkaboutdialog.h:32:
In file included from /usr/local/include/gtk-2.0/gtk/gtkdialog.h:35:
In file included from /usr/local/include/gtk-2.0/gtk/gtkwindow.h:36:
In file included from /usr/local/include/gtk-2.0/gtk/gtkbin.h:35:
In file included from /usr/local/include/gtk-2.0/gtk/gtkcontainer.h:35:
In file included from /usr/local/include/gtk-2.0/gtk/gtkwidget.h:36:
In file included from /usr/local/include/gtk-2.0/gtk/gtkobject.h:37:
/usr/local/include/gtk-2.0/gtk/gtktypeutils.h:236:34: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations]
  236 | void            gtk_type_init   (GTypeDebugFlags    debug_flags);
      |                                  ^
/usr/local/include/glib-2.0/gobject/gtype.h:731:19: note: 'GTypeDebugFlags' has been explicitly marked deprecated here
  731 | } GTypeDebugFlags GOBJECT_DEPRECATED_TYPE_IN_2_36;
      |                   ^
/usr/local/include/glib-2.0/gobject/gobject-visibility.h:213:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_36'
  213 | #define GOBJECT_DEPRECATED_TYPE_IN_2_36 GLIB_DEPRECATED_TYPE
      |                                         ^
/usr/local/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
 1328 | #define GLIB_DEPRECATED_TYPE G_DEPRECATED
      |                              ^
/usr/local/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
 1267 | #define G_DEPRECATED __attribute__((__deprecated__))
      |                                     ^
In file included from gnu_java_awt_peer_gtk_GtkScrollPanePeer.c:39:
In file included from ./gtkpeer.h:40:
In file included from /usr/local/include/gtk-2.0/gtk/gtk.h:33:
In file included from /usr/local/include/gtk-2.0/gtk/gtkaboutdialog.h:32:
In file included from /usr/local/include/gtk-2.0/gtk/gtkdialog.h:35:
In file included from /usr/local/include/gtk-2.0/gtk/gtkwindow.h:36:
In file included from /usr/local/include/gtk-2.0/gtk/gtkbin.h:35:
In file included from /usr/local/include/gtk-2.0/gtk/gtkcontainer.h:35:
In file included from /usr/local/include/gtk-2.0/gtk/gtkwidget.h:36:
In file included from /usr/local/include/gtk-2.0/gtk/gtkobject.h:37:
/usr/local/include/gtk-2.0/gtk/gtktypeutils.h:236:34: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations]
  236 | void            gtk_type_init   (GTypeDebugFlags    debug_flags);
      |                                  ^
/usr/local/include/glib-2.0/gobject/gtype.h:731:19: note: 'GTypeDebugFlags' has been explicitly marked deprecated here
  731 | } GTypeDebugFlags GOBJECT_DEPRECATED_TYPE_IN_2_36;
      |                   ^
/usr/local/include/glib-2.0/gobject/gobject-visibility.h:213:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_36'
  213 | #define GOBJECT_DEPRECATED_TYPE_IN_2_36 GLIB_DEPRECATED_TYPE
      |                                         ^
/usr/local/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
 1328 | #define GLIB_DEPRECATED_TYPE G_DEPRECATED
      |                              ^
/usr/local/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
 1267 | #define G_DEPRECATED __attribute__((__deprecated__))
      |                                     ^
In file included from GtkDragSourceContextPeer.c:38:
In file included from ./gtkpeer.h:40:
In file included from /usr/local/include/gtk-2.0/gtk/gtk.h:126:
In file included from /usr/local/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30:
In file included from /usr/local/include/gtk-2.0/gtk/gtktoolbutton.h:30:
In file included from /usr/local/include/gtk-2.0/gtk/gtktoolitem.h:31:
/usr/local/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
   73 |   GTimeVal last_popdown;
      |   ^
/usr/local/include/glib-2.0/glib/gtypes.h:578:35: note: 'GTimeVal' has been explicitly marked deprecated here
  578 | typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime);
      |                                   ^
/usr/local/include/glib-2.0/glib/glib-visibility.h:656:45: note: expanded from macro 'GLIB_DEPRECATED_TYPE_IN_2_62_FOR'
  656 | #define GLIB_DEPRECATED_TYPE_IN_2_62_FOR(f) GLIB_DEPRECATED_TYPE_FOR (f)
      |                                             ^
/usr/local/include/glib-2.0/glib/gmacros.h:1329:37: note: expanded from macro 'GLIB_DEPRECATED_TYPE_FOR'
 1329 | #define GLIB_DEPRECATED_TYPE_FOR(f) G_DEPRECATED_FOR(f)
      |                                     ^
/usr/local/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR'
 1277 | #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
      |                                            ^
In file included from gnu_java_awt_peer_gtk_GtkTextAreaPeer.c:39:
In file included from ./gtkpeer.h:40:
In file included from /usr/local/include/gtk-2.0/gtk/gtk.h:126:
In file included from /usr/local/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30:
In file included from /usr/local/include/gtk-2.0/gtk/gtktoolbutton.h:30:
In file included from /usr/local/include/gtk-2.0/gtk/gtktoolitem.h:31:
/usr/local/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
   73 |   GTimeVal last_popdown;
      |   ^
/usr/local/include/glib-2.0/glib/gtypes.h:578:35: note: 'GTimeVal' has been explicitly marked deprecated here
  578 | typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime);
      |                                   ^
/usr/local/include/glib-2.0/glib/glib-visibility.h:656:45: note: expanded from macro 'GLIB_DEPRECATED_TYPE_IN_2_62_FOR'
  656 | #define GLIB_DEPRECATED_TYPE_IN_2_62_FOR(f) GLIB_DEPRECATED_TYPE_FOR (f)
      |                                             ^
/usr/local/include/glib-2.0/glib/gmacros.h:1329:37: note: expanded from macro 'GLIB_DEPRECATED_TYPE_FOR'
 1329 | #define GLIB_DEPRECATED_TYPE_FOR(f) G_DEPRECATED_FOR(f)
      |                                     ^
/usr/local/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR'
 1277 | #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
      |                                            ^
2 warnings generated.
In file included from gnu_java_awt_peer_gtk_GtkToolkit.c:40:
In file included from ./gtkpeer.h:40:
In file included from /usr/local/include/gtk-2.0/gtk/gtk.h:33:
In file included from /usr/local/include/gtk-2.0/gtk/gtkaboutdialog.h:32:
In file included from /usr/local/include/gtk-2.0/gtk/gtkdialog.h:35:
In file included from /usr/local/include/gtk-2.0/gtk/gtkwindow.h:36:
In file included from /usr/local/include/gtk-2.0/gtk/gtkbin.h:35:
In file included from /usr/local/include/gtk-2.0/gtk/gtkcontainer.h:35:
In file included from /usr/local/include/gtk-2.0/gtk/gtkwidget.h:36:
In file included from /usr/local/include/gtk-2.0/gtk/gtkobject.h:37:
/usr/local/include/gtk-2.0/gtk/gtktypeutils.h:236:34: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations]
  236 | void            gtk_type_init   (GTypeDebugFlags    debug_flags);
      |                                  ^
/usr/local/include/glib-2.0/gobject/gtype.h:731:19: note: 'GTypeDebugFlags' has been explicitly marked deprecated here
  731 | } GTypeDebugFlags GOBJECT_DEPRECATED_TYPE_IN_2_36;
      |                   ^
/usr/local/include/glib-2.0/gobject/gobject-visibility.h:213:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_36'
  213 | #define GOBJECT_DEPRECATED_TYPE_IN_2_36 GLIB_DEPRECATED_TYPE
      |                                         ^
/usr/local/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
 1328 | #define GLIB_DEPRECATED_TYPE G_DEPRECATED
      |                              ^
/usr/local/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
 1267 | #define G_DEPRECATED __attribute__((__deprecated__))
      |                                     ^
mv -f .deps/gnu_java_awt_peer_gtk_GtkMenuBarPeer.Tpo .deps/gnu_java_awt_peer_gtk_GtkMenuBarPeer.Plo
In file included from gnu_java_awt_peer_gtk_GtkMenuComponentPeer.c:39:
In file included from ./gtkpeer.h:40:
In file included from /usr/local/include/gtk-2.0/gtk/gtk.h:126:
In file included from /usr/local/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30:
In file included from /usr/local/include/gtk-2.0/gtk/gtktoolbutton.h:30:
In file included from /usr/local/include/gtk-2.0/gtk/gtktoolitem.h:31:
/usr/local/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
   73 |   GTimeVal last_popdown;
      |   ^
/usr/local/include/glib-2.0/glib/gtypes.h:578:35: note: 'GTimeVal' has been explicitly marked deprecated here
  578 | typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime);
      |                                   ^
/usr/local/include/glib-2.0/glib/glib-visibility.h:656:45: note: expanded from macro 'GLIB_DEPRECATED_TYPE_IN_2_62_FOR'
  656 | #define GLIB_DEPRECATED_TYPE_IN_2_62_FOR(f) GLIB_DEPRECATED_TYPE_FOR (f)
      |                                             ^
/usr/local/include/glib-2.0/glib/gmacros.h:1329:37: note: expanded from macro 'GLIB_DEPRECATED_TYPE_FOR'
 1329 | #define GLIB_DEPRECATED_TYPE_FOR(f) G_DEPRECATED_FOR(f)
      |                                     ^
/usr/local/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR'
 1277 | #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
      |                                            ^
In file included from gnu_java_awt_peer_gtk_GtkTextFieldPeer.c:39:
In file included from ./gtkpeer.h:40:
In file included from /usr/local/include/gtk-2.0/gtk/gtk.h:33:
In file included from /usr/local/include/gtk-2.0/gtk/gtkaboutdialog.h:32:
In file included from /usr/local/include/gtk-2.0/gtk/gtkdialog.h:35:
In file included from /usr/local/include/gtk-2.0/gtk/gtkwindow.h:36:
In file included from /usr/local/include/gtk-2.0/gtk/gtkbin.h:35:
In file included from /usr/local/include/gtk-2.0/gtk/gtkcontainer.h:35:
In file included from /usr/local/include/gtk-2.0/gtk/gtkwidget.h:36:
In file included from /usr/local/include/gtk-2.0/gtk/gtkobject.h:37:
/usr/local/include/gtk-2.0/gtk/gtktypeutils.h:236:34: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations]
  236 | void            gtk_type_init   (GTypeDebugFlags    debug_flags);
      |                                  ^
/usr/local/include/glib-2.0/gobject/gtype.h:731:19: note: 'GTypeDebugFlags' has been explicitly marked deprecated here
  731 | } GTypeDebugFlags GOBJECT_DEPRECATED_TYPE_IN_2_36;
      |                   ^
/usr/local/include/glib-2.0/gobject/gobject-visibility.h:213:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_36'
  213 | #define GOBJECT_DEPRECATED_TYPE_IN_2_36 GLIB_DEPRECATED_TYPE
      |                                         ^
/usr/local/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
 1328 | #define GLIB_DEPRECATED_TYPE G_DEPRECATED
      |                              ^
/usr/local/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
 1267 | #define G_DEPRECATED __attribute__((__deprecated__))
      |                                     ^
In file included from gnu_java_awt_peer_gtk_GtkSelection.c:40:
In file included from ./gtkpeer.h:40:
In file included from /usr/local/include/gtk-2.0/gtk/gtk.h:126:
In file included from /usr/local/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30:
In file included from /usr/local/include/gtk-2.0/gtk/gtktoolbutton.h:30:
In file included from /usr/local/include/gtk-2.0/gtk/gtktoolitem.h:31:
/usr/local/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
   73 |   GTimeVal last_popdown;
      |   ^
/usr/local/include/glib-2.0/glib/gtypes.h:578:35: note: 'GTimeVal' has been explicitly marked deprecated here
  578 | typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime);
      |                                   ^
/usr/local/include/glib-2.0/glib/glib-visibility.h:656:45: note: expanded from macro 'GLIB_DEPRECATED_TYPE_IN_2_62_FOR'
  656 | #define GLIB_DEPRECATED_TYPE_IN_2_62_FOR(f) GLIB_DEPRECATED_TYPE_FOR (f)
      |                                             ^
/usr/local/include/glib-2.0/glib/gmacros.h:1329:37: note: expanded from macro 'GLIB_DEPRECATED_TYPE_FOR'
 1329 | #define GLIB_DEPRECATED_TYPE_FOR(f) G_DEPRECATED_FOR(f)
      |                                     ^
/usr/local/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR'
 1277 | #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
      |                                            ^
GtkDragSourceContextPeer.c:270:26: warning: implicit conversion from enumeration type 'GdkEventMask' to different enumeration type 'GdkEventType' [-Wenum-conversion]
  270 |   event = gdk_event_new (GDK_ALL_EVENTS_MASK);
      |           ~~~~~~~~~~~~~  ^~~~~~~~~~~~~~~~~~~
2 warnings generated.
mv -f .deps/gnu_java_awt_peer_gtk_GtkMenuComponentPeer.Tpo .deps/gnu_java_awt_peer_gtk_GtkMenuComponentPeer.Plo
3 warnings generated.
In file included from gnu_java_awt_peer_gtk_GtkPopupMenuPeer.c:39:
In file included from ./gtkpeer.h:40:
In file included from /usr/local/include/gtk-2.0/gtk/gtk.h:126:
In file included from /usr/local/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30:
In file included from /usr/local/include/gtk-2.0/gtk/gtktoolbutton.h:30:
In file included from /usr/local/include/gtk-2.0/gtk/gtktoolitem.h:31:
/usr/local/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
   73 |   GTimeVal last_popdown;
      |   ^
/usr/local/include/glib-2.0/glib/gtypes.h:578:35: note: 'GTimeVal' has been explicitly marked deprecated here
  578 | typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime);
      |                                   ^
/usr/local/include/glib-2.0/glib/glib-visibility.h:656:45: note: expanded from macro 'GLIB_DEPRECATED_TYPE_IN_2_62_FOR'
  656 | #define GLIB_DEPRECATED_TYPE_IN_2_62_FOR(f) GLIB_DEPRECATED_TYPE_FOR (f)
      |                                             ^
/usr/local/include/glib-2.0/glib/gmacros.h:1329:37: note: expanded from macro 'GLIB_DEPRECATED_TYPE_FOR'
 1329 | #define GLIB_DEPRECATED_TYPE_FOR(f) G_DEPRECATED_FOR(f)
      |                                     ^
/usr/local/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR'
 1277 | #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
      |                                            ^
mv -f .deps/GtkDragSourceContextPeer.Tpo .deps/GtkDragSourceContextPeer.Plo
In file included from gnu_java_awt_peer_gtk_GtkVolatileImage.c:39:
In file included from ./gtkpeer.h:40:
In file included from /usr/local/include/gtk-2.0/gtk/gtk.h:33:
In file included from /usr/local/include/gtk-2.0/gtk/gtkaboutdialog.h:32:
In file included from /usr/local/include/gtk-2.0/gtk/gtkdialog.h:35:
In file included from /usr/local/include/gtk-2.0/gtk/gtkwindow.h:36:
In file included from /usr/local/include/gtk-2.0/gtk/gtkbin.h:35:
In file included from /usr/local/include/gtk-2.0/gtk/gtkcontainer.h:35:
In file included from /usr/local/include/gtk-2.0/gtk/gtkwidget.h:36:
In file included from /usr/local/include/gtk-2.0/gtk/gtkobject.h:37:
/usr/local/include/gtk-2.0/gtk/gtktypeutils.h:236:34: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations]
  236 | void            gtk_type_init   (GTypeDebugFlags    debug_flags);
      |                                  ^
/usr/local/include/glib-2.0/gobject/gtype.h:731:19: note: 'GTypeDebugFlags' has been explicitly marked deprecated here
  731 | } GTypeDebugFlags GOBJECT_DEPRECATED_TYPE_IN_2_36;
      |                   ^
/usr/local/include/glib-2.0/gobject/gobject-visibility.h:213:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_36'
  213 | #define GOBJECT_DEPRECATED_TYPE_IN_2_36 GLIB_DEPRECATED_TYPE
      |                                         ^
/usr/local/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
 1328 | #define GLIB_DEPRECATED_TYPE G_DEPRECATED
      |                              ^
/usr/local/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
 1267 | #define G_DEPRECATED __attribute__((__deprecated__))
      |                                     ^
In file included from gnu_java_awt_peer_gtk_GtkScrollPanePeer.c:39:
In file included from ./gtkpeer.h:40:
In file included from /usr/local/include/gtk-2.0/gtk/gtk.h:126:
In file included from /usr/local/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30:
In file included from /usr/local/include/gtk-2.0/gtk/gtktoolbutton.h:30:
In file included from /usr/local/include/gtk-2.0/gtk/gtktoolitem.h:31:
/usr/local/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
   73 |   GTimeVal last_popdown;
      |   ^
/usr/local/include/glib-2.0/glib/gtypes.h:578:35: note: 'GTimeVal' has been explicitly marked deprecated here
  578 | typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime);
      |                                   ^
/usr/local/include/glib-2.0/glib/glib-visibility.h:656:45: note: expanded from macro 'GLIB_DEPRECATED_TYPE_IN_2_62_FOR'
  656 | #define GLIB_DEPRECATED_TYPE_IN_2_62_FOR(f) GLIB_DEPRECATED_TYPE_FOR (f)
      |                                             ^
/usr/local/include/glib-2.0/glib/gmacros.h:1329:37: note: expanded from macro 'GLIB_DEPRECATED_TYPE_FOR'
 1329 | #define GLIB_DEPRECATED_TYPE_FOR(f) G_DEPRECATED_FOR(f)
      |                                     ^
/usr/local/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR'
 1277 | #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
      |                                            ^
In file included from gnu_java_awt_peer_gtk_GtkWindowPeer.c:40:
In file included from ./gtkpeer.h:40:
In file included from /usr/local/include/gtk-2.0/gtk/gtk.h:33:
In file included from /usr/local/include/gtk-2.0/gtk/gtkaboutdialog.h:32:
In file included from /usr/local/include/gtk-2.0/gtk/gtkdialog.h:35:
In file included from /usr/local/include/gtk-2.0/gtk/gtkwindow.h:36:
In file included from /usr/local/include/gtk-2.0/gtk/gtkbin.h:35:
In file included from /usr/local/include/gtk-2.0/gtk/gtkcontainer.h:35:
In file included from /usr/local/include/gtk-2.0/gtk/gtkwidget.h:36:
In file included from /usr/local/include/gtk-2.0/gtk/gtkobject.h:37:
/usr/local/include/gtk-2.0/gtk/gtktypeutils.h:236:34: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations]
  236 | void            gtk_type_init   (GTypeDebugFlags    debug_flags);
      |                                  ^
/usr/local/include/glib-2.0/gobject/gtype.h:731:19: note: 'GTypeDebugFlags' has been explicitly marked deprecated here
  731 | } GTypeDebugFlags GOBJECT_DEPRECATED_TYPE_IN_2_36;
      |                   ^
/usr/local/include/glib-2.0/gobject/gobject-visibility.h:213:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_36'
  213 | #define GOBJECT_DEPRECATED_TYPE_IN_2_36 GLIB_DEPRECATED_TYPE
      |                                         ^
/usr/local/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
 1328 | #define GLIB_DEPRECATED_TYPE G_DEPRECATED
      |                              ^
/usr/local/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
 1267 | #define G_DEPRECATED __attribute__((__deprecated__))
      |                                     ^
In file included from gnu_java_awt_peer_gtk_GtkToolkit.c:40:
In file included from ./gtkpeer.h:40:
In file included from /usr/local/include/gtk-2.0/gtk/gtk.h:126:
In file included from /usr/local/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30:
In file included from /usr/local/include/gtk-2.0/gtk/gtktoolbutton.h:30:
In file included from /usr/local/include/gtk-2.0/gtk/gtktoolitem.h:31:
/usr/local/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
   73 |   GTimeVal last_popdown;
      |   ^
/usr/local/include/glib-2.0/glib/gtypes.h:578:35: note: 'GTimeVal' has been explicitly marked deprecated here
  578 | typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime);
      |                                   ^
/usr/local/include/glib-2.0/glib/glib-visibility.h:656:45: note: expanded from macro 'GLIB_DEPRECATED_TYPE_IN_2_62_FOR'
  656 | #define GLIB_DEPRECATED_TYPE_IN_2_62_FOR(f) GLIB_DEPRECATED_TYPE_FOR (f)
      |                                             ^
/usr/local/include/glib-2.0/glib/gmacros.h:1329:37: note: expanded from macro 'GLIB_DEPRECATED_TYPE_FOR'
 1329 | #define GLIB_DEPRECATED_TYPE_FOR(f) G_DEPRECATED_FOR(f)
      |                                     ^
/usr/local/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR'
 1277 | #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
      |                                            ^
In file included from gnu_java_awt_peer_gtk_GtkScrollbarPeer.c:40:
In file included from ./gtkpeer.h:40:
In file included from /usr/local/include/gtk-2.0/gtk/gtk.h:126:
In file included from /usr/local/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30:
In file included from /usr/local/include/gtk-2.0/gtk/gtktoolbutton.h:30:
In file included from /usr/local/include/gtk-2.0/gtk/gtktoolitem.h:31:
/usr/local/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
   73 |   GTimeVal last_popdown;
      |   ^
/usr/local/include/glib-2.0/glib/gtypes.h:578:35: note: 'GTimeVal' has been explicitly marked deprecated here
  578 | typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime);
      |                                   ^
/usr/local/include/glib-2.0/glib/glib-visibility.h:656:45: note: expanded from macro 'GLIB_DEPRECATED_TYPE_IN_2_62_FOR'
  656 | #define GLIB_DEPRECATED_TYPE_IN_2_62_FOR(f) GLIB_DEPRECATED_TYPE_FOR (f)
      |                                             ^
/usr/local/include/glib-2.0/glib/gmacros.h:1329:37: note: expanded from macro 'GLIB_DEPRECATED_TYPE_FOR'
 1329 | #define GLIB_DEPRECATED_TYPE_FOR(f) G_DEPRECATED_FOR(f)
      |                                     ^
/usr/local/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR'
 1277 | #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
      |                                            ^
2 warnings generated.
In file included from gnu_java_awt_peer_gtk_GtkMenuItemPeer.c:39:
In file included from ./gtkpeer.h:40:
In file included from /usr/local/include/gtk-2.0/gtk/gtk.h:126:
In file included from /usr/local/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30:
In file included from /usr/local/include/gtk-2.0/gtk/gtktoolbutton.h:30:
In file included from /usr/local/include/gtk-2.0/gtk/gtktoolitem.h:31:
/usr/local/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
   73 |   GTimeVal last_popdown;
      |   ^
/usr/local/include/glib-2.0/glib/gtypes.h:578:35: note: 'GTimeVal' has been explicitly marked deprecated here
  578 | typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime);
      |                                   ^
/usr/local/include/glib-2.0/glib/glib-visibility.h:656:45: note: expanded from macro 'GLIB_DEPRECATED_TYPE_IN_2_62_FOR'
  656 | #define GLIB_DEPRECATED_TYPE_IN_2_62_FOR(f) GLIB_DEPRECATED_TYPE_FOR (f)
      |                                             ^
/usr/local/include/glib-2.0/glib/gmacros.h:1329:37: note: expanded from macro 'GLIB_DEPRECATED_TYPE_FOR'
 1329 | #define GLIB_DEPRECATED_TYPE_FOR(f) G_DEPRECATED_FOR(f)
      |                                     ^
/usr/local/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR'
 1277 | #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
      |                                            ^
In file included from gtk_jawt.c:39:
In file included from ./gtkpeer.h:40:
In file included from /usr/local/include/gtk-2.0/gtk/gtk.h:33:
In file included from /usr/local/include/gtk-2.0/gtk/gtkaboutdialog.h:32:
In file included from /usr/local/include/gtk-2.0/gtk/gtkdialog.h:35:
In file included from /usr/local/include/gtk-2.0/gtk/gtkwindow.h:36:
In file included from /usr/local/include/gtk-2.0/gtk/gtkbin.h:35:
In file included from /usr/local/include/gtk-2.0/gtk/gtkcontainer.h:35:
In file included from /usr/local/include/gtk-2.0/gtk/gtkwidget.h:36:
In file included from /usr/local/include/gtk-2.0/gtk/gtkobject.h:37:
/usr/local/include/gtk-2.0/gtk/gtktypeutils.h:236:34: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations]
  236 | void            gtk_type_init   (GTypeDebugFlags    debug_flags);
      |                                  ^
/usr/local/include/glib-2.0/gobject/gtype.h:731:19: note: 'GTypeDebugFlags' has been explicitly marked deprecated here
  731 | } GTypeDebugFlags GOBJECT_DEPRECATED_TYPE_IN_2_36;
      |                   ^
/usr/local/include/glib-2.0/gobject/gobject-visibility.h:213:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_36'
  213 | #define GOBJECT_DEPRECATED_TYPE_IN_2_36 GLIB_DEPRECATED_TYPE
      |                                         ^
/usr/local/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
 1328 | #define GLIB_DEPRECATED_TYPE G_DEPRECATED
      |                              ^
/usr/local/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
 1267 | #define G_DEPRECATED __attribute__((__deprecated__))
      |                                     ^
mv -f .deps/gnu_java_awt_peer_gtk_GtkTextAreaPeer.Tpo .deps/gnu_java_awt_peer_gtk_GtkTextAreaPeer.Plo
In file included from gnu_java_awt_peer_gtk_GtkTextFieldPeer.c:39:
In file included from ./gtkpeer.h:40:
In file included from /usr/local/include/gtk-2.0/gtk/gtk.h:126:
In file included from /usr/local/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30:
In file included from /usr/local/include/gtk-2.0/gtk/gtktoolbutton.h:30:
In file included from /usr/local/include/gtk-2.0/gtk/gtktoolitem.h:31:
/usr/local/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
   73 |   GTimeVal last_popdown;
      |   ^
/usr/local/include/glib-2.0/glib/gtypes.h:578:35: note: 'GTimeVal' has been explicitly marked deprecated here
  578 | typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime);
      |                                   ^
/usr/local/include/glib-2.0/glib/glib-visibility.h:656:45: note: expanded from macro 'GLIB_DEPRECATED_TYPE_IN_2_62_FOR'
  656 | #define GLIB_DEPRECATED_TYPE_IN_2_62_FOR(f) GLIB_DEPRECATED_TYPE_FOR (f)
      |                                             ^
/usr/local/include/glib-2.0/glib/gmacros.h:1329:37: note: expanded from macro 'GLIB_DEPRECATED_TYPE_FOR'
 1329 | #define GLIB_DEPRECATED_TYPE_FOR(f) G_DEPRECATED_FOR(f)
      |                                     ^
/usr/local/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR'
 1277 | #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
      |                                            ^
2 warnings generated.
In file included from gnu_java_awt_peer_gtk_GtkMenuPeer.c:39:
In file included from ./gtkpeer.h:40:
In file included from /usr/local/include/gtk-2.0/gtk/gtk.h:126:
In file included from /usr/local/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30:
In file included from /usr/local/include/gtk-2.0/gtk/gtktoolbutton.h:30:
In file included from /usr/local/include/gtk-2.0/gtk/gtktoolitem.h:31:
/usr/local/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
   73 |   GTimeVal last_popdown;
      |   ^
/usr/local/include/glib-2.0/glib/gtypes.h:578:35: note: 'GTimeVal' has been explicitly marked deprecated here
  578 | typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime);
      |                                   ^
/usr/local/include/glib-2.0/glib/glib-visibility.h:656:45: note: expanded from macro 'GLIB_DEPRECATED_TYPE_IN_2_62_FOR'
  656 | #define GLIB_DEPRECATED_TYPE_IN_2_62_FOR(f) GLIB_DEPRECATED_TYPE_FOR (f)
      |                                             ^
/usr/local/include/glib-2.0/glib/gmacros.h:1329:37: note: expanded from macro 'GLIB_DEPRECATED_TYPE_FOR'
 1329 | #define GLIB_DEPRECATED_TYPE_FOR(f) G_DEPRECATED_FOR(f)
      |                                     ^
/usr/local/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR'
 1277 | #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
      |                                            ^
mv -f .deps/gnu_java_awt_peer_gtk_GtkPopupMenuPeer.Tpo .deps/gnu_java_awt_peer_gtk_GtkPopupMenuPeer.Plo
2 warnings generated.
gnu_java_awt_peer_gtk_GtkToolkit.c:269:8: warning: Deprecated pre-processor symbol [-W#pragma-messages]
  269 |   if (!g_thread_supported ())
      |        ^
/usr/local/include/glib-2.0/glib/deprecated/gthread.h:280:38: note: expanded from macro 'g_thread_supported'
  280 | #define g_thread_supported()     (1) GLIB_DEPRECATED_MACRO_IN_2_32
      |                                      ^
/usr/local/include/glib-2.0/glib/glib-visibility.h:141:39: note: expanded from macro 'GLIB_DEPRECATED_MACRO_IN_2_32'
  141 | #define GLIB_DEPRECATED_MACRO_IN_2_32 GLIB_DEPRECATED_MACRO
      |                                       ^
/usr/local/include/glib-2.0/glib/gmacros.h:1302:31: note: expanded from macro 'GLIB_DEPRECATED_MACRO'
 1302 | #define GLIB_DEPRECATED_MACRO _GLIB_GNUC_DO_PRAGMA(GCC warning "Deprecated pre-processor symbol")
      |                               ^
/usr/local/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
 1301 | #define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
      |                                 ^
:31:6: note: expanded from here
   31 |  GCC warning "Deprecated pre-processor symbol"
      |      ^
gnu_java_awt_peer_gtk_GtkToolkit.c:276:7: warning: 'g_thread_init' is deprecated [-Wdeprecated-declarations]
  276 |       g_thread_init(NULL);
      |       ^
/usr/local/include/glib-2.0/glib/deprecated/gthread.h:270:1: note: 'g_thread_init' has been explicitly marked deprecated here
  270 | GLIB_DEPRECATED_IN_2_32
      | ^
/usr/local/include/glib-2.0/glib/glib-visibility.h:139:33: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32'
  139 | #define GLIB_DEPRECATED_IN_2_32 GLIB_DEPRECATED
      |                                 ^
/usr/local/include/glib-2.0/glib/glib-visibility.h:30:25: note: expanded from macro 'GLIB_DEPRECATED'
   30 | #define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN
      |                         ^
/usr/local/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
 1267 | #define G_DEPRECATED __attribute__((__deprecated__))
      |                                     ^
mv -f .deps/gnu_java_awt_peer_gtk_GtkSelection.Tpo .deps/gnu_java_awt_peer_gtk_GtkSelection.Plo
2 warnings generated.
mv -f .deps/gnu_java_awt_peer_gtk_GtkScrollPanePeer.Tpo .deps/gnu_java_awt_peer_gtk_GtkScrollPanePeer.Plo
2 warnings generated.
2 warnings generated.
mv -f .deps/gnu_java_awt_peer_gtk_GtkScrollbarPeer.Tpo .deps/gnu_java_awt_peer_gtk_GtkScrollbarPeer.Plo
mv -f .deps/gnu_java_awt_peer_gtk_GtkTextFieldPeer.Tpo .deps/gnu_java_awt_peer_gtk_GtkTextFieldPeer.Plo
4 warnings generated.
mv -f .deps/gnu_java_awt_peer_gtk_GtkToolkit.Tpo .deps/gnu_java_awt_peer_gtk_GtkToolkit.Plo
2 warnings generated.
mv -f .deps/gnu_java_awt_peer_gtk_GtkMenuItemPeer.Tpo .deps/gnu_java_awt_peer_gtk_GtkMenuItemPeer.Plo
2 warnings generated.
In file included from gnu_java_awt_peer_gtk_GtkWindowPeer.c:40:
In file included from ./gtkpeer.h:40:
In file included from /usr/local/include/gtk-2.0/gtk/gtk.h:126:
In file included from /usr/local/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30:
In file included from /usr/local/include/gtk-2.0/gtk/gtktoolbutton.h:30:
In file included from /usr/local/include/gtk-2.0/gtk/gtktoolitem.h:31:
/usr/local/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
   73 |   GTimeVal last_popdown;
      |   ^
/usr/local/include/glib-2.0/glib/gtypes.h:578:35: note: 'GTimeVal' has been explicitly marked deprecated here
  578 | typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime);
      |                                   ^
/usr/local/include/glib-2.0/glib/glib-visibility.h:656:45: note: expanded from macro 'GLIB_DEPRECATED_TYPE_IN_2_62_FOR'
  656 | #define GLIB_DEPRECATED_TYPE_IN_2_62_FOR(f) GLIB_DEPRECATED_TYPE_FOR (f)
      |                                             ^
/usr/local/include/glib-2.0/glib/gmacros.h:1329:37: note: expanded from macro 'GLIB_DEPRECATED_TYPE_FOR'
 1329 | #define GLIB_DEPRECATED_TYPE_FOR(f) G_DEPRECATED_FOR(f)
      |                                     ^
/usr/local/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR'
 1277 | #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
      |                                            ^
In file included from gnu_java_awt_peer_gtk_GtkVolatileImage.c:39:
In file included from ./gtkpeer.h:40:
In file included from /usr/local/include/gtk-2.0/gtk/gtk.h:126:
In file included from /usr/local/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30:
In file included from /usr/local/include/gtk-2.0/gtk/gtktoolbutton.h:30:
In file included from /usr/local/include/gtk-2.0/gtk/gtktoolitem.h:31:
/usr/local/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
   73 |   GTimeVal last_popdown;
      |   ^
/usr/local/include/glib-2.0/glib/gtypes.h:578:35: note: 'GTimeVal' has been explicitly marked deprecated here
  578 | typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime);
      |                                   ^
/usr/local/include/glib-2.0/glib/glib-visibility.h:656:45: note: expanded from macro 'GLIB_DEPRECATED_TYPE_IN_2_62_FOR'
  656 | #define GLIB_DEPRECATED_TYPE_IN_2_62_FOR(f) GLIB_DEPRECATED_TYPE_FOR (f)
      |                                             ^
/usr/local/include/glib-2.0/glib/gmacros.h:1329:37: note: expanded from macro 'GLIB_DEPRECATED_TYPE_FOR'
 1329 | #define GLIB_mv -f .deps/gnu_java_awt_peer_gtk_GtkMenuPeer.Tpo .deps/gnu_java_awt_peer_gtk_GtkMenuPeer.Plo
DEPRECATED_TYPE_FOR(f) G_DEPRECATED_FOR(f)
      |                                     ^
/usr/local/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR'
 1277 | #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
      |                                            ^
In file included from gtk_jawt.c:39:
In file included from ./gtkpeer.h:40:
In file included from /usr/local/include/gtk-2.0/gtk/gtk.h:126:
In file included from /usr/local/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30:
In file included from /usr/local/include/gtk-2.0/gtk/gtktoolbutton.h:30:
In file included from /usr/local/include/gtk-2.0/gtk/gtktoolitem.h:31:
/usr/local/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
   73 |   GTimeVal last_popdown;
      |   ^
/usr/local/include/glib-2.0/glib/gtypes.h:578:35: note: 'GTimeVal' has been explicitly marked deprecated here
  578 | typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime);
      |                                   ^
/usr/local/include/glib-2.0/glib/glib-visibility.h:656:45: note: expanded from macro 'GLIB_DEPRECATED_TYPE_IN_2_62_FOR'
  656 | #define GLIB_DEPRECATED_TYPE_IN_2_62_FOR(f) GLIB_DEPRECATED_TYPE_FOR (f)
      |                                             ^
/usr/local/include/glib-2.0/glib/gmacros.h:1329:37: note: expanded from macro 'GLIB_DEPRECATED_TYPE_FOR'
 1329 | #define GLIB_DEPRECATED_TYPE_FOR(f) G_DEPRECATED_FOR(f)
      |                                     ^
/usr/local/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR'
 1277 | #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
      |                                            ^
2 warnings generated.
mv -f .deps/gnu_java_awt_peer_gtk_GtkVolatileImage.Tpo .deps/gnu_java_awt_peer_gtk_GtkVolatileImage.Plo
2 warnings generated.
mv -f .deps/gtk_jawt.Tpo .deps/gtk_jawt.Plo
2 warnings generated.
mv -f .deps/gnu_java_awt_peer_gtk_GtkWindowPeer.Tpo .deps/gnu_java_awt_peer_gtk_GtkWindowPeer.Plo
/bin/sh ../../../libtool --tag=CC   --mode=link cc -W -Wall -Wmissing-declarations -Wwrite-strings -Wmissing-prototypes -Wno-long-long -I/usr/local/include/gtk-2.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/fribidi -I/usr/local/include -I/usr/local/include/cairo -D_THREAD_SAFE -I/usr/local/include/pixman-1 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/gdk-pixbuf-2.0 -pthread -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -D_THREAD_SAFE -pthread -I/usr/local/include/pixman-1 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -fexceptions -fasynchronous-unwind-tables -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -module -version-info 0:0:0 -no-undefined -L/usr/local/lib -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lpangoft2-1.0 -lpango-1.0 -lcairo -lfontconfig -lharfbuzz -lfreetype -lgthread-2.0 -pthread -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lintl -L/usr/local/lib -lfreetype -L/usr/local/lib -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lharfbuzz -lfreetype -lgobject-2.0 -lglib-2.0 -lintl  -lSM -lICE  -L/usr/local/lib  -lXrender -lXrandr  -X11 -lXtst -avoid-version -L/usr/local/lib -fstack-protector-strong  -o libgtkpeer.la -rpath /usr/local/lib/classpath gnu_java_awt_peer_gtk_CairoSurface.lo gnu_java_awt_peer_gtk_CairoGraphics2D.lo gnu_java_awt_peer_gtk_ComponentGraphics.lo gnu_java_awt_peer_gtk_ComponentGraphicsCopy.lo gnu_java_awt_peer_gtk_FreetypeGlyphVector.lo gnu_java_awt_peer_gtk_GdkFontPeer.lo gnu_java_awt_peer_gtk_GdkGraphicsEnvironment.lo gnu_java_awt_peer_gtk_GdkPixbufDecoder.lo gnu_java_awt_peer_gtk_GdkRobotPeer.lo gnu_java_awt_peer_gtk_GdkScreenGraphicsDevice.lo gnu_java_awt_peer_gtk_GtkButtonPeer.lo gnu_java_awt_peer_gtk_GtkCanvasPeer.lo gnu_java_awt_peer_gtk_GtkCheckboxMenuItemPeer.lo gnu_java_awt_peer_gtk_GtkCheckboxPeer.lo gnu_java_awt_peer_gtk_GtkChoicePeer.lo gnu_java_awt_peer_gtk_GtkClipboard.lo gnu_java_awt_peer_gtk_GtkComponentPeer.lo gnu_java_awt_peer_gtk_GtkEmbeddedWindowPeer.lo gnu_java_awt_peer_gtk_GtkFileDialogPeer.lo gnu_java_awt_peer_gtk_GtkFramePeer.lo gnu_java_awt_peer_gtk_GtkGenericPeer.lo gnu_java_awt_peer_gtk_GtkImage.lo gnu_java_awt_peer_gtk_GtkLabelPeer.lo gnu_java_awt_peer_gtk_GtkListPeer.lo gnu_java_awt_peer_gtk_GtkMenuBarPeer.lo gnu_java_awt_peer_gtk_GtkMenuComponentPeer.lo gnu_java_awt_peer_gtk_GtkMenuItemPeer.lo gnu_java_awt_peer_gtk_GtkMenuPeer.lo gnu_java_awt_peer_gtk_GtkPanelPeer.lo gnu_java_awt_peer_gtk_GtkPopupMenuPeer.lo gnu_java_awt_peer_gtk_GtkScrollbarPeer.lo gnu_java_awt_peer_gtk_GtkScrollPanePeer.lo gnu_java_awt_peer_gtk_GtkSelection.lo gnu_java_awt_peer_gtk_GtkTextAreaPeer.lo gnu_java_awt_peer_gtk_GtkTextFieldPeer.lo gnu_java_awt_peer_gtk_GtkToolkit.lo gnu_java_awt_peer_gtk_GtkWindowPeer.lo gnu_java_awt_peer_gtk_GtkVolatileImage.lo GtkDragSourceContextPeer.lo gtk_jawt.lo gtkpeer.lo ../../../native/jni/classpath/jcl.lo 
libtool: link: cc -shared  -fPIC -DPIC  .libs/gnu_java_awt_peer_gtk_CairoSurface.o .libs/gnu_java_awt_peer_gtk_CairoGraphics2D.o .libs/gnu_java_awt_peer_gtk_ComponentGraphics.o .libs/gnu_java_awt_peer_gtk_ComponentGraphicsCopy.o .libs/gnu_java_awt_peer_gtk_FreetypeGlyphVector.o .libs/gnu_java_awt_peer_gtk_GdkFontPeer.o .libs/gnu_java_awt_peer_gtk_GdkGraphicsEnvironment.o .libs/gnu_java_awt_peer_gtk_GdkPixbufDecoder.o .libs/gnu_java_awt_peer_gtk_GdkRobotPeer.o .libs/gnu_java_awt_peer_gtk_GdkScreenGraphicsDevice.o .libs/gnu_java_awt_peer_gtk_GtkButtonPeer.o .libs/gnu_java_awt_peer_gtk_GtkCanvasPeer.o .libs/gnu_java_awt_peer_gtk_GtkCheckboxMenuItemPeer.o .libs/gnu_java_awt_peer_gtk_GtkCheckboxPeer.o .libs/gnu_java_awt_peer_gtk_GtkChoicePeer.o .libs/gnu_java_awt_peer_gtk_GtkClipboard.o .libs/gnu_java_awt_peer_gtk_GtkComponentPeer.o .libs/gnu_java_awt_peer_gtk_GtkEmbeddedWindowPeer.o .libs/gnu_java_awt_peer_gtk_GtkFileDialogPeer.o .libs/gnu_java_awt_peer_gtk_GtkFramePeer.o .libs/gnu_java_awt_peer_gtk_GtkGenericPeer.o .libs/gnu_java_awt_peer_gtk_GtkImage.o .libs/gnu_java_awt_peer_gtk_GtkLabelPeer.o .libs/gnu_java_awt_peer_gtk_GtkListPeer.o .libs/gnu_java_awt_peer_gtk_GtkMenuBarPeer.o .libs/gnu_java_awt_peer_gtk_GtkMenuComponentPeer.o .libs/gnu_java_awt_peer_gtk_GtkMenuItemPeer.o .libs/gnu_java_awt_peer_gtk_GtkMenuPeer.o .libs/gnu_java_awt_peer_gtk_GtkPanelPeer.o .libs/gnu_java_awt_peer_gtk_GtkPopupMenuPeer.o .libs/gnu_java_awt_peer_gtk_GtkScrollbarPeer.o .libs/gnu_java_awt_peer_gtk_GtkScrollPanePeer.o .libs/gnu_java_awt_peer_gtk_GtkSelection.o .libs/gnu_java_awt_peer_gtk_GtkTextAreaPeer.o .libs/gnu_java_awt_peer_gtk_GtkTextFieldPeer.o .libs/gnu_java_awt_peer_gtk_GtkToolkit.o .libs/gnu_java_awt_peer_gtk_GtkWindowPeer.o .libs/gnu_java_awt_peer_gtk_GtkVolatileImage.o .libs/GtkDragSourceContextPeer.o .libs/gtk_jawt.o .libs/gtkpeer.o ../../../native/jni/classpath/.libs/jcl.o   -L/usr/local/lib -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lgthread-2.0 -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lharfbuzz -lfreetype -lgobject-2.0 -lglib-2.0 -lintl -lSM -lICE -lXrender -lXrandr -lXtst  -pthread -pthread -O2 -fstack-protector-strong -pthread -fstack-protector-strong   -pthread -Wl,-soname -Wl,libgtkpeer.so -o .libs/libgtkpeer.so
libtool: link: ( cd ".libs" && rm -f "libgtkpeer.la" && ln -s "../libgtkpeer.la" "libgtkpeer.la" )
gmake[3]: Leaving directory '/magus/work/usr/mports/java/classpath/work/classpath-0.99/native/jni/gtk-peer'
Making all in java-math
gmake[3]: Entering directory '/magus/work/usr/mports/java/classpath/work/classpath-0.99/native/jni/java-math'
/bin/sh ../../../libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I../../../include  -I../../../include -I../../../native/jni/classpath -I../../../native/jni/native-lib -I/usr/local/include -W -Wall -Wmissing-declarations -Wwrite-strings -Wmissing-prototypes -Wno-long-long  -I/usr/local/include -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -MT gnu_java_math_GMP.lo -MD -MP -MF .deps/gnu_java_math_GMP.Tpo -c -o gnu_java_math_GMP.lo gnu_java_math_GMP.c
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../../../include -I../../../include -I../../../native/jni/classpath -I../../../native/jni/native-lib -I/usr/local/include -W -Wall -Wmissing-declarations -Wwrite-strings -Wmissing-prototypes -Wno-long-long -I/usr/local/include -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT gnu_java_math_GMP.lo -MD -MP -MF .deps/gnu_java_math_GMP.Tpo -c gnu_java_math_GMP.c  -fPIC -DPIC -o .libs/gnu_java_math_GMP.o
mv -f .deps/gnu_java_math_GMP.Tpo .deps/gnu_java_math_GMP.Plo
/bin/sh ../../../libtool --tag=CC   --mode=link cc -W -Wall -Wmissing-declarations -Wwrite-strings -Wmissing-prototypes -Wno-long-long  -I/usr/local/include -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -module -version-info 0:0:0 -no-undefined -L/usr/local/lib -lgmp -avoid-version -L/usr/local/lib -fstack-protector-strong  -o libjavamath.la -rpath /usr/local/lib/classpath gnu_java_math_GMP.lo ../../../native/jni/classpath/jcl.lo 
libtool: link: cc -shared  -fPIC -DPIC  .libs/gnu_java_math_GMP.o ../../../native/jni/classpath/.libs/jcl.o   -L/usr/local/lib -lgmp  -O2 -fstack-protector-strong -fstack-protector-strong   -Wl,-soname -Wl,libjavamath.so -o .libs/libjavamath.so
libtool: link: ( cd ".libs" && rm -f "libjavamath.la" && ln -s "../libjavamath.la" "libjavamath.la" )
gmake[3]: Leaving directory '/magus/work/usr/mports/java/classpath/work/classpath-0.99/native/jni/java-math'
gmake[3]: Entering directory '/magus/work/usr/mports/java/classpath/work/classpath-0.99/native/jni'
/bin/sh ../../scripts/check_jni_methods.sh
sed: 1: "s,^\JNIEXPORT .* JNICAL ...": RE error: trailing backslash (\)
xargs: egrep: terminated with signal 13; aborting
gmake[3]: *** [Makefile:683: all-local] Error 1
gmake[3]: Leaving directory '/magus/work/usr/mports/java/classpath/work/classpath-0.99/native/jni'
gmake[2]: *** [Makefile:377: all-recursive] Error 1
gmake[2]: Leaving directory '/magus/work/usr/mports/java/classpath/work/classpath-0.99/native/jni'
gmake[1]: *** [Makefile:365: all-recursive] Error 1
gmake[1]: Leaving directory '/magus/work/usr/mports/java/classpath/work/classpath-0.99/native'
gmake: *** [Makefile:421: all-recursive] Error 1
===> Compilation failed unexpectedly.
Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to
the maintainer.
*** Error code 1

Stop.
make: stopped in /usr/mports/java/classpath

Links

Depends On

Depend Of

Categories

CVEs

  • Loading CVE information...

LLM Analysis