Displaying 2 results from an estimated 2 matches for "newin".
Did you mean:
nein
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 wa...
2010 May 17
0
Compiling 1.1.20:undefined reference to `png_set_longjmp_fn'
..._oaidl_p.o oleaut32_ocidl_p.o dlldata.o oleaut32.res -o oleaut32.dll.so -lcomctl32 -lurlmon -luuid -lole32 -lrpcrt4 -luser32 -lgdi32 -ladvapi32 -lkernel32 -lntdll -Wb,-dcomctl32 -Wb,-durlmon ../../libs/port/libwine_port.a
olepicture.o: In function `OLEPictureImpl_LoadPNG':
/home/ole/Desktop/newine/dlls/oleaut32/olepicture.c:1478: undefined reference to `png_set_longjmp_fn'
collect2: ld returned 1 exit status
winegcc: gcc failed
make[2]: *** [oleaut32.dll.so] Error 2
make[2]: Leaving directory `/home/ole/Desktop/newine/dlls/oleaut32'
make[1]: *** [oleaut32] Error 2
make[1]: Leaving d...