Bug 46774 - The uil utility doesn't work if bison is used
Summary: The uil utility doesn't work if bison is used
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Powertools
Classification: Retired
Component: openmotif
Version: 7.1
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Than Ngo
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2001-06-30 13:09 UTC by arjen
Modified: 2008-08-01 16:22 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2001-06-30 13:09:33 UTC
Embargoed:


Attachments (Terms of Use)

Description arjen 2001-06-30 13:09:30 UTC
Description:

Using the default RH7.1 openmotif, the use of uil on
an otherwise correct uil file will produce:
Error: invalid module structure - check UIL module syntax

Info: no UID file was produced

Info: errors: 1   warings:0  informationals: 1

How Reproducible:
very

Steps to Reproduce:
1. Create a file test.uil
with contents
--------
module test
end module;
--------

2. Call: uil test.uil

Actual Results:
See description

Expected Results:
No viaual output, but a a.uid file generated

Additional Information:
	
The problem can be solved by using byacc as the yacc compiler
in stead of bison.  This can be modified in the configuration
files for linux (e.g. linux.cf)

Comment 1 Ngo Than 2001-07-04 14:15:18 UTC
It's fix in openmotif-2.1.30-9. You find it on ftp://people.redhat.com

Comment 2 Ngo Than 2001-07-04 14:15:36 UTC
It's fix in openmotif-2.1.30-9. You find it on ftp://people.redhat.com/than


Note You need to log in before you can comment on or make changes to this bug.