#17923 closed defect (fixed)
rdesktop missing depency and ACLOCAL
Reported by: | macports@… | Owned by: | cshbell@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.7.0 |
Keywords: | aclocal | Cc: | noses@…, jmroot (Joshua Root) |
Port: | rdesktop |
Description
I just installed macports 1.7.0 on a fresh macbook with the sole purpose to be able to use rdesktop. I had the hardest time getting it to compile.
First of all, rdesktop is missing a dependency for pkgconfig. Because the output of bootstrap is suppressed, the only error I got was:
configure: error: Selected sound system is not available.
Secondly, in order to load pkg.m4 I had to set the following environment variable:
ACLOCAL='aclocal -I /opt/local/share/aclocal'
otherwise configure would complain like this:
configure: WARNING: pkg-config not available, cannot check for ao configure: WARNING: pkg-config not available, cannot check for alsa configure: WARNING: pkg-config not available, cannot check for samplerate configure: error: Selected sound system is not available.
See also http://www.nabble.com/autoreconf.env---ACLOCAL-td20877638.html
Change History (4)
comment:1 Changed 16 years ago by mf2k (Frank Schima)
Cc: | noses@… added |
---|---|
Owner: | changed from macports-tickets@… to cshbell@… |
comment:2 Changed 16 years ago by jmroot (Joshua Root)
Cc: | jmr@… added |
---|---|
Resolution: | → fixed |
Status: | new → closed |
I don't know where the environment variable comes into things, but this is fixed in r45150.
comment:3 Changed 16 years ago by jmroot (Joshua Root)
Oh, I get it, it also needs automake. Added the dependency in r45151.
Note: See
TracTickets for help on using
tickets.
Assigning to maintainers.