Opened 12 years ago

Closed 12 years ago

#33508 closed defect (worksforme)

gnuplot needs aquaterm

Reported by: laurence.schenk@… Owned by: mojca (Mojca Miklavec)
Priority: Normal Milestone:
Component: ports Version: 2.0.4
Keywords: Cc:
Port: gnuplot

Description

I installed gnuplot under os/x 10.6.8. Everything installed OK, without errors, but when I run gnuplot is can not find aquaterm. When I run "set terminal" from gnuplot aquaterm is not listed. If I check "port installed" Aquaterm is listed and labled as active.

Suggestions?

Many thanks!

Change History (5)

comment:1 Changed 12 years ago by mf2k (Frank Schima)

Keywords: gnuplot aquaterm removed
Owner: changed from macports-tickets@… to mojca.miklavec.lists@…
Port: gnuplot added

comment:2 Changed 12 years ago by mojca (Mojca Miklavec)

I might need some further hints, but could it be that you are trying to install gnuplot +universal ad aquaterm is not built as universal? I'm blindly guessing here. Did you install gnuplot 4.6.0?

Can you please try

port -v install gnuplot

(or just the configure part of it) and find the following three lines in output?

checking for Apple MacOS X... yes
checking for aqtInit in -laquaterm... yes
...
  aqua terminal: yes

comment:3 Changed 12 years ago by mojca (Mojca Miklavec)

I tried to install gnuplot with +universal now, but I cannot reproduce the behaviour. I would say that missing aquaterm is a pretty much "common problem" outside of macports (since ./configure doesn't find it if it resides in /opt/local/lib and no -L/opt/local/lib flag is specified), but I'm unable to reproduce it within macports as long as /opt/local/lib/libaquaterm.dylib is present and points to an existing location.

I will submit a few more patches for updating AquaTerm and fixing the behaviour (see https://sourceforge.net/tracker/?func=detail&aid=3476165&group_id=2055&atid=302055), but I definitely need more input to be able to diagnose what exactly went wrong in your case.

comment:4 Changed 12 years ago by mojca (Mojca Miklavec)

See also #17348.

comment:5 Changed 12 years ago by mf2k (Frank Schima)

Resolution: worksforme
Status: newclosed
Note: See TracTickets for help on using tickets.