All questions regarding the precompile process should be tagged here
Questions tagged [precompile]
469 questions
-2
votes
1 answer
Heroku rails deploy error on assets precompile
I got this error when trying to deploy a rails app on heroku
Running: rake assets:precompile
rake aborted!
getaddrinfo: Name or service not known
…

user2245022
- 3
- 1
-3
votes
1 answer
[update]How to tell heroku not to precompile assets during the deployment stage (while pushing it to heroku)?
So i made this ruby on rails (rails 4) application with a lot of assets, images and css stylesheets, and pushed it onto heroku at first and it did push successfully but when i tried to run it my images all had a question mark so i did search up on…

Prgrmrfx
- 29
- 2
-4
votes
2 answers
What is the scope of pre-compiler define in c++?
Is the scope of the pre-compiler define the file where it defined?
for example:
three files :
test1.hpp/test1.cpp
test2.hpp/test2.cpp
test3.hpp/test3.cpp
An within test1.cpp:
#ifndef test1_hpp
#define test1_hpp
// some declarations
#endif…

malin.llvision
- 3
- 2
-6
votes
3 answers
Pre-compile textual replacement macro with arguments
I am trying to create some kind of a dut_error wrapper. Something that will take some arguments and construct them in a specific way to a dut_error.
I can't use a method to replace the calls to dut_error because to my understanding after check that…

Tomerikoo
- 18,379
- 16
- 47
- 61