Announcement

Collapse
No announcement yet.

compile 1.14.0 under SuSE 8.1 probs

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • compile 1.14.0 under SuSE 8.1 probs

    hi (again)

    I tring to compile the source. When using

    ./configure --with-xaw3d

    I get a error stating:

    configure: error: specified client 'xaw' not configurable -- need X11 libraries and development headers; perhaps try/adjust --x-libraries


    When tring with:

    ./configure --x-libraries --with-xaw3d


    I get quite a few more errors:

    *** The gtk-config script installed by GTK could not be found
    *** If GTK was installed in PREFIX, make sure PREFIX/bin is in
    *** your path, or set the GTK_CONFIG environment variable to the
    *** full path to gtk-config.
    checking for pkg-config... no
    checking for GTK+ - version >= 2.0.0... no
    *** A new enough version of pkg-config was not found.
    *** See http://pkgconfig.sourceforge.net
    checking for X... no
    checking whether Xfuncproto was supplied... no
    checking for compilable FUNCPROTO definition... no, cannot determine
    checking for workable NARROWPROTO definition... no, cannot determine
    checking whether Xfuncproto was determined... no
    checking for Xfuncproto control definition FUNCPROTO... no
    checking for Xfuncproto control definition NARROWPROTO... no
    checking extra paths for Xpm... library no, include no
    checking for XOpenDisplay in X library -lX11... no
    configure: error: could not guess which client to compile


    According YaST rpm database xaw3d 1.5-632 is installed.
    Some ideas ?
    thank you
    guldi

  • #2
    You have no 'dev staff' xwa3d...-dev. In debian I have add dev lib. Probably t's work simillar in SUSE.

    Comment


    • #3
      puhhhh...
      I haven't found a rpm (xaw3d-dev) for SuSE nor the sources for it. RedHat or Debian offers some rpm's but they only generate conflicts with my system.
      I also tried installing XPM. There seems to be also no rpm and the sources requires imake which seems not to be on my system.

      This should have been my first self compiled prog, but it loosk as if this is wys beyond what I can do. Thanx anyway for your help !

      Comment


      • #4
        May I come back with this problem. I did some research and started again with the compilation after I did some basic compilation with var libs.

        I was able to get the correct GTK+ (GTK 2 is as I get it no more needed?) but I'm beeing asked for an ESD and SDL-config.
        On the freeciv page I could not find more infos to this two libs and tuxfinder,... get me a huge choice of SDL***, ESD*** libs. I'm somewhat lost.

        Does someone know a rpm (suse) for those two ? Or where to get the source ?

        Comment


        • #5
          Are you trying to compile the Xaw client? In that case, try

          ./configure --enable-client=xaw

          in addition to the other options.

          You do not need either esd or sdl to compile, only to get sound. I don't know what these packages are called under SuSe. But if you use SuSe, you should be able to compile a gtk client. Try installing gtk-devel packages.

          Comment


          • #6
            Hello Per

            I tried first the xaw client but run into too much problems. So I decidec to go the gtk way. If found the appropriate gtk-devel.rpm for SuSE. But the SDL and ESD config was still wanted. On a japanise ftp server I found a SDL-devel.rpm for SuSE. After installing this packet, the compilation process run fin.
            Server and client worked in a 10 min. short test.

            thx for your help !

            Comment

            Working...
            X