search for: buildpath

Displaying 6 results from an estimated 6 matches for "buildpath".

Did you mean: build_path
2012 Mar 29
1
Defect ISO generation after yum upgrade
...uild machine ISO files are generated but useless. I you are able to see the picture I would like to know "who" writes the - Loading /system.igz? failed! Is it the kernel already loading the cpio+gzip'ed file or is it still isolinux. This script generates new ISO files #!/bin/bash BUILDPATH=/proxygen GENERATEDPATH=/var/www/html/proxy/generated # if build command contains buildsystem a new system is build if [[ $@ = *buildsystem* ]]; then # Build initramfs rm -f $BUILDPATH/boot/system.igz chown -R 0:0 $BUILDPATH/system cd $BUILDPATH/system find . -print0 | cpio --null -ov --forma...
2016 Jun 09
0
Java Application on 64bit Windows
Hi, I am trying to develop a Java application with libvirt 0.5.1. I am trying this on Windows7 64bit. I downladed libvirt-0.5.1.jar and jna.jar files and added them to the Buildpath. Then I installed VirtViewer for windows 64 bit and copied dll files. In my application if i only use System.setProperty("jna.library.path", PATH_TO_DLL); then i see "UnsatisfiedLinkError: Unable to load library 'virt'" error. If i also use System.load(PATH_TO_DLL); th...
2014 Jan 10
0
Wine release 1.6.2
...fine (using MacDriver) on OS X Mavericks 34813 winedbg crash reports are missing important information on Mac OS X 10.8+ 34853 Multiple .NET 3.x/4.x apps need Win32_NetworkAdapterConfiguration WMI class 34912 GEOVIA Surpac 6.x (geology and mine planning software) needs scrrun IFileSystem3::BuildPath 34949 Chessmaster 10th Edition: no graphics in the menu, you can't run the game (Mac OS X only bug) 34983 Fellowship One Check-In Application v2.5 needs IBackgroundCopyJob::SetDescription method 34988 Fellowship One Check-In Application v2.5 needs IBackgroundCopyManager::GetJob method...
2013 Nov 22
0
Wine release 1.7.7
...ll stub 34894 Version 1.7.6 Compile Failure - Ubuntu 12.04 34908 TERA Online patcher fails to start 34911 WinLaunch 0.4.6.1 (OSX Style free Launcher) needs windowscodecs.dll.IPropertyBag2_Write_Proxy 34912 GEOVIA Surpac 6.x (geology and mine planning software) needs scrrun IFileSystem3::BuildPath 34948 Chessmaster 10th Edition: title bar covers part of the player login window (Mac OS X only bug) 34949 Chessmaster 10th Edition: no graphics in the menu, you can't run the game (Mac OS X only bug) 34968 Freespace becomes unresponsive and showing only black screen 34969 wininet:...
2007 May 30
5
java bindings 1.0.0 - jni.h not found
Hi all, I am new to Xapian and want to use it with Java. In order to do that I tried to compile the Java bindings. I set XAPIAN_CONFIG and invoked "configure". However "./configure --with-java" exits with an error. Point of failure: checking for jni.h... no checking for jni.h in /usr/lib/jvm/java-1.5.0-sun/include... no checking for jni.h in
2007 Jul 05
2
[LLVMdev] PATCH (rest of code changes) "bytecode" --> "bitcode"
Here is the bulk of the sanitizing. My residual doubts center around the question whether we still do/want to support (un)compressed *byte*code in 2.0/2.1. I need a definitive word on this to proceed. My understanding is that bytecode is already gone, but there are still some functions/enums that really deal with *byte*code (instead of *bit*code). I did not touch those areas, so the attached