|
From: Shehu S. A. <she...@ya...> - 2006-08-21 17:11:05
|
I am trying to build gnuplot 4.1 from the cvs and got stucked with: mv Makefile.amt Makefile.am configure.in:10: version mismatch. This is Automake 1.7.9, configure.in:10: but the definition used by this AM_INIT_AUTOMAKE configure.in:10: comes from Automake 1.4-p6. You should recreate configure.in:10: aclocal.m4 with aclocal and run automake again. Some part of the preparation process failed. Please refer to INSTALL for details. I will be glad for how to get around this. Thanks, ssa ___________________________________________________________ The all-new Yahoo! Mail goes wherever you go - free your email address from your Internet provider. http://uk.docs.yahoo.com/nowyoucan.html |
|
From: <br...@ph...> - 2006-08-22 19:54:57
|
Shehu S. AbdusSalam wrote: > mv Makefile.amt Makefile.am > configure.in:10: version mismatch. This is Automake > 1.7.9, That line number makes no sense. Line 10 of the current CVS version of configure.in is a comment. > I will be glad for how to get around this. You didn't give us terribly much information to work with. The cause is obviously an automake version mixup, so at the very least, you have to figure out which versions of the relevant tools you have: aclocal --version automake --version autoconf --version (and make sure you have only *one* version of each of these visible to the shell from which you're doing this). It might also help to know what platform you're doing this on. |
|
From: Shehu S. A. <she...@ya...> - 2006-08-23 00:52:21
|
thanks. i guess it was a conflict between automake version 1.4 and 1.7. i installed version 1.7 in order to have aclocal. i have solved that problem by downloading and installing GNU autotools from the GNU site. Cheers Shehu --- Hans-Bernhard Bröker <br...@ph...> wrote: > Shehu S. AbdusSalam wrote: > > mv Makefile.amt Makefile.am > > configure.in:10: version mismatch. This is > Automake > > 1.7.9, > > That line number makes no sense. Line 10 of the > current CVS version of > configure.in is a comment. > > > I will be glad for how to get around this. > > You didn't give us terribly much information to work > with. The cause is > obviously an automake version mixup, so at the very > least, you have to > figure out which versions of the relevant tools you > have: > > aclocal --version > automake --version > autoconf --version > > (and make sure you have only *one* version of each > of these visible to > the shell from which you're doing this). It might > also help to know > what platform you're doing this on. > > ___________________________________________________________ Inbox full of spam? Get leading spam protection and 1GB storage with All New Yahoo! Mail. http://uk.docs.yahoo.com/nowyoucan.html |
|
From: Shehu S. A. <she...@ya...> - 2006-08-23 01:00:37
|
i can't set term to X11 on 4.1 there is no X11 in the list from $set term i've tried fillbetween.dem but couldn't get any of the colouring right in all the three demos. any ideas what's going on? shehu ___________________________________________________________ All New Yahoo! Mail Tired of Vi@gr@! come-ons? Let our SpamGuard protect you. http://uk.docs.yahoo.com/nowyoucan.html |
|
From: <br...@ph...> - 2006-08-23 21:49:38
|
Shehu S. AbdusSalam wrote: > i can't set term to X11 on 4.1 > there is no X11 in the list from > $set term That's because you built your own gnuplot, but didn't take care to read the READMEs and have a look at your ./configure output --- or you would have noticed that it said it couldn't find the X11 libraries and headers. You'll have to install some package called "X11 development" or similar from your distributor --- and odds are you're better off installing their gnuplot binary package, too, while at it. |
|
From: Shehu S. A. <she...@ya...> - 2006-08-24 01:50:13
|
--- Hans-Bernhard Bröker <br...@ph...> wrote: > . You'll have to install some package called > "X11 development" > or similar from your distributor --- and odds are That helped, and now I get $ gnuplot Expected X11 driver: usr/local/libexec/gnuplot/4.1/gnuplot_x11 Exec failed: Permission denied See 'help x11' for more details I have checked gnuplot_x11 got right permissions. ___________________________________________________________ To help you stay safe and secure online, we've developed the all new Yahoo! Security Centre. http://uk.security.yahoo.com |
|
From: <br...@ph...> - 2006-08-24 19:28:44
|
Shehu S. AbdusSalam wrote: > $ gnuplot > Expected X11 driver: > usr/local/libexec/gnuplot/4.1/gnuplot_x11 > Exec failed: Permission denied > See 'help x11' for more details > > I have checked gnuplot_x11 got right permissions. The message is quite strange. What --prefix did you use to configure gnuplot? That exact message as you show it can only happen if you configured with --prefix=usr/local, which would be a seriously bad idea. The prefix has to be an absolute path, and you generally have to "make install" before the program actually works. |
|
From: Shehu S. A. <she...@ya...> - 2006-08-24 21:03:39
|
--- Hans-Bernhard Bröker
<br...@ph...> wrote:
> > $ gnuplot
> > Expected X11 driver:
> > usr/local/libexec/gnuplot/4.1/gnuplot_x11
> > Exec failed: Permission denied
> > See 'help x11' for more details
> The message is quite strange. What --prefix did you
> use to configure
I didn't use any and have seen, in INSTALL, that the
defaul is /usr/local/, Actually the paste above have
got typo.
> > usr/local/libexec/gnuplot/4.1/gnuplot_x11
is should have been
> > /usr/local/libexec/gnuplot/4.1/gnuplot_x11
^
I made the installation as root and get:
#gnuplot
...
Terminal type set to 'x11'
gnuplot> Xlib: connection to ":0.0" refused by server
Xlib: Invalid MIT-MAGIC-COOKIE-1 key
gnuplot: unable to open display ':0'
gnuplot: X11 aborted.
___________________________________________________________
Inbox full of spam? Get leading spam protection and 1GB storage with All New Yahoo! Mail. http://uk.docs.yahoo.com/nowyoucan.html
|
|
From: Ethan M. <merritt@u.washington.edu> - 2006-08-25 19:59:54
|
On Thursday 24 August 2006 02:03 pm, Shehu S. AbdusSalam wrote: > I made the installation as root and get: > > #gnuplot > ... > Terminal type set to 'x11' > gnuplot> Xlib: connection to ":0.0" refused by server > Xlib: Invalid MIT-MAGIC-COOKIE-1 key > > gnuplot: unable to open display ':0' > gnuplot: X11 aborted. That error message is not specific to gnuplot. It means that your X-server is refusing to talk with the current process. This probably means that you have the security level set so high that only the same user who initiated X is allowed to communicate with the server. That is actually a good idea. But you tried to run gnuplot as root, and root!=original_user, so the X communication was refused. You would probably have gotten the same error with any other X program (e.g. xterm). -- Ethan A Merritt Biomolecular Structure Center University of Washington, Seattle WA |
|
From: <br...@ph...> - 2006-08-25 20:02:11
|
Shehu S. AbdusSalam wrote: > I made the installation as root and get: > > #gnuplot > ... > Terminal type set to 'x11' > gnuplot> Xlib: connection to ":0.0" refused by server > Xlib: Invalid MIT-MAGIC-COOKIE-1 key > > gnuplot: unable to open display ':0' > gnuplot: X11 aborted. Expected behaviour. You have to exit from being root after installing, before running X11 programs like gnuplot. Root doesn't have access to your screen. I've said it before: you really should consider stopping these experiments and just installing your distribution's gnuplot binary package. You rather obviously lack the skills for building your own gnuplot. |
|
From: Shehu S. A. <she...@ya...> - 2006-08-25 22:36:03
|
--- Hans-Bernhard Bröker <br...@ph...> wrote: > package. You rather obviously lack the skills for > building your own > gnuplot. Exactly, and that's the point of seeking for help on this list. I am not just experimenting without reason. My distribution's gnuplot is 4.0 and cannot do what I want with it: I want to do plottings with fillings between curves. I will be most happy to go back to 4.0 if it can do what I want. I still have this $gnuplot Expected X11 driver: /usr/local/libexec/gnuplot/4.1/gnuplot_x11 Exec failed: Permission denied See 'help x11' for more details I have checked 'help x11' but that didn't help also. ___________________________________________________________ Try the all-new Yahoo! Mail. "The New Version is radically easier to use" The Wall Street Journal http://uk.docs.yahoo.com/nowyoucan.html |
|
From: Ethan M. <merritt@u.washington.edu> - 2006-08-25 23:13:55
|
On Friday 25 August 2006 03:35 pm, Shehu S. AbdusSalam wrote: > > I still have this > $gnuplot > Expected X11 driver: > /usr/local/libexec/gnuplot/4.1/gnuplot_x11 > Exec failed: Permission denied I have no idea what could cause that. Please report the output from ls -asl /usr/local/libexec/gnuplot/4.1/gnuplot_x11 and from /usr/local/libexec/gnuplot/4.1/gnuplot_x11 -noevents < /dev/null -- Ethan A Merritt Biomolecular Structure Center University of Washington, Seattle WA |
|
From: Shehu S. A. <she...@ya...> - 2006-08-26 00:58:09
|
--- Ethan Merritt <merritt@u.washington.edu> wrote: > > I still have this > > $gnuplot > > Expected X11 driver: > > /usr/local/libexec/gnuplot/4.1/gnuplot_x11 > > Exec failed: Permission denied > > I have no idea what could cause that. > Please report the output from > > >ls -asl /usr/local/libexec/gnuplot/4.1/gnuplot_x11 # ls -asl /usr/local/libexec/gnuplot/4.1/gnuplot_x11 196 -rwxr-xr-x 1 root root 192914 2006-08-24 21:55 /usr/local/libexec/gnuplot/4.1/gnuplot_x11 > and from > /usr/local/libexec/gnuplot/4.1/gnuplot_x11 > -noevents < /dev/null > # /usr/local/libexec/gnuplot/4.1/gnuplot_x11 -noevents < /dev/null Xlib: connection to ":0.0" refused by server Xlib: Invalid MIT-MAGIC-COOKIE-1 key gnuplot: unable to open display ':0' gnuplot: X11 aborted. ___________________________________________________________ All new Yahoo! Mail "The new Interface is stunning in its simplicity and ease of use." - PC Magazine http://uk.docs.yahoo.com/nowyoucan.html |