[SOLUTION] Issue compiling GUVCVIEW 1.6.0-1

Regarding the issue that many people had compiling the package:
vcodecs.c:405:19: error: 'CODEC_FLAG2_BPYRAMID' undeclared here (not in a function)
vcodecs.c:405:42: error: 'CODEC_FLAG2_WPRED' undeclared here (not in a function)
vcodecs.c:405:62: error: 'CODEC_FLAG2_FASTPSKIP' undeclared here (not in a function)
I found a solution!
Just edit the source file named "vcodecs.c" and add these three lines near the defines at the top of the code.
#define CODEC_FLAG2_BPYRAMID 0
#define CODEC_FLAG2_WPRED 0
#define CODEC_FLAG2_FASTPSKIP 0

I am Using Internet Explorer Browser Version 6.0.Huge security hole.
Its not throwing Error / Exception Wrap a try/catch at the highest level possible.
Catch 'Throwable'. And log/display it somewhere.

Similar Messages

  • Issues compiling network libs on install

    Greetings:
         I am having issues compiling ntcontab.o upon install of 9i
    on a sun box. I'm running 2.8 and have gcc3.2 on the box.
         Upon manually making the same file, the following output exists.
    Please advise!
    bash-2.05$ make -f ins_net_client.mk ntcontab.o
    (if [ "assemble" = "compile" ] ; then \
    /usr/local/oracle/bin/gennttab > ntcontab.c ;\
    cc -c ntcontab.c ;\
    rm -f /usr/local/oracle/lib/ntcontab.o ;\
    mv ntcontab.o /usr/local/oracle/lib ;\
    /usr/ccs/bin/ar rv /usr/local/oracle/lib/libn9.a /usr/local/oracle/lib/ntcontab.o ; fi)
    (if [ "assemble" = "assemble" ] ; then \
    /usr/local/oracle/bin/gennttab > ntcontab.s ;\
    /usr/ccs/bin/as -xarch=v9 -P -o ntcontab.o ntcontab.s ;\
    rm -f /usr/local/oracle/lib/ntcontab.o ;\
    mv ntcontab.o /usr/local/oracle/lib ;\
    /usr/ccs/bin/ar rv /usr/local/oracle/lib/libn9.a /usr/local/oracle/lib/ntcontab.o ; fi)
    ntcontab.s: Assembler messages:
    ntcontab.s:23: Error: Unknown opcode: `alword'
    ntcontab.s:23: Error: Rest of line ignored. First ignored character is `\'.
    ntcontab.s:24: Error: Unknown opcode: `alword'
    ntcontab.s:24: Error: Rest of line ignored. First ignored character is `\'.
    ntcontab.s:25: Error: Unknown opcode: `alword'
    ntcontab.s:25: Error: Rest of line ignored. First ignored character is `\'.
    ntcontab.s:26: Error: Unknown opcode: `alword'
    ntcontab.s:31: Error: Unknown opcode: `string'
    ntcontab.s:33: Error: bad or irreducible absolute expression; zero assumed
    ntcontab.s:35: Error: bad or irreducible absolute expression; zero assumed
    ntcontab.s:37: Error: bad or irreducible absolute expression; zero assumed
    ntcontab.s:39: Error: bad or irreducible absolute expression; zero assumed
    ntcontab.s:41: Error: bad or irreducible absolute expression; zero assumed
    ntcontab.s:43: Error: bad or irreducible absolute expression; zero assumed
    ntcontab.s:45: Error: bad or irreducible absolute expression; zero assumed
    ntcontab.s:47: Error: bad or irreducible absolute expression; zero assumed
    ntcontab.s:49: Error: bad or irreducible absolute expression; zero assumed
    ntcontab.s:51: Error: bad or irreducible absolute expression; zero assumed
    ntcontab.s:53: Error: bad or irreducible absolute expression; zero assumed
    ntcontab.s:55: Error: bad or irreducible absolute expression; zero assumed
    ntcontab.s:57: Error: bad or irreducible absolute expression; zero assumed
    ntcontab.s:59: Error: bad or irreducible absolute expression; zero assumed
    ntcontab.s:61: Error: bad or irreducible absolute expression; zero assumed
    ntcontab.s:63: Error: bad or irreducible absolute expression; zero assumed
    ntcontab.s:65: Error: bad or irreducible absolute expression; zero assumed
    ntcontab.s:67: Error: bad or irreducible absolute expression; zero assumed
    ntcontab.s:69: Error: bad or irreducible absolute expression; zero assumed
    ntcontab.s:71: Error: bad or irreducible absolute expression; zero assumed
    ntcontab.s:73: Error: bad or irreducible absolute expression; zero assumed
    ntcontab.s:75: Error: bad or irreducible absolute expression; zero assumed
    ntcontab.s:77: Error: bad or irreducible absolute expression; zero assumed
    ntcontab.s:79: Error: bad or irreducible absolute expression; zero assumed
    ntcontab.s:81: Error: bad or irreducible absolute expression; zero assumed
    ntcontab.s:83: Error: bad or irreducible absolute expression; zero assumed
    ntcontab.s:85: Error: bad or irreducible absolute expression; zero assumed
    ntcontab.s:87: Error: bad or irreducible absolute expression; zero assumed
    ntcontab.s:89: Error: bad or irreducible absolute expression; zero assumed
    ntcontab.s:91: Error: bad or irreducible absolute expression; zero assumed
    ntcontab.s:93: Error: bad or irreducible absolute expression; zero assumed
    ntcontab.s:95: Error: bad or irreducible absolute expression; zero assumed
    ntcontab.s:97: Error: bad or irreducible absolute expression; zero assumed
    ntcontab.s:99: Error: bad or irreducible absolute expression; zero assumed
    ntcontab.s:101: Error: bad or irreducible absolute expression; zero assumed
    ntcontab.s:103: Error: bad or irreducible absolute expression; zero assumed
    ntcontab.s:105: Error: bad or irreducible absolute expression; zero assumed
    ntcontab.s:107: Error: bad or irreducible absolute expression; zero assumed
    ntcontab.s:109: Error: bad or irreducible absolute expression; zero assumed
    ntcontab.s:111: Error: bad or irreducible absolute expression; zero assumed
    ntcontab.s:113: Error: bad or irreducible absolute expression; zero assumed
    ntcontab.s:115: Error: bad or irreducible absolute expression; zero assumed
    ntcontab.s:117: Error: bad or irreducible absolute expression; zero assumed
    ntcontab.s:119: Error: bad or irreducible absolute expression; zero assumed
    ntcontab.s:121: Error: bad or irreducible absolute expression; zero assumed
    ntcontab.s:123: Error: bad or irreducible absolute expression; zero assumed
    ntcontab.s:125: Error: bad or irreducible absolute expression; zero assumed
    ntcontab.s:127: Erntcontab.s:131: Error: bad or irreducible absolute expression; zero assumed
    ntcontab.s:135: Error: Unknown opcode: `data'
    ntcontab.s:140: Fatal error: Unknown opcode: `ntcon_record(.RINI, ntrini,.RINI2,.RINI3)'
    mv: cannot access ntcontab.o
    ar: cannot open /usr/local/oracle/lib/ntcontab.o
    No such file or directory
    (if [ "assemble" = "oratmp" ] ; then \
    /usr/local/oracle/bin/gennttab > ntcontab.c ;\
    /lib/idcpp ntcontab.c oratmp.c ;\
    -i oratmp.c -o oratmp.s -f ntcontab.c ;\
    /usr/ccs/bin/as -o ntcontab.o oratmp.s ;\
    rm -f oratmp.c oratmp.s ;\
    rm -f /usr/local/oracle/lib/ntcontab.o ;\
    mv ntcontab.o /usr/local/oracle/lib ;\
    /usr/ccs/bin/ar rv /usr/local/oracle/lib/libn9.a /usr/local/oracle/lib/ntcontab.o ; fi)
    (if [ "assemble" = "binary" ] ; then \
    /usr/local/oracle/bin/gennttab > ntcontab.c ;\
    TARGET_BINARY_INTERFACE= ;\
    export TARGET_BINARY_INTERFACE ;\
    cc -c ntcontab.c ;\
    -rm -f /usr/local/oracle/lib/ntcontab.o ;\
    -mv ntcontab.o /usr/local/oracle/lib ;\
    /usr/ccs/bin/ar rv /usr/local/oracle/lib/libn9.a /usr/local/oracle/lib/ntcontab.o ; fi)
    bash-2.05$

    I think I know what the problem is ...
    So you have Mac OS 10.5.1 ... that's Darwin 9.
    But your dev tools came with Darwin 8 ... 10.4. I mean, what's going on is that the linker is trying to link the System.dylib to your code using the Darwin 8 System.dylib. It opens the dylib, but hates what it finds in the Mach-O _TEXT_ section.
    So, I bet you had a 10.4 machine, installed the 10.4 dev tools at some point, upgraded the machine to 10.5, but you haven't yet installed the 10.5 dev tools.
    My bet is that if you install the 10.5 dev tools, you should be okay. Woolamaloo uses the same C code ... and it does compile in 10.5 using the 10.5 dev tools. Honest.

  • 7 good reasons, why artist=album name is not the solution for compilations

    Hi,
    in this forum everytime the compilations-problem is discussed, somebody comes up with the solution to fill the album-name into the artist name field and to set the song-title name to "Artist / Song-Title". This might help with the cover-flow issue but does have the following downsides:
    7 good reasons, why artist=album name is no alternative for compilations
    ========================================================================
    1) It messes up the artist search.
    2) Unability to turn the display of artists on compilations on or off on demand without changing all the tags
    3) The mp3 tags are not used in the standard way
    4) "Artist / Song-Title" as song-title name is often too long to display
    5) The album name appears twice in the song information display when the song is playing (as the artist name and as the album name)
    6) This is not consistent with how it works in iTunes
    7) People owning a lot of compilations are forced to do A LOT of manual changes only to "fix it" back when (hopefully soon) a new firmware fixing this issue arrives
    I already posted this as an answer in another thread but I thought it might be helpful to discuss this in an own thread. What do you think about the reasons? Can you add additional reasons?
    If Apple really left out the compilations-flag on purpose (see http://discussions.apple.com/message.jspa?messageID=5401783#5401783) we might need some good arguments to bring it back in.
    Best regards, Jens

    Yes, I agree with your list. I also think it is inconceivable that Apple simply forgot to add the compilations feature. There obviously has to be a good reason for this. However, I haven't got a clue what that reason might be.

  • Issues compiling pam_krb5-1.3-rc7 on Solaris 10

    I'm unable to properly configure pam_krb5-1.3-rc7 on Solaris 10 machine. I have the following as configure option:
    ./configure with-krb5=/krb5/usr/kerberos with-gnu-ld
    I've been able to verify that my tools are GNU based but I still get an error and I've not been able to look for resolution on Google and I was wondering if someone has come across this issue?
    checking where Kerberos 5 is installed... found in /usr/kerberos (krb5-config)
    checking which implementation of Kerberos we have... looks like mit
    checking for krb5_init_context... no
    checking for krb5_init_context in -lkrb5... no
    configure: error: Can't find a useable krb5 library
    Thank you for your time
    William

    Thank you for your response.
    1. I can't use default pam_krb5 built into solaris 10, we have some custom configurations that requires to compile our own pam_krb5
    2. Kerberos is compiled under /krb5/usr/kerberos, this is for package that is getting built and Kerberos does show a success in compiling.
    3. I've tried both --with-gnu-ld and without, no luck in either cases.
    Any additional help would be great. I just wanted to make sure that people have been able to use the latest pam_krb5-1.3-rc7 from sourceforge with Solaris

  • Importing Solution Issue.

    Hi all,
    I faced issue like "when I tried to import the solution which is exported from the 2015 CRM to 2013 CRM it is not allowing to import" It throw error like below Is there any alternative to import the solution from higher version to lower verion.
    Only solutions with a package version of 6.1.1.1847 or lower can be imported into this organization. Please export the solution from the original
    Microsoft Dynamics CRM instance, targeting solution package version 6.1.1.1847 or lower

    Hi all,
    I found the solution by changing the version number in the xml files in the Zip file but this is not recommended solution.

  • SS10 on Solaris10/AMD64: issue compiling for AMD64 (linking fails)

    Hello,
    I've just installed SS10 trial and while trying our middleware stack compilation, I've found that CC/cc are not able to create AMD64 binary on my Sol10 setup. The command (test-case):
    cc -xarch=amd64 hello.c
    fails with:
    ld: fatal: file /usr/ucblib/libucb.so: wrong ELF class: ELFCLASS32
    ld: fatal: file /usr/lib/libsocket.so: wrong ELF class: ELFCLASS32
    ld: fatal: file /usr/lib/libnsl.so: wrong ELF class: ELFCLASS32
    ld: fatal: file /usr/lib/libelf.so: wrong ELF class: ELFCLASS32
    ld: fatal: file /usr/lib/libaio.so: wrong ELF class: ELFCLASS32
    ld: fatal: file /usr/lib/libc.so: wrong ELF class: ELFCLASS32
    ld: fatal: File processing errors. No output written to a.out
    Is there any workaround for this?
    Thanks,
    Karel Gardas

    TV is already on! :-)
    OK, hello.c or now foo.c is just simple C program, I've had LD_LIBRARY_PATH defined, but even when I unset it, the result is still the same. I do not have LD_PRELOAD defined. Let's see shell session:
    -bash-3.00$ echo $LD_PRELOAD
    -bash-3.00$ echo $LD_LIBRARY_PATH
    -bash-3.00$ cc -xarch=amd64 foo.c
    ld: fatal: file /usr/ucblib/libucb.so: wrong ELF class: ELFCLASS32
    ld: fatal: file /usr/lib/libsocket.so: wrong ELF class: ELFCLASS32
    ld: fatal: file /usr/lib/libnsl.so: wrong ELF class: ELFCLASS32
    ld: fatal: file /usr/lib/libelf.so: wrong ELF class: ELFCLASS32
    ld: fatal: file /usr/lib/libaio.so: wrong ELF class: ELFCLASS32
    ld: fatal: file /usr/lib/libc.so: wrong ELF class: ELFCLASS32
    ld: fatal: File processing errors. No output written to a.out
    -bash-3.00$
    -bash-3.00$ CC -xarch=amd64 foo.c
    -bash-3.00$ file a.out
    a.out: ELF 64-bit LSB executable AMD64 Version 1, dynamically linked, not stripped
    -bash-3.00$
    -bash-3.00$ cat foo.c
    int
    main()
    return 1 + 1;
    -bash-3.00$
    -bash-3.00$ ldd a.out
    libCstd.so.1 => /usr/lib/64/libCstd.so.1
    libCrun.so.1 => /usr/lib/64/libCrun.so.1
    libm.so.2 => /lib/64/libm.so.2
    libc.so.1 => /lib/64/libc.so.1
    -bash-3.00$
    I've installed whole solaris 10 except OEM distributions addons (IIRC the distro name correctly)
    Please let me know what else do you need to "debug" this issue.
    Thanks,
    Karel

  • Issues Compiling using CC on solaris 64 bit

    I am trying to use Wall command along with cc Compiler on Solaris 64 bit but it throws me the error:
    "cc: illegal option -Wall".
    I have been working on gcc for a while and this is my first encounter with cc compiler.
    Please provide the corresponding alternative for Wall on CC
    Thanks in advance
    -SJ

    Well, do you mean cc or CC.
    cc is the sun C compiler. CC is the sun C++ compiler
    -Wall is a gccism. All it does it turn on more compiler warnings.
    So its hardly a critical feature
    if you need to know about cc/CC options then try "man CC" or "man cc"
    You will probably have to add /opt/SUNWspro/man to your manpath first.
    Looking through the CC man page -verbose=diag appears to be the closest equivalent.
    The closest I see in the cc man page is just "-v"
    This is from studio 7. The options may have changed in more recent versions..

  • Compilation of Lenovo X120e issues and solutions

    Just thought a compilation of issues may be beneficial for folks who own an X120e.
    Screen adjusts brightness automatically without user input depending on content on screen:
    http://forum.lenovo.com/t5/X-Series-ThinkPad-Laptops/X100e-screen-brightness-increasing-by-itself/td...
    This is caused by Vari-Bright being enabled in the Catalyst Control Center.  With this option enabled, the screen will automatically adjust its brightness depending on what is shown on the screen.  The display brightness is increased when the screen is predominantly white while the display brightness is decreased when the screen is predominantly dark.  An easiest way to see this effect happening is to have two tabs opened in a web browser window.  Set one tab to display a website that is mainly filled with white pixels (such as this Lenovo Forum) and another tab to display a website that is mainly filled with dark pixels (such as http://www.krijtenberg.nl/ ).  Switch between the two, pausing a few seconds in each tab.
    Solution:
    Open the Catalyst Control Center and select the PowerPlay option in the Power section.  Uncheck the Vari-Bright option (or adjust the slider) and click Apply.  Verify that the automatic adjustment is no longer occuring by doing the two tab experiment described above.
    Function keys for brightness control not working after waking from sleep / hibernation in some instances:
    http://forum.lenovo.com/t5/X-Series-ThinkPad-Laptops/x120e-Funtion-keys-for-brightness-not-working/t...
    For my X120e, whenever I have it sleeping or hibernating and change the power source (such as initiating sleep when on power and then waking it up while on battery, or vice versa), the function keys for brightness controls do not work.
    Solution:
    Restarting the machine will bring back functionality of the brightness control keys...
    A way to prevent this from happening in the first place is to wake the X120e in the same power state that the X120e was put to sleep in (wake up from power adapter if slept while connected to power adapter, or wake up from battery if slept while on battery).   
    All we can do now is wait for Lenovo to come up with a fix on their side of things.
    AMD SATA Controller and TRIM for SSD:
    The AMD SATA Controller provided by Lenovo does not support passing of TRIM command according to http://www.hardwarecanucks.com/forum/450343-post35.html for SSDs.  The Lenovo provided AMD SATA Controller is 1.2.1.197, before the official TRIM support in 1.2.1.263.  If you're using a HDD, this is of no concern.
    Solution:
    In order to have support for passing of TRIM command, one has to update the AMD SATA Controller to any version above 1.2.1.263 ( http://sites.amd.com/us/game/downloads/Pages/integrated_win7-64.aspx#3 for Windows 7 64-bit, for example) or uninstall the AMD SATA Controller to revert back to Microsoft's Standard AHCI 1.0 Serial ATA Controller. 
    Disclaimer:  Since the AMD SATA Controller driver linked is not from Lenovo themselves, I'm sure they won't provide any support if something is to occur so try at your own risk.
    As HP79 mentions below, at least according to the update notes, TRIM implementation is implemented for Hudson chipsets as of 1.2.001.263.
    Audio Stutter / Slurring occuring during playback of video/audio:
    http://forum.lenovo.com/t5/X-Series-ThinkPad-Laptops/x120e-Stuttering-Audio/td-p/389023
    This issue can be reproduced (at least on my X120e) by waking the X120e after putting it to sleep.  The symptom is the audio repeating a sound over a span of a second or two during playback and is quite noticable. 
    Solution:
    uEFI Bios version 1.11 seems to deal with the audio stuttering issue.  So far, results lead to positive outcomes.
    Old Solution:
    PWMTR64V.DLL that is loaded at Startup seems to be causing this issue.  Disabling it from launching when starting up seems to cure the Audio Stutter (even after waking up from sleep which was seen to be a pretty reliable way to get the issue to repro).  Start Menu > Launch MSCONFIG from the Search Bar > Select Startup Tab from the System Configuration window > Uncheck Thinkpad Power Manager > Restart. 
    This does not seem to turn off the power manager application itself so settings in Power Manager can be saved and it seems to still be in effect.  However, opening up Power Manager from the notification / taskbar can cause audio stuttering and mouse movement slowdown while it is launching and/or when applying settings.  This is only temporary and is gone when Power Manager is closed. (Thanks kns7977 for the find)
    Pending to see if those who uninstalled Power Manager are able to turn off the offending startup .dll.
    Mouse seems to stutter or stay in place for a moment when moving:
    This seems to be caused by the same issue causing the Audio Stutter / Slurring.  At least at this time, the cause of the issue and solution seems to be the same.
    Emulating Middle Mouse Button with Trackpoint:
    One can set up the middle button between the left and right click button for the TrackPoint to act like pressing a middle mouse button on a standard mouse by changing the scrolling type to Smooth instead of the default Standard. 
    Control Panel > Hardware & Sound > Mouse > UltraNav Tab > Setting for TrackPoint > Setting for Choose Scrolling or Magnifying Glass Function > Smooth.
    Trackpad's two finger gesture being hit or miss:
    The trackpad's two finger scrolling is very hit and miss.
    http://forum.lenovo.com/t5/X-Series-ThinkPad-Laptops/X120e-Touchpad-issues/td-p/393751
    Solution: Turning off Gesture Filtering may alleviate the problem.  As mentioned in http://forum.notebookreview.com/lenovo-ibm/561751-x120e-owners-thread-24.html#post7323293, it seems that the Gesture Filtering is counteracting any sort of two finger input.
    Get to Mouse Properties by Fn + F8, select Manage Settings.  At Mouse Properties, select the UltraNav tab > Settings for TouchPad.  Expand the Smart Check Settings, highlight Gesture Filtering, and uncheck the Enable Gesture Filtering box and Apply. 
    Screen flickers lines:
    http://forum.lenovo.com/t5/X-Series-ThinkPad-Laptops/x120e-Flickering/td-p/389523
    Had this issue occur on me once, but never seen it happen again.  Unsure what caused or cured it.
    Solution:
    If the flickering is occuring, a restart is all that is needed to alleviate the problem.  Haven't tested if hibernation fixes it, but neither sleep nor turning off the screen with the Power Manager dealt with the flickering.
    3-Cell Battery mentioned as a 40Wh in the Order Page of Lenovo X120e when it is actually rated as 32Wh according to Power Manager:
    http://forum.lenovo.com/t5/X-Series-ThinkPad-Laptops/X120e-3-cell-40Wh-battery-reported-as-32Wh-by-P...
    Yeah...
    Solution:
    Accept that it's a 32Wh you will get when selecting 3-Cell or go for the 6-Cell if you want more than 32Wh.
    2x2 ABGN Driver from Lenovo triggering Error Code 10:
    http://forum.lenovo.com/t5/X-Series-ThinkPad-Laptops/X120e-ABGN-Driver-issue-in-Windows-7-Pro-x64/td...
    The Wireless driver from Lenovo's site seems to not work with the 2x2 ABGN wireless when installed on a fresh copy of Windows 7 x64.
    Solution: 
    Not really quite a solution, but one can bypass this by either installing the 32-bit Windows 7 and installing the 32-bit driver, or using the factory recovery disc to install 64 bit windows 7 to have it install drivers that work for x64 windows 7.
     X120e bluescreens after installing LAN Realtek 7.26.902.2010 drivers from Lenovo's Driver download site.
    http://forum.lenovo.com/t5/X-Series-ThinkPad-Laptops/x120e-bluescreen-when-installing-lan-drivers/td...
    The drivers doesn't seem to work and it causes a bluescreen on fresh installed Windows 7 x64.
    Solution:
    As Clicq suggests, Realtek's own drivers from http://www.realtek.com.tw/downloads/downloadsView.aspx?Langid=1&PNid=13&PFid=5&Level=5&Conn=4&DownTy... seems to deal with the issue. 
    Screen quality on the X120e:
    http://forum.lenovo.com/t5/X-Series-ThinkPad-Laptops/x120e-poor-LCD-quality-viewing-angles/td-p/3945...
    The quality of the screen on an X120e is below expectations.
    This is common with low-quality TN panels not helped by glossy displays.  My personal X120e screen likes to bleed certain colors of red.
    Solution (not really): 
    One can use the Windows 7 built-in color calibration tool to adjust the colors to make it more tolerable.  Adjusting your own viewing angle in relation to the screen might deal with some color issues (hard to figure out what's the correct viewing angle because of TN panel's small range of optimal viewing angles).  Also, changing the refresh rate to 60Hz may deal with some headaches due to the screen (as it did for me).
    HDMI Overscan to HDTV issue:
    http://forum.lenovo.com/t5/X-Series-ThinkPad-Laptops/HDMI-overscan-to-HDTV-issue-on-x120e/m-p/395335
    There is a black border when outputting to HDTV through HDMI.
    Solution:
    AMD's CCC by default sets a specific value for overscan / underscan.  One can http://forum.lenovo.com/t5/X-Series-ThinkPad-Laptops/Output-to-TV-via-HDMI-port-black-border-on-the-... while the device is connected via HDMI (the option is hidden if the HDMI port is not used) and adjust the slider to an acceptable value.
    Skype asserts after 10-20 seconds of video chat:
    http://forum.lenovo.com/t5/X-Series-ThinkPad-Laptops/x120e-Skype-quits-after-10-20-seconds-of-video/...
    When doing a video chat, the video feed will freeze and then skype will crash to desktop.
    Solution:
    Version 5.3 of Skype seems to be the culprit.  Until Skype itself is fixed, one can use Skype 5.2.60.113 from http://www.filehippo.com/download_skype/changelog/9465/ to bypass this issue.  Just reject any offer to update to 5.3 after installing 5.2, for now.
    If there is anything I missed, please respond and I'll update this post with new information.  These are the ones that I have encountered so far with my Lenovo X120e.  Don't get me wrong, I like my X120e... it's just been a "learning" experience lol
    For a compilation of most X120e issues:
    Compilation of Lenovo X120e issues and solutions

    About the AHCI driver, if you download and open the install file, it'll extract files to where you instructed it to. Look in AMD SB7xx/W764A directory, and there are the AHCI files along with a text file. In that text it shows 
    AMD AHCI controller driver distribution list
    Version 1.2.001.0275, 11/11/2010
    Supported chipsets
    SB700 family
    SB800 family
    Hudson-1/2/3 family
    Revision History
    1.2.001.0275
    -          Memory usage optimization
    -          ZPODD power on incurred 10 sec delay workaround
    -          Potential DMA overrun bug fix
    1.2.001.263
    -          Performance optimization
    -          Boot Optimization
    -          TRIM implementation
    1.2.001.0238
                Renamed
    -     amdsata.inf -> amd_sata.inf
    -     amdsata.cat -> amd_sata.cat
    -     amdsata.sys -> amd_sata.sys
    -     amdxata.sys -> amd_xata.sys
    Added
    -     Zero Power ODD support (if enabled in BIOS; Windows 7 only); the ZPODD is powered off after 60 Sec w/o media inside and tray closed (for tray type ZPODDs)
    -     DAPS support
    -     DIPM Setting Index 3 added to AHCI Link Power Management Settings (in addition to existing Active(0), HIPM(1) and HIPM+DIPM(2) ) and can be chosen to any Power Scheme using the inbox utility powercfg.exe
    1.2.0.197
    -     Robustness improvement during hibernation / de-hibernation

  • SunStudio11 Compilation issue

    We are porting our code from SunForte 6.2 to Sunstudio11 since we are migrating from solaris 8 to solaris 10.
    We are seeing following error. Include libstd12s.a first while linking also didnt resolve the problem.
    We dont see any issue compiling same code in Forte 6.2 in Solaris 10. Our application also runs fine. Can we use SunForte compiler for Sol 10?
    Else please help in resolving this issue.
    /bin/rm -rf BulkStatStart
    /software/nms/tools2/SunStudio11/bin/CC -D_REENTRANT -mt -xldscope=symbolic BulkStatStart.o BulkStatStart_what.o Globals.o BulkStatMessage.o BulkStatSwitch.o QueueElem.o Utils.o dbUtils.o -L/software/nms/tools2/RogueWave/12s/lib -lthread12s -litc12s -lfunctor_list12s -lfunctor12s -lpointer12s -lsync12s -lthrexcept12s -lnetwork12s -ltrace12s -ltls12s -lstd12s -lsocket -lw -lintl -lnsl -ldl -lm -lthread -lposix4 -o BulkStatStart
    ld: warning: symbol `std::locale::facet::__vtbl' has differing sizes:
    (file Globals.o value=0x14; file /software/nms/tools2/RogueWave/12s/lib/libstd12s.a(char.o) value=0x10);
    Globals.o definition taken
    ld: warning: symbol `std::locale::facet::__vtbl' has differing sizes:
    (file Globals.o value=0x14; file /software/nms/tools2/RogueWave/12s/lib/libstd12s.a(stdexcept.o) value=0x10);
    Globals.o definition taken
    ld: warning: symbol `std::locale::facet::__vtbl' has differing sizes:
    (file Globals.o value=0x14; file /software/nms/tools2/RogueWave/12s/lib/libstd12s.a(ttWVRZHihWAemmjSh0ei.o) value=0x10);
    Globals.o definition taken
    ld: warning: symbol `std::locale::facet::__vtbl' has differing sizes:
    (file Globals.o value=0x14; file /software/nms/tools2/RogueWave/12s/lib/libstd12s.a(@q4VEX6RLd242vJ0OZ-K.o) value=0x10);
    Globals.o definition taken
    ld: warning: symbol `std::locale::facet::__vtbl' has differing sizes:
    (file Globals.o value=0x14; file /software/nms/tools2/RogueWave/12s/lib/libstd12s.a(p1PYczTgzhIEfxn0LMvP.o) value=0x10);
    Globals.o definition taken
    ld: warning: symbol `std::locale::facet::__vtbl' has differing sizes:
    (file Globals.o value=0x14; file /software/nms/tools2/RogueWave/12s/lib/libstd12s.a(VH81GDqS6TPjxlapypAE.o) value=0x10);
    Globals.o definition taken
    ld: warning: symbol `std::locale::facet::__vtbl' has differing sizes:
    (file Globals.o value=0x14; file /software/nms/tools2/RogueWave/12s/lib/libstd12s.a(7vlDQ9c8Nv8A73muGaGR.o) value=0x10);
    Globals.o definition taken
    ld: warning: symbol `std::locale::facet::__vtbl' has differing sizes:
    (file Globals.o value=0x14; file /software/nms/tools2/RogueWave/12s/lib/libstd12s.a(iuFeYSD_GE3nFXzB6zN2.o) value=0x10);
    Globals.o definition taken
    ld: warning: symbol `std::locale::facet::__vtbl' has differing sizes:
    (file Globals.o value=0x14; file /software/nms/tools2/RogueWave/12s/lib/libstd12s.a(BlTFDWk5bOnQpviGk6wC.o) value=0x10);
    Globals.o definition taken
    /bin/chmod 775 BulkStatStart

    Linking with the -Bsymbolic option does not work well with Sun C++. First, try removing that option. If you need symbolic linking, use the compiler syntax extensions described in the C++ Users Guide:
    http://docs.sun.com/app/docs/doc/819-5267/bkaed?a=view
    See section 4.1 "Linker Scoping"
    It appears that you are using a version of Rogue Wave libraries that was not supplied with the compiler. They can probably recommend configuration and command-line options necessary for the library to work. We support the libraries that we ship with the compiler, but cannot directly support libraries that we don't ship.
    You probably need to talk with RW tech support about linking problems using that library.

  • Default azurewebsite continous deployment not working due to multiple solutions

    I am using default build template for build and deployment to azure web site. it was working when I had only my website solution to compile. but now I have modified input to build template and added other solution files also to compile, now my deployment
    step is not working. build log says
    "More than one solution found. Continuous Deployment skipped."
    I am using tfvcContinousDeploymentTemplate.12.xaml, in this template how can I have deployment, when I have multiple solutions for build.
    Thanks
    singhhome

    Hi singhhome,
    Please confirm whether you mean "modified input to build template" as change to use another build process template.
    When you use AzureContinuousDeployment.11.xaml, you can upgrade to a newer version of nuget.exe and check that version in with their solution and to see if it's a workaround. Or you can add the referenced assemblies into source control and check in.
    There are detailed instructions on the NuGet.org site about the various ways to do package restore.
    http://docs.nuget.org/docs/reference/package-restore
    http://docs.nuget.org/docs/reference/Package-Restore-with-Team-Build
    You can also set logging verbosity to "Diagnostic" as I mentioned above to see the detailed build log if there any issues occurred during the process. Another option is create a separate build definition for each solution to do the contrinuous
    build/deployment to Azure website.
    Best regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Error in executing a process for compilation for jsp

    We have an iView which has jsp pages in it. We deployed the par & try toaccess the iview & we get an exception. The issue is that the iview has a jsp page. At the run time, this jsp is converted into a .java file
    without problem. But EP engine is having issues compiling this java fileinto .class file.
    On the other hand this same iview works just fine on our windows installation. Only Solaris EP install is having problems. The version onwindows as well as on Solaris is EP6 SP9.
    Here is the exact version on the solaris EP:
    sap.com/SAP-JEECOR 6.40 SP9 (1000.6.40.9.0.20041119045253) 20041122132733
    sap.com/SAP-JEE 6.40 SP9 (1000.6.40.9.0.20041119045409) 20041122132741
    When I copy the .class file from windows to unix machine, the iView works fine. Here is the exception I am getting:
    >>> JSPCompiler >>> error
    [email protected]a188b
    [EXCEPTION]
    com.sapportals.portal.prt.servlets_jsp.server.compiler.CompilingException:
    Error in executing a process for compilation
    at
    com.sapportals.portal.prt.servlets_jsp.server.compiler.impl.J2eeCompiler_6_30.launchCompilerProcess(J2eeCompiler_6_30.java:574)
    at
    com.sapportals.portal.prt.servlets_jsp.server.compiler.impl.J2eeCompiler_6_30.compileExternal(J2eeCompiler_6_30.java:370)
    at
    com.sapportals.portal.prt.servlets_jsp.server.compiler.impl.J2eeCompiler_6_30.compile(J2eeCompiler_6_30.java:672)
    at
    com.sapportals.portal.prt.servlets_jsp.server.jsp.JSPParser.parse(JSPParser.java:2143)
    at
    com.sapportals.portal.prt.servlets_jsp.server.jsp.JSPCompiler.compile(JSPCompiler.java:76)
    at
    com.sapportals.portal.prt.servlets_jsp.server.jsp.JSPCompiler.run(JSPCompiler.java:122)
    at
    com.sapportals.portal.prt.core.broker.JSPComponentItem.compileJSP(JSPComponentItem.java:279)
    at
    com.sapportals.portal.prt.core.broker.JSPComponentItem.getComponentInstance(JSPComponentItem.java:129)
    at
    com.sapportals.portal.prt.core.broker.PortalComponentItemFacade.service(PortalComponentItemFacade.java:355)
    at
    com.sapportals.portal.prt.core.broker.PortalComponentItem.service(PortalComponentItem.java:934)
    at
    com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:435)
    at
    com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:527)
    at
    com.sapportals.portal.prt.component.AbstractComponentResponse.include(AbstractComponentResponse.java:89)
    at
    com.sapportals.portal.prt.component.PortalComponentResponse.include(PortalComponentResponse.java:232)
    at com.sapportals.portal.htmlb.page.JSPDynPage.doOutput(JSPDynPage.java:76)
    at
    com.sapportals.htmlb.page.PageProcessor.handleRequest(PageProcessor.java:129)
    at
    com.sapportals.portal.htmlb.page.PageProcessorComponent.doContent(PageProcessorComponent.java:134)
    at
    com.sapportals.portal.prt.component.AbstractPortalComponent.serviceDeprecated(AbstractPortalComponent.java:209)
    at
    com.sapportals.portal.prt.component.AbstractPortalComponent.service(AbstractPortalComponent.java:114)
    at
    com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)
    at
    com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)
    at
    com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189)
    at
    com.sapportals.portal.prt.component.PortalComponentResponse.include(PortalComponentResponse.java:215)
    at com.sapportals.portal.prt.pom.PortalNode.service(PortalNode.java:646)
    at
    com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)
    at
    com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)
    at
    com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189)
    at
    com.sapportals.portal.prt.core.PortalRequestManager.runRequestCycle(PortalRequestManager.java:753)
    at
    com.sapportals.portal.prt.connection.ServletConnection.handleRequest(ServletConnection.java:232)
    at
    com.sapportals.portal.prt.dispatcher.Dispatcher$doService.run(Dispatcher.java:522)
    at java.security.AccessController.doPrivileged(Native Method)
    at
    com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.java:405)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at
    com.sap.engine.services.servlets_jsp.server.servlet.InvokerServlet.service(InvokerServlet.java:153)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at
    com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:385)
    at
    com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:263)
    at
    com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:340)
    at
    com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:318)
    at
    com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:821)
    at
    com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:239)
    at com.sap.engine.services.httpserver.server.Client.handle(Client.java:92)
    at
    com.sap.engine.services.httpserver.server.Processor.request(Processor.java:147)
    at
    com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:37)
    at
    com.sap.engine.core.cluster.impl6.session.UnorderedChannel$MessageRunner.run(UnorderedChannel.java:71)
    at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
    at java.security.AccessController.doPrivileged(Native Method)
    at
    com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:94)
    at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:162)
    I am having the same issue with another iview which has jsp page in it.
    The web dynpro iview works fine.

    Hi, seems like there's some typo in your jsp. Check the .java file listed with a java editor (like eclipse or devstudio.). Maybe you'll find the typo this way faster.
    Most often, a multiline page import hampers jsp compilation,
    e.g.
    <%@page import="java.util.List,
                    java.util.Map"%>
    needs to be
    <%@page import="java.util.List,java.util.Map"%>
    Regards,
    Armin

  • Problem with VS2012 and Sharepoint 2013 Solution

    Hello everyone
    I've got a problem that's driving me crazy. I'm migrating a Sharepoint 2010/Visual Studio 2010 Solution to Sharepoint 2013/visual Studio 2012 with the developer tools.
    My solution consists of 3 class libraries (common, data access layer and business logic) and a Sharepoint 2013 project containing the features, and the webparts using the output of the class libraries. The references inside projects are set through "Add
    Reference -> Solution -> Projects". I want a wsp-file containing the sharepoint artifacts and the assemblies from my class libraries. (those are added through the package explorer -> Advanced). If i use Build/Rebuild on the Solution it compiles fine,
    as it should.
    If i use the "deploy" or "publish" command on visual studio to create a solution package, the build fails with the message:
    "The type or namespace name 'whatever' does not exist in the namespace 'Xyz.Project'' (are you missing an assembly reference?)
    I can't find out what's wrong. if i deploy anything manually everything works fine. building/rebuilding my whole solution works fine. Everything is set to .NET 4.5. It seems to be that "wsp-package"-building process that has a problem.
    Any hint/idea would be welcome.
    Greetings
    Carlos

    To fix this, simply remove the reference to your "common" code library and re-add it as an assembly reference (as opposed to a project reference). I.e. Select 'Add reference...' and then browse to
    the 'bin' folder of your "common" library.
    I did in fact consider that. But it can hardly considered good style and you lose a lot of benefits. The biggest of all being that you can never be sure you are working with latest versions of your common class libraries.
    While unloading/reloading worked in VS 2012 things are worse in VS 2013. In VS 2013 the solution doesn't package anymore at all. No matter what you do. Cleaning, rebuilding, reloading... I tried all of that in vain.
    Edit: And while I'm at it... great job in marking a totally irrelevant posting as answer. Another trigger happy content moderator. I really wonder if their financial goals are tied to the number of postings they mark as answered.
    Solution: See  here: http://ddkonline.blogspot.de/2013/10/build-and-packagepublish-behaviour.html
    The key thing is - your common project assemblies need to be added in a particular order (in the order your assemblies need to be built)

  • T520/W520 external display issues

    Hello community,
    We have issues connecting a external display via Port replicator. In the BIOs it is not possible to select either Digital 1 or 2. During boot up no picture is shown on the external display.
    This is very annoying because we want to use Pre-Boot-Authentication.
    Solved!
    Go to Solution.

    issue is solved. We have to choose the discrete graphics first and disable OPTIMUS OS recognization

  • Compiling WM_CONCAT function in Oracle database

    There is something that I wanted to know about Wm_concat. I read it one of the posts across the forum, that wm_concat, being a non-documented function, isn't installed in a particular database and user can possibly install it later(wm_concat fucntion not wrking in 11g...
    I came across another post that had some source code for doing the same(wm_concat fucntion not wrking in 11g...
    code:
    SQL> CREATE OR REPLACE
    type WM_CONCAT_IMPL wrapped
    a000000
    1
    abcd
    abcd
    abcd
    abcd
    abcd
    abcd
    abcd
    abcd
    abcd
    abcd
    abcd
    abcd
    abcd
    abcd
    abcd
    d
    270 160
    bg9hz+fBwa888VEZGViHFs/oOP0wg433f64df3QCWE7VehmhTFcUe3y+JrsniV3cSuvmnE3g
    Y93dtR+cCsU1N+UQDGbtzhCf2HIdr8lPzfgF2bmCTvmGlHQbTAjTftNrDq3p093ncwb32OyX
    3ZFDTeH2jpjm3uWYyT8kZBfJIYxRwgLfRApoW32cpy0eRnvDBt2XfTAMXKCSNnqSoTiGA83W
    6deKW+rWyBu9L/EPyFkmQZeBncNsiNDF8fa1Sm6vdQiEanlCQnaPJ11a0na8hK6psDSaey+x
    fdMupCwSvg6gMrSV4QCguhOCqW2AmxRVMqpXJootPpTBxBFZc7hORGbriUI=
    Type created.
    SQL> CREATE OR REPLACE function wm_concat wrapped
    a000000
    1
    abcd
    abcd
    abcd
    abcd
    abcd
    abcd
    abcd
    abcd
    abcd
    abcd
    abcd
    abcd
    abcd
    abcd
    abcd
    8
    58 96
    CuW1MAfZPVR6NOnXKVmXY2o9pswg8eZgcfLCNLXhZy8K7/cgzcVrPnfMPnx3TAM7h0ZSXD
    j57Asr2ym9ZtFldFmFu+RdpAU8VGORKSvtVG+DmAOR4C+NTa+Pit2kDbEpI5zhZUgqameSkE
    DQ==
    Function created.
    I wanted to know, if this solution of compiling the above code works well. Also, iis wm_concat not supported in 11g?

    WM_CONCAT is still an undocumented function and shouldn't be used. If you're on 11g then you can use the new (and supported) LISTAGG function which works better anyway.
    DO NOT USE undocumented functionality, even if you've obtained the wrapped source code for it (how do you know that's not some fake code someone's wrapped that could cause malicious damage?)
    Even Tom Kyte tells you not to use undocumented functions such as WM_CONCAT
    Re: DISTINCT not working with  wmsys.wm_concat

  • Copy controls for resebvation to Goods issue

    Hi,
    i have an issue in that when i create a goods issue MB1A it does not copy the Handling type (HT) from the Reservation that I have just created and ref the goods iissue to it. It copies all the other entries material, batch, qty but not the HT.
    I have checked the "sugest items for Preselected" screen in SPRO but this does not hold any info only the handling type copy controls.
    does anyone know where this can be found so that the HT is copied across to the goods issue slip. This might be an oil and gas solution issue.
    regards
    ady owen

    that does not work, thats for creating Resevations, i need to create a goods issue referensing a Reservation which has the Handling type entered, but it does not drag the HT to the goods issue, it has to be manually typed in every time at Goods ssue stage.
    thanks but anymore thoiughts.

Maybe you are looking for

  • Not all Headings appearing in Printed Output

    I have also posted this in the HTML section. I am using RH7 and when I generate my Printed Documentation an entire chapter is missing. The conditional build tags are the same as the other chapters. What am I missing? TIA, Chris

  • Casting parent class to a child class

    Hi, I have a static method which returns a class called parent. Now I want to cast it it's child class. There are no compilation errors, but at runtime it's throwing me ClassCastException. This is what I'm doing. public Parent getObject() { Parent p

  • Firefox always uses the same session id

    Hi, our company changes standard browser from IE6 to Firefox 3.5.10 . Now we have  great problems with with our ColdFusion application when running it inside Firefox ,because Firefox doesn't create new session id when working  in two tabs or two wind

  • IChat AV 4 works wireless but not wired

    I've got iChat AV 4 on an iMac running Leopard. When I connect the iMac to my net with Airport, then iChat has no trouble contacting the Apple test accounts (like appleu3test03). When I connect to the net with the iMac's ethernet, then iChat AV fails

  • What are default Zend Session handling best practices to prevent Cross Site Request Forgery?

    I have enjoyed the David Powers book Adobe Dreamweaver CS5 with PHP:  Training from the Source - and have put many of the examples into practice.  I have a security related concern that may be tied to the Zend::Auth example in the book.  While this i