Missing inline type when compile glsl2agal with flascc

I'm trying to compile Glsl2Agal [https://github.com/adobe/glsl2agal] using flascc on windows and I get the following  errors(all samples build correctly.).As anyone have an idea where I could start looking? Ths. all !
chencheng01@PC-05093 /cygdrive/d/FlasCC/samples/glsl2agal-master
$ make FLASCC="/cygdrive/d/flascc/sdk" FLEX="/cygdrive/d/flascc/AirSdk"
peflags --cygwin-heap=500 "/cygdrive/d/flascc/sdk/usr/bin/llc.exe"
/cygdrive/d/flascc/sdk/usr/bin/llc.exe: initial Cygwin heap size: 500 (0x1f4) MB
cd swc && PATH="/cygdrive/d/flascc/sdk/usr/bin":"/cygdrive/d/FlasCC/samples/glsl2agal-master/instal l/usr/bin":"/usr/local/bin:/usr/bin:/cygdrive/d/Program Files
/Java/jdk1.7.0_71/bin:/cygdrive/c/Program Files (x86)/NVIDIA Corporation/PhysX/Common:/cygdrive/c/Program Files (x86)/Intel/iCLS Client:/cygdrive/c/Program File
s/Intel/iCLS Client:/cygdrive/c/Program Files/Common Files/Microsoft Shared/Windows Live:/cygdrive/c/Program Files (x86)/Common Files/Microsoft Shared/Windows L
ive:/cygdrive/c/Windows/system32:/cygdrive/c/Windows:/cygdrive/c/Windows/System32/Wbem:/cy gdrive/c/Windows/System32/WindowsPowerShell/v1.0:/cygdrive/c/Program F
iles (x86)/Windows Live/Shared:/cygdrive/c/Program Files/Intel/Intel(R) Management Engine Components/DAL:/cygdrive/c/Program Files/Intel/Intel(R) Management Eng
ine Components/IPT:/cygdrive/c/Program Files (x86)/Intel/Intel(R) Management Engine Components/DAL:/cygdrive/c/Program Files (x86)/Intel/Intel(R) Management Eng
ine Components/IPT:/cygdrive/c/Program Files (x86)/Microsoft SQL Server/100/Tools/Binn:/cygdrive/c/Program Files/Microsoft SQL Server/100/Tools/Binn:/cygdrive/c
/Program Files/Microsoft SQL Server/100/DTS/Binn:/usr/bin:/usr/X11R6/bin" CC=gcc CXX=g++ CFLAGS=-O4 CXXFLAGS=-O4 cmake -D SDK="/cygdrive/d/flascc/sdk" .
-- Configuring done
-- Generating done
-- Build files have been written to: /cygdrive/d/FlasCC/samples/glsl2agal-master/swc
cd swc && PATH="/cygdrive/d/flascc/sdk/usr/bin":"/cygdrive/d/FlasCC/samples/glsl2agal-master/instal l/usr/bin":"/usr/local/bin:/usr/bin:/cygdrive/d/Program Files
/Java/jdk1.7.0_71/bin:/cygdrive/c/Program Files (x86)/NVIDIA Corporation/PhysX/Common:/cygdrive/c/Program Files (x86)/Intel/iCLS Client:/cygdrive/c/Program File
s/Intel/iCLS Client:/cygdrive/c/Program Files/Common Files/Microsoft Shared/Windows Live:/cygdrive/c/Program Files (x86)/Common Files/Microsoft Shared/Windows L
ive:/cygdrive/c/Windows/system32:/cygdrive/c/Windows:/cygdrive/c/Windows/System32/Wbem:/cy gdrive/c/Windows/System32/WindowsPowerShell/v1.0:/cygdrive/c/Program F
iles (x86)/Windows Live/Shared:/cygdrive/c/Program Files/Intel/Intel(R) Management Engine Components/DAL:/cygdrive/c/Program Files/Intel/Intel(R) Management Eng
ine Components/IPT:/cygdrive/c/Program Files (x86)/Intel/Intel(R) Management Engine Components/DAL:/cygdrive/c/Program Files (x86)/Intel/Intel(R) Management Eng
ine Components/IPT:/cygdrive/c/Program Files (x86)/Microsoft SQL Server/100/Tools/Binn:/cygdrive/c/Program Files/Microsoft SQL Server/100/Tools/Binn:/cygdrive/c
/Program Files/Microsoft SQL Server/100/DTS/Binn:/usr/bin:/usr/X11R6/bin" CC=gcc CXX=g++ CFLAGS=-O4 CXXFLAGS=-O4 make -j6
make[1]: Entering directory `/cygdrive/d/FlasCC/samples/glsl2agal-master/swc'
make[2]: Entering directory `/cygdrive/d/FlasCC/samples/glsl2agal-master/swc'
make[3]: Entering directory `/cygdrive/d/FlasCC/samples/glsl2agal-master/swc'
make[3]: Leaving directory `/cygdrive/d/FlasCC/samples/glsl2agal-master/swc'
make[3]: Entering directory `/cygdrive/d/FlasCC/samples/glsl2agal-master/swc'
make[3]: Entering directory `/cygdrive/d/FlasCC/samples/glsl2agal-master/swc'
make[3]: Leaving directory `/cygdrive/d/FlasCC/samples/glsl2agal-master/swc'
[100%] Built target glsl2agal
错误: 缺少内置类型 Object                              //That's mean missing inline type Object
1 error found
make[3]: *** [CMakeFiles/agal_optimizer] Error 1
make[3]: Leaving directory `/cygdrive/d/FlasCC/samples/glsl2agal-master/swc'
make[2]: *** [CMakeFiles/agal_optimizer.dir/all] Error 2
make[2]: Leaving directory `/cygdrive/d/FlasCC/samples/glsl2agal-master/swc'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/cygdrive/d/FlasCC/samples/glsl2agal-master/swc'
Makefile:11: recipe for target `swc' failed
make: *** [swc] Error 2

