Questions tagged [prebuild]
87 questions
0
votes
1 answer
Running a pre-build event on every file in a MSVC 2010 project
I'm trying to get Visual Studio 2010 to execute a FOR loop - just like the ones that can be done in a .bat file - as a pre-build event command... No luck this far.
Long story short, I'm trying to get Qt's moc.exe to iterate on all my header files at…

xtrium
- 64
- 6
0
votes
1 answer
Heroku msnodesqlv8 problem - Error while deploying
I am trying to deploy my app to Heroku but keep getting this error and i couldn't find the solution.
My database is already on a server and can connect without a problem.
-----> Building on the Heroku-20 stack
-----> Using buildpack:…

Cihad Cengiz
- 61
- 1
- 1
- 4
0
votes
1 answer
How to pick up the latest version AssemblyInfo.cs as modified by the pre-build event?
I'm currently playing around with the pre and post build events in VS2010, trying to get my SVN version number into the AssemblyInfo.cs file and hence compiled into my build dll.
In the pre-build I run a script which updates the AssemblyInfo.cs file…

Pete McPhearson
- 469
- 1
- 7
- 17
0
votes
1 answer
How to create Path variable in Android.bp file to link libraries in prebuilt directory AOSP source code
I am trying to create a path variable for prebuilt libraries in Android.bp file. these libraries are placed in /prebuilts/sdk/current/androidx/m2repository/androidx/room/room-common/2.3.0-alpha02/ and Android.bp is in other directory. how can i…

vijaycaimi
- 317
- 1
- 2
- 6
0
votes
2 answers
ROM Soong error: unrecognized module type
I'm tried to build RR Pie for Z00ED and on the first ten seconds I get the following output (full output). I'm tried to use device repos from here:
Thanks for all the help!
[1/1] /home/user/android/rr/out/soong/.bootstrap/bin/soong_build…

Max
- 396
- 4
- 13
0
votes
1 answer
AOSP add prebuilt APK - error unknown target
I'm making a personal build of LineageOS 17.0 that I want to include a number of pre-built APKs in. To achieve this, I have a separate folder "vendor/apps" which has two files apps-vendor.mk and Android.mk, and a sub-folder "app" which I store the…

NZedPred
- 11
- 3
0
votes
1 answer
How can I parse C++ code in a prebuild event?
I have a prebuild-event tool (written in Ruby) in my C++ toolchain, that generates additional C++ code from existing C++ source code. I would like to replace this tool with a faster generator and using clang would be the best option.
Is there a way…

Daniel Stephens
- 2,371
- 8
- 34
- 86
0
votes
1 answer
Run .net core 2 console app in Pre-build event
I have a .net core 2 project where I want to run another .net core 2 project in the pre-build events.
All my previous projects were developed using framework 4.x, which upon building generated .exe files. This .net core does not. How can I achieve…

Nick Peelman
- 145
- 1
- 11
0
votes
0 answers
Adding two prebuilt static and shared libraries using Android.mk
I am trying to add both Dlib and superpowers libraries to my android project using Android.mk. I included successfully prebuilt shared Dlib library (.so files) using Android.mk, but when I am trying to add the superpower as a static library (the…

Breeze
- 1
- 2
0
votes
1 answer
Getting appropriate path .exe using pre build environment
I have this solution located in :
d:\sandboxes\ndesjardins\source\genius4502\systemsoftware\projectsolution.sln
I want to retrieve :
d:\sandboxes\ndesjardins\source\genius4502
but $SolutionDir only returns…
user7970127
0
votes
3 answers
CCNet - prebuild task cmd.exe?
Im using a command line prebuild task in the ccnet.config file to delete the contents of thw working directory before i do a clean build.
%SYSTEM32%\cmd.exe
…

shane87
- 3,090
- 12
- 51
- 65
0
votes
0 answers
Wit/location is messed up
I am working on an app in wit.ai where I'll use wit/location. Unfortunately the app seems to realize every unknown (or sometime pre trained) word as a wit/location:
here I trained several times:
I copy it again (after refreshing the page)
It…

Imola G
- 1
- 2
0
votes
0 answers
Does spark1.6(Pre-build for Hadoop 2.6) supports hive?
As the website description:
However, since Hive has a large number of dependencies, it is not included in the default Spark assembly.--http://spark.apache.org/docs/latest/sql-programming-guide.html#hive-tables
So,does spark1.6(Pre-build for Hadoop…

陈志明
- 21
- 6
0
votes
0 answers
Pre-build on eclipse (Android + NDK)
I develop a application on my shield tablet with NDK. I found an cuda example which works properly. The only problem is that I had to execute a makefile with a terminal before launch the run on eclipse.
Is there a way to generate a pre-build command…

bird12358
- 89
- 1
- 10
0
votes
2 answers
Pre-build event fails
I set a prebuild event to:
$(TargetDir)MyConsoleApp
But when I run the application I get the following output:
------ Build started: Project: BlahBlahBlah, Configuration: Debug x86 ------
'd:\users\user\documents\visual' is not recognized as an…

Shimmy Weitzhandler
- 101,809
- 122
- 424
- 632