<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: /X11R6 HEADERS AND Compiler errors in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/x11r6-headers-and-compiler-errors/m-p/3482461#M847356</link>
    <description>cd $QTDIR/src&lt;BR /&gt;vi Makefile&lt;BR /&gt;&lt;BR /&gt;change g++ to 'g++ -fpermissive'&lt;BR /&gt;&lt;BR /&gt;Worth a try!</description>
    <pubDate>Thu, 10 Feb 2005 04:31:59 GMT</pubDate>
    <dc:creator>Stephen Keane</dc:creator>
    <dc:date>2005-02-10T04:31:59Z</dc:date>
    <item>
      <title>/X11R6 HEADERS AND Compiler errors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/x11r6-headers-and-compiler-errors/m-p/3482460#M847355</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;I am attempting to build Qt 3.3.4 on Hp 11 (64-bit).  I am using the 64-bit gcc 3.3.3 compiler.&lt;BR /&gt;It seems like the compiler does not like the X11R6 header files, as I am getting a lot of messages of the following type:&lt;BR /&gt;&lt;BR /&gt;In file included from kernel/qt_x11_p.h:71,&lt;BR /&gt;                 from kernel/qtaddons_x11.cpp:25:&lt;BR /&gt;/usr/include/X11R6/X11/Xutil.h:363: error: ISO C++ forbids declaration of `&lt;BR /&gt;   XClipBox' with no type&lt;BR /&gt;/usr/include/X11R6/X11/Xutil.h:389: error: ISO C++ forbids declaration of `&lt;BR /&gt;   XDestroyRegion' with no type&lt;BR /&gt;/usr/include/X11R6/X11/Xutil.h:395: error: ISO C++ forbids declaration of `&lt;BR /&gt;   XEmptyRegion' with no type&lt;BR /&gt;/usr/include/X11R6/X11/Xutil.h:402: error: ISO C++ forbids declaration of `&lt;BR /&gt;   XEqualRegion' with no type&lt;BR /&gt;/usr/include/X11R6/X11/Xutil.h:548: error: ISO C++ forbids declaration of `&lt;BR /&gt;   XIntersectRegion' with no type&lt;BR /&gt;/usr/include/X11R6/X11/Xutil.h:584: error: ISO C++ forbids declaration of `&lt;BR /&gt;   XOffsetRegion' with no type&lt;BR /&gt;/usr/include/X11R6/X11/Xutil.h:627: error: ISO C++ forbids declaration of `&lt;BR /&gt;   XSetClassHint' with no type&lt;BR /&gt;/usr/include/X11R6/X11/Xutil.h:636: error: ISO C++ forbids declaration of `&lt;BR /&gt;   XSetIconSizes' with no type&lt;BR /&gt;/usr/include/X11R6/X11/Xutil.h:644: error: ISO C++ forbids declaration of `&lt;BR /&gt;   XSetNormalHints' with no type&lt;BR /&gt;/usr/include/X11R6/X11/Xutil.h:663: error: ISO C++ forbids declaration of `&lt;BR /&gt;   XSetSizeHints' with no type&lt;BR /&gt;/usr/include/X11R6/X11/Xutil.h:676: error: ISO C++ forbids declaration of `&lt;BR /&gt;   XSetStandardProperties' with no type&lt;BR /&gt;/usr/include/X11R6/X11/Xutil.h:701: error: ISO C++ forbids declaration of `&lt;BR /&gt;   XSetWMHints' with no type&lt;BR /&gt;/usr/include/X11R6/X11/Xutil.h:770: error: ISO C++ forbids declaration of `&lt;BR /&gt;   XSetRegion' with no type&lt;BR /&gt;/usr/include/X11R6/X11/Xutil.h:787: error: ISO C++ forbids declaration of `&lt;BR /&gt;   XSetZoomHints' with no type&lt;BR /&gt;/usr/include/X11R6/X11/Xutil.h:795: error: ISO C++ forbids declaration of `&lt;BR /&gt;   XShrinkRegion' with no type&lt;BR /&gt;/usr/include/X11R6/X11/Xutil.h:811: error: ISO C++ forbids declaration of `&lt;BR /&gt;   XSubtractRegion' with no type&lt;BR /&gt;/usr/include/X11R6/X11/Xutil.h:871: error: ISO C++ forbids declaration of `&lt;BR /&gt;   XUnionRectWithRegion' with no type&lt;BR /&gt;/usr/include/X11R6/X11/Xutil.h:879: error: ISO C++ forbids declaration of `&lt;BR /&gt;   XUnionRegion' with no type&lt;BR /&gt;/usr/include/X11R6/X11/Xutil.h:903: error: ISO C++ forbids declaration of `&lt;BR /&gt;   XXorRegion' with no type&lt;BR /&gt;gmake[2]: *** [.obj/release-shared-mt/qtaddons_x11.o] Error 1&lt;BR /&gt;gmake[2]: Leaving directory `/net/lonestar/space2/tfrencel/qt/qt_release_hp11w/src'&lt;BR /&gt;gmake[1]: *** [sub-src] Error 2&lt;BR /&gt;gmake[1]: Leaving directory `/net/lonestar/space2/tfrencel/qt/qt_release_hp11w'&lt;BR /&gt;gmake: *** [init] Error 2&lt;BR /&gt;bash-2.04$&lt;BR /&gt;&lt;BR /&gt;Does any one know how I may be able to fix these problems?  Is this a known gcc incompatibility with HP's X11R6 headers?  Are there "header-only" patches available.  I am using a build server, used by others, so applying patches to it is not a simple matter.&lt;BR /&gt;Much thanks and appreciation for any help!&lt;BR /&gt;&lt;BR /&gt;=Tom F.=</description>
      <pubDate>Wed, 09 Feb 2005 15:30:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/x11r6-headers-and-compiler-errors/m-p/3482460#M847355</guid>
      <dc:creator>Tom Frencel</dc:creator>
      <dc:date>2005-02-09T15:30:05Z</dc:date>
    </item>
    <item>
      <title>Re: /X11R6 HEADERS AND Compiler errors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/x11r6-headers-and-compiler-errors/m-p/3482461#M847356</link>
      <description>cd $QTDIR/src&lt;BR /&gt;vi Makefile&lt;BR /&gt;&lt;BR /&gt;change g++ to 'g++ -fpermissive'&lt;BR /&gt;&lt;BR /&gt;Worth a try!</description>
      <pubDate>Thu, 10 Feb 2005 04:31:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/x11r6-headers-and-compiler-errors/m-p/3482461#M847356</guid>
      <dc:creator>Stephen Keane</dc:creator>
      <dc:date>2005-02-10T04:31:59Z</dc:date>
    </item>
    <item>
      <title>Re: /X11R6 HEADERS AND Compiler errors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/x11r6-headers-and-compiler-errors/m-p/3482462#M847357</link>
      <description>Tom,&lt;BR /&gt;have you had alook at :&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=37511" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=37511&lt;/A&gt;  ?&lt;BR /&gt;Although this seems to have ended without anybody marking a resolution!&lt;BR /&gt;Regards</description>
      <pubDate>Thu, 10 Feb 2005 05:26:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/x11r6-headers-and-compiler-errors/m-p/3482462#M847357</guid>
      <dc:creator>Peter Godron</dc:creator>
      <dc:date>2005-02-10T05:26:37Z</dc:date>
    </item>
    <item>
      <title>Re: /X11R6 HEADERS AND Compiler errors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/x11r6-headers-and-compiler-errors/m-p/3482463#M847358</link>
      <description>Thanks Peter - I'll give your suggested switch a try.&lt;BR /&gt;&lt;BR /&gt;Thanks Stephen - I did check out the referred post before I decided to write my own.  The prior post did not capture the same architecture/Qt version that I am building.  Furthermore, the post that you referred to ends with a rant and does not seem to have a concrete resolution;-)&lt;BR /&gt;&lt;BR /&gt;Thanks Guys,&lt;BR /&gt;=Tom F.=</description>
      <pubDate>Thu, 10 Feb 2005 11:03:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/x11r6-headers-and-compiler-errors/m-p/3482463#M847358</guid>
      <dc:creator>Tom Frencel</dc:creator>
      <dc:date>2005-02-10T11:03:17Z</dc:date>
    </item>
  </channel>
</rss>

