Talk About Network

Google


Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Programming > C++ > Re: compilation...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 4 of 10 Topic 45793 of 47032
Post > Topic >>

Re: compilation error with CC

by "Victor Bazarov" <v.Abazarov@[EMAIL PROTECTED] > May 7, 2008 at 08:48 AM

Rahul wrote:
> On May 7, 5:36 pm, "Victor Bazarov" <v.Abaza...@[EMAIL PROTECTED]
> wrote:
>> Rahul wrote:
>>> Hi Everyone,
>>
>>> I have the following files,
>>
>>> file.h
>>
>>> typedef struct
>>> {
>>>  int data;
>>> #if (MACRO == 1)
>>>  int net_data;
>>> #endif
>>> } Object;
>>
>>> file1.cpp
>>
>>> #include "file.h"
>>> uses object.data and object.net_data (under MACRO cc)
>>
>>> file2.cpp
>>
>>> #include "file.h"
>>> uses object.data and object.net_data (under MACRO cc)
>>
>>> When i compile the file1.cpp it compiles fine without any errors,
>>> however the file2.cpp gives an error saying
>>
>>> "C2363E: member net_data not found in struct object"
>>
>>> Note that the macro is set to 1 before compilation of these two
>>> files... I'm not able to figure out as to why the file.h is expanded
>>> (with MACRO as 0) and file2.cpp is expanded (with MACRO as 0)...
>>
>>>  Has anyone faced similar situation? I have no clue as to how to fix
>>> the problem?
>>
>> What is "cc"?  Once you figure it out, post to the newsgroup that
>> deals with it, because your question is apparently compiler-specific.
>>
>> If instead of defining your macro (and, BTW, did you give it the
>> value '1' at that time?) in the command line (seems that's what you
>> did) you define it like so:
>>
>>     ------- file2.cpp
>>     #define MACRO 1
>>     #include "file.h"
>>         ...
>>
>> , does it work then?  If it does, and in the command line it does
>> not, you got the _usage_ issue, not a language issue.
>>
>> V
>> --
>> Please remove capital 'A's when replying by e-mail
>> I do not respond to top-posted replies, please don't ask
>
> I meant, Conditional compilation by cc... I posted in here, as c++
> developers over here might have faced this issue...

Uh...  How to break it to ya...  There are _literally_ scores of
different compilers out there.  "C++ developers over here" use all
of them.  Half of those compilers have their main module named 'cc'
(or something very close).  Which ones did you intend to reach with
your post?  Once again, your issue is not of the _langauge_ kind
but relates to the _usage of your compiler_.  Ask in the newsgroup
that *deals with your particular compiler*.  If you are unsure what
newsgroup to post to, at least state the platform you're using and
the version of your compiler, then we can suggest a particular NG
for you.  And RTFFAQ before posting as well.

V
-- 
Please remove capital 'A's when replying by e-mail
I do not respond to top-posted replies, please don't ask
 




 10 Posts in Topic:
compilation error with CC
Rahul <sam_cit@[EMAIL   2008-05-07 05:24:44 
Re: compilation error with CC
"Victor Bazarov"  2008-05-07 08:36:54 
Re: compilation error with CC
Rahul <sam_cit@[EMAIL   2008-05-07 05:43:34 
Re: compilation error with CC
"Victor Bazarov"  2008-05-07 08:48:15 
Re: compilation error with CC
Rahul <sam_cit@[EMAIL   2008-05-07 05:55:31 
Re: compilation error with CC
"Victor Bazarov"  2008-05-07 10:19:04 
Re: compilation error with CC
Ron Natalie <ron@[EMAI  2008-05-07 10:25:49 
Re: compilation error with CC
"Victor Bazarov"  2008-05-07 10:31:07 
Re: compilation error with CC
tragomaskhalos <dave.d  2008-05-07 10:00:46 
Re: compilation error with CC
James Kanze <james.kan  2008-05-09 02:31:29 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Fri Jul 25 21:19:54 CDT 2008.