[SOLVED] Xsane Build Errors

xsane: error while loading shared libraries: libjpeg.so.62: cannot open shared object file: No such file or directory
Prompted me to rebuild sane-backends-1.0.20 against libjpeg 7-1 (no problems there) and xsane (with build errors):
--disable-gimp --disable-nls --disable-sanetest --disable-gimptest --disable-gtktest --prefix=/usr/local
xsane-back-gtk.c: In function 'xsane_back_gtk_range_display_value_right_callback':
xsane-back-gtk.c:1966: warning: cast from pointer to integer of different size
xsane-back-gtk.c: In function 'xsane_back_gtk_range_new':
xsane-back-gtk.c:2016: warning: cast to pointer from integer of different size
xsane-back-gtk.c: In function 'xsane_back_gtk_set_sensitivity':
xsane-back-gtk.c:2615: error: 'SANE_CAP_ALWAYS_SETTABLE' undeclared (first use in this function)
xsane-back-gtk.c:2615: error: (Each undeclared identifier is reported only once
xsane-back-gtk.c:2615: error: for each function it appears in.)
make[1]: *** [xsane-back-gtk.o] Error 1
Is there a known resolution/workaround for this?
Last edited by adamlau (2009-07-15 18:38:39)

Just noticed the MissingCapsFlag.patch, build went without a hitch, xsane works as expected...
Last edited by adamlau (2009-07-15 19:18:39)

