Hello,
I need to insert 2 extra flags to compile static blender (-lXxf86vm -ldrm).
Where can I include them (which SConscript or config file?) ?
Thanks.
Including flags in the build command.
Moderators: jesterKing, stiv
Hallo tcp,
You have to update the Sconscript file in blender/source with your extra flag (look at your specific platform setting, there is something like EXTRA_FLAG= []).
But then, you need to delete the config.opt file and scons will generate a good one with your extra flags.
It should then work.
Salvatore
You have to update the Sconscript file in blender/source with your extra flag (look at your specific platform setting, there is something like EXTRA_FLAG= []).
But then, you need to delete the config.opt file and scons will generate a good one with your extra flags.
It should then work.
Salvatore
-
- Posts: 180
- Joined: Wed Oct 16, 2002 7:27 pm
- Location: Somewhere below the rivers in Holland (but not Limburg)
Hi,
If that doesn't work, then you've found a bug.
Michel
Erm, the config.opts file is exactly for specifying user configurable options so that you don't have to go through the SConscript file. Just add the needed flags to the EXTRA_FLAG in config.opts.russose wrote:You have to update the Sconscript file in blender/source with your extra flag (look at your specific platform setting, there is something like EXTRA_FLAG= []).
But then, you need to delete the config.opt file and scons will generate a good one with your extra flags.
If that doesn't work, then you've found a bug.
Michel
You can have one of two things: Progress or Progress Reports.