trying to build against X

View: New views
4 Messages — Rating Filter:   Alert me  

trying to build against X

by peperami97 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi

I have had a nosey round and couldnt find anything appropriate on google.

I am trying to build fluxbox and it comes back during the ./configure
stage saying

'Fluxbox requires the X Window System libraries and headers'

I have tried to install all the packages i can find that seem to
indicate they provide the libraries.

However it hasnt solved the issue.

Could someone point me in the direction of a doc or something to help.

Thanks


Ben Whyte




--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://x.cygwin.com/docs/
FAQ:                   http://x.cygwin.com/docs/faq/


Re: trying to build against X

by peter360 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I got the same problem building mrxvt.

$ ./configure
...
checking for X... no
configure: error: Mrxvt requires the X Window System libraries and headers.

I read the configure program.  Looks like it is trying to find libXt.{a|so|sl} but failed.  I did find libXt.dll.a in my installation, but not libXt.a.  Are they the same thing?

What do I need to do to get libXt.a?
Peter

Re: trying to build against X

by Yaakov (Cygwin/X) :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

peter360 wrote:
> checking for X... no
> configure: error: Mrxvt requires the X Window System libraries and headers.
>
> I read the configure program.  Looks like it is trying to find
> libXt.{a|so|sl} but failed.  I did find libXt.dll.a in my installation, but
> not libXt.a.  Are they the same thing?

No.  libXt.a would be a static library, while libXt.dll.a is an import
library for the shared cygXt-6.dll.

You'll need to patch the configure script to look for
libXt.{a|dll.a|so|sl} instead.


Yaakov
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2.1 (Cygwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFEbQfcpiWmPGlmQSMRAofTAJ9MijO6rEGI32Q0JiDQcAf6U1JXJwCgpAkh
tkAd80FtPCC4551B9463TJ0=
=+zhW
-----END PGP SIGNATURE-----

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://x.cygwin.com/docs/
FAQ:                   http://x.cygwin.com/docs/faq/


Re: trying to build against X

by peter360 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Thanks for your suggestion.  I patched the configure script to look for libXt.dll.a as well and everything  worked.  I am now running mrxvt. Yeah!
-peter