You need to install the X11 development files for your operating system. You did not say which OS and version you are using.
I would guess from the output that it is some sort of Debian-based Linux one. If that is the case then you need to install the libx11-dev package from your distribution. If you are using an RPM-based Linux distribution then the RPM you need to install will be called something like xorg-x11-proto-devel After you have installed the correct package then you will need to do a 'make clean' in EMBOSS and then do the configuration step again. HTH Alan > Hello , > I get the following error when i try to make EMBOSS. > Can some one guide me as to what i need to do , to get rid of this error . > > > xwin.c:3378: error: 'XwDisplay' has no member named 'display' > xwin.c:3378: error: 'XwDev' has no member named 'window' > xwin.c:3378: error: 'XwDev' has no member named 'gc' > xwin.c:3379: error: 'XwDev' has no member named 'width' > xwin.c:3379: error: 'XwDev' has no member named 'height' > xwin.c: In function 'imageops': > xwin.c:3394: error: 'XwDev' has no member named 'write_to_window' > xwin.c:3398: error: 'XwDev' has no member named 'write_to_window' > xwin.c:3402: error: 'XwDev' has no member named 'write_to_pixmap' > xwin.c:3406: error: 'XwDisplay' has no member named 'display' > xwin.c:3407: error: 'XwDev' has no member named 'write_to_pixmap' > make[2]: *** [xwin.lo] Error 1 > make[2]: Leaving directory > `/home/akhunovlab/DOWNLOADS/EMBOSS/EMBOSS-6.0.1/plplot' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory > `/home/akhunovlab/DOWNLOADS/EMBOSS/EMBOSS-6.0.1/plplot' > make: *** [all-recursive] Error 1 > > > I shall be grateful if someone could please help .. > > Regards, > Aditi > > > "Great spirits often meet violent opposition with mediocre minds" - Albert > Einstein > > > > _______________________________________________ > EMBOSS mailing list > [email protected] > http://lists.open-bio.org/mailman/listinfo/emboss > _______________________________________________ EMBOSS mailing list [email protected] http://lists.open-bio.org/mailman/listinfo/emboss
