search for: luuid

Displaying 20 results from an estimated 76 matches for "luuid".

Did you mean: uuid
2012 Jun 09
5
Build failure for isohybrid
...rying to debug a build failure for a while in the utils directory on isohybrid which seems to be distro specific. On Fedora 17 64bit the build completes without problems, but under both Ubuntu 32/64bit 11.10 and 12.04 I get the following: tim at oxygen:/usr/src/git/syslinux/utils$ make gcc -O2 -luuid -o isohybrid isohybrid.o isohdpfx.o isohybrid.o: In function `initialise_gpt': isohybrid.c:(.text+0xc42): undefined reference to `uuid_generate' isohybrid.c:(.text+0xd20): undefined reference to `uuid_generate' isohybrid.c:(.text+0xd2d): undefined reference to `uuid_generate' collec...
2007 Dec 06
1
[PATCH] Makefile: CFLAGS, LDFLAGS
...CFLAGS) -o btrfsctl btrfsctl.o $(LDFLAGS) btrfsck: $(objects) btrfsck.o bit-radix.o - gcc $(CFLAGS) -o btrfsck btrfsck.o $(objects) bit-radix.o + gcc $(CFLAGS) -o btrfsck btrfsck.o $(objects) bit-radix.o $(LDFLAGS) mkfs.btrfs: $(objects) mkfs.o - gcc $(CFLAGS) -o mkfs.btrfs $(objects) mkfs.o -luuid + gcc $(CFLAGS) -o mkfs.btrfs $(objects) mkfs.o -luuid $(LDFLAGS) debug-tree: $(objects) debug-tree.o - gcc $(CFLAGS) -o debug-tree $(objects) debug-tree.o -luuid + gcc $(CFLAGS) -o debug-tree $(objects) debug-tree.o -luuid $(LDFLAGS) dir-test: $(objects) dir-test.o - gcc $(CFLAGS) -o dir-tes...
2010 Apr 16
1
Trying to compile/pack the Xen 4 for Debian fail...
...-MF .vhd-util.d -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -mno-tls-direct-seg-refs -Werror -Wno-unused -I../include -D_GNU_SOURCE -Wp,-MD,.vhd-util.d -o vhd-util vhd-util.o -L../../tools/libxc -lxenctrl -L../../tools/libxc -lxenctrl -Llib -lvhd -luuid /usr/bin/ld: cannot find -lxenctrl collect2: ld returned 1 exit status make[5]: *** [vhd-util] Error 1 make[5]: Leaving directory `/home/administrativo/xen/xen-4/xen-4.0.0/debian/build/build-tools/tools/blktap2/vhd' make[4]: *** [subdir-all-vhd] Error 2 make[4]: Leaving directory `/home/adminis...
2013 Oct 18
2
Asterisk12Beta- configure script/uuid missing??
Hello, I'm trying to build Asterisk12 on a Centos 6.4 VM. The configure script is erring out with: ? checking for uuid_generate_random in -luuid... no checking for uuid_generate_random in -le2fs-uuid... no checking for uuid_generate_random... no configure: error: *** uuid support not found (this typically means the uuid development package is missing) I have installed (using yum) uuid, uuidd and uuid-devel. No joy, still getting same error...
2006 Jun 03
2
Wine : error during compilation (mandriva 2006 - x86_64)
...urface_gamma.o surface_hal.o surface_main.o surface_thunks.o surface_user.o surface_wndproc.o version.res -Wl,--rpath,\$ORIGIN/`../../tools/relpath /usr/local/lib/wine /usr/local/lib` -o ddraw.dll.so -L../../dlls -lole32 -luser32 -lgdi32 -ladvapi32 -lkernel32 -lntdll -L../../libs -lwine -ldxguid -luuid -L/usr/X11R6/lib64 -lXext -lX11 -L../../libs/port -lwine_port /usr/bin/ld: skipping incompatible /usr/X11R6/lib64/libXext.so when searching for -lXext /usr/bin/ld: cannot find -lXext collect2: ld returned 1 exit status winegcc: gcc failed. make[2]: *** [ddraw.dll.so] Erreur 2 make[2]: Leaving di...
2011 Oct 22
3
Wine 1.3.31 fails to compile in git
...lefont.o olepicture.o olepropframe.o recinfo.o safearray.o tmarshal.o typelib.o typelib2.o usrmarshal.o varformat.o variant.o vartype.o oleaut32_oaidl_p.o oleaut32_ocidl_p.o oleaut32_oaidl_r.res oleaut32_ocidl_r.res oleaut32.res dlldata.o -o oleaut32.dll.so -lcomctl32 -lurlmon -lwindowscodecs -luuid -lole32 -lrpcrt4 -luser32 -lgdi32 -ladvapi32 -Wb,-dcomctl32 -Wb,-durlmon -Wb,-dwindowscodecs ../../libs/port/libwine_port.a -L/emul/linux/x86/usr/lib -L/emul/linux/x86/lib ../../tools/winegcc/winegcc -m32 -B../../tools/winebuild --sysroot=../.. -fasynchronous-unwind-tables -shared ./oleaut32.spec...
2009 Feb 21
2
Compiling Winelib application under x86_64
Hi All I'm trying to compile the following program int main() { return 0; } I generated a makefile using winemaker running make I get wineg++ -c -mno-cygwin -o test.o test.cpp wineg++ -mwindows -mno-cygwin -o test.exe.so test.o -lodbc32 -lole32 -loleaut32 -lwinspool -luuid ld: Relocatable linking with relocations from format elf32-i386 (/usr/lib/wine/libwinecrt0.a(exe_entry.o)) to format elf64-x86-64 (test.UzYhKg.o) is not supported winebuild: ld -r failed with status 256 winegcc: winebuild failed make: *** [test.exe.so] Error 2 uname -a returns: Linux host1 2.6.18-...
2005 Feb 03
0
Fix for win32-shortcut
Hi all, I''ve narrowed down one more problem for cygwin/mingw. For win32-shortcut, it appears that you need to add "-luuid" to $LIBS. Once Takaaki tried that, it worked. How does this look for the extconf.rb for win32-shortcut? # extconf.rb require "mkmf" require "ftools" if RUBY_PLATFORM =~ /cygwin|mingw/i CONFIG["CC"] = "g++" CONFIG["LDSHARED"] = "...
2014 Apr 26
1
Problem building Asterisk-12.2.0
When I run ./configure, it aborts with: checking for uuid_generate_random in -luuid... no checking for uuid_generate_random in -le2fs-uuid... no checking for uuid_generate_random... no configure: error: *** uuid support not found (this typically means the uuid development package is missing) But it *is* installed: [root at asterisk asterisk-12.2.0]# yum list installed | grep uui...
2019 Jun 08
2
Help Building LLVM for Android
...chains\llvm\prebuilt\windows-x86_64\bin\clang.exe > CMakeFiles/cmTC_4a28c.dir/testCCompiler.c.obj -o cmTC_4a28c.exe > -Wl,--out-implib,libcmTC_4a28c.dll.a > -Wl,--major-image-version,0,--minor-image-version,0 -lkernel32 -luser32 > -lgdi32 -lwinspool -lshell32 -lole32 -loleaut32 -luuid -lcomdlg32 > -ladvapi32 && cd ." > > clang: error: unable to execute command: program not executable > > clang: error: linker command failed with exit code 1 (use -v to see > invocation) > > ninja: build stopped: subcommand failed. > Thanks! ------...
2016 Jun 20
2
Compilation problem with a few configure option
...u-keywords -Wundef -Woverloaded-virtual -Wstrict-null-sentinel -Wshadow -Wstrict-overflow=1 -Wlogical-op -Wmissing-declarations -Wdouble-promotion -Winit-self -fvisibility=hidden -g -O2 -std=gnu++11 -o bin/.libs/xapian-delve bin/xapian-delve.o ./.libs/libgetopt.a ./.libs/libxapian-1.3.so -lrt -lz -luuid ./.libs/libxapian-1.3.so: undefined reference to `RemoteConnection::send_message(char, std::string const&, double)' ./.libs/libxapian-1.3.so: undefined reference to `RemoteConnection::get_message_chunked(double)' ./.libs/libxapian-1.3.so: undefined reference to `RemoteConnection::Remote...
2015 Jan 27
2
[LLVMdev] build failure on mingw gcc 4.9.1
...no-long-long -Wno-maybe-uninitialized -Wno-comment -std=gnu++11 -g utils/not/CMakeFiles/not.dir/not.cpp.obj -o bin/not.exe -Wl,--major-image-version,0,--minor-image-version,0 lib/libLLVMSupportD.a -limagehlp -lpsapi -lshell32 -lkernel32 -luser32 -lgdi32 -lwinspool -lshell32 -lole32 -loleaut32 -luuid -lcomdlg32 -ladvapi32 && cd . lib/libLLVMSupportD.a(Signals.cpp.obj): In function `llvm::sys::PrintStackTraceOnErrorSignal()': D:/Slave/llvm-mingw/build/lib/Support/Windows/Signals.inc:284: undefined reference to `__imp__set_abort_behavior' D:/Slave/llvm-mingw/build/lib/Support/Wi...
2017 Jun 30
4
[PATCH v2 0/4] Allow cross-building of syslinux
Hi together, this is the second version of my cross-compilation patch serie. I'm sending it in the hope to get an honest review, and possibly see the patches integrated upstream. Those patches allow to build syslinux using a toolchain different from the host one by explicitely using the host toolchain for the utilities that are required at build-time / on the build machine. I am using the
2015 Sep 24
2
problems with PJSIP install on UBUNTU 14.04
...-gnu -lsrtp-x86_64-unknown-linux-gnu -lresample-x86_64-unknown-linux-gnu -lgsmcodec-x86_64-unknown-linux-gnu -lspeex-x86_64-unknown-linux-gnu -lilbccodec-x86_64-unknown-linux-gnu -lg7221codec-x86_64-unknown-linux-gnu -lportaudio-x86_64-unknown-linux-gnu -lpj-x86_64-unknown-linux-gnu -lssl -lcrypto -luuid -lm -lrt -lpthread travis at pcimphone1:~/downloads/pjproject-2.4.5$ grep "aconfigure" config.status # Generated by aconfigure. configured by ./aconfigure, generated by GNU Autoconf 2.69, set X /bin/bash './aconfigure' '--prefix=/usr' '--enable-shared' '--d...
2011 Nov 01
1
btrfs-progs
...-D_FORTIFY_SOURCE=2 -g -Werror -Os -c btrfsctl.c gcc -g -Werror -Os -o btrfsctl btrfsctl.o ctree.o disk-io.o radix-tree.o extent-tree.o print-tree.o root-tree.o dir-item.o file-item.o inode-item.o inode-map.o crc32c.o rbtree.o extent-cache.o extent_io.o volumes.o utils.o btrfs-list.o btrfslabel.o -luuid ls mkfs.c mkfs.c gcc -Wp,-MMD,./.mkfs.o.d,-MT,mkfs.o -Wall -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -g -Werror -Os -c mkfs.c mkfs.c:39:24: fatal error: attr/xattr.h: No such file or directory compilation terminated. make: *** [mkfs.o] Error 1 andy@eccles:~/btrfs-progs$ Is attr a required depend...
2005 Apr 01
2
Compiling on AMD64: errors
...ls/winegcc/winegcc -B../../../tools/winebuild -shared ./winearts.drv.spec arts.o audio.o winearts.drv.dbg.o -o winearts.drv.so -L../../../dlls -lwinmm -luser32 -lkernel32 -L../../../libs/wine -lwine -L/usr/lib64 -ldl -lartsc -lpthread -lgmodule-2.0 -ldl -lgthread-2.0 -lglib-2.0 -ldxguid -luuid -L../../../libs/port -lwine_port /usr/bin/ld: skipping incompatible /usr/lib64/libartsc.so when searching for -lartsc /usr/bin/ld: cannot find -lartsc collect2: ld returned 1 exit status winegcc: gcc failed. It actually gave a similar error at one point before this about 64-bit X libs, but reru...
2007 Mar 19
3
64 bit compilation SUSE 10.2
...iasing -gstabs+ -Wdeclaration-after-statement -Wpointer-arith -g -O2 -o audio.o audio.c ../../../tools/winegcc/winegcc -B../../../tools/winebuild -shared ./wineesd.drv.spec esound.o audio.o -o wineesd.drv.so -lwinmm -luser32 -lkernel32 -L/usr/lib64 -lesd -laudiofile -lm -lasound -ldxguid -luuid ../../../libs/port/libwine_port.a /usr/lib64/gcc/x86_64-suse-linux/4.1.2/../../../../x86_64-suse-linux/bin/ld: skipping incompatible /usr/lib64/libesd.so when searching for -lesd /usr/lib64/gcc/x86_64-suse-linux/4.1.2/../../../../x86_64-suse-linux/bin/ld: skipping incompatible /usr/lib64/libesd.a w...
2004 Sep 19
0
MFC compile problem
...make make[1]: Entering directory `/home/ken/.wine/drive_c/mfc/src' wrc -I. -I/home/ken/.wine/drive_c/VC_Include -I/home/ken/.wine/drive_c/mfc/Include -fomfcdb.res mfcdb.rc wineg++ -mwindows -mno-cygwin -o mfcdb.so mfcdb.res mfcdb.dbg.o -lodbc32 -lole32 -loleaut32 -lwinspool -lmfc.dll -luuid -lmfc /usr/bin/ld: cannot find -lmfc.dll collect2: ld returned 1 exit status winegcc: g++ failed. make[1]: *** [mfcdb.so] Error 2 make[1]: Leaving directory `/home/ken/.wine/drive_c/mfc/src' make: *** [src] Error 2 4 modify src/Makefile delete 'mfc' in mfcintl_LIBRARIES mfcdll_LIBRARI...
2012 Jun 05
13
New btrfs-progs integration branch
I''ve just pushed out a new integration branch to my git repo. This is purely bugfix patches -- there are no new features in this issue of the integration branch. I''ve got a stack of about a dozen more patches with new features in them still to go. I''ll be working on those tomorrow. As always, there''s minimal testing involved here, but it does at least compile on
2005 Feb 23
1
Wine-20040505 and vstserver
.... dummy.c main.c windowsstuff.c winwin.c winegcc -c -mno-cygwin -I. -o win.exe.dbg.o win.exe.dbg.c winegcc -c -mno-cygwin -I. -o dummy.o dummy.c winegcc -mwindows -mno-cygwin -o win.exe.so dummy.o main.o windowsstuff.o winwin.o rsrc.res win.exe.dbg.o -lodbc32 -lole32 -loleaut32 -lwinspool -luuid main.o(.text+0x151): In function `WinMain': : undefined reference to `MAINHANDLER_control' windowsstuff.o(.text+0x224): In function `WINDOWS_new': : undefined reference to `VSTS_audioMaster' collect2: ld gab 1 als Ende-Status zur?ck (translation: ld returned 1 as end-status) winegcc...