Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

16
votes
4answers
451 views

Shouldn't you treat the bin folder as being transient?

I've always taught myself and others to think of the bin folder as being transient. That is you should be able to delete it and next time you rebuild it gets recreated and any references get copied ...
10
votes
6answers
699 views

Why to build own CMS?

On my first job interview, I was asked why did I build my own CMS? Why not to use one of existing CMS, Wordpress, Joomla, Drupal...? At first, I was stunned. I couldn't immediately recall all of my ...
9
votes
3answers
1k views

Rules for building Graphical User Interface

I like the back-end programming in service and database layers. Mainly because I was never able to figure out how to build decent user interface. I'm talking about GWT and Swing. Is there something ...
8
votes
3answers
150 views

building using multiple machines

I have a huge Windows C++ project that takes a lot of time to be compiled. Do you know if there is some FREE tool being able to build using multiple pc connected together? Do you know if there is ...
7
votes
1answer
2k views

Building lxml for Python 2.7 on Windows

I am trying to build lxml for Python 2.7 on Windows 64 bit machine. I couldn't find lxml egg for Python 2.7 version. So I am compiling it from sources. I am following instructions on this site ...
6
votes
2answers
80 views

Recompilation of dependencies with Maven - possible? Any performance boost?

I was thinking about dependencies in Maven. Maven downloads them but it is unknown for what target version of JVM are they compiled for and with what compiler. This raises two questions: Would ...
6
votes
2answers
1k views

Problem building Android sample project

I believe I've followed the instructions in the Android SDK, and I'm now trying to build the sample LunarLander (random one picked) $ cd samples/android-11/LunarLander $ ant debug Buildfile: ...
5
votes
1answer
234 views

Creating both static and shared C++ libraries

I'd like to build both static and shared libraries in a project. I know that shared libraries need to be be created from objects compiled with -fpic to get Position Independent Code while the static ...
4
votes
3answers
191 views

where is the ghc 7.4.1 branch? [closed]

Sorry this is a dumb question; how do I download the GHC 7.4.1 branch? I want to play around with the ConstraintKinds. The default branch seems to say it's version 7.3. I did look around a little bit, ...
4
votes
1answer
401 views

Switching trial and pro builds with android apps in Eclipse: how to make it less painful?

