Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8073485
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T14:21:11+00:00 2026-06-05T14:21:11+00:00

When I add #define to either main.cpp or one of my headers called from

  • 0

When I add #define to either main.cpp or one of my headers called from main.cpp, it does not seem to be defined in other files.

For example, in main.cpp I might do something like:

#define TEST_FOO 1

Then in one of my other files, for example secondfile.cpp, TEST_FOO is ignored as if it was never defined:

#if TEST_FOO
// do something <- this never gets reached
#endif

Even if in the Android.mk file I place secondfile.cpp after main.cpp:

LOCAL_SRC_FILES := main.cpp \
                   secondfile.cpp

Is there a way to #define values in Android NDK inside the actual code?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-05T14:21:13+00:00Added an answer on June 5, 2026 at 2:21 pm

    That is correct. The compiler only knows about one source file at a time. When you compile secondfile.cpp, it has completely forgotten about anything you may have defined in main.cpp.

    If you want a #define to be visible in all your source files, you need to put it in a header which is included by all your files. Or, pass it on the command line; you can do this by adding something like this to your Android.mk:

    LOCAL_CPPFLAGS := -DTEST_FOO=1
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Code: #include <iostream> using namespace std; #define ADD(x,y) ((x)+(y)) int main( int argc, char**
I am trying to add a prepend of an image and then define it's
Just now find it by chance, Add(T) is defined in ICollection<T> , instead of
I've defined widths of the containers in percentage. I'd like to add a border
So I'm trying to add some ability to my project to allow user-defined properties
I have this variable defined in my web.config file : <appSettings> <add key =version
I am trying to use (*env)->RegisterNatives to add methods to a defined class which
[CLOSED - I had to move classes from test/java to main/java and update the
I often have a class defined and I also define another class that is
I'm having some problems displaying the contents of one NSArrayController in two windows defined

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.