I'm trying to compile Glsl2Agal [https://github.com/adobe/glsl2agal] using flascc on windows and I get the following  errors(all samples build correctly.).As anyone have an idea where I could start looking? Ths. all !
chencheng01@PC-05093 /cygdrive/d/FlasCC/samples/glsl2agal-master
$ make FLASCC="/cygdrive/d/flascc/sdk" FLEX="/cygdrive/d/flascc/AirSdk"
peflags --cygwin-heap=500 "/cygdrive/d/flascc/sdk/usr/bin/llc.exe"
/cygdrive/d/flascc/sdk/usr/bin/llc.exe: initial Cygwin heap size: 500 (0x1f4) MB
cd swc && PATH="/cygdrive/d/flascc/sdk/usr/bin":"/cygdrive/d/FlasCC/samples/glsl2agal-master/instal l/usr/bin":"/usr/local/bin:/usr/bin:/cygdrive/d/Program Files
/Java/jdk1.7.0_71/bin:/cygdrive/c/Program Files (x86)/NVIDIA Corporation/PhysX/Common:/cygdrive/c/Program Files (x86)/Intel/iCLS Client:/cygdrive/c/Program File
s/Intel/iCLS Client:/cygdrive/c/Program Files/Common Files/Microsoft Shared/Windows Live:/cygdrive/c/Program Files (x86)/Common Files/Microsoft Shared/Windows L
ive:/cygdrive/c/Windows/system32:/cygdrive/c/Windows:/cygdrive/c/Windows/System32/Wbem:/cy gdrive/c/Windows/System32/WindowsPowerShell/v1.0:/cygdrive/c/Program F
iles (x86)/Windows Live/Shared:/cygdrive/c/Program Files/Intel/Intel(R) Management Engine Components/DAL:/cygdrive/c/Program Files/Intel/Intel(R) Management Eng
ine Components/IPT:/cygdrive/c/Program Files (x86)/Intel/Intel(R) Management Engine Components/DAL:/cygdrive/c/Program Files (x86)/Intel/Intel(R) Management Eng
ine Components/IPT:/cygdrive/c/Program Files (x86)/Microsoft SQL Server/100/Tools/Binn:/cygdrive/c/Program Files/Microsoft SQL Server/100/Tools/Binn:/cygdrive/c
/Program Files/Microsoft SQL Server/100/DTS/Binn:/usr/bin:/usr/X11R6/bin" CC=gcc CXX=g++ CFLAGS=-O4 CXXFLAGS=-O4 cmake -D SDK="/cygdrive/d/flascc/sdk" .
-- Configuring done
-- Generating done
-- Build files have been written to: /cygdrive/d/FlasCC/samples/glsl2agal-master/swc
cd swc && PATH="/cygdrive/d/flascc/sdk/usr/bin":"/cygdrive/d/FlasCC/samples/glsl2agal-master/instal l/usr/bin":"/usr/local/bin:/usr/bin:/cygdrive/d/Program Files
/Java/jdk1.7.0_71/bin:/cygdrive/c/Program Files (x86)/NVIDIA Corporation/PhysX/Common:/cygdrive/c/Program Files (x86)/Intel/iCLS Client:/cygdrive/c/Program File
s/Intel/iCLS Client:/cygdrive/c/Program Files/Common Files/Microsoft Shared/Windows Live:/cygdrive/c/Program Files (x86)/Common Files/Microsoft Shared/Windows L
ive:/cygdrive/c/Windows/system32:/cygdrive/c/Windows:/cygdrive/c/Windows/System32/Wbem:/cy gdrive/c/Windows/System32/WindowsPowerShell/v1.0:/cygdrive/c/Program F
iles (x86)/Windows Live/Shared:/cygdrive/c/Program Files/Intel/Intel(R) Management Engine Components/DAL:/cygdrive/c/Program Files/Intel/Intel(R) Management Eng
ine Components/IPT:/cygdrive/c/Program Files (x86)/Intel/Intel(R) Management Engine Components/DAL:/cygdrive/c/Program Files (x86)/Intel/Intel(R) Management Eng
ine Components/IPT:/cygdrive/c/Program Files (x86)/Microsoft SQL Server/100/Tools/Binn:/cygdrive/c/Program Files/Microsoft SQL Server/100/Tools/Binn:/cygdrive/c
/Program Files/Microsoft SQL Server/100/DTS/Binn:/usr/bin:/usr/X11R6/bin" CC=gcc CXX=g++ CFLAGS=-O4 CXXFLAGS=-O4 make -j6
make[1]: Entering directory `/cygdrive/d/FlasCC/samples/glsl2agal-master/swc'
make[2]: Entering directory `/cygdrive/d/FlasCC/samples/glsl2agal-master/swc'
make[3]: Entering directory `/cygdrive/d/FlasCC/samples/glsl2agal-master/swc'
make[3]: Leaving directory `/cygdrive/d/FlasCC/samples/glsl2agal-master/swc'
make[3]: Entering directory `/cygdrive/d/FlasCC/samples/glsl2agal-master/swc'
make[3]: Entering directory `/cygdrive/d/FlasCC/samples/glsl2agal-master/swc'
make[3]: Leaving directory `/cygdrive/d/FlasCC/samples/glsl2agal-master/swc'
[100%] Built target glsl2agal
错误: 缺少内置类型 Object                              //That's mean missing inline type Object
1 error found
make[3]: *** [CMakeFiles/agal_optimizer] Error 1
make[3]: Leaving directory `/cygdrive/d/FlasCC/samples/glsl2agal-master/swc'
make[2]: *** [CMakeFiles/agal_optimizer.dir/all] Error 2
make[2]: Leaving directory `/cygdrive/d/FlasCC/samples/glsl2agal-master/swc'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/cygdrive/d/FlasCC/samples/glsl2agal-master/swc'
Makefile:11: recipe for target `swc' failed
make: *** [swc] Error 2

