Compilation CD Issues

Good Day,
I'm running into issues with iTunes and my compilation CDs. For example, if I have a soundtrack from a movie, it will show each song separately. I read through some forums and tried the "fix" for it. It goes as follows:
1. Start by finding the album you want to modify. I like using iTunes' browser. You can open it by choosing View > Show Browser.
2. If you are using the iTunes browser, albums appear in the right hand column. You can trim down your album list by selecting a genre from the left column, and an artist from the center column.
3. Once you select the album you want to modify, choose File > Get Info, or use the Command-I keyboard shortcut.
4. When you select more than one song to edit - in this case by selecting an entire album - iTunes checks to see if you really want to edit the settings for multiple tracks. Click the Yes button to dismiss the dialog window that says Are you sure you want to edit information for multiple items?
5. If you are tagging an album as a compilation, choose Yes from the Compilation pop-up menu.
6. Click OK.
Even after doing this, it's not going to a "compilation" CD. Is anyone else having this issue? Any help would be great. Thanks!
Regards,
Brian
Dell Laptop - Dual Core Windows XP Pro
  Windows XP Pro  

This worked for me. Are you highlighting/selecting all the songs before doing this step?
3. Once you select the album you want to modify, choose File > Get Info, or use the Command-I keyboard shortcut. <</div>

