Building is the process by which source code is converted into executable object code.
Questions tagged [building]
463 questions
2
votes
2 answers
Unity-Xcode Error: linker command failed with exit code 1 (use -v to see invocation)
I have been trying to test my Unity3D application on iPhone, and that requires me to open it through Xcode in order to run it on my iPhone device. However, I keep getting the same error message once I hit the Run button on Xcode. I have checked all…

Maryoomi1
- 113
- 1
- 3
- 16
2
votes
2 answers
How can I cause a build error due to mismatch between sproc and calling code?
I have a .NET class (for discussion, ClassA) that calls a SQL Server stored procedure (for discussion, fooSproc), processing the results with a SqlDataReader. The rows are processed, and the columns are referenced using the name of the column in…

stack
- 638
- 1
- 5
- 14
2
votes
2 answers
boost lib naming are missing
I've downloaded boost and built it, and not for the first time, but then things started to seem weird.
At first I got these errors while compiling my project (which uses boost):
/usr/local/include/boost/system/error_code.hpp:221: undefined reference…

Nitzan Tomer
- 155,636
- 47
- 315
- 299
2
votes
2 answers
"error: conflicting types for ‘sem_t’" when compiling eglibc-2.19 on Ubuntu
I was trying to build eglibc-2.19 on Ubuntu 14.04 LTS which I downloaded through
apt-get source libc6
I followed the INSTALL instructions but got this error when it ran into nptl
gcc sem_init.c -c -std=gnu99 -fgnu89-inline -fno-stack-protector -O2…

gpanda
- 3,282
- 1
- 14
- 13
2
votes
3 answers
How can I deploy build to server with Apache Maven?
I have just started to use Apache Maven. Now I would like to make Maven to be able to make production and development enviroment deploys with one click. I'm using Eclipse (Springsource version) and I have Maven plugin installed. My server has tomcat…

newbie
- 24,286
- 80
- 201
- 301
2
votes
2 answers
Drupal 6 fails to build menu router and links
When I enable a new menu in Drupal (for example, mymodule), Drupal should be able to get the menu items from mymodule_menu (hook_menu), process the items and insert the menu items to menu_router and menu_links table.
However, my Drupal fails to do…

Xinglin Zhang
- 21
- 3
2
votes
1 answer
Android/Cyanogenmod building: remove-project from roomservice.xml
I want to remove a device-related project from the roomservice.xml generated by brunching in CM and add a different repo myself.
Theoretically (in my localmanifest, called mint.xml), I should just need to

ljrk
- 751
- 1
- 5
- 21
2
votes
2 answers
AX_CXX_COMPILE_STDCXX_11 macro not found
Try to install Sigrok under Linux.
Step: libsigrok installing. When I try
./autogen.sh
I get a warning "AX_CXX_COMPILE_STDCXX_11 macro not found".
As far as I see, it crashes my attempt to make PulseView package later (libsigrokxx>=0.3.0 not…

drvlas
- 423
- 3
- 7
- 18
2
votes
1 answer
Rotate an object according to terrain in Unity (C#)
I currently have an item placement system for building. It works by instantiating a "ghost" of the object that shows where it can be placed, the ghost (semi-transparent) object is attached to the camera and instantiates the object in its place when…

Mingan Beyleveld
- 281
- 2
- 5
- 19
2
votes
2 answers
prevent rpmbuild from reading ~/.rpmmacros
Is there a way to prevent the rpmbuild command from reading the ~/.rpmmacros file? I want to add rpmbuild to a Make target and want to get a consistent build under any user account, regardless of the options somebody might have personally set in the…

oliver
- 6,204
- 9
- 46
- 50
2
votes
1 answer
Xcode project does not build/run with core data when target is my iPhone 5c
Xcode 5.1.1. - iOS7
When I create an empty project with Core Data option checked (literally empty project - nothing at all), it never builds! It takes 7-10 minutes for "indexing" and then says "build failed" with one error: "Could not build module…

CSawy
- 904
- 2
- 14
- 25
2
votes
1 answer
JBoss + Maven: Error building POM
I am trying to launch JBoss application server - my goal is to launch it and deploy some very simple project (I'm trying to do this with "helloworld" from the original quickstarts). The problem is that I have no experience with JBoss or Maven, so…

Eenoku
- 2,741
- 4
- 32
- 64
2
votes
1 answer
Android Library project building jar with resources using ant
Android project referencing to multiple libraries, with resource files.
I want to generate a jar with resource files from the library project and want to use it in
main android project, am not using eclipse, I want this to be done through ant .
Is…

user1330847
- 51
- 1
- 3
2
votes
2 answers
Blackboard Building Blocks: Spring MVC Configuration 404 error
I am using Spring MVC in my building block.
I am getting java.lang.ClassNotFoundException: org.springframework.web.servlet.DispatcherServlet error when I check in blackboard logs and UI is displaying following error message -
The specified…

user3603142
- 21
- 2
2
votes
1 answer
How to build latest Qt from Git repository on windows?
I have tried to build a latest Qt from the Git repository on Windows with the following commands:
mkdir c:\qt\latest
cd c:\qt\latest
git clone git://gitorious.org/qt/qt.git
cd qt
set PATH=%PATH%;c:\qt\latest\qt\bin
configure.exe
Unfortunately…

grigoryvp
- 40,413
- 64
- 174
- 277