Similar Messages

  • [SOLVED] Error when compiling conky with audacious support

    Edit: See post #8 for solution
    Hello.
    When trying to compile conky with the --enable-audacious option, I get the following error.
    checking for Audacious... configure: error: Package requirements (audacious >= 1.4.0 audclient dbus-glib-1 glib-2.0 gobject-2.0) were not met:
    No package 'audclient' found
    Consider adjusting the PKG_CONFIG_PATH environment variable if you
    installed software in a non-standard prefix.
    Alternatively, you may set the environment variables Audacious_CFLAGS
    and Audacious_LIBS to avoid the need to call pkg-config.
    See the pkg-config man page for more details.
    ==> ERROR: A failure occurred in build().
    Aborting...
    My PKGBUILD is the one in the repos, with the addition of an --enable-audacious line. See below:
    # $Id: PKGBUILD 205494 2014-02-06 05:24:01Z bisson $
    # Maintainer: Gaetan Bisson <[email protected]>
    # Contributor: Giovanni Scafora <[email protected]>
    # Contributor: James Rayner <[email protected]>
    # Contributor: Partha Chowdhury <[email protected]>
    pkgname=conky
    pkgver=1.9.0
    pkgrel=4
    pkgdesc='Lightweight system monitor for X'
    url='http://conky.sourceforge.net/'
    license=('BSD' 'GPL')
    arch=('i686' 'x86_64')
    makedepends=('docbook2x')
    depends=('glib2' 'curl' 'lua' 'wireless_tools' 'libxml2' 'libxft' 'libxdamage' 'imlib2')
    source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz")
    sha1sums=('a8d26d002370c9b877ae77ad3a3bbd2566b38e5d')
    backup=('etc/conky/'conky{,_no_x11}.conf)
    options=('!emptydirs')
    build() {
    cd "${srcdir}/${pkgname}-${pkgver}"
    CPPFLAGS="${CXXFLAGS}" LIBS="${LDFLAGS}" ./configure \
    --prefix=/usr \
    --sysconfdir=/etc \
    --enable-ibm \
    --enable-curl \
    --enable-rss \
    --enable-weather-xoap \
    --enable-imlib2 \
    --enable-wlan \
    --enable-audacious \
    make
    package() {
    cd "${srcdir}/${pkgname}-${pkgver}"
    make DESTDIR="${pkgdir}" install
    install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
    install -Dm644 extras/vim/syntax/conkyrc.vim "${pkgdir}"/usr/share/vim/vimfiles/syntax/conkyrc.vim
    install -Dm644 extras/vim/ftdetect/conkyrc.vim "${pkgdir}"/usr/share/vim/vimfiles/ftdetect/conkyrc.vim
    Note: While similar, I don't think this problem is the same as this one.
    Last edited by Sudowoodo (2014-06-29 10:07:02)

    drcouzelis wrote:Remove the "\" from the end of "--enable-audacious". Does it work now?
    No, it's exactly the same.
    drcouzelis wrote:EDIT: Also, there's already a package for conky-audacious in the AUR.
    I tried it, that doesn't compile either, and its orphan & outdated.
    For the record, its PKGBUILD is
    Edit: Remove unnecessary text. See post #8 for solution.
    and the error is the same:
    Edit: Remove unnecessary text. See post #8 for solution.
    Have you been able to reproduce the problem? I'm using an amd64 processor and trying to build with "makepkg -s". Thank you for replying.
    Last edited by Sudowoodo (2014-06-28 12:13:28)

  • Forms builder 6i close suddenly when compiling form with dblink refenece

    Dear Oracle developer
    We have encountered this problem today. We develop a form module using forms 6i. Within the form module we have a procedure with a cursor which uses database link.When we try to compile the form module the form builder just close immediately.
    e.g. I have create a procedure program unit within my form as ivan and a dblink called test:-
    PROCEDURE IVAN IS
    cursor c_ivan
    IS select ce_code
    from cr_emp_info@test;
    BEGIN
    OPEN c_ivan;
    LOOP
         EXIT WHEN c_ivan%notfound;
         null;
    END LOOP;
    close c_ivan;
    END;
    I have tried the same with all my colleagues machine, the same problem occur.
    I have tried with oracle 10g forms it give the following:-
    ora01041: Internal error. hostdef extension doesn't exist
    many thanks in advance
    Message was edited by:
    ISWC

    We have encountered this problem todayYou didn't have this kind of problem in this form...yesterday...???
    Have you checked the log of Forms6i when it crashes.....???
    This same problem occurs when you select "Program->Compile PL/SQL->Incremental/All"...??? as well...???? or when for example press the <Ctrl>+<T> combination of buttons...????
    Simon

  • Register 12 VerifyError exception when compiling jsp with that jsp tag!

              Hi everybody,
              We implemented a tag which is charged with a simple task like just "out.println"s,
              on production with WL5.1 SP11,jdk1.2.
              Then we got java.lang.VerifyError exception which is also denoted at Giuseppe Madonna's
              mail on ( http://newsgroups2.bea.com/cgi-bin/dnewsweb?cmd=article&group=weblogic.developer.interest.jsp&item=6834&utag=
              ) that "java.lang.VerifyError: Register 12 contains wrong type"
              To be able to find the inconsistency in class files denoted at VerifyError exception,
              we delete the tmp dir. of web app resides in a war.
              Also the related java beans used in jsp tag and related jsp, are in a jar on our
              classpath and .tld file resides in the .war file of our web application.
              But also, I must define that it is our first tag implemented after we migrate to
              the .war file after the web application directory structure of same application(that
              old dir. also deleted), I know it is silly but, is it possible that WL can now refer
              to something related our previous directory structure of our app. like that old .tld
              file or classes?
              Or may it be related with the difference between jdk versions on the test and the
              production server?
              Any help will be really appreciated..
              Many thanks,
              Banu
              

              Start up weblogic with -
              java -noverify ....
              Mike
              "banu" <[email protected]> wrote:
              >
              >Hi everybody,
              >We implemented a tag which is charged with a simple task like just "out.println"s,
              >on production with WL5.1 SP11,jdk1.2.
              >
              >Then we got java.lang.VerifyError exception which is also denoted at Giuseppe
              >Madonna's
              >mail on ( http://newsgroups2.bea.com/cgi-bin/dnewsweb?cmd=article&group=weblogic.developer.interest.jsp&item=6834&utag=
              >) that "java.lang.VerifyError: Register 12 contains wrong type"
              >
              >To be able to find the inconsistency in class files denoted at VerifyError
              >exception,
              >we delete the tmp dir. of web app resides in a war.
              >
              >Also the related java beans used in jsp tag and related jsp, are in a jar
              >on our
              >classpath and .tld file resides in the .war file of our web application.
              >
              >But also, I must define that it is our first tag implemented after we migrate
              >to
              >the .war file after the web application directory structure of same application(that
              >old dir. also deleted), I know it is silly but, is it possible that WL can
              >now refer
              >to something related our previous directory structure of our app. like that
              >old .tld
              >file or classes?
              >
              >Or may it be related with the difference between jdk versions on the test
              >and the
              >production server?
              >
              >
              >Any help will be really appreciated..
              >Many thanks,
              >Banu
              >
              

  • Compilation error when compile something with XFT lib

    /usr/include/X11/Xft/Xft.h:62: error: expected '=', ',', ';', 'asm' or '__attribute__' before '_XftFTlibrary'
    When I use arch32, no problem.
    The line 62 on Xft.h is:
    extern FT_Library       _XftFTlibrary;
    And this error
    /usr/include/X11/Xft/Xft.h:96: error: expected specifier-qualifier-list before 'FT_UInt'
    to:
        FT_UInt         glyph;
    How to fix this?

    This looks like exactly the same question you asked in the thread
    [http://forums.sun.com/thread.jspa?threadID=5335510]
    Please do not ask the same question in more than one thread.

  • Pragma error when compiling with SDK X

    Hi,
    I am trying to compile my plugin application (which compiled fine with the previous sdk) using the SDK X, but receive errors in CAVAlert.h on the exception handler construct DURING, HANDLER, END_HANDLER.
    The errors are listed here:
    Headers/API/CAVAlert.h:156:3: error: 'suppress' was not declared in this scope
    Headers/API/CAVAlert.h:156:3: error: 'warning' was not declared in this scope
    Headers/API/CAVAlert.h:156:3: error: '__pragma' was not declared in this scope
    Headers/API/CAVAlert.h:156:3: error: expected ';' before 'jmp_buf'
    Headers/API/CAVAlert.h:156:3: error: 'ASException' was not declared in this scope
    Headers/API/CAVAlert.h:156:3: error: expected ')' before ':' token
    Headers/API/CAVAlert.h:156:3: error: expected ';' before 'struct'
    Headers/API/CAVAlert.h:162:3: error: request for member 'E_RETURNOutsideDURINGBlock' in 'gBadReturnCatcher', which is of non-class type 'int'
    Headers/API/CAVAlert.h:162:3: error: expected ')' before ':' token
    Headers/API/CAVAlert.h:162:3: error: expected ';' before 'int'
    Headers/API/CAVAlert.h:165:3: error: 'ENDHANDLEROutsideHANDLER' was not declared in this scope
    To compile against to SDK X all I did was:
    1) Used PIMain.c from the SDK X API directory.
    2) Changed ACRO_SDK_LEVEL=0x00090000 => ACRO_SDK_LEVEL=0x000A0000
    3) Changed the include directories to point to the new SDK X directories
    Is there another directive I must add to get the plugin to compile with SDK X?
    My preprocessor list is as follows:
    ACRO_SDK_LEVEL=0x000A0000
    HAVE_W32API_H
    PDMETADATA_HFT=1
    PLUGIN=1
    WIN32
    WIN_ENV
    WIN_PLATFORM
    WXUSINGDLL
    _CRT_SECURE_NO_DEPRECATE
    _DEBUG
    _WINDOWS
    __GNUWIN32__
    __WIN32__
    __WXMSW__
    Thank you,
    Magda

    Without seeing your code, I can't really help.
    If you want help with your code, open a formal support ticket.
    From: Adobe Forums <[email protected]<mailto:[email protected]>>
    Reply-To: "[email protected]<mailto:[email protected]>" <[email protected]<mailto:[email protected]>>
    Date: Tue, 6 Dec 2011 04:09:25 -0800
    To: Leonard Rosenthol <[email protected]<mailto:[email protected]>>
    Subject: Pragma error when compiling with SDK X
    Pragma error when compiling with SDK X
    created by magdakuit<http://forums.adobe.com/people/magdakuit> in Acrobat SDK - View the full discussion<http://forums.adobe.com/message/4066378#4066378

  • -Xlint warning when compiling with command prompt.

    1 of the method i write in the program has a compilation warning when compiling with command prompt. When i compile the codes with the application i used to write the program has no error at all. Below is my code:
    private static ArrayList readNum(String NumFile)
    ArrayList key = new ArrayList();
    String keyAttributes = readInput(NumFile);
    StringTokenizer stk = new StringTokenizer(keyAttributes);
    while(stk.hasMoreTokens())
    key.add(stk.nextToken());
    return key;
    When i javac the program with -X;int, this errror occured:
    warning: [unchecked] unchecked call to add(E) as a member of the raw type java.util.ArrayList
    key.add(stk.nextToken());
    ^
    1 warning
    Anyidea how to solve this problem? Thanks for the help.

    A quick google for that message would have told you that you're not using generics and the compiler complains about that.
    Google for "Java Generics" to find out what all the fuss is about.

  • Bug report: ube_ipa: internal error when compiling with -xO5

    When compiling imlib2-1.1.2, one source file causes compilation to fail with the following error message:
    ube_ipa: internal error
    cc: ube_ipa failed for loader_tiff.c
    The command which fails is (probably wrapped):
    cc -DHAVE_CONFIG_H -I. -I. -I.. -I. -I.. -I../src -I../loaders -I../libltdl -I/usr/X11R6/include -I/usr/openwin/include -I/opt/csw/include -I/opt/csw/include -I/opt/csw/include -g -fast -xarch=386 -xstrconst -v -xildoff -xO5 -c loader_tiff.c -KPIC -DPIC -o .libs/loader_tiff.o
    Changing -xO5 to -xO4 works around the problem. The source file in question is imlib2-1.1.2/loaders/loader_tiff.c
    Patch 112756-10 has been applied, and doesn't correct the problem. GCC doesn't have any problem compiling the file.
    A quick note to any Sun employees reading this: it took me 45 minutes to find somewhere to submit this bug report. Searching sun.com for "submit bug report" turned up many forum postings where people asked "Where do I submit bug reports?", a bug report form for Sun One Java Studio, and not much else. It might be in your interest to make submitting bugs easier.

    Internal errors, such as the one you encountered, are generally considered compiler bugs. They indicate that the compiler reached an unexpected state and therefore bailed out. I opened bug 20703141: internal error: pic_relocs(): hh reltype? to investigate. I see the same error message emitted by the current Studio development release; I will update this thread if I find a work-around.
    Thanks,
    Mark

  • How can I create accurate decimal dimensions when creating a new document or using the art board in Illustrator CS6? When I type in a number with a decimal, it automatically rounds the number up.

    How can I create accurate decimal dimensions when creating a new document or using the art board in Illustrator CS6? When I type in a number with a decimal, it automatically rounds the number up.

    For my part you are welcome, sdowers.
    Unfortunately, the uncertainty arising from the rounding has been up several times here in this forum.
    I just came to remember a warning that needs to be given:
    The rounding of the representation of a numerical value may be harmless in itself, but if you use it for any operation that changes the value, such as multiplication or whatever, things will go wrong because the operation will be made on the basis of the rounded value instead of the true value. So, as in your first case in post #2, 39.625 rounded to 39.63 will become 79.26 instead of 79.25.

  • Getting error when view - Requested data type does not match with existing

    I have the siebel web service
    In the BI publisher as mentioned in the 'Siebel_BI_Publisher_Integration_Concepts.pdf', I have imported the siebel web service
    BI can recognize the 'Web service' and methods.
    I have created the paramters. The data type is 'String'
    When I try to view the report using the BI publisher, I am getting teh following error in th UI
    "Requested data type does not match with existing data type"
    This is the first time I am using BI publisher to call the Siebel web service. I don't know what this error means
    I don't know whether any log file generated wit the details of this erro message
    Any help is much appriciated
    Thanks,
    Kavitha

    Hi all,
    have you find a fix for this issue? Im facing the same situation, using Complex type, and String data type both in the service and Bi publisher. We are consuming CC&B services, and we have noticed this error appears when BIPublisher is running on WebLogic (10.3) but it does not appear when BIPublisher is running on OC4J , of course running the same report on both application servers.
    Any idea?
    Thanks a lot, regards
    Nestor

  • Photoshop CS6 (Mac) crashes when opening files with type or using the type tool

    Hi,
    Photoshop CS6 keeps crashing when using the type tool or when opening files with type on it. I've quit suitcase, disabled the suitcase plug-in, reset the preferences in Photoshop there's no crash report coming up either the application just dies! I am currently trying a system restore from time machine to see if that works!. Any other suggestions would be greatly appreciated.
    Many thanks
    Olly

    http://blogs.adobe.com/crawlspace/2012/07/photoshop-basic-troubleshooting-steps-to-fix-mos t-issues.html
    http://helpx.adobe.com/photoshop/kb/troubleshoot-fonts-photoshop-cs5.html

  • Data not visible in table o/p when compiled with webdynpro compiler

    Hi,
    I am using a Z BAPI to retrieve data from backend ECC6 server and show it using a VC application.
    When I compile this VC application using FLASH(FLEX2), the data is shown in the table, whilst if the VC application is compiled using Webdynpro compiler, the data is not shown in the table.
    The No. Of Rows  parameter has been updated with 10.
    Please suggest what can be done so that data is shown when compiled with Webdynpro compiler.
    Regards,
    Ranu

    Hi Ranu,
    WebDynpro Compiler only supports Webservices.
    You can look at the below link to get into full details -
    https://www.sdn.sap.com/irj/sdn/wiki?path=/display/vc/limitationsofWeb+Dynpro
    Regards,
    Vipin Vijayan.

  • Codepage problem when compiling with fastjavac

    Hi,
    I'm getting the following warnings when compiling with fastjavac:
    fastjavac: warning: Can't find codepage for "Cp1250" encoding.
    fastjavac: warning: Use default ANSI codepage.
    2 warnings
    How could I suppress these warnings?
    Thanks in advance

    I think you are posting it on the wrong Forum. This is for Forte 4GL not Forte for Java.

  • Missing underscores when compiling JSP

    Hi all,
              I am running WebLogic 5.1 SP4 on RedHat Linux 6.2 and I have a problem
              when compiling my jsp pages.
              The problem is the package name created by the jsp engine. Say, I have a
              jsp page called index.jsp in a directory called public. The compiler
              ought to (I think) compile the page with the name public.index.java
              but it tries to compile it as public.index.java which isn't possible
              because the word 'public' is a reserved word in Java.
              So my question is:
              Is it possible to define the prefix of the name of the compiled jsp
              pages?
              And how do I do that?
              Thanks
              Peter Haldbæk
              [email protected] office +45 33 12 24 42
              CAPUT http://www.caput.com cellular +45 40 34 22 24
              

              Hi,
              I am working on 4.5.1. Do we have any Service pack to solve the same underscore issue when i compile files with weblogic.jspc
              Thanks in advance
              Jay
              Kumar Allamraju <[email protected]> wrote:
              >Yes. this was fixed in SP-5
              >refer http://www.weblogic.com/docs51/classdocs/README2.html#CR030406
              >
              >--
              >Kumar
              >
              >Peter Haldbæk wrote:
              >
              >> When I installed SP5 the problem was solved (jsp pages now compiles with
              >> underscore as prefix).
              >>
              >> Peter
              >>
              >> Peter Haldbæk wrote:
              >> >
              >> > Hi all,
              >> >
              >> > I am running WebLogic 5.1 SP4 on RedHat Linux 6.2 and I have a problem
              >> > when compiling my jsp pages.
              >> >
              >> > The problem is the package name created by the jsp engine. Say, I have a
              >> > jsp page called index.jsp in a directory called public. The compiler
              >> > ought to (I think) compile the page with the name public.index.java
              >> > but it tries to compile it as public.index.java which isn't possible
              >> > because the word 'public' is a reserved word in Java.
              >> >
              >> > So my question is:
              >> > Is it possible to define the prefix of the name of the compiled jsp
              >> > pages?
              >> > And how do I do that?
              >> >
              >> > Thanks
              >> >
              >> > --
              >> > Peter Haldbæk
              >> > [email protected] office +45 33 12 24 42
              >> > CAPUT http://www.caput.com cellular +45 40 34 22 24
              >>
              >> --
              >> Peter Haldbæk
              >> [email protected] office +45 33 12 24 42
              >> CAPUT http://www.caput.com cellular +45 40 34 22 24
              >
              

  • I recently updated my iPad and when I went back to read a book that I had purchased now I'm getting an error message where whole chapters are missing.  I tried re-syncing with my mac book and no luck.  Any help to restore my book?

    I recently updated my iPad and when I went back to read a book that I had purchased I'm getting error messages and whole chapters are missing.  I tried re-syncing with my mac book and nothing changed.  Any help to restore my book completely?

    Try a system reset.  It's quick, easy and harmless...
    Hold down the on/off switch and the Home button simultaneously until the screen blacks out or you see the Apple logo.  Ignore the "Slide to power off" text if it appears.  You will not lose any apps, data, music, movies, settings, etc.
    If that doesn't work, you'll need to do a time-consuming "Restore."