Similar Messages

  • R12 compile fliexfield issue

    Hi;
    I have r12 (12.0.6) instance on aix,i took its clone and after clone process fliexfields(DFF_KFF) can be invalid? As i know in r11 there is opton for compile fliexfiled in adadmin utulity. In r12 how i can compiled fliexfiled (DFF-KFF) which is become corrupted or Invalid
    Thanks alot

    Hi,
    Compiles flexfield data structures in Oracle Application Object Library (FND) tables. Choose this task after you apply a patch that changes the setup of flexfields. Patches usually indicate when you should perform this step.
    Flexfields automatically compile data when you use them for the first time, so running this task is generally not required. However, compiling flexfields at a specific time can alleviate potential runtime performance issues. For example, you may choose to compile them when system usage is known to be low, rather than automatically on first use.
    Oracle Applications Maintenance Utilities
    http://download.oracle.com/docs/cd/B53825_03/current/acrobat/121admu.pdf
    Regards,
    Hussein

  • Distributed compile distribution issue

    I have two computers: an iMac G4 17" 800 MHz machine that I use as my primary computer, and a PowerMac G4 450 DP. I would like to use both machines when compiling. However, when I enable distributed build in Xcode on my iMac and "share this machine for building" on my Powermac, while it distributes the build to the PowerMac just fine, it no longer does any building on the iMac. This is obviously less than ideal, as it means fully half of my processing power is sitting idle, not to mention the build being run on the less powerful (sort of) of the two machines. What am I doing wrong? how can I get Xcode to use both machines for the build? Thanks.

    Two additional things to check.
    1. Make sure both machines are using the same version of gcc.
    2. Make sure the iMac isn't sharing.
    If you're still having problems, ask your question on Apple's Xcode mailing list. Apple engineers hang out on the mailing list more than they do here. They know the most about the inner workings of distributed builds.
      Mac OS X (10.4)  

  • FSCM9.0: Compiling COBOL Issue

    Folks,
    Hello. I am working on FSCM 9.0 General Ledger module to post Journal entries. I compiled COBOL using this command:
    c:\PS_HOME\setup>cblbld c: \temp\compile unicode
    The above command is supposed to copy all of source code from "PS_HOME\src\cbl" to "PS_HOME\temp\compile" and then create directory "PS_HOME\cblbinu". But the following message comes up:
    "Windows cannot open this file unicode.cfg. To open this file, Windows need to know what program created it. Windows can go online to look it up automatically. Or you manually select from a list of program on your computer."
    I select WordPad to open unicode.cfg and there is only one line in this file that is "[Unicode] Unicode=1".
    After that, an error message comes up:"Unicode COBOL compilation proceeding. Logging progress to file c:\temp\compile\CBLBLD.LOG. \temp\compile was unexpected at this time "
    Do any folks understand how to fix the above problem ? Exact procedure to compile COBOL for FSCM 9.0 in Windows ?
    Thanks.

    Please refer to the PeopleTools installation guide for the variables required and compile instructions. Also make sure that you use double quotes (") around the directory names when compiling via a DOS box. When the directory path has spaces you need to double quote the path (ie. "c:\program files\microfocus\").

  • Compiler/jre issues

    I'm confused and need help.
    Can someone explain how I figure out what 'compiler' I'm using. I have Netbeans 3.6 installed on XP(default install), and also what JRE the output classes would be compatible with. I've been told you can specify this but I can't figure out where.
    I'm compiling simple applets but they don't run under default installs of win2K. However, other applets I have do, and I don't know how to figure out what the problem is.
    Also, is there any way to tell what version of JRE an applet if compatible with?
    If anyone can give me any other pointers for sorting this out then pls do so.
    Thanks.
    John.

    Can someone explain how I figure out what 'compiler' I'm using.Open a cmd window and type javac.
    If the list of options that display include -version, then use that option. If you have the PATH variable set correctly, it will tell you (This option exists in the current 1.5.0_04 version, but it may not in earlier versions.)
    Also, is there any way to tell what version of JRE an applet if compatible with? Correctly written applets specify which version of Java they can run with (if not with all versions). This information is contained in the html file
    that starts the applet.
    The Java Console will tell you what error occurs if an applet fails to run due to a Java problem.

  • Flex Compiler API Issue: Error: unable to open './flex-config.xml'

    1) I make a java struts(or a servlet) to build swf file
    dynamically when receiving the request from client. The struts
    source code please see the attached code. deploy the structs to the
    Tomcat
    2) then copy the <Flex_SDK>/frameworks to the
    <tomcat_home>/webapps/dozhang/WEB-INF
    3) then copy the all the libraries under the
    <Flex_SDK>/lib to the
    <tomcat_home>/webapps/dozhang/WEB-INF/lib
    4) Copy a test a.mxml to c:\
    5) Start up Tomcat , access the structs, I will get the
    Error: unable to open './flex-config.xml' in the tomcat log.
    Can anyone tell me how to specify the location of the
    flex-config.xml ?

    Ok, I solved it by myself
    I need to add the following codes when calling the Compiler
    API
    Configuration conf = application.getDefaultConfiguration();
    conf.setToken("flexlib", "path to the frameworks")
    applicaiton.setConfiguration(conf);
    Then it solved the problem

  • Weird compiling/running issues

    I am having these very odd troubles. In my applet, I sometimes need to alter the code then re-compile it to make changes right? Then I'll open up my .html file with the applet tag in it to bring up my newly compiled class file. Well, although I re-compiled, the html file still loads the old, outdated applet. BUT...get this, if I remove all of the files out of the directory with the html file, except the html file, it still loads the applet. ???WHAT??? Where does it get the source.class file I call for, I moved it to a totally different directory! This even goes one step further. If I copy and paste all of the files after I compiled to a different directory, it loads the new class file. This is good but check this out, if I move all the files back to the original directory, it loads the old applet again! And if I move the files back to the other directory, yup, you guessed it, it loads the right one again.
    This gets very annoying because in order to see how a change in my code affected my applet, I have to compile then move to a new directory to see the changes. Its like each folder has saved its own version of the class file for the html file to direct itself to.
    Can I fix this???
    Thanks!
    Brian

    Did you tried to take the page using a new instance of the explorer??... Close the old one and start a new instance of explorer.. may be the explorer is caching the applet....

  • Compiled media issues

    I have 5 language audio tracks and a single video track. Based on my Menu selection the appropriate language needs to play. When I simulate inside DVD Studio pro it works perfectly. When I compile the first audio track is being played for all language selection from menu.
    Any thoughts!

    I restarted my computer and everything works dandy now. I withdraw my question.

  • 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

  • BIP report issues

    We are currently upgrading from Siebel 7.5 to 8.1 and are working on converting some of our Actuate Reports into BI Publisher.
    I am trying to create an Integration Object to use with a BI Publisher Report that will display Activities of Type = Call & Status = Done for selected sites under Site Management -> Activities. FYI... this "Call" Activity Type is not a vanilla LOV. It has a type of TODO_TYPE with a parent of General in case you need to create it for any testing that you might do.
    I have used the wizard to create the integration object with the Main BC as Clinical Protocol Site and a container BC of Action (No Owner Lock) and a container under that of Action (No Owner Lock)_Employee. I then inactivated all fields and just re-activated the ones I wanted to display in my report. I then used the synchronize button to activate any other required fields. I then Deployed to Runtime and compiled.
    Issue #1: When I generated the Sample XML, the fields were displayed in some containers and not others. I would expect the containers and fields to be displayed in the Sample XML even if they do not contain any data. Also, there looks like there is one extra Action (No Owner Lock) container surrounding the other Action (No Owner Lock) containers. I noticed that if I removed the Value from the XML Container Element for this Integration Component, the extra one was removed from the sample XML.
    In my local database, I created a new report, associated it to the Integration Object, attached the BI Publisher Report (RTF File), generated the XLIFF and associated it to the View (Clinical Protocol Site List View) where the report is run from...
    Issue #2: When I run the report, (make sure you query for select sites before running) it only shows new call Activities that I have created. It doesn't show previously created call activities. Could it only be showing the activities created by me? It should be displaying all call activities no matter who created them. Also, it shows 2 of some of the call activities in the report. Again, I noticed that if I removed the Value from the XML Container Element for the Action (No Owner Lock) Integration Component, the duplicates were removed from the report. The report also ran quicker.
    Issue #3: For the call Activities that are displayed, it does not display the Contact Last Name & First Name values which are fields in the Action (No Owner Lock)_Employee Integration Component.
    Issue #4: Currently we are using logic in the BI Publisher report to only show "Call" Activities. Is there a way on the Integration Object side to only populate the XML file with these types of activities instead of having the XML file created with all site activities (which could be a lot)?
    I have attached a SIF of the "BIP PRA Site Phone Log Report" Integration Object, the Sample XML created by Siebel, my BI Published RTF Report, and sample XML I created from the Siebel generated XML to test my report. I have also included a SIF of the LS Clinical Projects which includes the BC's contained in the Integration Objects.
    Additional Request: I see that all the vanilla report templates have in their footer "Generated by <?Login?>" We would like to do the same. How do you get the Logged in user value into the XML so that it can be displayed in the report?
    I would appreciate any assistance you could provide.

    I am running into the same issue. Has anyone successfully done this? Also, is this even intended functionality?

  • How can I write a program that compiles without warnings?

    I tried the following with the 1.5 beta-compiler (build 28; I think):
    class Y {
         public static final class Pair<X,Y> {
           private X fst;
           private Y snd;
           public Pair(X fst, Y snd) {this.fst=fst; this.snd=snd;}
           public X getFirst() { return fst; }
           public Y getSecond() { return snd; }
           public String toString() { return "("+fst+","+snd+")"; }
      public static void main(String... args) {
         Pair[] pairArr = new Pair[10];              // supposed to be an array of Pair<Integer,Integer>
         for (int i=0; i<pairArr.length; i++)
             pairArr[i] = new Pair<Integer,Integer>(i,i);
         for (int i=0; i<pairArr.length; i++) {
             Pair<Integer,Integer> p = pairArr; // unchecked warning
         System.out.println(p);
         Integer first = p.getFirst();
         Integer second = p.getSecond();
    // ... more stuff ...
    It turns out that I get an unchecked warning when I extract an element from the array of pairs. Okay, that's fine. How can I avoid the warning? I had expected that an explicit cast would help.
      Pair<Integer,Integer> p = (Pair<Integer,Integer> )pairArr;
    With a cast I'm telling the compiler: "I _know_ what I'm doing; please trust me." But the compiler still issues a warning.
    How can I write a warning-free program in this case? The only thing I can think of, is not using the parameterized type Pair in its parameterized form. But it's not the idea of Java Generics that I refrain from using parameterized types. What am I missing?

    It turns out that I get an unchecked warning when I
    extract an element from the array of pairs. Okay,
    that's fine. How can I avoid the warning? I had
    expected that an explicit cast would help.
    Pair<Integer,Integer> p = (Pair<Integer,Integer>
    )pairArr;
    With a cast I'm telling the compiler: "I _know_ what
    I'm doing; please trust me."  But the compiler still
    issues a warning.  Yes, but at least you were able to change the warning from "unchecked assignment" to "unchecked cast" which is a little shorter ;-)
    Seriously , since arrays of generic types are disallowed, there is probably no way to get rid of these warnings - which makes a strong point for eliminating "unchecked" warnings altogether (see the other thread "selectively suppressing compiler warnings")
    Cheerio,
    Gernot

  • Database adapter wizard issue

    Hi,
    I recently created a bpel flow containing a database adapter where I completed all the steps through to completion. Since then, when I attempt to review the adapter by double-clicking on it and then click on "Define Adapter Service", then when I step through to the "Adapter Config. Wizard - Select Table" I am told :
    'No Tables Imported'.
    I cannot figure out what I have done to have caused this. As far as I can see everything related to the database adapter from its initial creation still exists:
    * under "Application Sources" I see the adapter, and within this are 3 javaclasses that relate to the tables in the join
    * under "Application Sources->TopLink" again I see a reference to the adapter
    * under "Integration Content", there is another reference to the adapter, which contains :
    - wsdl, xsd & toplink mappings xml
    I have two further database adapters that do not have any issues - I can use the wizard to review their configuration. The entire flow compiles without issues...
    Is there anyway I can "fix" the 1st adapter so that the wizard correctly shows the imported tables?
    Thanks in advance.
    Anit

    Hi,
    No it is not a bug, I think. If you created your query by choosing from imported tables/views and related those using the wizard, the only way to change them is to re-import the tables and basically redefine your database adapter.
    It's a pity, but that's how it is (also in 10.1.2 I saw recently).
    Regards,
    Martien

  • Compiling / Linking error in Solaris Studio 12.3 C++ Compiler

    Hi,
    I downloaded Solaris Studio 12.3 (SolarisStudio12.3-solaris-x86-pkg.tar.bz2) & unpacked and installed on the default directory (in non-interactive mode) of local machine running Solaris 10 10/09 s10x_u8wos_08a X86. Also applied all the required patches by running the "install_patches.sh" after running "solarisstudio.sh".
    My application has make files to take care of the building the whole application. I made necessary changes to the make files to pick up the latest Solaris 12.3 C++ compiler. I could see that it has picked up for compiling.
    While building the whole project, the source files are compiled to object files successfully but when it is creating shared object (.so) files it stops at the below error:
    /opt/solarisstudio12.3/prod/bin/CC -mt -i -library=stlport4 -zdefs -ztext -G -h xmem.so -Lpic/lib/debug/sol32 -L/MyHome/open_source/abc/lib/sol32 -L/MyHome/open_source/mno/lib/sol32 -L/MyHome/open_source/pqr/lib/sol32 -L/MyHome/open_source/xyz/lib/sol32 -g -lc -lCrun -lumem -m32 -o debug/xmem.so
    *usage: CC [ options ] files. Use 'CC -flags' for details*
    Note:
    Some third party open source libraries are being used in the project. Those libraries are not built using Solaris Studio 12.3 compilers.
    Tried changing lot of options and re-ordering the switches/options but no luck. But on changing as mentioned below the shared library DID build successfully
    - Added space after '-L' option, added '*' at the end of path like "-L/MyHome/open_source/pqr/lib/sol32/*".
    Note:*_
    +1) I tried compiling a separate small program into object files using Solaris 12.3 C++ compiler but got the above error/problem when linking the experimental libraries (shared object) with most of the options used in the above command.+
    +2) The same project gets built successfully in Solaris Studio 12.1 (studio12.1-091123) and Solaris Studio 12 (studio12-070724) but the same is failing in Solaris Studio 12.3.+
    Can someone please help me to understand the issue and resolve it? Let me know if any more information is needed.
    Thanks in advance.
    -Vijay
    Edited by: 974820 on Dec 4, 2012 7:05 PM

    Hi Steve,
    Thanks for the valuable input on the -xdebugformat option. Every suggestion of yours is helping me to proceed further to some extent. This time too, after removing the "-xdebugformat=stabs", I am able to go past the previous error.
    BUT this time I am running into -xarch option problem. I am not sure if this is a application design or compilation options issue or compiler issue. Posting it here to get some inputs to understand more on this before raising any service request with Oracle Support.
    The error details and workarounds used with their result._
    NOTE: All these compilation were passed in earlier Studio versions.
    ORIGINAL - with -xarch=sse2
    ===============================ERRORS===============================
    /opt/solarisstudio12.3/prod/bin/CC -errtags=yes -Kpic -mt -errwarn -xdepend=yes -DUSING_STUDIO11 common/xm2/x86/common/inc/templates.il -D__EXTENSIONS__ -g -xarch=sse2 -Icommon/xccolor/inc -Icommon/xm2/x86/include -Icommon/xm2/x86/assembly/inc -Icommon/xm2/x86/common/inc -Iinclude -Icommon/xm2/x86hbc/expander/inc -Icommon/xm2/x86/jpeg/inc -Icommon/xm2embedded/host/x86/hbc/inc -Icommon/xm2/common/inc -Iimg-drv//include -Icommon/xm2/config/inc -Icommon/Utilities/include -Iimg-drv/ipshared/include -Icommon/cpp/inc -I/workspaces/3rd_Party/open_source/poco-1.3.6p2/include -I/workspaces/3rd_Party/open_source/boost_1_49_0/include -I/workspaces/3rd_Party/open_source/ACE-6.0 -I/workspaces/osnl/include -I/workspaces/osnl/SunOS/include -m32 -c common/xm2/x86/hbc/src/hbc_jpeg.c -o artifacts/common/xm2/x86/obj/debug/sol32/hbc_jpeg.o
    Assembler:
    "/tmp/yabeAAAIaaOxX", line 294 : Syntax error
    Near line: " maskmovq %mm0,%ebp"
    "/tmp/yabeAAAIaaOxX", line 1175 : Syntax error
    Near line: " maskmovq %mm0,%ebp"
    Failure in /opt/solarisstudio12.3/prod/bin/fbe, status = 0x7f00
    Fatal Error exec'ing /opt/solarisstudio12.3/prod/bin/fbe
    common/xm2embedded/host/x86/src/hbc_jpeg.c:1062 Warning: mmextract_epi16 intrinsic requires -xarch=sse4_1.*
    cc: acomp failed for common/xm2/x86/hbc/src/hbc_jpeg.c
    gmake[1]: *** [_artifacts_/common/xm2/x86/obj/debug/sol32/hbc_jpeg.o] Error 2
    gmake[1]: *** Waiting for unfinished jobs....
    ===============================ERRORS===============================
    AFTER CHANGING -xarch=sse2 to -xarch=sse4_1
    ===============================ERRORS===============================
    /opt/solarisstudio12.3/prod/bin/CC -errtags=yes -Kpic -mt -errwarn -library=stlport4 -DCPU_LITTLE_ENDIAN -DDSP_LITTLE_ENDIAN -xarch=sse4_1 -DTIXML_USE_STL=1 -erroff=doubunder -g -Icommon/xm2/xm2util/src -Icommon/xm2/xm2util/inc -Icommon/xm2/common/inc -Icommon/xm2/config/inc -Icommon/xm2embedded/host/utils/inc -Icommon/xm2/imageutil/inc -Icommon/xm2/x86hbc/include -Icommon/include -Iinclude -Icommon/xcc/inc -Icommon/cpp/inc -Icommon/Util/include -I/workspaces/open_source/poco-1.3.6p2/include -I/workspaces/3rd_Party/open_source/boost_1_49_0/include -I/workspaces/3rd_Party/open_source/ACE-6.0 -I/workspaces/CP.00_compiler/docusp/osnlayer/include -I/workspaces/osnl/SunOS/include -m32 -c common/xm2/xm2/src/JPEGHelpers.cpp -o artifacts/common/xm2/xm2/src/obj/debug/sol32/JPEGHelpers.o
    "common/xm2/xm2/src/JPEGHelpers.cpp", line 918: Error, nostructsym: Variable table is not a structure.
    "common/xm2/xm2/src/JPEGHelpers.cpp", line 919: Error, nostructsym: Variable table is not a structure.
    "common/xm2/xm2/src/JPEGHelpers.cpp", line 926: Error, nostructsym: Variable clear_high2bits is not a structure.
    "common/xm2/xm2/src/JPEGHelpers.cpp", line 927: Error, nostructsym: Variable clear_high2bits is not a structure.
    "common/xm2/xm2/src/JPEGHelpers.cpp", line 1223: Error, unassigned: The variable clear_high2bits has not yet been assigned a value.
    "common/xm2/xm2/src/JPEGHelpers.cpp", line 1224: Error, unassigned: The variable table has not yet been assigned a value.
    6 Error(s) detected.
    /opt/solarisstudio12.3/prod/bin/CC -errtags=yes -Kpic -mt -errwarn -library=stlport4 -DCPU_LITTLE_ENDIAN -DDSP_LITTLE_ENDIAN -xarch=sse4_1 -DTIXML_USE_STL=1 -erroff=doubunder -g -Icommon/xm2/xm2/src -Icommon/xm2/xm2/inc -Icommon/xm2/common/inc -Icommon/xm2/config/inc -Icommon/xm2/utils/inc -Icommon/xm2/imageutil/inc -Icommon/xm2/x86/include -Icommon/xm2/include -Iinclude -Icommon/xcc/inc -Icommon/cpp/inc -Icommon/Util/include -I/workspaces/3rd_Party/open_source/poco-1.3.6p2/include -I/workspaces/3rd_Party/open_source/boost_1_49_0/include -I/workspaces/3rd_Party/open_source/ACE-6.0 -I/workspaces/osnl/include -I/workspaces/osnl/SunOS/include -m32 -c common/xm2/xm2/src/Color.cpp -o artifacts/common/xm2/xm2/src/obj/debug/sol32/Color.o
    "common/xm2/xm2/inc/JPEGStripsImage.hpp", line 85: Error, badinitlval: Initializing std::vector<unsigned, xm2::XM2Allocator<unsigned>>& requires an lvalue.
    "common/xm2/image/inc/ISelector.hpp", line 36: Error, badinitlval: Initializing std::vector<unsigned, xm2::XM2Allocator<unsigned>>& requires an lvalue.
    "common/xm2/image/inc/RasterSelectorImage.hpp", line 53: Error, badinitlval: Initializing std::vector<unsigned, xm2::XM2Allocator<unsigned>>& requires an lvalue.
    3 Error(s) detected.
    6 Error(s) detected.gmake[1]: *** [_artifacts_/common/xm2/xm2/src/obj/debug/sol32/JPEGHelpers.o] Error 2
    gmake[1]: *** Waiting for unfinished jobs....
    3 Error(s) detected.gmake[1]: *** [_artifacts_/common/xm2/xm2/src/obj/debug/sol32/Color.o] Error 2
    ===============================ERRORS===============================
    Thank you.
    Vijay

  • Best way to import multi-disc compilation album?

    I have a rather extensive MP3 library (all my CD's are ripped to MP3) that I've maintained since about 1999. I just got my wife an iPod Nano last Christmas, and as such I never really used iTunes before a year ago. The only music in iTunes at the moment is MP3's and purchased music that is on her iPod.
    I have all my music on my 1 TB D: drive under D:\Audio Files\Albums or \iTunes Music (purchased stuff) or \Various (music files not part of an album).
    So I was trying to import a 2-disc various artist Christmas compilation album to iTunes 9. In Preferences, I have the box checked to keep music organized, and imported CD's are set to save under D:\Audio Files\Albums.
    The issue is whether or not to use the Compilation option. If I set the album as a Compilation, iTunes automatically creates a Compilations subfolder in Albums, which I don't want. I want to have a folder with this compilation, and several others with a similar name. These are yearly releases of top songs of certain genre.
    Apparently, to get iTunes to save these CD's where I want (I want the songs from both discs to go into the same folder), I have to uncheck Compilation, and also I have to change the Album Artist to <Compilations' series name> just to get it to put it in that folder.
    Do I have any other options? It seemed like a major pain to get these 2 discs imported so that all the songs would show up under single album cover.
    I suppose this may really be fallout from my manual folder organization in Windows Explorer. I guess if it were ALL in iTunes, I wouldn't need all those subfolders, as it would be organized by artist, album, etc. via each file's info. But then that wouldn't work very well with my iRiver MP3 player.
    Message was edited by: PatrickGSR94

    yeah but I use the same folder organization in both Windows and on the iRiver, on which I have the Rockbox OS.
    One of these days I hope both of us will get iPhones, at which point I'll probably ditch the iRiver and just use the phone for all my media duties.
    Anyway, back to the compilation album issue. All the other CD's I've imported (single disc and/or single artist) have imported beautifully, and perfectly integrated with the files and folders I already had (a CD of the same artist I already had other MP3 albums for created a new folder for the CD under the same artist folder - perfect).
    It's just the one album with both multiple discs and multiple artists that seem to be giving me problems. It either wants to put it in D:\Audio Files\Albums\Compilations, which I don't want, or in \Albums\Various Artists, which I don't want, either.

  • Adt compile for ipa-app-store never completes

    I'm trying to compile my project for the app store. It compiles without issue in about five minutes when compiled for ipa-test or ipa-debug. I'm compiling it for ipa-app-store right now but the process has been running for over two hours. I can see the java process running and the memory fluctuating, which tells me it's not frozen, but the temp files that are created aren't changing at all, which makes it seem like nothing is happening. Does anyone have any ideas what could be wrong? I'm using the latest version of the Flex framework with the latest AIR sdk on a machine running Windows 7.

    I did eventually figure it out. At the time I didn't know how to embed an XML file, so I was taking the file and converting it to a reallly long string. It was in the format of:
    xmlString += "<xmlTag>stuff</xmlTag>";
    xmlString += "<otherTag>stuff</otherTag>";
    There were three files, the shortest of which was over 1000 lines long. For some reason the compiler just choked on that. If I had even one of them in there it wouldn't compile for the app store. The moment I removed them, everything could compile just fine. That was when I figured out how to just embed the XML files and everything has worked since. Interestingly, my compile times for test and debug mode dropped by half once I did that; so it was clearly causing some issues for the compiler in general.
    If you don't have a file like the one I just described, I would recommend commenting out almost everything in your main file and compiling it. If you have an empty project, everything should compile correctly. Start adding things back in one at a time until you get the problem. That was how I ended up nailing down what was happening for us.

Maybe you are looking for

  • Remote Desktop and co-location

    Hello, I want to lock my drives but if I am correct when the lock on the front of the Xserve is locked Remote Desktop keyboard and Mouse will not work? Is this true?

  • Facing problem during invoking JNI_CreateJavaVM()  method

    Hi, I am stucking in this problem, the method returns -1. So I am not able to resolve this problem. I am using j2sdk1.4.2_14 and and using VC++6.0 for creatinf exe Any help will be appreciated. Rgds ojak      #include <jni.h>      #include <windows.h

  • MacPro6,1 - Failing to wake from 'sleep'

    I have a MacPro6,1 which keeps failing to wake from 'sleep' is there a solution to stop this or is it a fault? considering I've only had it a few months i'm not impressed!

  • Extract a JPEG from video?

    I have a video in iMovie (imported from iPhoto) that I would like to extract a still photo out of.  I'd like to get it as a JPEG file.  How do I do this? Thanks - Sue

  • Swf with external .as files not working in Captivate

    Hello, I am using Flash Professional CS5.5 & Captivate 5.5 (purchased with eLearning suite). When I insert swf animations into Captivate that have external .as files they do not work. Tried both insert animation & insert animation slide - same result