I have an application for Android which comes in two forms: a trial version and a paid "pro" version. The two versions coexists in Android Market and have different package names (let's call them ...
4
votes
3answers
252 views

Fastest way to convert string to XML

Hey guys - Got a a question. we have got an XMLIDList helper which uses += ( :( ) What im looking for is the fastest possible way to do this. Its not been a problem before because the lists have ...
4
votes
4answers
199 views

Generating vectors in MATLAB

I am wondering whether there is an efficient way in MATLAB to generate all vectors of a fixed length with elements from a finite set. For instance, how can I build all vectors of length 5 with only 0 ...
3
votes
1answer
207 views

Unexpected slow build of C# project in VS 2010

I'm working on a pretty simple C# solution with two projects: a class library and an installer for the library. Building the class library itself takes about a second. Building the installer, however, ...
3
votes
1answer
953 views

Building workspace with android application takes too long

Since several days I have very strange behaviour of my android project: after every single little change of a xml-resource building of the workspace with android app takes just too long. changing of ...
3
votes
2answers
69 views

silent closing VS 2008 on Windows 7

I am trying to build a MFC Windows Application with Visual Studio 2008 on Windows 7. I use the "Batch build" feature of Visual Studio to get both Release and Debug of several projects' outputs with ...
3
votes
3answers
344 views

Developping an iOS 3.1 application with iOS 4.0 SDK and device?

I've developed an iPhone application for an iOS Deployment Target 3.2. But my client changed his mind and would like the app to be available for iOS 3.1. Thus, i've set iOS Deployment Target 3.1 and ...
3
votes
2answers
880 views

Building an iPhone application from the command line, without xcodebuild

It is possible to build an iPhone application manually, without using xcodebuild nor an Xcode project? The idea is to build the application using SCons without creating an Xcode project. I know there ...
3
votes
2answers
3k views

Building Boost on Linux - library names

I am trying to build an application which depends on Boost. So I downloaded Boost 1_41_0 to my Linux box and followed the instructions found on the Boost site for Unix variants, ...
2
votes
5answers
286 views

Updating the application with a new .net dll gives me FileLoadException?

I have a .net 3.5 application with many dlls, I tried to rebuild specific dll without building the whole application, but after replacing the old one with the new, the application throws exception as ...
2
votes
1answer
1k views

jquery url builder/parser

I'm searching for a jquery plugin for full URL manipulation (parsing, building). Example: var url = 'http://mypage.com/?param=1' var params = $.getParams(url) # {param: 1} var newUrl = $.newUrl(url, ...
2
votes
2answers
281 views

Build an ear using maven

I am new with maven, i have a task to change building of an ear from ant build to maven build. Are somewhere some tutorials related to this, how to build an ear using maven ? Please guide me if you ...
2
votes
2answers
22 views

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 ...
2
votes
3answers
244 views

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 ...
2
votes
2answers
724 views

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 ...
2
votes
5answers
174 views

What to do while building a project? [closed]

Assuming that you are working on a project that needs >10-20 seconds to build, what do you do while it is building? I personally try to learn something in this time (visit stackoverflow, forums, read ...
1
vote
2answers
95 views

i have got the basics covered..what next? [closed]

SO i have been learning python for a month or two now..i am using dive into python and learn python hard way and the official docs. I have learned the basics like list, dictionary, function , modules ...
1
vote
0answers
24 views

build root for blackfin processor

i am trying to build a buildroot2011.08 for blackfin processor. i am facing following error in defconfig . cp ...
1
vote
1answer
58 views

Installing pymake?

There dont seem to be any instructions on how to build this sucker. Downloaded from http://benjamin.smedbergs.us/pymake/ The usual files are not in the top directory - make.py and mkparse.py. ...
1
vote
1answer
101 views

building ghc 7.2.1 on opensuse

Just wondering if anyone here has had success building GHC 7.2.1 on OpenSuSE. I'm running into errors, with 7.0.3 currently installed. chmod +x inplace/lib/ghc-split "rm" -f ...
1
vote
1answer
18 views

Is there such thing like profiler of building processes?

I want to narrow down places where can be bottlenecks? Building of my project can take even half an hour. I know many tricks and things which in theory can be guilty, however profiler will be complete ...
1
vote
1answer
187 views

How to make a building (view: top down) that looks like a “3d” building with cocos2d and cocos3d? (for iphone)

In GTA (the first and second game) you can see the city from above. I think the building are just 5 surfaces and each surface has an image on it. If the player moves nearer to the building you will ...
1
vote
1answer
110 views

Pyquery invalidates html code

I was using pyquery to construct a webpage: > page = PyQuery('<html><head><script type="text/javascript" src="jquery-1.4.min.js"></script><script type="text/javascript" ...
1
vote
4answers
191 views

SCons - Headers/Libraries in a non-standard location

I'm trying to use SCons to compile a program that requires a set of dependencies which I've installed in a non-standard location. I've installed the dependencies in /home/dja/ocr. Now I'm trying to ...
1
vote
3answers
593 views

How to change the amount of building threads in Xcode?

I'm building a couple of C++ files in xcode that take a lot of memory to compile (+1 GB / file). Because I do this on my dual core laptop, xcode uses 2 threads for building. The two threads will ...
1
vote
2answers
120 views

Switching to dynamic linking

I've recently joined a group which is working on a software project that links roughly 36 packages to create a product. I discovered that part of one of these packages is licensed under the LGPL, ...
1
vote
1answer
122 views

Building multiple ports (using macports) at the same time

I'm trying to build gcc45 +gfortran on my macbook pro core duo 2 and obviously it is taking a while (A few hours I'm told). I'm wondering if its possible (safe) if I build some other ports / packages ...
1
vote
1answer
322 views

Error when compiling apache, “Undefined symbols:Undefined symbols:”_apr_dir_read$INODE64“…ld: symbol(s) not found”

I am trying to compile Apache. I did download the latest version of the sourcecode (2.2.17). This is what I do: > sudo ./configure --prefix=/usr/local/apache2 --with-included-apr ...
1
vote
3answers
104 views

Sql query building

I am just confused in building a SQL query. I tried to run it in pieces successfully but I have not been able to build it as a whole. This is the case: In table 'userseaches', user Rushi has been ...
1
vote
2answers
497 views

App engine index building stalled stuck

I am having a problem with indexes building in my App Engine application. There are only about 200 entities in the indexes that are being built, and the process has now been running or over 24 hours. ...
1
vote
2answers
70 views

Estimate the size of outputted dll/exe upfront?

currently I'm fixing some issues regarding to small outputted dll (I'm using Ribosome build system on Windows) so I'm wondering this: suppose project (C++) include source files whose total size is ...
1
vote
1answer
924 views

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 ...
1
vote
1answer
46 views

Problem with building applications

I am currently running Mac OS 10.6.2, with Xcode 3.2.1. When I try to build any application, at all, I get this error: "No object for "com.apple.InterfaceBuilder.CarbonFramework" key." I just ...
1
vote
3answers
713 views

Problems building Drools 4 project in Eclipse

I'm having trouble compiling a drools 4 project. I'm getting errors in the rules file saying Only a type can be imported. <<MyClassName>> resolves to a package The incremental compiler ...
1
vote
6answers
159 views

What kind of SEO Technique need to apply for my website [closed]

I have a website called http://www.demandb.com and it's a classified sites... Can any one tell me the different SEO Techniques for my site to get huge amount of visitors....I dint yet started SEO for ...
0
votes
0answers
27 views

NetBeans 7.1 building error : java.lang.UnsatisfiedLinkError libXtst.so.6: wrong ELF class: ELFCLASS64

I can't build my project using jdk 1.7.0 due to following error on NetBeans 7.1 whereas the same one works well on Eclipse with jdk 1.7.0. Does anyone know how can I resolve this issue ? Output: ...
0
votes
0answers
22 views

making busybox compile by disabling nfs

I am trying to build an SDK . The compilation of busybox fails during building. util-linux/lib.a(mount.o): In function `xdr_fhstatus': mount.c:(.text.xdr_fhstatus+0xd): undefined reference to ...
0
votes
3answers
58 views

Issues with Eclipse constantly performing clean/build

We recently started using Eclipse to develop our java application and have been running into some issues. It should be known that we do not use any version tracker, or build software which probably ...
0
votes
1answer
198 views

Xcode building application to ipa from command line

I'm unable to build ipa signed file from command line. First a few words about my environment: 1. Application I've prepared a simple application for iPad from template "Master-Detail Application". ...
0
votes
0answers
43 views

Flash Builder building process

I've got two projects; client and server. I use Eclipse Helios and Flash Builder 4.5. When I import both project into Eclipse and start client's part it's all ok. But if I build client part, I get ...
0
votes
2answers
32 views

building window phone 7 app

So I've completed a windows phone 7 app and I want to build it and upload it to apphub. I've got 52 images in my app and I'm not sure if theyre included? I've set my build location elsewhere so I know ...

1 2