Error in compiling flex compilation

Hi,
I recieve following log message after deploying my application:
Error in compiling Flex application:
Error: Branch between 8479 and 41869 around line 0 exceeds 32K span.
If possible, please refactor this component.
Failed to compile AAD8T3.mxml
The only thing I know is the iView that has code AAD8T3, so I suppose the error is in it.
But what is the error and what are the objects it relates to?
Thanks,
Yulia

Hi
This is solved for Flex2, the up comming version of VC does not have this problem, but release dates for it are not set.
Jarrod Williams

Similar Messages

  • Error in compiling Flex application: 64K byte limit

    Hi experts ,
    While deploying the VC model , i m getting this error :
    Error in compiling Flex application: Error: A function in the code exceeds the 64K byte limit (actual size = '65557'). Since the problem occurs in the compiler-generated deferred instantiation code, please refactor/componentize portions of this document.
          (/usr/sap/NW2/JC00/j2ee/cluster/server0/GUIMachine_Business_Packages/Contribution_Margin_36461/FLEX_COMPILATION_FOLEDR/AAD15VY.mxml:19)
    Failed to compile AAD15VY.mxml
    Could any one help me out in solving this issue ..its urgent ...
    Your suggestions will be rewarded.
    Thanks,
    Pratima

    You have to remove few components from your model to decrease the compiler generated LOC.
    Check the following link for detailed solution:
    https://websmp130.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/sapnotes/index2.htm?numm=936390
    Taken from SAP Notes:
    <i>Solution
    Doing the following may help:
    1.Divide problematic iViews into a number of nested iViews.
    2.Optimize each model to reduce the number of elements that it
      contains:
      a.Reduce the number of signals by merging signals of the same name.
      b.When your application updates forms with read-only fields, use
        expression boxes and a data store instead of signals.
      c.Minimize the use of animations in your models, including form
        sliding and chart animation effects
      d.Use a data store to store variables, instead of invisible forms.
        To display messages, use a simple text rather than a static dynamic
        expression.
    3.For on-the-spot, temporary workarounds, you can try dragging an empty
      layer onto the Design board. This sometimes solves the problem ad
      hoc, but is not recommended as a best practice.
    </i>

  • Error in compiling flex - 64K limit

    Hi folks,
    I entered a new dimension in the flex compiling error dimension (see error-message below). Can anybody help me? I'm familiar with the 32K-problem ( and do have functional workarounds for that) but this one is a new one for me.
    regards,
    Martin
    Error in compiling Flex application: Error: A function in the code exceeds the 64K byte limit (actual size = '66289'). Since the problem occurs in the compiler-generated deferred instantiation code, please refactor/componentize portions of this document.

    Hi Marcel,
    infortunately I'm not allowed atm to make the model public.
    however, I circeled the problem and found a workaround. It has nothing to do with our "old pal 32K", this time it simply was a (sub-)model too large to get deployed (problem with the to-build XML-pakages.)
    Background on this: It's a nested iview collecting a lot of data from different parts of a highliy complex model to process an RFC. For monitoring reasons I've switched some of the tables to visible and that acutally caused the error. After hiding the colums the error vanished. (actually was replaced by the 32K error. But that's like meeting an old friend, no problem any more....)
    I'm looking forward to sharing the model some time. Would be interesting to get some feedback from the comunity..
    regards,
    Martin
    Message was edited by:
            Martin Wolpers

  • Error in compiling Flex application  - After changing my query in BW

    Hi All!!
    I'm facing the following problem:
    I have created a VC model based on a BW Query View... I have changed the query in BW (added a new key figure) and then I've refreshed the Query View in my VC model...
    After the refresh, I get the error "Error in compiling Flex application (1). Consult log file for details" everytime I try to deploy...
    Have you faced a similar problem? Does this mean that I can no longer change any query or view used in VC models???
    Thanks in Advance!
    Cris

    Hi Prachi,
    I've tried all the options you listed and it still doesn't work... I even tried to create a new query as a copy of the first one... and the error persists...
    Any other good idea (the model I´m talking about is really huge.. creating it again from zero would be a nightmare!!!)?
    Thanks in advance,
    Cris

  • Error in compiling Flex application (1).

    hi experts,
    i have created a small Iview in VC.
    It was compiling an running till two days back.
    Today it has started giving deplyoment error.
    <b>Error in compiling Flex application (1).</b>
    here is the trace. can anyone please tell me what might be the issue.
    {0}#1#com.sap.portal.guimachine.deployer.CompilingException: Error in compiling Flex application (1). Consult log file for details.
         at com.sap.portal.guimachine.deployer.FileHelper.compileFlex2(FileHelper.java:769)
         at com.sap.portal.guimachine.deployer.PARGenerator.createCompilePar(PARGenerator.java:490)
         at com.sap.portal.guimachine.deployer.PARGenerator.generate(PARGenerator.java:93)
         at com.sap.portal.guimachine.htmlbkit.utils.CommandHandlerService.doDeploy(CommandHandlerService.java:51)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at com.sap.guimachine.portalconnector.commandhandler.AbstractCommandService.invoke(AbstractCommandService.java:84)
         at com.sap.guimachine.portalconnector.dispatcher.Dispatcher.handleCommandHandler(Dispatcher.java:175)
         at com.sap.guimachine.portalconnector.dispatcher.Dispatcher.doContent(Dispatcher.java:126)
         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.

    On what release and SP level are you? Can you describe the model?
    Did you do any changes or upgrades of the Portl/Visual Composer the last two days?

  • Error in compiling flex applications?

    Hi ,
    when when i deploy VC applications iam getting an error ERROR IN COMPILING FLEX APPLICATIONS.CONSULT LOG FILE FOR DETAILS. can u tell me what might be the reason for this error.
    Thanks
    kishore

    hi,
    Solution: Refer OSS  974494
    I) Changing the vc.verboseErrorMessages to true will expose the Flex error
    messages when compilation fails.
    1)Open the visual admin of the J2EE
    2)Navigate to Server >> Services >> VisualComposer Development Server
    3)Change the vc.verboseErrorMessages to true.
    4)Save the changes
    II)In the visual admin tool, go to Server -> Services -> Log Configurator.
    In the right pane choose Locations, then scroll down to com.sap.portal.vc
    Increase the severity to ALL
    Click "Copy to Subtree"
    Apply to all "server nodes"
    III)Reproduce the problem.
    IV)For further investigation, please provide
    1. The error that was received when trying to compile the model with
    verbose set to 'true'.
    2. The newly updated defaultTrace<x>.trc
    V) Revert the logging settings to the default values (false for
    vc.verboseErrorMessages, 'Error' in com.sap.portal.vc* locations)
    Edited by: Parth on Feb 14, 2008 5:16 PM
    If your problem is solved pleas close the thread..Points will be welcomed...

  • Error in compiling swf for Flex 2 application

    Hello experts!
    After applying SPS 7 for EHP1 7.0 I am receiving the following error when deploying my model.
    Error in compiling swf for Flex 2 application. The log is appended below.
    I realized the error only occurs when I use value help.
    Can anybody advise please.
    Thanks,
    Ibrahim
    Error in compiling Flex application: /usr/sap/QJB/JC01/j2ee/cluster/server0/GUIMachine_Business_Packages/[xxx]MyModels.QM.Tab_test/FLEX_COMPILATION_FOLDER/AAD3KX_P.mxml(17): col: 145 Error: Element type "vc:LabeledDropDown" must be followed by either attribute specifications, ">" or "/>".
                      <vc:LabeledDropDown comboHeight="16" width="200" labelField="text" selectedIndex="{VC.getEnumIndex(AXCWV1, AAA3L21.Current.SELOP_TYPE || "BT", 'value')}" valueProperty="SELOP_TYPE" valueObject="{(AAA3L21.Current)}" id="ACA3L21_DropDown1" dataProvider="" comboComponent_y="40" prompt="" label="{(Languser1.BhlfcdeBHckjkGcInkHE)}" comboY="40" visible="{DE.NOT(false)}" creationComplete="AXCWV1.addEventListener(InfosetEvent.DATA_REFILLED, selectDefaultACA3L21_DropDown1)" component_x="88" x="8"/>
    Edited by: Ibrahim Ibrahim on Apr 15, 2011 1:19 PM

    We have solved this by applying note: 1510453 - Certain default values in list-based controls causes error

  • Error in compiling Flex application (1). Consult log file for details.

    Dear All,
    when i deploy the application from VC i am facing the below issue.
    Error in compiling Flex application (1). Consult log file for details.
    Please help us.
    Regards,
    Suman

    Hi Juan,
    Please look into the below issue.
    Error in compiling Flex application: java.lang.InternalError: Can't connect to X11 window server using '172.16.12.41:0.0' as the value of the DISPLAY variable.
       at sun.awt.X11GraphicsEnvironment.initDisplay(Native Method)
       at sun.awt.X11GraphicsEnvironment.<clinit>(X11GraphicsEnvironment.java:175)
       at java.lang.J9VMInternals.initializeImpl(Native Method)
       at java.lang.J9VMInternals.initialize(J9VMInternals.java:192)
       at java.lang.Class.forNameImpl(Native Method)
       at java.lang.Class.forName(Class.java:119)
       at java.awt.GraphicsEnvironment.getLocalGraphicsEnvironment(GraphicsEnvironment.java:91)
       at macromedia.fonts.JREFontManager.initializeSystemFonts(JREFontManager.java:242)
       at macromedia.fonts.JREFontManager.createSetForSystemFont(JREFontManager.java:58)
       at macromedia.fonts.CachedFontManager$FontCache.fetch(CachedFontManager.java:109)
       at macromedia.util.LRUCache.get(LRUCache.java:114)
       at macromedia.fonts.JREFontManager.getEntryFromSystem(JREFontManager.java:186)
       at macromedia.swf.builder.tags.FontBuilder.<init>(FontBuilder.java:52)
       at macromedia.css.FontFaceRule.initialize(FontFaceRule.java:82)
       at macromedia.css.StyleDocumentHandler.endFontFace(StyleDocumentHandler.java:36)
       at org.apache.batik.css.parser.Parser.parseFontFaceRule(Unknown Source)
       at org.apache.batik.css.parser.Parser.parseStyleSheet(Unknown Source)
       at macromedia.css.StyleParser.init(StyleParser.java:165)
       at macromedia.css.StyleParser.<init>(StyleParser.java:89)
       at macromedia.css.StyleSheet.parse(StyleSheet.java:71)
       at flex.compiler.parser.MxmlParser$4.end(MxmlParser.java:1123)
       at flex.compiler.parser.MxmlParser.endElement(MxmlParser.java:402)
       at org.apache.xerces.parsers.AbstractSAXParser.endElement(Unknown Source)
       at org.apache.xerces.parsers.AbstractXMLDocumentParser.emptyElement(Unknown Source)
       at org.apache.xerces.impl.XMLNSDocumentScannerImpl.scanStartElement(Unknown Source)
       at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown Source)
       at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
       at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
       at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
       at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
       at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
       at javax.xml.parsers.SAXParser.parse(Unknown Source)
       at javax.xml.parsers.SAXParser.parse(Unknown Source)
       at flex.compiler.parser.MxmlParser.parseDocument(MxmlParser.java:4363)
       at flex.compiler.MxmlLoader.parse(MxmlLoader.java:277)
       at flex.compiler.MxmlLoader.loadComponentType(MxmlLoader.java:178)
       at flex.compiler.MxmlLoader.loadComponent(MxmlLoader.java:204)
       at flex.compiler.CachedComponentLoader.getComponent(CachedComponentLoader.java:197)
       at flex.compiler.CachedComponentLoader.loadDefinition(CachedComponentLoader.java:101)
       at flex.compiler.CachedComponentLoader.getDefinition(CachedComponentLoader.java:263)
       at flex.compiler.CompositeLoader.getDefinition(CompositeLoader.java:54)
       at flex.compiler.linker.Loader.getType(Loader.java:266)
       at flex.compiler.linker.Loader.findType(Loader.java:248)
       at flex.compiler.CompilerPackageManager.loadType(CompilerPackageManager.java:629)
       at flex.compiler.MxmlCompiler.openDocument(MxmlCompiler.java:61)
       at flex.compiler.MxmlCompiler.compile(MxmlCompiler.java:234)
       at flex.tools.Mxmlc.main(Mxmlc.java:166)
    Regards,
    Suman

  • Deployment failure after installing SP11 - Error in Compiling Flex App

    After installing SP11 for Visual Composer, I am now not able to deploy any of my models, even though they compile successfully.  The following was installed:
    VCBASE11_0-10003602.SCA
    VCFRAMEWORK11_0-10003624.SCA
    VCFLEX11_0-10003616.SCA
    The specific error is as follows:
    <i>Error in compiling Flex application: Error: Failed to read stylesheet: /vc/skins/defaultSkins.css
          (D:\usr\sap\PLD\JC01\j2ee\cluster\server0\GUIMachine_Business_Packages\TestModel_25034\FLEX_COMPILATION_FOLEDR\AAD15H.mxml:23)
    Failed to compile AAD15H.mxml</i>
    "TestModel" is the name of my model in this example.  I would appreciate any assistance anyone can offer.
    Regards,
    Jim

    Hi Jim,
    I have never heard of similar errors. Have you had a look at the stylesheet that is referenced? Maybe the file is corrupt, permissions are wrong or the path has changed? Try to change the defaultSkins.css.
    You can also have a look at the source code after compiling. Select .mxml of iView AAD15H and have a look at line 23. Maybe you find some clues.
    Best Regards, Benni

  • JDev 1013 Error: Internal compilation error, terminated with a fatal except

    I've a class I compiled used in JDev 10.1.2.1.
    Now I try to compile it with JDev 10.1.3 but I get an error :
    Error: Internal compilation error, terminated with a fatal exception
    What does it means ?
    How can I solve it ?
    I tried to use both 5.0 and 1.4.2 compilers but the result is the same.
    Tks
    Tullio
    Here the class
    /* The following code was generated by JFlex 1.2.2 on 05/10/04 17.46 */
    * Copyright (C) 1998,99 Gerwin Klein <[email protected]>. *
    * All rights reserved. *
    * This program is free software; you can redistribute it and/or modify *
    * it under the terms of the GNU General Public License. See the file *
    * COPYRIGHT for more information. *
    * This program is distributed in the hope that it will be useful, *
    * but WITHOUT ANY WARRANTY; without even the implied warranty of *
    * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
    * GNU General Public License for more details. *
    * You should have received a copy of the GNU General Public License along *
    * with this program; if not, write to the Free Software Foundation, Inc., *
    * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA *
    package axioma.a4j.parser;
    import java_cup.runtime.*;
    * This class is a scanner generated by
    * JFlex 1.2.2
    * on 05/10/04 17.46 from the specification file
    * <tt>file:/C:/A4j/A4j/Common/Parser/grammatiche/Scanner.flex</tt>
    public class AxScanner implements java_cup.runtime.Scanner {
    /** this character denotes the end of file */
    final public static int YYEOF = -1;
    /** lexical states */
    final public static int STRING = 1;
    final public static int YYINITIAL = 0;
    final public static int CHARLITERAL = 2;
    * Translates characters to character classes
    final private static String yycmap_packed =
    "\11\10\1\3\1\2\1\0\1\3\1\1\16\10\4\0\1\3\1\50"+
    "\1\16\1\0\1\7\1\0\1\44\1\15\1\31\1\32\1\5\1\41"+
    "\1\40\1\42\1\14\1\4\1\12\11\13\1\0\1\37\1\47\1\46"+
    "\1\45\2\0\32\11\1\35\1\17\1\36\1\0\1\11\1\0\1\25"+
    "\1\51\2\11\1\23\1\24\5\11\1\26\1\6\1\30\3\11\1\21"+
    "\1\27\1\20\1\22\5\11\1\33\1\43\1\34\1\0\41\10\2\0"+
    "\4\11\4\0\1\11\12\0\1\11\4\0\1\11\5\0\27\11\1\0"+
    "\37\11\1\0\u0128\11\2\0\22\11\34\0\136\11\2\0\11\11\2\0"+
    "\7\11\16\0\2\11\16\0\5\11\11\0\1\11\21\0\117\10\21\0"+
    "\3\10\27\0\1\11\13\0\1\11\1\0\3\11\1\0\1\11\1\0"+
    "\24\11\1\0\54\11\1\0\10\11\2\0\32\11\14\0\202\11\1\0"+
    "\4\10\5\0\71\11\2\0\2\11\2\0\2\11\3\0\46\11\2\0"+
    "\2\11\67\0\46\11\2\0\1\11\7\0\47\11\11\0\21\10\1\0"+
    "\27\10\1\0\3\10\1\0\1\10\1\0\2\10\1\0\1\10\13\0"+
    "\33\11\5\0\3\11\56\0\32\11\5\0\13\11\13\10\12\0\12\10"+
    "\6\0\1\10\143\11\1\0\1\11\7\10\2\0\6\10\2\11\2\10"+
    "\1\0\4\10\2\0\12\10\3\11\22\0\1\10\1\11\1\10\33\11"+
    "\3\0\33\10\65\0\46\11\13\10\u0150\0\3\10\1\0\65\11\2\0"+
    "\1\10\1\11\20\10\2\0\1\11\4\10\3\0\12\11\2\10\2\0"+
    "\12\10\21\0\3\10\1\0\10\11\2\0\2\11\2\0\26\11\1\0"+
    "\7\11\1\0\1\11\3\0\4\11\2\0\1\10\1\0\7\10\2\0"+
    "\2\10\2\0\3\10\11\0\1\10\4\0\2\11\1\0\3\11\2\10"+
    "\2\0\12\10\4\11\16\0\1\10\2\0\6\11\4\0\2\11\2\0"+
    "\26\11\1\0\7\11\1\0\2\11\1\0\2\11\1\0\2\11\2\0"+
    "\1\10\1\0\5\10\4\0\2\10\2\0\3\10\13\0\4\11\1\0"+
    "\1\11\7\0\14\10\3\11\14\0\3\10\1\0\7\11\1\0\1\11"+
    "\1\0\3\11\1\0\26\11\1\0\7\11\1\0\2\11\1\0\5\11"+
    "\2\0\1\10\1\11\10\10\1\0\3\10\1\0\3\10\2\0\1\11"+
    "\17\0\1\11\5\0\12\10\21\0\3\10\1\0\10\11\2\0\2\11"+
    "\2\0\26\11\1\0\7\11\1\0\2\11\2\0\4\11\2\0\1\10"+
    "\1\11\6\10\3\0\2\10\2\0\3\10\10\0\2\10\4\0\2\11"+
    "\1\0\3\11\4\0\12\10\22\0\2\10\1\0\6\11\3\0\3\11"+
    "\1\0\4\11\3\0\2\11\1\0\1\11\1\0\2\11\3\0\2\11"+
    "\3\0\3\11\3\0\10\11\1\0\3\11\4\0\5\10\3\0\3\10"+
    "\1\0\4\10\11\0\1\10\17\0\11\10\21\0\3\10\1\0\10\11"+
    "\1\0\3\11\1\0\27\11\1\0\12\11\1\0\5\11\4\0\7\10"+
    "\1\0\3\10\1\0\4\10\7\0\2\10\11\0\2\11\4\0\12\10"+
    "\22\0\2\10\1\0\10\11\1\0\3\11\1\0\27\11\1\0\12\11"+
    "\1\0\5\11\4\0\7\10\1\0\3\10\1\0\4\10\7\0\2\10"+
    "\7\0\1\11\1\0\2\11\4\0\12\10\22\0\2\10\1\0\10\11"+
    "\1\0\3\11\1\0\27\11\1\0\20\11\4\0\6\10\2\0\3\10"+
    "\1\0\4\10\11\0\1\10\10\0\2\11\4\0\12\10\22\0\2\10"+
    "\1\0\22\11\3\0\30\11\1\0\11\11\1\0\1\11\2\0\7\11"+
    "\3\0\1\10\4\0\6\10\1\0\1\10\1\0\10\10\22\0\2\10"+
    "\15\0\60\11\1\10\2\11\7\10\4\0\10\11\10\10\1\0\12\10"+
    "\47\0\2\11\1\0\1\11\2\0\2\11\1\0\1\11\2\0\1\11"+
    "\6\0\4\11\1\0\7\11\1\0\3\11\1\0\1\11\1\0\1\11"+
    "\2\0\2\11\1\0\4\11\1\10\2\11\6\10\1\0\2\10\1\11"+
    "\2\0\5\11\1\0\1\11\1\0\6\10\2\0\12\10\2\0\2\11"+
    "\42\0\1\11\27\0\2\10\6\0\12\10\13\0\1\10\1\0\1\10"+
    "\1\0\1\10\4\0\2\10\10\11\1\0\42\11\6\0\24\10\1\0"+
    "\2\10\4\11\4\0\10\10\1\0\44\10\11\0\1\10\71\0\42\11"+
    "\1\0\5\11\1\0\2\11\1\0\7\10\3\0\4\10\6\0\12\10"+
    "\6\0\6\11\4\10\106\0\46\11\12\0\47\11\11\0\132\11\5\0"+
    "\104\11\5\0\122\11\6\0\7\11\1\0\77\11\1\0\1\11\1\0"+
    "\4\11\2\0\7\11\1\0\1\11\1\0\4\11\2\0\47\11\1\0"+
    "\1\11\1\0\4\11\2\0\37\11\1\0\1\11\1\0\4\11\2\0"+
    "\7\11\1\0\1\11\1\0\4\11\2\0\7\11\1\0\7\11\1\0"+
    "\27\11\1\0\37\11\1\0\1\11\1\0\4\11\2\0\7\11\1\0"+
    "\47\11\1\0\23\11\16\0\11\10\56\0\125\11\14\0\u026c\11\2\0"+
    "\10\11\12\0\32\11\5\0\113\11\225\0\64\11\40\10\7\0\1\11"+
    "\4\0\12\10\41\0\4\10\1\0\12\10\6\0\130\11\10\0\51\11"+
    "\1\10\u0556\0\234\11\4\0\132\11\6\0\26\11\2\0\6\11\2\0"+
    "\46\11\2\0\6\11\2\0\10\11\1\0\1\11\1\0\1\11\1\0"+
    "\1\11\1\0\37\11\2\0\65\11\1\0\7\11\1\0\1\11\3\0"+
    "\3\11\1\0\7\11\3\0\4\11\2\0\6\11\4\0\15\11\5\0"+
    "\3\11\1\0\7\11\17\0\4\10\32\0\5\10\20\0\2\11\51\0"+
    "\6\10\17\0\1\11\40\0\20\11\40\0\15\10\4\0\1\10\40\0"+
    "\1\11\4\0\1\11\2\0\12\11\1\0\1\11\3\0\5\11\6\0"+
    "\1\11\1\0\1\11\1\0\1\11\1\0\4\11\1\0\3\11\1\0"+
    "\7\11\46\0\44\11\u0e81\0\3\11\31\0\11\11\6\10\1\0\5\11"+
    "\2\0\3\11\6\0\124\11\4\0\2\10\2\0\2\11\2\0\136\11"+
    "\6\0\50\11\4\0\136\11\21\0\30\11\u0248\0\u19b6\11\112\0\u51a6\11"+
    "\132\0\u048d\11\u0773\0\u2ba4\11\u215c\0\u012e\11\322\0\7\11\14\0\5\11"+
    "\5\0\1\11\1\10\12\11\1\0\15\11\1\0\5\11\1\0\1\11"+
    "\1\0\2\11\1\0\2\11\1\0\154\11\41\0\u016b\11\22\0\100\11"+
    "\2\0\66\11\50\0\14\11\44\0\4\10\17\0\2\11\30\0\3\11"+
    "\31\0\1\11\6\0\3\11\1\0\1\11\1\0\207\11\2\0\1\10"+
    "\4\0\1\11\13\0\12\10\7\0\32\11\4\0\1\11\1\0\32\11"+
    "\12\0\132\11\3\0\6\11\2\0\6\11\2\0\6\11\2\0\3\11"+
    "\3\0\2\11\3\0\2\11\22\0\3\10\4\0";
    * Translates characters to character classes
    final private static char [] yycmap = yy_unpack_cmap(yycmap_packed);
    * Translates a state to a row index in the transition table
    final private static int yy_rowMap [] = {
    0, 42, 84, 126, 168, 126, 210, 126, 252, 294,
    336, 378, 126, 126, 420, 462, 504, 126, 126, 126,
    126, 126, 126, 126, 126, 126, 126, 546, 126, 588,
    126, 630, 672, 714, 756, 126, 126, 798, 840, 882,
    126, 924, 966, 1008, 1050, 336, 1092, 1134, 1176, 1218,
    126, 126, 126, 126, 126, 126, 126, 126, 126, 126,
    126, 126, 126, 126, 1260, 1302, 1344, 1386, 1428, 1470,
    1512, 1554, 126, 1596, 1638, 1680, 1722, 126, 126, 126,
    126, 126, 126, 126, 1764, 294, 1806, 294, 294
    * The packed transition table of the DFA
    final private static String yy_packed =
    "\1\4\1\5\2\6\1\7\1\10\1\11\1\12\1\4"+
    "\1\12\1\13\1\14\1\4\1\15\1\16\1\4\1\17"+
    "\3\12\1\20\3\12\1\21\1\22\1\23\1\24\1\25"+
    "\1\26\1\27\1\30\1\31\1\32\1\33\1\34\1\35"+
    "\1\36\1\37\1\40\1\41\1\12\1\42\1\43\1\44"+
    "\12\42\1\45\1\42\1\46\32\42\1\47\1\50\1\51"+
    "\13\47\1\4\1\52\32\47\54\0\1\6\53\0\1\53"+
    "\1\54\52\0\1\12\1\55\4\12\4\0\11\12\20\0"+
    "\1\12\6\0\6\12\4\0\11\12\20\0\1\12\12\0"+
    "\2\56\1\57\47\0\2\14\1\57\43\0\6\12\4\0"+
    "\1\12\1\60\7\12\20\0\1\12\6\0\6\12\4\0"+
    "\5\12\1\61\3\12\20\0\1\12\6\0\6\12\4\0"+
    "\2\12\1\62\6\12\20\0\1\12\43\0\1\63\54\0"+
    "\1\64\51\0\1\65\51\0\1\66\3\0\1\42\2\0"+
    "\12\42\1\0\1\42\1\0\32\42\2\0\1\44\47\0"+
    "\2\67\1\0\12\67\1\70\1\71\1\72\1\73\1\74"+
    "\2\67\1\75\3\67\1\76\20\67\1\77\15\0\1\100"+
    "\36\0\1\51\47\0\2\67\1\0\12\67\1\101\1\102"+
    "\1\103\1\104\1\105\2\67\1\106\3\67\1\104\20\67"+
    "\1\107\1\53\1\110\1\111\47\53\52\112\6\0\6\55"+
    "\4\0\11\55\20\0\1\55\12\0\2\57\44\0\6\12"+
    "\4\0\2\12\1\113\6\12\20\0\1\12\6\0\6\12"+
    "\4\0\6\12\1\114\2\12\20\0\1\12\6\0\6\12"+
    "\4\0\6\12\1\115\2\12\20\0\1\12\15\0\1\116"+
    "\51\0\1\117\51\0\1\120\51\0\1\121\51\0\1\122"+
    "\51\0\1\123\51\0\1\124\36\0\1\111\47\0\5\112"+
    "\1\125\44\112\6\0\6\12\4\0\3\12\1\126\5\12"+
    "\20\0\1\12\6\0\6\12\4\0\7\12\1\127\1\12"+
    "\20\0\1\12\6\0\6\12\4\0\6\12\1\130\2\12"+
    "\20\0\1\12\4\112\1\111\1\125\44\112\6\0\6\12"+
    "\4\0\3\12\1\131\5\12\20\0\1\12";
    * The transition table of the DFA
    final private static int yytrans [] = yy_unpack(yy_packed);
    /* error codes */
    final private static int YY_UNKNOWN_ERROR = 0;
    final private static int YY_ILLEGAL_STATE = 1;
    final private static int YY_NO_MATCH = 2;
    final private static int YY_PUSHBACK_2BIG = 3;
    /* error messages for the codes above */
    final private static String YY_ERROR_MSG[] = {
    "Unkown internal scanner error",
    "Internal error: unknown state",
    "Error: could not match input",
    "Error: pushback value was too large"
    * YY_ATTRIBUTE[aState] contains the attributes of state <code>aState</code>
    private final static byte YY_ATTRIBUTE[] = {
    0, 0, 0, 9, 1, 9, 1, 9, 1, 1, 1, 1, 9, 9, 1, 1,
    1, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 1, 9, 1, 9, 1,
    1, 1, 1, 9, 9, 1, 1, 1, 9, 1, 0, 0, 1, 0, 1, 1,
    1, 1, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
    1, 1, 1, 1, 1, 1, 1, 1, 9, 0, 1, 1, 1, 9, 9, 9,
    9, 9, 9, 9, 0, 1, 1, 1, 1
    /** the input device */
    private java.io.Reader yy_reader;
    /** the current state of the DFA */
    private int yy_state;
    /** the current lexical state */
    private int yy_lexical_state = YYINITIAL;
    /** this buffer contains the current text to be matched and is
    the source of the yytext() string */
    private char yy_buffer[] = new char[16384];
    /** the textposition at the last accepting state */
    private int yy_markedPos;
    /** the textposition at the last state to be included in yytext */
    private int yy_pushbackPos;
    /** the current text position in the buffer */
    private int yy_currentPos;
    /** startRead marks the beginning of the yytext() string in the buffer */
    private int yy_startRead;
    /** endRead marks the last character in the buffer, that has been read
    from input */
    private int yy_endRead;
    /** number of newlines encountered up to the start of the matched text */
    private int yyline;
    /** the number of characters up to the start of the matched text */
    private int yychar;
    * the number of characters from the last newline up to the start of the
    * matched text
    private int yycolumn;
    * yy_atBOL == true <=> the scanner is currently at the beginning of a line
    private boolean yy_atBOL;
    /** yy_atEOF == true <=> the scanner has returned a value for EOF */
    private boolean yy_atEOF;
    /** denotes if the user-EOF-code has already been executed */
    private boolean yy_eof_done;
    /* user code: */
    StringBuffer string = new StringBuffer();
    private InContestoParser mContesto = null;
    private Symbol symbol(int type) {
    return new JavaSymbol(type, yyline+1, yycolumn+1);
    private Symbol symbol(int type, Object value) {
    return new JavaSymbol(type, yyline+1, yycolumn+1, value);
    private Symbol axSymbol(Object value) {
    int tipo = 0;
    CercaValore cercaVal = new CercaValoreComm(value.toString(),mContesto);
    Ritorno rito = cercaVal.cercaValore();
    int tipoSym = rito.getTipo();
    if (tipoSym == Domini.tipoDatoNumerico) {
         tipo = AxSym.VAR_N;
    else if (tipoSym == Domini.tipoDatoAlfanumerico) {
    tipo = AxSym.VAR_A;
    else if (tipoSym == Domini.tipoDatoBooleano) {
         tipo = AxSym.VAR_B;
    JavaSymbol myJ = new JavaSymbol(tipo, yyline+1, yycolumn+1, value);
    return myJ;
    private Symbol axMetodo(Object value) {
    int tipo = 0;
    CercaValore cercaVal = new CercaValoreComm(value.toString(),mContesto);
    Ritorno rito = cercaVal.cercaValore();
    int tipoSym = rito.getTipo();
    if (tipoSym == Domini.tipoDatoNumerico) {
         tipo = AxSym.MET_N;
    else if (tipoSym == Domini.tipoDatoAlfanumerico) {
    tipo = AxSym.MET_A;
    else if (tipoSym == Domini.tipoDatoBooleano) {
         tipo = AxSym.MET_B;
    JavaSymbol myJ = new JavaSymbol(tipo, yyline+1, yycolumn+1, value);
    return myJ;
    * Set the reader and reset variables
    public void setReader(java.io.Reader in) {
    this.yy_lexical_state = YYINITIAL;
    this.yy_atEOF = false;
    this.yy_atBOL = false;
    this.yy_eof_done = false;
    this.yy_state = 0;
    this.yy_pushbackPos = 0;
    this.yy_markedPos = 0;
    this.yy_currentPos = 0;
    this.yy_startRead = 0;
    this.yy_endRead = 0;
    this.yyline = 0;
    this.yychar = 0;
    this.yycolumn = 0;
    this.yy_reader = in;
    public void setContesto(InContestoParser xpContesto) {
    mContesto = xpContesto;
    public InContestoParser getContesto() {
    return mContesto;
    * Creates a new scanner.
    * There is also java.io.Reader version of this constructor.
    * @param in the java.io.Inputstream to read input from.
    public AxScanner() throws java.io.IOException { this(System.in); }
    * Creates a new scanner
    * There is also a java.io.InputStream version of this constructor.
    * @param in the java.io.Reader to read input from.
    AxScanner(java.io.Reader in) {
    this.yy_reader = in;
    * Creates a new scanner.
    * There is also java.io.Reader version of this constructor.
    * @param in the java.io.Inputstream to read input from.
    AxScanner(java.io.InputStream in) {
    this(new java.io.InputStreamReader(in));
    * Unpacks the compressed DFA transition table.
    * @param packed the packed transition table
    * @return the unpacked transition table
    private static int [] yy_unpack(String packed) {
    int [] trans = new int[1848];
    int i = 0; /* index in packed string */
    int j = 0; /* index in unpacked array */
    while (i < 492) {
    int count = packed.charAt(i++);
    int value = packed.charAt(i++);
    value--;
    do trans[j++] = value; while (--count > 0);
    return trans;
    * Unpacks the compressed character translation table.
    * @param packed the packed character translation table
    * @return the unpacked character translation table
    private static char [] yy_unpack_cmap(String packed) {
    char [] map = new char[0x10000];
    int i = 0; /* index in packed string */
    int j = 0; /* index in unpacked array */
    while (i < 1614) {
    int count = packed.charAt(i++);
    char value = packed.charAt(i++);
    do map[j++] = value; while (--count > 0);
    return map;
    * Gets the next input character.
    * @return the next character of the input stream, EOF if the
    * end of the stream is reached.
    * @exception IOException if any I/O-Error occurs
    private int yy_advance() throws java.io.IOException {
    /* standard case */
    if (yy_currentPos < yy_endRead) return yy_buffer[yy_currentPos++];
    /* if the eof is reached, we don't need to work hard */
    if (yy_atEOF) return YYEOF;
    /* otherwise: need to refill the buffer */
    /* first: make room (if you can) */
    if (yy_startRead > 0) {
    System.arraycopy(yy_buffer, yy_startRead,
    yy_buffer, 0,
    yy_endRead-yy_startRead);
    /* translate stored positions */
    yy_endRead-= yy_startRead;
    yy_currentPos-= yy_startRead;
    yy_markedPos-= yy_startRead;
    yy_pushbackPos-= yy_startRead;
    yy_startRead = 0;
    /* is the buffer big enough? */
    if (yy_currentPos >= yy_buffer.length) {
    /* if not: blow it up */
    char newBuffer[] = new char[yy_currentPos*2];
    System.arraycopy(yy_buffer, 0, newBuffer, 0, yy_buffer.length);
    yy_buffer = newBuffer;
    /* finally: fill the buffer with new input */
    int numRead = yy_reader.read(yy_buffer, yy_endRead,
    yy_buffer.length-yy_endRead);
    if ( numRead == -1 ) return YYEOF;
    yy_endRead+= numRead;
    return yy_buffer[yy_currentPos++];
    * Closes the input stream.
    final public void yyclose() throws java.io.IOException {
    yy_atEOF = true; /* indicate end of file */
    yy_endRead = yy_startRead; /* invalidate buffer */
    yy_reader.close();
    * Returns the current lexical state.
    final public int yystate() {
    return yy_lexical_state;
    * Enters a new lexical state
    * @param newState the new lexical state
    final public void yybegin(int newState) {
    yy_lexical_state = newState;
    * Returns the text matched by the current regular expression.
    final public String yytext() {
    return new String( yy_buffer, yy_startRead, yy_markedPos-yy_startRead );
    * Returns the length of the matched text region.
    final public int yylength() {
    return yy_markedPos-yy_startRead;
    * Reports an error that occured while scanning.
    * @param errorCode the code of the errormessage to display
    private void yy_ScanError(int errorCode) {
    try {
    System.out.println(YY_ERROR_MSG[errorCode]);
    catch (ArrayIndexOutOfBoundsException e) {
    System.out.println(YY_ERROR_MSG[YY_UNKNOWN_ERROR]);
    System.exit(1);
    * Pushes the specified amount of characters back into the input stream.
    * They will be read again by then next call of the scanning method
    * @param number the number of characters to be read again.
    * This number must not be greater than yylength()!
    private void yypushback(int number) {
    if ( number > yylength() )
    yy_ScanError(YY_PUSHBACK_2BIG);
    yy_markedPos -= number;
    * Contains user EOF-code, which will be executed exactly once,
    * when the end of file is reached
    private void yy_do_eof() throws java.io.IOException {
    if (!yy_eof_done) {
    yy_eof_done = true;
    yyclose();
    * Resumes scanning until the next regular expression is matched,
    * the end of input is encountered or an I/O-Error occurs.
    * @return the next token
    * @exception IOException if any I/O-Error occurs
    public java_cup.runtime.Symbol next_token() throws java.io.IOException {
    int yy_input;
    int yy_action;
    while (true) {
    boolean yy_counted = false;
    for (yy_currentPos = yy_startRead; yy_currentPos < yy_markedPos;
    yy_currentPos++) {
    switch (yy_buffer[yy_currentPos]) {
    case '\r':
    yyline++;
    yycolumn = 0;
    yy_counted = true;
    break;
    case '\n':
    if (yy_counted)
    yy_counted = false;
    else {
    yyline++;
    yycolumn = 0;
    break;
    default:
    yy_counted = false;
    yycolumn++;
    if (yy_counted) {
    if ( yy_advance() == '\n' ) yyline--;
    if ( !yy_atEOF ) yy_currentPos--;
    yy_action = -1;
    yy_currentPos = yy_startRead = yy_markedPos;
    yy_state = yy_lexical_state;
    yy_forAction: {
    while (true) {
    yy_input = yy_advance();
    if ( yy_input == YYEOF ) break yy_forAction;
    int yy_next = yytrans[ yy_rowMap[yy_state] + yycmap[yy_input] ];
    if (yy_next == -1) break yy_forAction;
    yy_state = yy_next;
    int yy_attributes = YY_ATTRIBUTE[yy_state];
    if ( (yy_attributes & 1) > 0 ) {
    yy_action = yy_state;
    yy_markedPos = yy_currentPos;
    if ( (yy_attributes & 8) > 0 ) break yy_forAction;
    switch (yy_action) {   
    case 83:
    {  yybegin(YYINITIAL); return symbol(AxSym.CHARACTER_LITERAL, new Character('\b')); }
    case 90: break;
    case 82:
    {  yybegin(YYINITIAL); return symbol(AxSym.CHARACTER_LITERAL, new Character('\f')); }
    case 91: break;
    case 81:
    {  yybegin(YYINITIAL); return symbol(AxSym.CHARACTER_LITERAL, new Character('\r')); }
    case 92: break;
    case 80:
    {  yybegin(YYINITIAL); return symbol(AxSym.CHARACTER_LITERAL, new Character('\t')); }
    case 93: break;
    case 78:
    {  yybegin(YYINITIAL); return symbol(AxSym.CHARACTER_LITERAL, new Character('\"')); }
    case 94: break;
    case 77:
    {  yybegin(YYINITIAL); return symbol(AxSym.CHARACTER_LITERAL, new Character('\'')); }
    case 95: break;
    case 88:
    {  return symbol(AxSym.BOOLEAN_LITERAL, new Boolean(false));  }
    case 96: break;
    case 87:
    {  return symbol(AxSym.NULL_LITERAL);  }
    case 97: break;
    case 85:
    {  return symbol(AxSym.BOOLEAN_LITERAL, new Boolean(true));  }
    case 98: break;
    case 79:
    {  yybegin(YYINITIAL); return symbol(AxSym.CHARACTER_LITERAL, new Character('\\'));  }
    case 99: break;
    case 71:
    case 72:
    {  /* ignore */  }
    case 100: break;
    case 63:
    {  yybegin(YYINITIAL); return symbol(AxSym.CHARACTER_LITERAL, new Character(yytext().charAt(0)));  }
    case 101: break;
    case 62:
    {  string.append( '\b' );  }
    case 102: break;
    case 61:
    {  string.append( '\n' );  }
    case 103: break;
    case 60:
    {  string.append( '\f' );  }
    case 104: break;
    case 59:
    {  string.append( '\r' );  }
    case 105: break;
    case 58:
    {  string.append( '\t' );  }
    case 106: break;
    case 57:
    {  string.append( '\\' );  }
    case 107: break;
    case 56:
    {  string.append( '\"' );  }
    case 108: break;
    case 55:
    {  string.append( '\'' );  }
    case 109: break;
    case 25:
    {  return symbol(AxSym.PLUS);  }
    case 110: break;
    case 24:
    {  return symbol(AxSym.COMMA);  }
    case 111: break;
    case 23:
    {  return symbol(AxSym.SEMI);  }
    case 112: break;
    case 22:
    {  return symbol(AxSym.RQUADRA);  }
    case 113: break;
    case 21:
    {  return symbol(AxSym.LQUADRA);  }
    case 114: break;
    case 20:
    {  return symbol(AxSym.RGRAFFA);  }
    case 115: break;
    case 19:
    {  return symbol(AxSym.LGRAFFA);  }
    case 116: break;
    case 18:
    {  return symbol(AxSym.RPAREN);  }
    case 117: break;
    case 17:
    {  return symbol(AxSym.LPAREN);  }
    case 118: break;
    case 3:
    case 37:
    case 38:
    case 41:
    {  throw new RuntimeException("Illegal character \""+yytext()+"\" at line "+yyline+", column "+yycolumn);  }
    case 119: break;
    case 4:
    case 5:
    {  /*return symbol(AxSym.INVIO);*/ /* ignore */  }
    case 120: break;
    case 6:
    {  return symbol(AxSym.DIVIDE);  }
    case 121: break;
    case 7:
    {  return symbol(AxSym.TIMES);  }
    case 122: break;
    case 8:
    case 9:
    case 14:
    case 15:
    case 16:
    case 47:
    case 48:
    case 49:
    case 74:
    case 75:
    case 76:
    case 86:
    {  return axSymbol(yytext());  }
    case 123: break;
    case 10:
    case 11:
    {  return symbol(AxSym.INTEGER_LITERAL, new Integer(yytext()));  }
    case 124: break;
    case 12:
    {  yybegin(STRING); string.setLength(0);  }
    case 125: break;
    case 13:
    {  yybegin(CHARLITERAL);  }
    case 126: break;
    case 26:
    {  return symbol(AxSym.MINUS);  }
    case 127: break;
    case 27:
    {  return symbol(AxSym.ORB);  }
    case 128: break;
    case 28:
    {  return symbol(AxSym.ANDB);  }
    case 129: break;
    case 29:
    {  return symbol(AxSym.GT);  }
    case 130: break;
    case 30:
    {  return symbol(AxSym.EQ);  }
    case 131: break;
    case 31:
    {  return symbol(AxSym.LT);  }
    case 132: break;
    case 32:
    {  return symbol(AxSym.NEG);  }
    case 133: break;
    case 33:
    {  string.append( yytext() );  }
    case 134: break;
    case 34:
    case 35:
    {  throw new RuntimeException("Unterminated string at end of line");  }
    case 135: break;
    case 36:
    {  yybegin(YYINITIAL); return symbol(AxSym.STRING_LITERAL, string.toString());  }
    case 136: break;
    case 39:
    case 40:
    {  throw new RuntimeException("Unterminated character literal at end of line");  }
    case 137: break;
    case 44:
    {  return axMetodo(yytext());  }
    case 138: break;
    case 46:
    {  return symbol(AxSym.FLOATING_POINT_LITERAL, new Float(yytext()));  }
    case 139: break;
    case 50:
    {  return symbol(AxSym.DUEP);  }
    case 140: break;
    case 51:
    {  return symbol(AxSym.GE);  }
    case 141: break;
    case 52:
    {  return symbol(AxSym.LE);  }
    case 142: break;
    case 53:
    {  return symbol(AxSym.NE);  }
    case 143: break;
    case 54:
    case 64:
    case 65:
    case 66:
    case 67:
    case 68:
    case 69:
    case 70:
    {  throw new RuntimeException("Illegal escape sequence \""+yytext()+"\"");  }
    case 144: break;
    default:
    if (yy_input == YYEOF && yy_startRead == yy_currentPos) {
    yy_atEOF = true;
    yy_do_eof();
    {     return new java_cup.runtime.Symbol(AxSym.EOF);
    else {
    yy_ScanError(YY_NO_MATCH);
    }

    I setted use Javac checkbox and it worked ???
    Could someone explain me what happened ?
    The problem seems to be in the very long privated final string I defined, making it shorther the problem is solved again .
    Tks
    Tullio

  • Weird errors at compile

    Hi,
    I am new to the Flex technology so I followed the tutorials
    on the Flex website. When I compile the basic script, i.e
    http://www.adobe.com/devnet/flex/quickstart/coding_with_mxml_and_actionscript/
    tutorial, I get a lot of errors:
    D:\STARLab\Flex\Test>mxmlc MyFirst.mxml
    Loading configuration file
    D:\Programma's\Flex\frameworks\flex-config.xml
    _CursorManagerStyle.as(16): col: 42 Error: Syntax error:
    expecting rightparen be
    fore s.
    [Embed(_resolvedSource='D:/Programma's/Flex/frameworks/libs/framework.swc$As
    sets.swf', symbol='mx.skins.cursor.BusyCursor',
    source='D:/Programma's/Flex/fram
    eworks/libs/framework.swc$Assets.swf', original='Assets.swf',
    _line='509', _path
    sep='true',
    _file='D:/Programma's/Flex/frameworks/libs/framework.swc$defaults.cs
    s')]
    ^
    _CursorManagerStyle.as(16): col: 43 Error: Syntax error.
    [Embed(_resolvedSource='D:/Programma's/Flex/frameworks/libs/framework.swc$As
    sets.swf', symbol='mx.skins.cursor.BusyCursor',
    source='D:/Programma's/Flex/fram
    eworks/libs/framework.swc$Assets.swf', original='Assets.swf',
    _line='509', _path
    sep='true',
    _file='D:/Programma's/Flex/frameworks/libs/framework.swc$defaults.cs
    s')]
    ^
    _CursorManagerStyle.as(16): col: 59 Error: Syntax error.
    [Embed(_resolvedSource='D:/Programma's/Flex/frameworks/libs/framework.swc$As
    sets.swf', symbol='mx.skins.cursor.BusyCursor',
    source='D:/Programma's/Flex/fram
    eworks/libs/framework.swc$Assets.swf', original='Assets.swf',
    _line='509', _path
    sep='true',
    _file='D:/Programma's/Flex/frameworks/libs/framework.swc$defaults.cs
    s')]
    ^
    _CursorManagerStyle.as(16): col: 139 Error: Syntax error.
    [Embed(_resolvedSource='D:/Programma's/Flex/frameworks/libs/framework.swc$As
    sets.swf', symbol='mx.skins.cursor.BusyCursor',
    source='D:/Programma's/Flex/fram
    eworks/libs/framework.swc$Assets.swf', original='Assets.swf',
    _line='509', _path
    sep='true',
    _file='D:/Programma's/Flex/frameworks/libs/framework.swc$defaults.cs
    s')]
    ^
    _CursorManagerStyle.as(16): col: 156 Error: Syntax error.
    [Embed(_resolvedSource='D:/Programma's/Flex/frameworks/libs/framework.swc$As
    sets.swf', symbol='mx.skins.cursor.BusyCursor',
    source='D:/Programma's/Flex/fram
    eworks/libs/framework.swc$Assets.swf', original='Assets.swf',
    _line='509', _path
    sep='true',
    _file='D:/Programma's/Flex/frameworks/libs/framework.swc$defaults.cs
    s')]
    ^
    _CursorManagerStyle.as(16): col: 172 Error: Syntax error.
    [Embed(_resolvedSource='D:/Programma's/Flex/frameworks/libs/framework.swc$As
    sets.swf', symbol='mx.skins.cursor.BusyCursor',
    source='D:/Programma's/Flex/fram
    eworks/libs/framework.swc$Assets.swf', original='Assets.swf',
    _line='509', _path
    sep='true',
    _file='D:/Programma's/Flex/frameworks/libs/framework.swc$defaults.cs
    s')]
    ^
    I don't understand why it gives the errors. I just downloaded
    the SDK, unzipped the files and ran the script. For information, I
    am running Windows Vista.
    Code:

    Hi,
    try changing the name of your folders so they don't contain
    quotes. The problem is probably the quote in "programma's".
    regards,
    Christophe

  • Error in Compile of a Model in VC 7.0

    Hi
    When i compile a VC Dashboard it is sucessfully complied.
    When i deployed the model it is giving me an error
    Error in compiling Flex application (1). Consult log file for details.
    Source Files
    No Valid iviews
    Please advise how to proceed

    Hi ,
    As you told compilation is working fine means its not realted to compiler.
    Unchcek the deploy with PAR option and deplo it.
    And alos chcek the link [https://wiki.sdn.sap.com/wiki/display/VC/ErrorinCompilingFlexApplication]
    Regards,
    Govindu

  • Error 1009 compiling in automation_air or automation_airspark library

    Hello,
    While attempting to use the Flex automation framework, I am running into problems starting the application.
    Out of the all of the libraries found under ./libs/automation, the these two libraries give the same error pasted below.  This occurs of I utilize one or both of the suspect libraries in any combination of the other libraries.
    The libraries in question are:
    <library>libs/automation/automation_air.swc</library>
    <library>libs/automation/automation_airspark.swc</library>
    Here is the error copied from the error dialog:
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
    at mx.managers::SystemManager/http://www.adobe.com/2006/flex/mx/internal::kickOff()[E:\dev\hero_private_beta\frameworks\ projects\framework\src\mx\managers\SystemManager.as:2702]
    at mx.managers::SystemManager/http://www.adobe.com/2006/flex/mx/internal::preloader_completeHandler()[E:\dev\hero_privat e_beta\frameworks\projects\framework\src\mx\managers\SystemManager.as:2610]
    at flash.events::EventDispatcher/dispatchEventFunction()
    at flash.events::EventDispatcher/dispatchEvent()
    at mx.preloaders::Preloader/timerHandler()[E:\dev\hero_private_beta\frameworks\projects\fram ework\src\mx\preloaders\Preloader.as:539]
    at flash.utils::Timer/_timerDispatch()
    at flash.utils::Timer/tick()
    The application is an AIR application based on Flex 4.5.
    For troubleshooting, I took the swc from previous released 4.x versions and compiled it into the application.  The error above is still given.  I do not see any errors during compilation.  The 1009 error given above only appears when I attempt to start the application.

    Change the creation policy on the parent container to 'all'.  The default creation policy is to not create an item until it is needed on the stage, so when you try to reference the custom component that is on the canvas that has not yet been displayed, it hasn't been created yet.

  • Build failed () configure: error: C compiler create executable[SOLVED]

    I am a newbie in the forums, i recently installed arch x86_64 and am having a hard time building packages, i did install base-devel , gcc gcc-fortran gcc-obc..........all that stuff i also installed all the base devel stuff...like fakeroot,flex....(all the base devel stuff) but not luck, when i try 'makepkg -s' it still brings this error ---> " configure: error: C compiler cannot create executables" or sometimes --> configure: error: C++ compiler cannot create executables , i googled a bit on possible solutions, i came acroos similar post but the newbie was not using x86_64, i tried reinstalling GCC but to no avail whats the problem?
    hereis my makepkg.conf details
    # /etc/makepkg.conf
    # SOURCE ACQUISITION
    #-- The download utilities that makepkg should use to acquire sources
    # Format: 'protocol::agent'
    DLAGENTS=('ftp::/usr/bin/wget -c --passive-ftp -t 3 --waitretry=3 -O %o %u'
    'http::/usr/bin/wget -c -t 3 --waitretry=3 -O %o %u'
    'https::/usr/bin/wget -c -t 3 --waitretry=3 --no-check-certificate -O %o %u'
    'rsync::/usr/bin/rsync -z %u %o'
    'scp::/usr/bin/scp -C %u %o')
    # Other common tools:
    # /usr/bin/snarf
    # /usr/bin/lftpget -c
    # /usr/bin/curl
    # ARCHITECTURE, COMPILE FLAGS
    CARCH="x86_64"
    CHOST="x86_64-unknown-linux-gnu"
    #-- Exclusive: will only run on x86_64
    # -march (or -mcpu) builds exclusively for an architecture
    # -mtune optimizes for an architecture, but builds for whole processor family
    CFLAGS="-march=x86-64 -mtune=generic -O2 -pipe"
    CXXFLAGS="-march=x86-64 -mtune=generic -O2 -pipe"
    LDFLAGS="-Wl,--hash-style=gnu -Wl,--as-needed"
    #-- Make Flags: change this for DistCC/SMP systems
    #MAKEFLAGS="-j2"
    # BUILD ENVIRONMENT
    # Defaults: BUILDENV=(fakeroot !distcc color !ccache)
    # A negated environment option will do the opposite of the comments below.
    #-- fakeroot: Allow building packages as a non-root user
    #-- distcc: Use the Distributed C/C++/ObjC compiler
    #-- color: Colorize output messages
    #-- ccache: Use ccache to cache compilation
    BUILDENV=(fakeroot !distcc color !ccache)
    #-- If using DistCC, your MAKEFLAGS will also need modification. In addition,
    #-- specify a space-delimited list of hosts running in the DistCC cluster.
    #DISTCC_HOSTS=""
    # GLOBAL PACKAGE OPTIONS
    # These are default values for the options=() settings
    # Default: OPTIONS=(strip docs libtool emptydirs zipman purge)
    # A negated option will do the opposite of the comments below.
    #-- strip: Strip symbols from binaries/libraries in STRIP_DIRS
    #-- docs: Save doc directories specified by DOC_DIRS
    #-- libtool: Leave libtool (.la) files in packages
    #-- emptydirs: Leave empty directories in packages
    #-- zipman: Compress manual (man and info) pages in MAN_DIRS with gzip
    #-- purge: Remove files specified by PURGE_TARGETS
    OPTIONS=(strip docs libtool emptydirs zipman purge)
    #-- File integrity checks to use. Valid: md5, sha1, sha256, sha384, sha512
    INTEGRITY_CHECK=(md5)
    #-- Options to be used when stripping binaries. See `man strip' for details.
    STRIP_BINARIES="--strip-all"
    #-- Options to be used when stripping shared libraries. See `man strip' for details.
    STRIP_SHARED="--strip-unneeded"
    #-- Options to be used when stripping static libraries. See `man strip' for details.
    STRIP_STATIC="--strip-debug"
    #-- Manual (man and info) directories to compress (if zipman is specified)
    MAN_DIRS=({usr{,/local}{,/share},opt/*}/{man,info})
    #-- Doc directories to remove (if !docs is specified)
    DOC_DIRS=(usr/{,local/}{,share/}{doc,gtk-doc} opt/*/{doc,gtk-doc})
    #-- Directories to be searched for the strip option (if strip is specified)
    STRIP_DIRS=(bin lib sbin usr/{bin,lib,sbin,local/{bin,lib,sbin}} opt/*/{bin,lib,sbin})
    #-- Files to be removed from all packages (if purge is specified)
    PURGE_TARGETS=(usr/{,share}/info/dir .packlist *.pod)
    # PACKAGE OUTPUT
    # Default: put built package and cached source in build directory
    #-- Destination: specify a fixed directory where all packages will be placed
    #PKGDEST=/home/packages
    #-- Source cache: specify a fixed directory where source files will be cached
    #SRCDEST=/home/sources
    #-- Source packages: specify a fixed directory where all src packages will be placed
    #SRCPKGDEST=/home/srcpackages
    #-- Packager: name/email of the person or organization building packages
    #PACKAGER="John Doe <[email protected]>"
    # EXTENSION DEFAULTS
    # WARNING: Do NOT modify these variables unless you know what you are
    # doing.
    PKGEXT='.pkg.tar.xz'
    SRCEXT='.src.tar.gz'
    # vim: set ft=sh ts=2 sw=2 et:
    EDIT by bash: use the 'code' tag!
    Last edited by bray085 (2011-01-16 16:29:13)

    yo man sorry about that...as i said am a newbie..but i will be up and running with no time...i have double checked the config, i cant figure anything...i need your arch skills...anywayz here is my config.log details
    $ ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --enable-xcb --disable-static
    ## Platform. ##
    hostname = Muruthi
    uname -m = x86_64
    uname -r = 2.6.33-ARCH
    uname -s = Linux
    uname -v = #1 SMP PREEMPT Thu May 13 11:32:37 CEST 2010
    /usr/bin/uname -p = unknown
    /bin/uname -X = unknown
    /bin/arch = x86_64
    /usr/bin/arch -k = unknown
    /usr/convex/getsysinfo = unknown
    /usr/bin/hostinfo = unknown
    /bin/machine = unknown
    /usr/bin/oslevel = unknown
    /bin/universe = unknown
    PATH: /usr/local/bin
    PATH: /usr/bin
    PATH: /bin
    PATH: /usr/local/sbin
    PATH: /usr/sbin
    PATH: /sbin
    PATH: /usr/bin/vendor_perl
    PATH: /usr/bin/core_perl
    ## Core tests. ##
    configure:3338: checking for gcc
    configure:3354: found /usr/bin/gcc
    configure:3365: result: gcc
    configure:3594: checking for C compiler version
    configure:3603: gcc --version >&5
    gcc (GCC) 4.5.2
    Copyright (C) 2010 Free Software Foundation, Inc.
    This is free software; see the source for copying conditions. There is NO
    warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
    configure:3614: $? = 0
    configure:3603: gcc -v >&5
    Using built-in specs.
    COLLECT_GCC=gcc
    COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-unknown-linux-gnu/4.5.2/lto-wrapper
    Target: x86_64-unknown-linux-gnu
    Configured with: /build/src/gcc-4.5.2/configure --prefix=/usr --enable-languages=c,c++,fortran,objc,obj-c++,ada --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --enable-gnu-unique-object --enable-lto --enable-plugin --enable-gold --with-plugin-ld=ld.gold --disable-multilib --disable-libstdcxx-pch --with-system-zlib --with-ppl --with-cloog --with-cloog-include=/usr/include/cloog-ppl --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info
    Thread model: posix
    gcc version 4.5.2 (GCC)
    configure:3614: $? = 0
    configure:3603: gcc -V >&5
    gcc: '-V' option must have argument
    configure:3614: $? = 1
    configure:3603: gcc -qversion >&5
    gcc: unrecognized option '-qversion'
    gcc: no input files
    configure:3614: $? = 1
    configure:3634: checking whether the C compiler works
    configure:3656: gcc -march=x86-64 -mtune=generic -O2 -pipe -Wl,--hash-style=gnu -Wl,--as-needed conftest.c >&5
    /usr/lib/gcc/x86_64-unknown-linux-gnu/4.5.2/cc1: error while loading shared libraries: libmpfr.so.4: cannot open shared object file: No such file or directory
    configure:3660: $? = 1
    configure:3698: result: no
    configure: failed program was:
    | /* confdefs.h */
    | #define PACKAGE_NAME "cairo"
    | #define PACKAGE_TARNAME "cairo"
    | #define PACKAGE_VERSION "1.10.2"
    | #define PACKAGE_STRING "cairo 1.10.2"
    | #define PACKAGE_BUGREPORT "http://bugs.freedesktop.org/enter_bug.cgi?product=cairo"
    | #define PACKAGE_URL ""
    | /* end confdefs.h. */
    |
    | int
    | main ()
    | {
    |
    | ;
    | return 0;
    | }
    configure:3703: error: in `/home/irong33k/Desktop/src/cairo-1.10.2':
    configure:3705: error: C compiler cannot create executables
    See `config.log' for more details
    ## Cache variables. ##
    ac_cv_env_CCC_set=
    ac_cv_env_CCC_value=
    ac_cv_env_CC_set=
    ac_cv_env_CC_value=
    ac_cv_env_CFLAGS_set=set
    ac_cv_env_CFLAGS_value='-march=x86-64 -mtune=generic -O2 -pipe'
    ac_cv_env_CPPFLAGS_set=
    ac_cv_env_CPPFLAGS_value=
    ac_cv_env_CPP_set=
    ac_cv_env_CPP_value=
    ac_cv_env_CXXCPP_set=
    ac_cv_env_CXXCPP_value=
    ac_cv_env_CXXFLAGS_set=set
    ac_cv_env_CXXFLAGS_value='-march=x86-64 -mtune=generic -O2 -pipe'
    ac_cv_env_CXX_set=
    ac_cv_env_CXX_value=
    ac_cv_env_FONTCONFIG_CFLAGS_set=
    ac_cv_env_FONTCONFIG_CFLAGS_value=
    ac_cv_env_FONTCONFIG_LIBS_set=
    ac_cv_env_FONTCONFIG_LIBS_value=
    ac_cv_env_FREETYPE_CFLAGS_set=
    ac_cv_env_FREETYPE_CFLAGS_value=
    ac_cv_env_FREETYPE_LIBS_set=
    ac_cv_env_FREETYPE_LIBS_value=
    ac_cv_env_GOBJECT_CFLAGS_set=
    ac_cv_env_GOBJECT_CFLAGS_value=
    ac_cv_env_GOBJECT_LIBS_set=
    ac_cv_env_GOBJECT_LIBS_value=
    ac_cv_env_LDFLAGS_set=set
    ac_cv_env_LDFLAGS_value='-Wl,--hash-style=gnu -Wl,--as-needed'
    ac_cv_env_LIBRSVG_CFLAGS_set=
    ac_cv_env_LIBRSVG_CFLAGS_value=
    ac_cv_env_LIBRSVG_LIBS_set=
    ac_cv_env_LIBRSVG_LIBS_value=
    ac_cv_env_LIBSPECTRE_CFLAGS_set=
    ac_cv_env_LIBSPECTRE_CFLAGS_value=
    ac_cv_env_LIBSPECTRE_LIBS_set=
    ac_cv_env_LIBSPECTRE_LIBS_value=
    ac_cv_env_LIBS_set=
    ac_cv_env_LIBS_value=
    ac_cv_env_PKG_CONFIG_set=
    ac_cv_env_PKG_CONFIG_value=
    ac_cv_env_POPPLER_CFLAGS_set=
    ac_cv_env_POPPLER_CFLAGS_value=
    ac_cv_env_POPPLER_LIBS_set=
    ac_cv_env_POPPLER_LIBS_value=
    ac_cv_env_VALGRIND_CFLAGS_set=
    ac_cv_env_VALGRIND_CFLAGS_value=
    ac_cv_env_VALGRIND_LIBS_set=
    ac_cv_env_VALGRIND_LIBS_value=
    ac_cv_env_XMKMF_set=
    ac_cv_env_XMKMF_value=
    ac_cv_env_build_alias_set=
    ac_cv_env_build_alias_value=
    ac_cv_env_directfb_CFLAGS_set=
    ac_cv_env_directfb_CFLAGS_value=
    ac_cv_env_directfb_LIBS_set=
    ac_cv_env_directfb_LIBS_value=
    ac_cv_env_drm_CFLAGS_set=
    ac_cv_env_drm_CFLAGS_value=
    ac_cv_env_drm_LIBS_set=
    ac_cv_env_drm_LIBS_value=
    ac_cv_env_drm_xr_CFLAGS_set=
    ac_cv_env_drm_xr_CFLAGS_value=
    ac_cv_env_drm_xr_LIBS_set=
    ac_cv_env_drm_xr_LIBS_value=
    ac_cv_env_egl_CFLAGS_set=
    ac_cv_env_egl_CFLAGS_value=
    ac_cv_env_egl_LIBS_set=
    ac_cv_env_egl_LIBS_value=
    ac_cv_env_gl_CFLAGS_set=
    ac_cv_env_gl_CFLAGS_value=
    ac_cv_env_gl_LIBS_set=
    ac_cv_env_gl_LIBS_value=
    ac_cv_env_glib_CFLAGS_set=
    ac_cv_env_glib_CFLAGS_value=
    ac_cv_env_glib_LIBS_set=
    ac_cv_env_glib_LIBS_value=
    ac_cv_env_gtk_CFLAGS_set=
    ac_cv_env_gtk_CFLAGS_value=
    ac_cv_env_gtk_LIBS_set=
    ac_cv_env_gtk_LIBS_value=
    ac_cv_env_host_alias_set=
    ac_cv_env_host_alias_value=
    ac_cv_env_pixman_CFLAGS_set=
    ac_cv_env_pixman_CFLAGS_value=
    ac_cv_env_pixman_LIBS_set=
    ac_cv_env_pixman_LIBS_value=
    ac_cv_env_png_CFLAGS_set=
    ac_cv_env_png_CFLAGS_value=
    ac_cv_env_png_LIBS_set=
    ac_cv_env_png_LIBS_value=
    ac_cv_env_png_REQUIRES_set=
    ac_cv_env_png_REQUIRES_value=
    ac_cv_env_qt_CFLAGS_set=
    ac_cv_env_qt_CFLAGS_value=
    ac_cv_env_qt_LIBS_set=
    ac_cv_env_qt_LIBS_value=
    ac_cv_env_target_alias_set=
    ac_cv_env_target_alias_value=
    ac_cv_env_xcb_CFLAGS_set=
    ac_cv_env_xcb_CFLAGS_value=
    ac_cv_env_xcb_LIBS_set=
    ac_cv_env_xcb_LIBS_value=
    ac_cv_env_xcb_drm_CFLAGS_set=
    ac_cv_env_xcb_drm_CFLAGS_value=
    ac_cv_env_xcb_drm_LIBS_set=
    ac_cv_env_xcb_drm_LIBS_value=
    ac_cv_env_xcb_shm_CFLAGS_set=
    ac_cv_env_xcb_shm_CFLAGS_value=
    ac_cv_env_xcb_shm_LIBS_set=
    ac_cv_env_xcb_shm_LIBS_value=
    ac_cv_env_xlib_CFLAGS_set=
    ac_cv_env_xlib_CFLAGS_value=
    ac_cv_env_xlib_LIBS_set=
    ac_cv_env_xlib_LIBS_value=
    ac_cv_env_xlib_xcb_CFLAGS_set=
    ac_cv_env_xlib_xcb_CFLAGS_value=
    ac_cv_env_xlib_xcb_LIBS_set=
    ac_cv_env_xlib_xcb_LIBS_value=
    ac_cv_env_xlib_xrender_CFLAGS_set=
    ac_cv_env_xlib_xrender_CFLAGS_value=
    ac_cv_env_xlib_xrender_LIBS_set=
    ac_cv_env_xlib_xrender_LIBS_value=
    ac_cv_prog_ac_ct_CC=gcc
    ## Output variables. ##
    ACLOCAL=''
    AMDEPBACKSLASH=''
    AMDEP_FALSE=''
    AMDEP_TRUE=''
    AMTAR=''
    AM_BACKSLASH=''
    AM_DEFAULT_VERBOSITY=''
    AR=''
    AS=''
    AUTOCONF=''
    AUTOHEADER=''
    AUTOMAKE=''
    AWK=''
    BFD_LIBS=''
    BUILD_ANY2PPM_FALSE=''
    BUILD_ANY2PPM_TRUE=''
    BUILD_CXX_FALSE=''
    BUILD_CXX_TRUE=''
    BUILD_DRM_XR_FALSE=''
    BUILD_DRM_XR_TRUE=''
    BUILD_PRIVATE_GLEW_FALSE=''
    BUILD_PRIVATE_GLEW_TRUE=''
    BUILD_SPHINX_FALSE=''
    BUILD_SPHINX_TRUE=''
    BUILD_XCB_SHM_FALSE=''
    BUILD_XCB_SHM_TRUE=''
    BUILD_XLIB_XCB_FALSE=''
    BUILD_XLIB_XCB_TRUE=''
    CAIROBOILERPLATE_LIBS=''
    CAIROPERF_LIBS=''
    CAIRO_CAN_TEST_PDF_SURFACE_FALSE=''
    CAIRO_CAN_TEST_PDF_SURFACE_TRUE=''
    CAIRO_CAN_TEST_PS_SURFACE_FALSE=''
    CAIRO_CAN_TEST_PS_SURFACE_TRUE=''
    CAIRO_CAN_TEST_SVG_SURFACE_FALSE=''
    CAIRO_CAN_TEST_SVG_SURFACE_TRUE=''
    CAIRO_CAN_TEST_WIN32_PRINTING_SURFACE_FALSE=''
    CAIRO_CAN_TEST_WIN32_PRINTING_SURFACE_TRUE=''
    CAIRO_CFLAGS=''
    CAIRO_HAS_BEOS_SURFACE_FALSE=''
    CAIRO_HAS_BEOS_SURFACE_TRUE=''
    CAIRO_HAS_DIRECTFB_SURFACE_FALSE=''
    CAIRO_HAS_DIRECTFB_SURFACE_TRUE=''
    CAIRO_HAS_DL_FALSE=''
    CAIRO_HAS_DL_TRUE=''
    CAIRO_HAS_DRM_SURFACE_FALSE=''
    CAIRO_HAS_DRM_SURFACE_TRUE=''
    CAIRO_HAS_DRM_XR_FUNCTIONS_FALSE=''
    CAIRO_HAS_DRM_XR_FUNCTIONS_TRUE=''
    CAIRO_HAS_EGL_FUNCTIONS_FALSE=''
    CAIRO_HAS_EGL_FUNCTIONS_TRUE=''
    CAIRO_HAS_FC_FONT_FALSE=''
    CAIRO_HAS_FC_FONT_TRUE=''
    CAIRO_HAS_FT_FONT_FALSE=''
    CAIRO_HAS_FT_FONT_TRUE=''
    CAIRO_HAS_GALLIUM_SURFACE_FALSE=''
    CAIRO_HAS_GALLIUM_SURFACE_TRUE=''
    CAIRO_HAS_GLX_FUNCTIONS_FALSE=''
    CAIRO_HAS_GLX_FUNCTIONS_TRUE=''
    CAIRO_HAS_GL_SURFACE_FALSE=''
    CAIRO_HAS_GL_SURFACE_TRUE=''
    CAIRO_HAS_GOBJECT_FUNCTIONS_FALSE=''
    CAIRO_HAS_GOBJECT_FUNCTIONS_TRUE=''
    CAIRO_HAS_INTERPRETER_FALSE=''
    CAIRO_HAS_INTERPRETER_TRUE=''
    CAIRO_HAS_LCOV_FALSE=''
    CAIRO_HAS_LCOV_TRUE=''
    CAIRO_HAS_MULTI_PAGE_SURFACES_FALSE=''
    CAIRO_HAS_MULTI_PAGE_SURFACES_TRUE=''
    CAIRO_HAS_OS2_SURFACE_FALSE=''
    CAIRO_HAS_OS2_SURFACE_TRUE=''
    CAIRO_HAS_PDF_SURFACE_FALSE=''
    CAIRO_HAS_PDF_SURFACE_TRUE=''
    CAIRO_HAS_PNG_FUNCTIONS_FALSE=''
    CAIRO_HAS_PNG_FUNCTIONS_TRUE=''
    CAIRO_HAS_PS_SURFACE_FALSE=''
    CAIRO_HAS_PS_SURFACE_TRUE=''
    CAIRO_HAS_PTHREAD_FALSE=''
    CAIRO_HAS_PTHREAD_TRUE=''
    CAIRO_HAS_QT_SURFACE_FALSE=''
    CAIRO_HAS_QT_SURFACE_TRUE=''
    CAIRO_HAS_QUARTZ_FONT_FALSE=''
    CAIRO_HAS_QUARTZ_FONT_TRUE=''
    CAIRO_HAS_QUARTZ_IMAGE_SURFACE_FALSE=''
    CAIRO_HAS_QUARTZ_IMAGE_SURFACE_TRUE=''
    CAIRO_HAS_QUARTZ_SURFACE_FALSE=''
    CAIRO_HAS_QUARTZ_SURFACE_TRUE=''
    CAIRO_HAS_SCRIPT_SURFACE_FALSE=''
    CAIRO_HAS_SCRIPT_SURFACE_TRUE=''
    CAIRO_HAS_SKIA_SURFACE_FALSE=''
    CAIRO_HAS_SKIA_SURFACE_TRUE=''
    CAIRO_HAS_SPECTRE_FALSE=''
    CAIRO_HAS_SPECTRE_TRUE=''
    CAIRO_HAS_SVG_SURFACE_FALSE=''
    CAIRO_HAS_SVG_SURFACE_TRUE=''
    CAIRO_HAS_SYMBOL_LOOKUP_FALSE=''
    CAIRO_HAS_SYMBOL_LOOKUP_TRUE=''
    CAIRO_HAS_TEE_SURFACE_FALSE=''
    CAIRO_HAS_TEE_SURFACE_TRUE=''
    CAIRO_HAS_TEST_SURFACES_FALSE=''
    CAIRO_HAS_TEST_SURFACES_TRUE=''
    CAIRO_HAS_TRACE_FALSE=''
    CAIRO_HAS_TRACE_TRUE=''
    CAIRO_HAS_VG_SURFACE_FALSE=''
    CAIRO_HAS_VG_SURFACE_TRUE=''
    CAIRO_HAS_WGL_FUNCTIONS_FALSE=''
    CAIRO_HAS_WGL_FUNCTIONS_TRUE=''
    CAIRO_HAS_WIN32_FONT_FALSE=''
    CAIRO_HAS_WIN32_FONT_TRUE=''
    CAIRO_HAS_WIN32_SURFACE_FALSE=''
    CAIRO_HAS_WIN32_SURFACE_TRUE=''
    CAIRO_HAS_XCB_DRM_FUNCTIONS_FALSE=''
    CAIRO_HAS_XCB_DRM_FUNCTIONS_TRUE=''
    CAIRO_HAS_XCB_SHM_FUNCTIONS_FALSE=''
    CAIRO_HAS_XCB_SHM_FUNCTIONS_TRUE=''
    CAIRO_HAS_XCB_SURFACE_FALSE=''
    CAIRO_HAS_XCB_SURFACE_TRUE=''
    CAIRO_HAS_XLIB_SURFACE_FALSE=''
    CAIRO_HAS_XLIB_SURFACE_TRUE=''
    CAIRO_HAS_XLIB_XCB_FUNCTIONS_FALSE=''
    CAIRO_HAS_XLIB_XCB_FUNCTIONS_TRUE=''
    CAIRO_HAS_XLIB_XRENDER_SURFACE_FALSE=''
    CAIRO_HAS_XLIB_XRENDER_SURFACE_TRUE=''
    CAIRO_HAS_XML_SURFACE_FALSE=''
    CAIRO_HAS_XML_SURFACE_TRUE=''
    CAIRO_LDFLAGS=''
    CAIRO_LIBS=''
    CAIRO_LIBTOOL_VERSION_INFO=''
    CAIRO_NONPKGCONFIG_CFLAGS=''
    CAIRO_NONPKGCONFIG_LIBS=''
    CAIRO_RELEASE_STATUS=''
    CAIRO_REQUIRES=''
    CAIRO_TEST_MODE=''
    CAIRO_TEST_UNDEFINED_LDFLAGS=''
    CAIRO_VERSION_MAJOR=''
    CAIRO_VERSION_MICRO=''
    CAIRO_VERSION_MINOR=''
    CAIRO_VERSION_SONUM=''
    CC='gcc'
    CCDEPMODE=''
    CFLAGS='-march=x86-64 -mtune=generic -O2 -pipe'
    CPP=''
    CPPFLAGS=''
    CROSS_COMPILING_FALSE=''
    CROSS_COMPILING_TRUE=''
    CXX=''
    CXXCPP=''
    CXXDEPMODE=''
    CXXFLAGS='-march=x86-64 -mtune=generic -O2 -pipe'
    CYGPATH_W=''
    DEFS=''
    DEPDIR=''
    DISABLE_SOME_FLOATING_POINT_FALSE=''
    DISABLE_SOME_FLOATING_POINT_TRUE=''
    DLLTOOL=''
    DSYMUTIL=''
    DUMPBIN=''
    ECHO_C=''
    ECHO_N='-n'
    ECHO_T=''
    EGREP=''
    ENABLE_GTK_DOC_FALSE=''
    ENABLE_GTK_DOC_TRUE=''
    EXEEXT=''
    FGREP=''
    FIND=''
    FONTCONFIG_CFLAGS=''
    FONTCONFIG_LIBS=''
    FREETYPE_CFLAGS=''
    FREETYPE_CONFIG=''
    FREETYPE_LIBS=''
    GOBJECT_CFLAGS=''
    GOBJECT_LIBS=''
    GREP=''
    GS=''
    GTKDOC_CHECK=''
    GTK_DOC_USE_LIBTOOL_FALSE=''
    GTK_DOC_USE_LIBTOOL_TRUE=''
    HAVE_GTK_FALSE=''
    HAVE_GTK_TRUE=''
    HAVE_PTHREAD_FALSE=''
    HAVE_PTHREAD_TRUE=''
    HAVE_REAL_PTHREAD_FALSE=''
    HAVE_REAL_PTHREAD_TRUE=''
    HAVE_SHM_FALSE=''
    HAVE_SHM_TRUE=''
    HTML_DIR=''
    INSTALL_DATA=''
    INSTALL_PROGRAM=''
    INSTALL_SCRIPT=''
    INSTALL_STRIP_PROGRAM=''
    LD=''
    LDFLAGS='-Wl,--hash-style=gnu -Wl,--as-needed'
    LIBM=''
    LIBOBJS=''
    LIBRSVG_CFLAGS=''
    LIBRSVG_LIBS=''
    LIBS=''
    LIBSPECTRE_CFLAGS=''
    LIBSPECTRE_LIBS=''
    LIBTOOL=''
    LIPO=''
    LN_S=''
    LTLIBOBJS=''
    LTP=''
    LTP_GENHTML=''
    MAKEINFO=''
    MKDIR_P=''
    NM=''
    NMEDIT=''
    OBJDUMP=''
    OBJEXT=''
    OS_WIN32_FALSE=''
    OS_WIN32_TRUE=''
    OTOOL64=''
    OTOOL=''
    PACKAGE=''
    PACKAGE_BUGREPORT='http://bugs.freedesktop.org/enter_bug.cgi?product=cairo'
    PACKAGE_NAME='cairo'
    PACKAGE_STRING='cairo 1.10.2'
    PACKAGE_TARNAME='cairo'
    PACKAGE_URL=''
    PACKAGE_VERSION='1.10.2'
    PATH_SEPARATOR=':'
    PKGCONFIG_REQUIRES=''
    PKG_CONFIG=''
    POPPLER_CFLAGS=''
    POPPLER_LIBS=''
    RANLIB=''
    SED=''
    SET_MAKE=''
    SHELL='/bin/sh'
    SHLIB_EXT=''
    SHM_LIBS=''
    SHTOOL=''
    STRIP=''
    VALGRIND_CFLAGS=''
    VALGRIND_LIBS=''
    VERSION=''
    XARGS=''
    XMKMF=''
    X_CFLAGS=''
    X_EXTRA_LIBS=''
    X_LIBS=''
    X_PRE_LIBS=''
    ac_ct_CC='gcc'
    ac_ct_CXX=''
    ac_ct_DUMPBIN=''
    am__EXEEXT_FALSE=''
    am__EXEEXT_TRUE=''
    am__fastdepCC_FALSE=''
    am__fastdepCC_TRUE=''
    am__fastdepCXX_FALSE=''
    am__fastdepCXX_TRUE=''
    am__include=''
    am__isrc=''
    am__leading_dot=''
    am__quote=''
    am__tar=''
    am__untar=''
    bindir='${exec_prefix}/bin'
    build=''
    build_alias=''
    build_cpu=''
    build_os=''
    build_vendor=''
    datadir='${datarootdir}'
    datarootdir='${prefix}/share'
    directfb_CFLAGS=''
    directfb_LIBS=''
    docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
    drm_CFLAGS=''
    drm_LIBS=''
    drm_xr_CFLAGS=''
    drm_xr_LIBS=''
    dvidir='${docdir}'
    egl_CFLAGS=''
    egl_LIBS=''
    exec_prefix='NONE'
    gallium_DIR=''
    gl_CFLAGS=''
    gl_LIBS=''
    glib_CFLAGS=''
    glib_LIBS=''
    gtk_CFLAGS=''
    gtk_LIBS=''
    host=''
    host_alias=''
    host_cpu=''
    host_os=''
    host_vendor=''
    htmldir='${docdir}'
    includedir='${prefix}/include'
    infodir='${datarootdir}/info'
    install_sh=''
    libdir='${exec_prefix}/lib'
    libexecdir='${exec_prefix}/libexec'
    localedir='${datarootdir}/locale'
    localstatedir='/var'
    lt_ECHO='echo'
    mandir='${datarootdir}/man'
    mesa_DIR=''
    mkdir_p=''
    oldincludedir='/usr/include'
    pdfdir='${docdir}'
    pixman_CFLAGS=''
    pixman_LIBS=''
    png_CFLAGS=''
    png_LIBS=''
    png_REQUIRES=''
    prefix='/usr'
    program_transform_name='s,x,x,'
    psdir='${docdir}'
    pthread_CFLAGS=''
    pthread_LIBS=''
    qt_CFLAGS=''
    qt_LIBS=''
    real_pthread_CFLAGS=''
    real_pthread_LIBS=''
    sbindir='${exec_prefix}/sbin'
    sharedstatedir='${prefix}/com'
    shm_LIBS=''
    skia_DIR=''
    sysconfdir='/etc'
    target_alias=''
    xcb_CFLAGS=''
    xcb_LIBS=''
    xcb_drm_CFLAGS=''
    xcb_drm_LIBS=''
    xcb_shm_CFLAGS=''
    xcb_shm_LIBS=''
    xlib_CFLAGS=''
    xlib_LIBS=''
    xlib_xcb_CFLAGS=''
    xlib_xcb_LIBS=''
    xlib_xrender_CFLAGS=''
    xlib_xrender_LIBS=''
    ## confdefs.h. ##
    /* confdefs.h */
    #define PACKAGE_NAME "cairo"
    #define PACKAGE_TARNAME "cairo"
    #define PACKAGE_VERSION "1.10.2"
    #define PACKAGE_STRING "cairo 1.10.2"
    #define PACKAGE_BUGREPORT "http://bugs.freedesktop.org/enter_bug.cgi?product=cairo"
    #define PACKAGE_URL ""
    configure: exit 77

  • [svn:fx-trunk] 10641: Fix ambiguous reference error when compiling a performance test.

    Revision: 10641
    Author:   [email protected]
    Date:     2009-09-28 08:44:38 -0700 (Mon, 28 Sep 2009)
    Log Message:
    Fix ambiguous reference error when compiling a performance test.
    Fully qualify mx.events.Requests in generated code for FlexInit.
    QE notes: None.
    Doc notes: None.
    Bugs:
    Reviewer:
    Tests run: checkintests
    Is noteworthy for integration: no.
    Modified Paths:
        flex/sdk/trunk/modules/compiler/src/java/flex2/tools/PreLink.java

    Start by validating your HTML code.  You have numerous code validation errors on line 230 caused by UPPER case tags.  XHTML doc types, need lower case tags.  After you fix your code errors, republish your page.
    HTML Validator - http://validator.w3.org
    CSS Validator - http://jigsaw.w3.org/css-validator/ 
    HTML & CSS Tutorials - http://w3schools.com/
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    www.alt-web.com/
    www.twitter.com/altweb
    www.alt-web.blogspot.com

Maybe you are looking for

  • Can not add intercom button to phone template in cucm 8.5

    For some reason I can not add the intercom button to phone template in cucm 8.5 

  • The creat account adapter ,i need help .thank you!

    I am fairly new to IdM and have had little training on it. I need assistance with a Resource Adapter design question. I need to create an adapter that will associated the cvs/ftp resource, i just want to create,delete account and create,delete,update

  • Enabled users are not seen in the rtc database

    Hi, I have installed Lync 2013 into our environment and I am having an issue where users enabled for Lync are not able to log into the client, receiving the error: "You didn't get signed in. It might be your sign-in address or logon credentials, so t

  • Debugging a Transformation

    Greetings to All,      Does anyone know how to run a BW 7.0 transformation through a debugger?       Here's the situation:      I have a transformation with an InfoSet as its source and a cube as its target. When I run the transformation in dev, it c

  • Display column values as zeros

    I am having three select queries with union below: select col1, col2 from table1 where condition; -> fetches 1 record union select col1, col2 from table2 where condition; -> fetches no row union select col1, col2 from table3 where condition; -> fetch