Maybe you are looking for

  • "No Signal" from DVI on Viewsonic VA912b display

    I'm trying to usu the DVI port on my Dual 1.8 G5 (10.3.9), but all I get is a few seconds of the Apple boot screen and then I lose the signal. My display works fine with the VGA adapter, but I'd prefer to use the DVI if possible. Any and all help wou

  • Ipod 6 gen classic not completely syncing

    I have a not even 2 month old 6 gen 120gb classic that was syncing fine a week ago, that is till yesterday. I've restored it 2 or 3 times already, and each time afterward, it will sync up until about the 404th song (anywhere from 3 gigs to about 3.7

  • Send Mail Step forced to error status

    Hi, In my send mail step, i'm using Expression and passing 'UserComplete' field which is the person who has completed the document in FV60 tcode. But, it ends in error status. The error message is, Work item 000000399146: Object 000000399146 method S

  • Scanning slides and negatives for iMovie

    What dpi setting should I use to scan my 35mm color slides and b/w negatives that will be imported into iMovie? I may want to print some of the photos too, so should I use a higher dpi and will iMovie compress the image to what it needs? When complet

  • Iphoto 4.0.3 upgrade to 6

    I currently have iphoto 4.0.3. How do I get an upgrade to a version of iphoto 6.0.6? I tried downloading it but I couldn't get it. It wouldn't open. Fran iMac Mac OS X (10.3.9) iMac   Mac OS X (10.3.9)