Similar Messages

  • Build error under g++ 3.4.6

    I am attempting to build an app but every time I hit the followng error:
    ===========================================================================
    Undefined first referenced
    symbol in file
    UnwindRaiseException /usr/local/lib/gcc/sparc-sun-solaris2.8/3.4.6/../../../libstdc++.a(eh_throw.o)
    __divdi3 /usr/local/lib/gcc/sparc-sun-solaris2.8/3.4.6/../../../libstdc++.a(locale-inst.o)
    UnwindResume_or_Rethrow /usr/local/lib/gcc/sparc-sun-solaris2.8/3.4.6/../../../libstdc++.a(eh_throw.o)
    __muldi3 /usr/local/lib/gcc/sparc-sun-solaris2.8/3.4.6/../../../libstdc++.a(locale-inst.o)
    UnwindGetRegionStart /usr/local/lib/gcc/sparc-sun-solaris2.8/3.4.6/../../../libstdc++.a(eh_personality.o)
    UnwindResume Codec.o
    UnwindGetTextRelBase /usr/local/lib/gcc/sparc-sun-solaris2.8/3.4.6/../../../libstdc++.a(eh_personality.o)
    UnwindGetDataRelBase /usr/local/lib/gcc/sparc-sun-solaris2.8/3.4.6/../../../libstdc++.a(eh_personality.o)
    UnwindDeleteException /usr/local/lib/gcc/sparc-sun-solaris2.8/3.4.6/../../../libstdc++.a(eh_catch.o)
    __udivdi3 /usr/local/lib/gcc/sparc-sun-solaris2.8/3.4.6/../../../libstdc++.a(locale-inst.o)
    __umoddi3 /usr/local/lib/gcc/sparc-sun-solaris2.8/3.4.6/../../../libstdc++.a(locale-inst.o)
    UnwindGetLanguageSpecificData /usr/local/lib/gcc/sparc-sun-solaris2.8/3.4.6/../../../libstdc++.a(eh_personality.o)
    UnwindSetIP /usr/local/lib/gcc/sparc-sun-solaris2.8/3.4.6/../../../libstdc++.a(eh_personality.o)
    UnwindSetGR /usr/local/lib/gcc/sparc-sun-solaris2.8/3.4.6/../../../libstdc++.a(eh_personality.o)
    UnwindGetIP /usr/local/lib/gcc/sparc-sun-solaris2.8/3.4.6/../../../libstdc++.a(eh_personality.o)
    ld: fatal: Symbol referencing errors. No output written to decoder
    collect2: ld returned 1 exit status
    make: *** [decoder] Error 1
    ===========================================================================
    The g++ version used is as following:
    ===========================================================================
    bash-2.03$ g++ -v
    Reading specs from /usr/local/lib/gcc/sparc-sun-solaris2.8/3.4.6/specs
    Configured with: ../configure with-as=/usr/ccs/bin/as with-ld=/usr/ccs/bin/ld enable-shared enable-languages=c,c++,f77
    Thread model: posix
    gcc version 3.4.6
    ===========================================================================
    The build option used is as following:
    ===========================================================================
    "g++ -nodefaultlibs -o $@ $^ -lgcc -lsocket -lc `g++ -print-file-name=libstdc++.a".
    ===========================================================================
    Note that I have to build the app by linking the "libstdc" library statically.
    Any ideas on how to solve these build error? Thank you very much.

    It is a self-maintained tool named decoder. The build was successful until the build server was upgraded. But I did not notice the g++ version previous used.

  • [SOLVED] [mkinitcpio] initramfs "build error" messages since v.18-1

    Hi everybody,
    Since the update from mkinitcpio 17-1 to 18-1 I get those build error messages while running mkinitcpio:
    # mkinitcpio -p linux
    ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'default'
    -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
    ==> Starting build: 3.15.8-1-ARCH
    -> Running build hook: [base]
    -> Running build hook: [udev]
    -> Running build hook: [autodetect]
    -> Running build hook: [modconf]
    -> Running build hook: [block]
    -> Running build hook: [keymap]
    -> Running build hook: [encrypt]
    -> Running build hook: [lvm2]
    -> Running build hook: [filesystems]
    -> Running build hook: [keyboard]
    -> Running build hook: [fsck]
    ==> Generating module dependencies
    ==> Creating gzip-compressed initcpio image: /boot/initramfs-linux.img
    ==> WARNING: errors were encountered during the build. The image may not be complete.
    ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'fallback'
    -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
    ==> Starting build: 3.15.8-1-ARCH
    -> Running build hook: [base]
    -> Running build hook: [udev]
    -> Running build hook: [modconf]
    -> Running build hook: [block]
    ==> WARNING: Possibly missing firmware for module: aic94xx
    ==> WARNING: Possibly missing firmware for module: smsmdtv
    -> Running build hook: [keymap]
    -> Running build hook: [encrypt]
    -> Running build hook: [lvm2]
    -> Running build hook: [filesystems]
    -> Running build hook: [keyboard]
    -> Running build hook: [fsck]
    ==> Generating module dependencies
    ==> Creating gzip-compressed initcpio image: /boot/initramfs-linux-fallback.img
    ==> WARNING: errors were encountered during the build. The image may not be complete.
    However I can still boot and everything seems mostly fine. I haven't changed anything to my /etc/mkinitcpio.conf, here are the only customized parts:
    MODULES="i915 dm_snapshot"
    HOOKS="base udev autodetect modconf block keymap encrypt lvm2 filesystems keyboard fsck
    I'm using an encrypted root (ext4 over LVM over LUKS) and boot partition is contained in an (unencrypted) LVM logical volume. I also specify a few i915 module options in an /etc/modprobe.d/modprobe.conf file as per the Intel Graphics wiki page:
    # Intel graphics driver power-saving option :
    options i915 i915_enable_rc6=7 i915_enable_fbc=1 lvds_downclock=1
    Never had any such warnings before, but now it appears each and every time I update or reinstall my kernel (the default one). I went through Mkinitcpio wiki page, tried putting question marks after the listed modules and rebuilding but it didn't change anything... Any ideas?
    Btw, I don't use any specific compression option and had the regular lzo name change during the same full system upgrade that updated mkinitcpio and linux.
    Thanks
    Last edited by Neitsab (2014-08-04 11:51:19)

    Yes indeed, removing /etc/modprobe.d/modprobe.conf~ hidden backup file solved the warning issue. Strange but thanks ukhippo, I hadn't thought about checking other subforums!
    Last edited by Neitsab (2014-08-04 11:52:08)

  • How to solve this Folio Builder error :

    We have uploaded 18 magazine titles on DPS for the month of December and for some reason magazine with large file size cannot be accessed.
    Can you provide information on how to solve this error:
    " Folio Builder error: An error has occured while loading your documents from the server. Network failure."
    thanks,

    Have a look at these docs:
    E-CA Change Assistant gives error: All agents should be running and sending pulses for all application, batch, file and web servers for the environment before the Change Assistant is started (Doc ID 1073464.1)
    E-CA: PT8.53, PT8.52, PT8.51, PT8.50: EMF Agents not Finding Configuration Files for App Server, Batch Server (Doc ID 1080590.1)

  • [Solved] Build Error compiling grub through abs

    hi,
    When I try to compile grub through abs, I get a build error almost straight away.
    Here is the error message:
    make[3]: Entering directory `/home/jonathan/abs/grub/src/grub_bios-2.00/grub-core/gnulib'
    make[4]: Entering directory `/home/jonathan/abs/grub/src/grub_bios-2.00/grub-core/gnulib'
    gcc -DHAVE_CONFIG_H -I. -I../.. -I../../intl -MT argp-ba.o -MD -MP -MF .deps/argp-ba.Tpo -c -o argp-ba.o argp-ba.c
    gcc -DHAVE_CONFIG_H -I. -I../.. -I../../intl -MT argp-eexst.o -MD -MP -MF .deps/argp-eexst.Tpo -c -o argp-eexst.o argp-eexst.c
    mv -f .deps/argp-ba.Tpo .deps/argp-ba.Po
    gcc -DHAVE_CONFIG_H -I. -I../.. -I../../intl -MT argp-fmtstream.o -MD -MP -MF .deps/argp-fmtstream.Tpo -c -o argp-fmtstream.o argp-fmtstream.c
    In file included from argp.h:22:0,
    from argp-eexst.c:25:
    ./stdio.h:456:1: error: 'gets' undeclared here (not in a function)
    make[4]: *** [argp-eexst.o] Error 1
    make[4]: *** Waiting for unfinished jobs....
    In file included from argp-fmtstream.h:27:0,
    from argp-fmtstream.c:34:
    ./stdio.h:456:1: error: 'gets' undeclared here (not in a function)
    make[4]: *** [argp-fmtstream.o] Error 1
    make[4]: Leaving directory `/home/jonathan/abs/grub/src/grub_bios-2.00/grub-core/gnulib'
    make[3]: *** [all-recursive] Error 1
    make[3]: Leaving directory `/home/jonathan/abs/grub/src/grub_bios-2.00/grub-core/gnulib'
    make[2]: *** [all] Error 2
    make[2]: Leaving directory `/home/jonathan/abs/grub/src/grub_bios-2.00/grub-core/gnulib'
    make[1]: *** [all-recursive] Error 1
    make[1]: Leaving directory `/home/jonathan/abs/grub/src/grub_bios-2.00'
    make: *** [all] Error 2
    ==> ERROR: A failure occurred in build().
    Aborting...
    Any help on how to fix the error will be appreciated.
    Last edited by rabbidrabbit (2012-07-22 17:04:37)

    https://lists.gnu.org/archive/html/grub … 00051.html

  • Error 7 Build Error - File not found

    I am trying to build my software to another computer over the network. I am able to  access the directory I am installing to and the program is not indicating any build errors(all VI's are not broken). This error only occurs when building. Any suggestions would be great.
    Thanks,
    Nate 
    The Build was unsuccessful
    Possible Reasons: An included VI or one of its dependencies does not exist. Open all  Startup/Exported/Dynamically called VIs, recompile them  (Ctrl-Shift Click the run arrow), and save them to update their dependencies.
      \\PAINESTORAGE\Engineering\Test & Manufacturing Software\AutoTest Software\Current Version\AutoTest ...
     Extended Details: Visit the Request Support page at ni.com/ask to learn more about resolving this problem. Use the following information as a reference:
      Error 7 occurred at ABAPI Dist Report Read Link Info Error.vi -> ABAPI Dist Cmp Settings to Disk Hier.vi -> ABAPI Get Settings From File2.vi -> EBEP_Invoke_Build_Engine.vi -> EBUIP_Build_Invoke.vi -> EBUIP_Build_Rule_Editor.vi -> EBUIP_Item_OnDoProperties.vi -> EBUIP_Item_OnDoProperties.vi.ProxyCaller
      Possible reason(s):
      LabVIEW:  File not found. The file might have been moved or deleted, or the file path might be incorrectly formatted for the operating system. For example, use \ as path separators on Windows, : on Mac OS, and / on Linux. Verify that the path is correct using the command prompt or file explorer.
    =========================
    NI-488:  Non-existent board.
    -Nate
    Solved!
    Go to Solution.

    Is there a way to see a report of the dynamically called VI's? I inherited this software and am relatively new to LabView...
    -Nate

  • Applicatio​n builder error 1041

    Dear All,
    I have a problem to build a application in Labview 8.5.
    It's the first time that I try to build this application in fact it's the first application every I try to build.
    I found the following problem.
     Authentication: "Error Code Database.vi is password-protected. Enter the password to acces the block diagram."
    I do not know the password for this file.
    The building errors details I get are:
    Visit the Request Support page at ni.com/ask to learn more about resolving this problem. Use the following information as a reference:
    Error 1041 occurred at Invoke Node in AB_Source_VI.lvclass:Apply_VI_Properties.vi->AB_So​urce_VI.lvclass:Copy_SourceItem.vi->AB_Build.lvcla​ss:Copy_Files.vi->AB_Application.lvclass:Copy_File​s.vi->AB_Build.lvclass:Build.vi->AB_EXE.lvclass:Bu​ild.vi->AB_Engine_Build.vi->AB_Build_Invoke.vi->AB​_Build_Invoke.vi.ProxyCaller
    Possible reason(s):
    LabVIEW:  Incorrect password.
    Method Name: Lock Stateet  
    When I start looking for the file that causes the problems I find that it is "Get File Type.vi" it's protected.
    This is an NI file and I do not know the password and I do not know why it is locked.
    The VI general properties of the file are:
    C:\Program Files\National Instruments\LabVIEW 8.5\vi.lib\Utility\lvfile.llb\Get File Type.vi
    File revision is 78
    I tried to solve the problem as discribed in tread
    http://forums.ni.com/ni/board/message?board.id=170​&message.id=297099&requireLogin=False
    But that did not work for me. A build with a new file also gives the same error.
    So I tried something else in the Build specification there is a menu "source file settings". There is a selection about passwords
    You can choose 3 settings 1) No passord change 2) Remove password 3) Apply new password. I changed this setting from 2 to 1.
    And I can build the project now. So I change back from 1 to 2 and I should get the error back again. And I did not. How can this happen?
    What is going on?
    Thanks in advance

    Mike, you can't change the password if you don't know the old one. Why do you want to change the password? I do't wanna change the password. The application builder is asking for it and I do not have it. The same problem occured at thread http://forums.ni.com/ni/board/message?board.id=170​&message.id=297099&requireLogin=FalseIt looks almost the same but the solutions there did not work. The problem kept occuring.  So I tried someting else:
    In the Build specifications there is a menu "source file settings" for your project files. I only have 1 main.vi project file
    There is a selection about passwords for your source file settings. See attachment 3. You can choose 3 settings
    1) No passord change
    2) Remove password
    3) Apply new password.
    I changed this setting from 2 to 1.And I can build the project now. So problem solved.
    Then I changed back from 1 to 2 and I should get the error back again. And it did not.
    I do not understand why it works and I would like to.
    What is going on?
    Attachments:
    Authentication.JPG ‏13 KB
    VIPropertiesProtection.JPG ‏131 KB
    SourceFileSettings.JPG ‏52 KB

  • Build error :package com.sun.javadoc does not exist

    Question from a Turing machine expert who is new to Java.
    Trying to run a sample program from Richardson's book "Java JDK 5 Edition" Chapter 1.
    In Netbeans 5.5 receive build error :package com.sun.javadoc does not exist
    for "import com.sun.javadoc.*;"
    Believe missing classes are in tools.jar in C:\Sun\SDKee5SDK\jdk\lib
    How do I define this to Netbeans and/or JDK?
    Using java_ee_sdk-5_01
    and netbeans-5_5-windows downloads.
    Platform is XP.
    Netbeans has been updated to date.
    Appreciate.

    sony_tj wrote:
    D:\Xyz.java:22: package com.sun.javadoc does not exist
    import com.sun.javadoc.*;After getting this error, I have set my classpath to C:\Program Files\Java\jdk1.5.0_03\lib\tools.jar. But still the error persists. Could anyone please tell me how do I solve this problem.You have failed in setting your classpath in that case.

  • Olap cube build Error ORA-01403: no data found during DML "SYS.AWXML!R11_AGGREGATE_CONSISTENT"

    Can anyone help decoding this error and how to resolve this ?
    <ERROR>  <![CDATA[37162: ORA-37162: OLAP errorORA-01403: no data foundXOQ-01600: OLAP DML error while executing DML "SYS.AWXML!R11_AGGREGATE_CONSISTENT"ORA-06512: at "SYS.DBMS_CUBE", line 234ORA-06512: at "SYS.DBMS_CUBE", line 316ORA-06512: at line 1]]>></ERROR>
    Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
    With the Partitioning, Automatic Storage Management, OLAP, Data Mining
    and Real Application Testing options
    Following is the cube_build_log rows when the error occurs
    BUILD_ID  STATUS  COMMAND  BUILD_OBJECT  BUILD_OBJECT_TYPE  OUTPUT_TXT
    9921  FAILED  BUILD    BUILD  <ERROR>  <![CDATA[XOQ-01707: Oracle job "A$9921_JOB$_501362" failed while executing slave build "ORSFHR_PRDBI.RESV_PACE_BI USING (LOAD PRUNE, SOLVE PARALLEL) AS OF SCN 10311831493648" with error "37162: ORA-37162: OLAP errorORA-01403: no data foundXOQ-01600: OLAP DML error while executing DML "SYS.AWXML!R11_AGGREGATE_CONSISTENT"ORA-06512: at "SYS.DBMS_CUBE", line 234ORA-06512: at "SYS.DBMS_CUBE", line 316ORA-06512: at line 1".]]>></ERROR>
    9921  COMPLETED  DETACH AW    BUILD 
    9921  STARTED  DETACH AW    BUILD 
    9921  COMPLETED  ROLLBACK    BUILD 
    9921  STARTED  ROLLBACK    BUILD 
    9921  COMPLETED  REATTACH AW RW WAIT    BUILD 
    9921  STARTED  REATTACH AW RW WAIT    BUILD 
    9921  FAILED  SLAVE  RESV_PACE_BI  CUBE  <ERROR>  <![CDATA[37162: ORA-37162: OLAP errorORA-01403: no data foundXOQ-01600: OLAP DML error while executing DML "SYS.AWXML!R11_AGGREGATE_CONSISTENT"ORA-06512: at "SYS.DBMS_CUBE", line 234ORA-06512: at "SYS.DBMS_CUBE", line 316ORA-06512: at line 1]]>></ERROR>
    9921  COMPLETED  DETACH AW  RESV_PACE_BI  CUBE 
    9921  FAILED  BUILD    BUILD  <ERROR>  <![CDATA[ORA-01403: no data foundXOQ-01600: OLAP DML error while executing DML "SYS.AWXML!R11_AGGREGATE_CONSISTENT"]]>></ERROR>
    9921  STARTED  DETACH AW  RESV_PACE_BI  CUBE 
    9921  FAILED  SOLVE PARALLEL  RESV_PACE_BI  CUBE  <SolveStatistics  IS_EMPTY="no"  CHANGED_VALUES="yes"  CHANGED_RELATIONS="no"/><ERROR>  <![CDATA[ORA-01403: no data foundXOQ-01600: OLAP DML error while executing DML "SYS.AWXML!R11_AGGREGATE_CONSISTENT"]]>></ERROR>
    9921  STARTED  SOLVE PARALLEL  RESV_PACE_BI  CUBE 
    9921  COMPLETED  LOAD  RESV_PACE_BI  CUBE  <CubeLoad  LOADED="4114188"  REJECTED="0"/>

    Please enter a service request with regard to this issue with Oracle Support.
    thanks,
    Ken

  • Installer Build Error

    Hi,
    I am rebuilding an existing Labview application (originally done in LV8.6) using LabVIEW 2011. The application works in LV2011 as stand alone but when I try to build the installer, I get the error for which the details are in the attached text file.
    Please help figure out the issue.
    Thanks
    Jeet
    Solved!
    Go to Solution.
    Attachments:
    Installer builder error.txt ‏4 KB

    The issue with installer build is fixed. It wasn't able to read the drivers from the CD drive because the CD drive had gone bad.
    We replaced the CD drive and it started working.

  • Build Errors for Imported WLI 10.3.0 projects

    I've upgraded WLI 10.3.0 to WLI 10.3.1 using the upgrade installer on my Windows machine. I then created a new domain using the current WL Server 10.3.0 and WLI 10.3.1. I then imported Oracle's Tutorial Worklist application projects into a new workspace. This WLI application was originally developed with WLI 10.3.0 and was builiding/working correctly in the old WLS 10.3.0/WLI 10.3.0 environment. I get the following build errors now:
    - The project was not built since its build path is incomplete. Cannot find the class file for java.io.Serializable. Fix the build path then try building this project          Loan_Web
    - The project was not built since its build path is incomplete. Cannot find the class file for java.lang.Object. Fix the build path then try building this project          LoanUtil     
    - The type java.io.Serializable cannot be resolved. It is indirectly referenced from required .class files     Loan_Web/src/process     MyControl.java     line 1     
    - CHKJ3010W: Welcome Files cannot begin or end with a /.     Loan_Web/WebContent/WEB-INF     web.xml     org.eclipse.jst.j2ee.webapplication.internal.impl.WelcomeFileImpl@5b5bec (welcomeFile: /user.portal)
    The source files don't even appear under the projects in the workspace now. How can I fix this? Shouldn't importing the WLI 10.3.0 application into WLI 10.3.1 be transparent?
    Thanks.

    Hi,
    Does you check for the build path for this issue.
    Might this would be the problem with default JRE internal.
    Please check build java path and correct the JRE subsystem it will solve your issue.
    Regards,
    Kal.

  • C++ build error with LabVIEW DLL

    Hi, I'm a student at UC Irvine learning to use LabVIEW.  I am working on a practice project for which I have to use a PID system to control the temperature of an object.  Things are starting to get a little messy with nested control statements, loops, etc., so I figured I'd export a LabVIEW DLL with all the hard to code stuff, such as interfacing with my instruments, and plotting data or whatever, and do the number crunching and keeping track of stuff in C++.
    The DLL file I made in LabVIEW went off without a hitch as far as I can tell, but when linking it to my C++ test program (which at this point is just including the LabVIEW's .h file for the DLL and an empty main() function), I get a lot of build errors.  I am using Dev-C++ which uses g++ to compile the code.
    Here is a pic of my build errors:
    Solved!
    Go to Solution.
    Attachments:
    LabVIEW_compile_error.JPG ‏184 KB

    Normal windows apps are not as forgiving about where you can put your DLL as LabVIEW. You have to have a DLL either in the direcotry where the executable file itself resides (that would be your build directory, not the source directory), the windows or system directory, or any directory that is set in the PATH environment variable. Anythin else will most likely not work, or at least not reliably.
    No need to add the cintools directory into your include file paths nor the library file paths. you would only need that if you decided to let the DLL export native LabVIEW data types in which case you would need the LabVIEW manager functions to prepare the correct data buffers.
    Rolf Kalbermatter
    Message Edited by rolfk on 07-30-2009 07:49 AM
    Rolf Kalbermatter
    CIT Engineering Netherlands
    a division of Test & Measurement Solutions

  • Warehouse Builder Error

    Hi all,
    I am facing a warehouse builder error during validation of a map. The map is created to populate a target dimension from a source table. Whenever i validated the map this error message is coming-
    Warehouse Builder Error
    MMM1034: Property LOAD_COLUMN_WHEN_INSERTING_ROW does not exist.
    Can anyone tell me something about this error and how can i solve this error? Plzz reply.
    Thanks & Regards,
    Sumanta

    Hi
    "MMM1034: <property name> does not exist" means exactly what it says the property does not exist. I generally get it when scripting and I have not done things in the right order e.g. tried to set a property that only exists in certain configurations and not yet set the mapping to that configuration.
    Check the configuration of your mapping. Otherwise if it's a small mapping I generally find it easier to start from scratch rather than looking for the option that is incorrectly set.
    Cheers
    Ian

  • HT201210 pls solve my problem error 3194

    pls solve my problem error 3194

    Hello,
    Check this:
    This device is not eligible for the requested build (Also sometimes displayed as an "error 3194")
    Update to the latest version of iTunes. Mac OS X 10.5.8 (Leopard) users may need to download iTunes 10.6.3.
    Third-party security software or router security settings can also cause this issue. To resolve this, followTroubleshooting security software issues.
    Downgrading to a previous version of iOS is not supported. If you have installed software to performunauthorized modifications to your iOS device, that software may have redirected connections to the update server (gs.apple.com) within the Hosts file. Uninstall the unauthorized modification software from the computer.
    Edit out the "gs.apple.com" redirect from your hosts file, and then restart the computer for the host file changes to take affect. For steps to edit the Hosts file and allow iTunes to communicate with the update server, see iTunes: Troubleshooting iTunes Store on your computer, iPhone, iPad, or iPod—follow steps under the heading Blocked by configuration (Mac OS X / Windows) > Rebuild network information > The hosts file may also be blocking the iTunes Store. If you do not uninstall the unauthorized modification software prior to editing the hosts file, that software may automatically modify the hosts file again on restart.
    Avoid using an older or modified .ipsw file. Try moving the current .ipsw file (see Advanced Steps > Rename, move, or delete the iOS software file (.ipsw) below for file locations), or try restoring in a new user to ensure that iTunes downloads a new .ipsw.
    Hope it helps,

  • Installer Build Error using LV Runtime Engine 2010

    I had an executable and installer working that were built in LV2009.  Since then I modified my source code and saved as LV version 2010.  I rebuilt the executable, but when I tried to run it on the target computer, I got an error message saying that LV Runtime Engine 2010 was needed.  So I tried to rebuild the installer using LV Runtime Engine 2010 as an Additional Installer.  However, this build was unseccessful and I got a lenghty error msg that I don't understand (see attached).
    Thanks in advance.
    Solved!
    Go to Solution.
    Attachments:
    Installer Build Error Message.docx ‏13 KB

    Hello,
    I am building an installer with LV2010 SP1. I have added the runtime engine to be included in the installer. I get the following error 
    ------------------ERROR MESSAGE-----------------------------------
    CDK_Item_OnDoProperties.vi.ProxyCaller >> CDK_Item_OnDoProperties.vi >> AB_UI_FRAMEWORK.vi >> AB_UI_Frmwk_Installer.lvclass:Build.vi >> Installer.lvclass:Build_from_Wizard.vi >> IB_MSI.lvclass:Build.vi >> IB_MSI.lvclass:Engine_Build.vi >> NI_MDF.lvlib:MDFDistCopyList_CopyItem.vi
    Loading product deployment information
    Adding files to installer
    Done adding files
    Preparing to build deployment
    Copying products from distributions
    Copying distribution 'PSUTS' from: C:\CBESVN\PSUTS\Software\builds\PSUTS Installer\Volume\ to: C:\ProgramData\National Instruments\MDF\ProductCache\
    *** Error: Windows SDK function returned an error. (Error code -12)
    The system cannot find the path specified.
    *** Error Details:
    Error in MDF API function: _MDFDistCopyList_CopyItem
    Windows function FindFirstFile returned an error. Error code: 3
    *** End Error Report
    Done building deployment
    CDK_Item_OnDoProperties.vi.ProxyCaller >> CDK_Item_OnDoProperties.vi >> AB_UI_FRAMEWORK.vi >> AB_UI_Frmwk_Installer.lvclass:Build.vi >> Installer.lvclass:Build_from_Wizard.vi >> IB_MSI.lvclass:Build.vi >> IB_MSI.lvclass:Engine_Build.vi >> NI_MDF.lvlib:MDFDistCopyList_CopyItem.vi
    Loading product deployment informationAdding files to installerDone adding filesPreparing to build deploymentCopying products from distributionsCopying distribution 'PSUTS' from: C:\CBESVN\PSUTS\Software\builds\PSUTS Installer\Volume\ to: C:\ProgramData\National Instruments\MDF\ProductCache\ ***************** Error: Windows SDK function returned an error. (Error code -12)The system cannot find the path specified.
    ***************** Error Details:Error in MDF API function: _MDFDistCopyList_CopyItemWindows function FindFirstFile returned an error. Error code: 3*** End Error Report************** Done building deployment
    --------------------MESSAGE END------------------
    In the additional installer page: I see the installer source location (see attached image file) as 'C:\CBESVN\PSUTS\Software\builds\PSUTS Installer\Volume' which is really my installer's source location. But I am not sure how this location got assigned. I have tried to create new build spec from the same project, still the installer source location stays the same. How do I get this issue solved?
    Attachments:
    Additional.jpg ‏174 KB

Maybe you are looking for

  • ITunes wont work because of DEP

    My itunes wont work because of DEP closing it. I have tried unistalling my quicktime and unistalling my itunes and reinstalling them but it still wont work. i have followed a couple of discussions but  it still wont work. Can someone help me please.

  • ITunes error Report!!!! I can't get this fixed

    When I open my iTunes, a box pops up and say "iTunes has encountered a problem and needs to close." And gives me the option to Debug, Send error report, or don't send. I've sent it, followed the directions it gave me and the message still pops up. I'

  • How can I change the AppleID in iMessage on my MacBook?

    I just downloaded the iMessage app for my MacBook and it seems to work great. Only issue is: I have 2 Apple IDs and, of course, the wrong one is now logged in. I would like to know if there is a way to change the Apple ID associated with my iMessage

  • Photo library shows multiple "Last Import" albums after upgrade

    Following my upgrade to IOS6, the photo library now shows 3 blank Last Import albums, the ones created when you use the camera import connector. I tried to reset photo syncs to correct the problem, but they still remain. Having imported an event, one

  • H:inputBox required="true"

    Hi all, An h:inputBox with property required = "true" will accepts a blank space as a valid entry . How can I avoid this. Regards Sandeep