Displaying 2 results from an estimated 2 matches for "newins".
Did you mean:
newinst
2002 Sep 26
1
[LLVMdev] ReplaceUsesWith
When I try to do this:
GetElementPtrInst *newIns = new GetElementPtrInst( ... );
OldIns->ReplaceAllUsesWith( newIns );
When I compile the code, it always says, no matching function
for call to `GetElementPtrInst::ReplaceAllUsesWith
(GetElementPtrInst *&)'
But since GetElementPtrInst is a subclass of Value, why cannot
use this way...
2010 May 17
0
Compiling 1.1.20:undefined reference to `png_set_longjmp_fn'
Hi all.
I'm trying to compile an older wine version from git.
What I did was first to 'git clone' the repo into a folder and then issue a
'git checkout wine-1.1.20' command which should give me the source for the 1.1.20 release. Then I do a "./configure --prefix=/usr" and then I compile with "make depend && make".
This is a part of the last output: