HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: yacc.h source code or path on HP-UX 11.0
Operating System - HP-UX
1834288
Members
2469
Online
110066
Solutions
Forums
Categories
Company
Local Language
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
back
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2002 09:10 PM
06-23-2002 09:10 PM
yacc.h source code or path on HP-UX 11.0
I am using g++ compiler on HP-UX 11.0. I am compiling some lex and yacc files. While generating the .cpp (cplus cplus) files i am getting error like "yacc.h file not found".
Can anybody help me where i can find the yacc.h file or can anybody provide me the source code of this header file??
Thanks and regards
Vamsi
Can anybody help me where i can find the yacc.h file or can anybody provide me the source code of this header file??
Thanks and regards
Vamsi
Together we can win....
1 REPLY 1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2002 09:22 PM
06-23-2002 09:22 PM
Re: yacc.h source code or path on HP-UX 11.0
Hi,
You can get it here.
Michael
http://developer.kde.org/documentation/library/2.2-api/classref/kio/yacc_h.html
Source: yacc.h
--------------------------------------------------------------------------------
Annotated List
Files
Globals
Hierarchy
Index
typedef union
{
char valb;
int vali;
double vald;
char *name;
void *ptr;
} YYSTYPE;
#define NOT 257
#define EQ 258
#define NEQ 259
#define LEQ 260
#define GEQ 261
#define LE 262
#define GR 263
#define OR 264
#define AND 265
#define IN 266
#define EXIST 267
#define MAX 268
#define MIN 269
#define BOOL 270
#define STRING 271
#define ID 272
#define NUM 273
#define FLOAT 274
extern YYSTYPE kiotraderlval;
You can get it here.
Michael
http://developer.kde.org/documentation/library/2.2-api/classref/kio/yacc_h.html
Source: yacc.h
--------------------------------------------------------------------------------
Annotated List
Files
Globals
Hierarchy
Index
typedef union
{
char valb;
int vali;
double vald;
char *name;
void *ptr;
} YYSTYPE;
#define NOT 257
#define EQ 258
#define NEQ 259
#define LEQ 260
#define GEQ 261
#define LE 262
#define GR 263
#define OR 264
#define AND 265
#define IN 266
#define EXIST 267
#define MAX 268
#define MIN 269
#define BOOL 270
#define STRING 271
#define ID 272
#define NUM 273
#define FLOAT 274
extern YYSTYPE kiotraderlval;
Anyone for a Mutiny ?
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP