Questions tagged [search-path]
124 questions
0
votes
1 answer
ld: warning: too many personality routines for compact unwind to encode
I just changed the folder structure of the IOS project in Xcode 6.3 and the warning on the image appeared.Solutions already on the internet are appropriate.I have copied the code in one folder and pasted it in another one.Is it some kin

Suraj K Thomas
- 5,773
- 4
- 52
- 64
0
votes
1 answer
Cannot open include file: 'sqlite3.h': No such file or directory
I downloaded the latest version of Cocos2dx (v3.4). I previously wrote a wrapper for Sqlite and I want to use that in my new project. But When I add the files, which are in a different directory than the project directory, I cannot include sqlite3.h…

Furkanzmc
- 104
- 3
- 13
0
votes
1 answer
xbuild , googleplayservices - errors
I am trying to use xbuild to build using command line on a mac os box - the build is for android, the app contains a reference to 'GooglePlayServicesLib' , 'Xamarin.Android.Support.v4' and a few other libraries.
However when the application tries…

Raj
- 77
- 2
- 10
0
votes
0 answers
Finding a path in 2 dimensional array
I have MySQL database with no constraints definition and I also have a multidimensional array in PHP which contains information about tables relations in this database. The array is in this format (only an example):
array(20){
ps_attribute_lang…

Dejv
- 944
- 2
- 14
- 31
0
votes
2 answers
Start program by PATH env. var. with right working directory
I just tried to run a new process by resolving its location via PATH env. var. Since I use Qt this means I added
X:\folder\
to my PATH variable and in my starter application I am calling
QProcess::startDetached("test.exe")
which actually…

Silicomancer
- 8,604
- 10
- 63
- 130
0
votes
1 answer
Supply library and not adding lib*.a
I think have seen how to do it somewhere but cannot refind it. Example:
gcc -Ldir -lfoo
I want the linker to look for dir/foo not dir/libfoo.a without having to write dir/foo (there are many file in dir needed and running ar first is clumsy).
EDIT:…

user877329
- 6,717
- 8
- 46
- 88
0
votes
1 answer
EclipseFG does not search for "user" installed modules
I've just installed EclipseFP and now I am trying to load a module in GHCi. The problem is that GHCi doesn't load libraries installed by cabal, referenced by my module. After I set -v in GHCi and ran :r, it looks like GHCi is only looking for…

Salman
- 1
- 2
0
votes
2 answers
Why does my search path content have so many backslash?
I have a project and I've found that the content in search path has many backslash at the beginning and the end of the correct search path.
It it like
\\\\\\\\\\\\\\"$(SRCROOT)/MY-SEARCH-PATH"\\\\\\\\\\\\\\\
So is it a bug or something I did wrong?

Gon
- 1,135
- 12
- 22
0
votes
0 answers
XE3 Build configuration break Grid RowSelect when using "Release" build
I have found a problem in XE3 that I am not sure is of my own making, i made a small app. The whole code being
unit xe3testrelease;
interface
uses
Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics,…

user1503844
- 41
- 4
0
votes
1 answer
'make' error: setting paths for compiling
i got a problem when compiling the netCDF library (parallel version).
In particular the problem is related to the different paths I guess.
The problem is I'm not the admin of the machinge. However, teh admin himselfe has already installed an old…

Stephan
- 53
- 1
- 4
0
votes
1 answer
Delphi 2010, DeHL, file not found
Have installed trial version of Delphi 2010, and hoped to get a look at DeHL.
There must be something that I have missed out on, though, cause I can't find out how to include any of the units without getting a 'file not found'-error at compile…

Vegar
- 12,828
- 16
- 85
- 151
0
votes
0 answers
Installing Emacs in custom directory (on OS X)
Fed up with emacs22 that came with Xcode, I set out to upgrade to emacs24. I do not want to overwrite the system defaults, and do not want to mess up with it either, so I tried to install emacs in a custom directory other than /usr/local/.
Say I set…

4ae1e1
- 7,228
- 8
- 44
- 77
0
votes
1 answer
binary search tree paths
In a binary search tree if you are along a certain search path, what keys are considered to be on the left of the path and which on the right?
For example if my tree is :
25
12 30
10 15 28 32
14 …

user1782677
- 1,963
- 5
- 26
- 48
0
votes
1 answer
Congos wrong search path
In Congos...i navigate to my report folder and click on the Report. I get the error: Content Manager did not return an object for the requested search path...
And I see that the path is not indeed the current folder. Where does cognos get this…

Victor
- 16,609
- 71
- 229
- 409
0
votes
1 answer
Core Plot Header Search Paths, what does it mean recursive?
Trying to add CorePlot to my application in iOS. Using Xcode 4.3.3.
I think I successfully followed all the steps except adding the Header Search Paths.
Most of the tutorials seem to be for an older version of xcode.
I put…

shim
- 9,289
- 12
- 69
- 108