Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug
report.
http://issues.sxemacs.org/show_bug.cgi?id=2
steve@xxxxxxxxxxx changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |CLOSED
Resolution| |CURRENTRELEASE
------- Additional Comments From jeremy@xxxxxxxxxx 2005-02-08 16:02 -------
Description of problem:
When configuring for use of athena widget set, 3d a configure error
occurs. You have to watch quickly to see it because it does not halt
the operation. It is the first message to appear:
./configure: line 2233: 3d=3d: command not found
How reproducible:
Always
Steps to Reproduce:
./configure --with-athena=3d
------- Additional Comments From steve@xxxxxxxxxxx 2005-02-08 17:29 -------
As Jeremy and I worked through this on IRC we discovered that there
were some options getting set wrong. configure was setting the value
to the value instead of setting the value to the variable.
In this case it was...
eval $with_athena=\"$val\""
Setting it to...
with_athena=$val
...fixes it.
I have fixed all occurances of this type of thing in
sxemacs--main--22.1.2--patch-6
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.
|