![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Advanced & Expert Users Advanced UNIX and Linux questions go here. Expert-to-Expert. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| berkelydb build problem | vasanthan | HP-UX | 1 | 05-22-2008 12:12 AM |
| Build EDA without BPM? | iBot | Complex Event Processing RSS News | 0 | 03-28-2008 02:00 PM |
| Problem with build using Purify | asutoshch | High Level Programming | 0 | 03-06-2006 05:53 AM |
| Solaris 9 JET Build problem. | SemperFi | SUN Solaris | 2 | 01-26-2005 05:43 AM |
| Build my box... | KyPeN | UNIX for Dummies Questions & Answers | 7 | 03-02-2002 07:31 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Problem during build
Hi,
When i'm compiling my C files, I'm getting an error saying that the file name i've defined is undeclared. Could someone tell me how to solve this error. I've defined the file name as #define _FILE_CODE_ _XYZ_C_ The error is "_XYZ_C undeclared". Thanks in advance |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
#define _FILE_CODE_ _XYZ_C_
Using above line, you are declaring '_FILE_CODE_' with '_XYZ_C_' I think in ur code you used '_XYZ_C_' instead of '_FILE_CODE_' |
|||
| Google The UNIX and Linux Forums |