Building is the process by which source code is converted into executable object code.
Questions tagged [building]
463 questions
0
votes
2 answers
How can I turn an open source game into an open source community?
Related question: How do I attract developers to an Open Source project?
Coding an open source Browser-Based-Game
I code the game/site ninjawars.net. Recently we (me and my friend who mainly admins the server these days) open sourced the code (and…

Kzqai
- 22,588
- 25
- 105
- 137
0
votes
1 answer
Visual Studio InstallShield Project building error about localized resources
I created an InstallShield setup project in Visual Studio 2012. In the Application Files section of Project Assistan, I added "Primary output" and "Localized resources" files by using Add Project Outputs button after that completed all other…

Furkan Ekinci
- 2,472
- 3
- 29
- 39
0
votes
1 answer
Manage the build of multiple libraries in one place
Suppose that I have multiple libraries that I can build with cmake or with configure scripts, there is a tool that can help me with building this libraries such as I can easily manage the rebuilding of this libraries with few modifications like…

user2348816
- 532
- 4
- 9
0
votes
2 answers
How to use boost asio
I am planning on using Boost Asio library for targeting serial ports. I am not entirely sure how to use it, however.
As I understand it, asio needs to be built. In theory there is a ham build... script? - that is already configured for use in this…
user1533320
0
votes
1 answer
Sublime text 2 error: When building game
I keep getting this error
Welcome to Tic Tac Toe
Do you want to be X or O?
Traceback (most recent call last):
File "C:\Python27\last try.py", line 145, in
playerLetter, computerLetter = inputPlayerLetter()
File "C:\Python27\last…
0
votes
1 answer
Friendly URL Structure with folders
I am currently building the URL Structure for an insurance website. I was hoping someone would give me some advice? I am trying to make it as SEO friendly as possible!
As an example, for 'travel insurance' the URL link would…

user1571757
- 3
- 1
- 3
0
votes
2 answers
Understanding compiling & linking with an existing C program
I've inherited a mildly-complicated C program for one of the AVR32 32 bit microprocessors.
However, I have no information about how to compile it. I've been trying to put together a make-file for it for a bit now, and have been having no success.…

Fake Name
- 5,556
- 5
- 44
- 66
0
votes
1 answer
Visual Studio 2010 Rebuild All then run unit tests builds all again
In Visual Studio 2010 I do the following:
Build > Rebuild Solutuion.
No errors, no warnings.
Solution > Run StyleCop (Rescan All)
No errors, no warnings.
Test > Run > All tests in solution.
A build kicks off again - why is this? Is there a way…

PeteGO
- 5,597
- 3
- 39
- 70
0
votes
2 answers
Visual Studio Installer Package not Building
i am trying to build an installer for a windows service i have created and when i go to build the module i am getting the following message..
========== Rebuild All: 1 succeeded, 1 failed, 0 skipped ==========
but there is no information about what…

Grant
- 11,138
- 32
- 94
- 140
0
votes
1 answer
Building OpenCV with OpenGL support for iOS
I'm currently developing some computer-vision application for blind people. Now we decided to move our studies on mobile apps.
Since OpenCV 2.4, building them for iOS is quite simple due to the two scripts.
The most problem I'm facing is time of…

Altair Jones
- 834
- 1
- 7
- 20
0
votes
1 answer
Board Support Library link error in ARM project
I have an ARM project (for Generic ARM9 Device) in Code Composer Studio ver5 (in fact it is the modified eclipse).
Properties of project:
Device: Generic ARM9 Device
Compiler version: TI v4.9.1
Output format: eabi (ELF)
ARM Linker…

Myosotis
- 288
- 4
- 15
-1
votes
1 answer
Unable to Build mac project in XCode14.0/14.1 with macOS ventura
I have recently updated to macOS 13.0 and for that minimum XCode Version required is 14.x series. But my existing project never getting successfully building. Its getting stuck at some point.
Its not getting failed. Build process screenshot is…

Shivam Tripathi
- 1,405
- 3
- 19
- 37
-1
votes
1 answer
mingw32-make access denied when building wxWidgets
I get an error when I execute mingw32-make in cmd with the makefile.gcc found in the build\msw folder of the wxWidget decompressed zip. I followed the steps shown in this tutorial video.
The error is:
make (e=5): Acceso denegado.
mingw32-make:…

ThreeNamesGrace
- 11
- 6
-1
votes
1 answer
building c++ file with gcc throwing error while with g++ not
I am exploring vscode. when i am building file with gcc then is is throwing error while with g++ it is successfull.can anyone explain the reason.below is with g++
Starting build...
C:\MinGW\bin\g++.exe -fdiagnostics-color=always -g "C:\Users\Nikhil…

Nikhil
- 53
- 1
- 6
-1
votes
2 answers
How to build web forum in android app
I am studying android app.
and I am thinking to study about building web forum in my app. (it's like forum in open feints).
Is there any resource that i can reference for building web forum in my app ?
thanks

NBB
- 137
- 2
- 6
- 14