Compiling tags

Hi all,
I'm sure this is a 'duh' question. I've been playing around with Netbeans and Forte4J before deciding on JDeveloper. I moved over some tags I had developed using Netbeans. Nothing fancy, just learning excercises mostly. However, there is one tag, which is really a base class for some of my other tags, that won't compile under JDev. I get the errors:
Error(163,11): variable EVAL_BODY_BUFFERED not found in class tomm.html.tags.HtmlFormElementBase
Error(189,11): variable EVAL_BODY_AGAIN not found in class tomm.html.tags.HtmlFormElementBase
I have changed the references to _INCLUDE and _TAG in order to compile, but my understanding is that the first two are preferred.  Am I running afoul of some deprecated symbols?
At first I thought I was using v1.4 symbols but that doesn't seem to be the case. But while I'm thinking about it -- is there a projected time for the release of ojvm 1.4?
Not critical (yet). Just curious.
Tomm

There is no need to use tld files with tag files when it comes to running the ear file through appc. When I do development I use a tld file that contains references to all the tag files, however my build process replaces that with the tag files directory:
So, during development I have:
web.xml:
<taglib>
<taglib-uri>http://name/cps/tagfiles</taglib-uri>
<taglib-location>/WEB-INF/tld/mytags.tld</taglib-location>
</taglib>
mytags.tld:
<taglib xmlns="http://java.sun.com/xml/ns/j2ee"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee
http://java.sun.com/xml/ns/j2ee/web-jsptaglibrary_2_0.xsd"
version="2.0">
<tlib-version>1.0</tlib-version>
<short-name>mytags</short-name>
<uri>mytaglib</uri>
<tag-file>
<name>agreementDetailsLayout</name>
<path>/WEB-INF/tags/agreementDetailsLayout.tag</path>
</tag-file>
During the build I have:
web.xml:
<taglib>
<taglib-uri>http://name/app/tagfiles</taglib-uri>
<taglib-location>/WEB-INF/tags</taglib-location>
</taglib>
If I don't do this appc will have a fit of even bigger proportions (more error messages etc.)

Similar Messages

  • Unable to remove compilation tag

    I'm using iTunes 9 for Windows.
    Several CDs that I've imported into iTunes have been incorrectly tagged as Compilations.
    I've tried removing the "Part of a Compilation" tag both for:
    - individual tracks.....can't change the compilation tag.
    - all tracks on the album.....iTunes ignores my changes to the compilation tag.
    Would really appreciate help as this is driving me crazy !
    Thanks.

    Interesting.
    A Private Virtual Switch cannot be shared with the Management OS.  It is blocked.
    And from your screen shot, you have managed to do just that.
    Try PowerShell.  Open an elevated PowerShell console.
    Get-VMSwtich | Remove-VMSwitch -Force
    Brian Ehlert
    http://ITProctology.blogspot.com
    Learn. Apply. Repeat.

  • Will 1.5 compiler tag default constructor as synthetic?

    Hi,
    This is a question about the synthetic attribute for the default constructor. This attribute has been added at the moment the inner classes have been introduced in the language. I think its purpose is to distinguish methods added by the compiler (like the access methods) to handle the inner classes.
    Synthetic basically means something that has been added by the compiler and that has no corresponding source code.
    Following this, the default constructor (added when the class has no constructor) should also be tagged with a synthetic attribute, shouldn't it?
    Javac 1.4.2 doesn't add this attribute for the default constructor and I was wondering if the version 1.5 would do it.
    Thanks,
    Olivier

    As far as I tested the jdk 1.5 compiler, I found that
    it already tags default constructors with isSynthetic
    attribute. Default constructors are compiler generated
    and I am not sure how it affects the api, if they are
    tagged isSynthetic.No, the 1.50 beta 31 compiler does not tag default constructors with Synthetic attributes.

  • Selecting multiple tracks to assign compilation tag

    Hello,
    If I right click on a single track and select "get info" I can check the "part of compilation" check box. However, if I select multiple songs from a compilation album, the check box is no longer present under the info tab. Is this a bug with the latest version of iTunes? Or has the ability to simultaneously assign multiple songs as part of a compilation been removed?
    Thanks,

    Problem solved. The check box is moved to a different tab (options) if multiple tracks are selected. Gotta love how intuitive apple products are . . .

  • How do I get my 'Compilations' storage folder to match the view by artist list in the library?

    When I view by Artist in the iTunes library, I have a 'compilations' section that contains soundtracks, etc. The weird thing is that when buying and or importing cds of this nature, it categorizes on my hard drive differently. I have 30 albums in my folder (in iTunes media) - which is correct, they are all soundtracks or various artist albums. But in the actually iTunes library it only shows 3. And thi sis something that changed at some point (im pretty are) when updating iTunes itself. It used to have them all. Can't figure out how to fix it. I know there is that 'part of a compilation' tag but for the life of me I cannot get it to 'accept' that something iss and then move it to the corresponding folder.

    I was looking for this and found the answer by playing with smart lists...
    1. File > New > Smart Playlist...
    2. (Under watch the following rule) change the Artist to 'Compilation'.  The condition will be set to 'is true' by default.
    Thats it! the new smart playlist should appear under your other playlists with a cog icon (like other smart playlists) - this will display all those albums that don't appear under compilations when browsing by artist.
    Hope this helps!

  • Faad2 w/xmms plugin won't compile

    I've been attempting to get faad2 to compile a plugin for xmms according to http://davesource.com/Solutions/2004041 … ebian.html.  To do so, I thought all that I really had to do was modify the ./configure line of the PKGBUILD as such
    ./configure --prefix=/usr --with-xmms --with-libmp4v2
    .  However, the compile job errors out during the process of building libmp4v2 giving this error:
    make[3]: Entering directory `/home/abs/multimedia/faad2/src/faad2/common/mp4v2'
    if /bin/sh ../../libtool --mode=compile --tag=CXX g++ -DHAVE_CONFIG_H -I. -I. -I ../.. -I../../include -Wall -march=i686 -O2 -pipe -MT atom_co64.lo -MD -MP -M F ".deps/atom_co64.Tpo" -c -o atom_co64.lo atom_co64.cpp;
    then mv -f ".deps/atom_co64.Tpo" ".deps/atom_co64.Plo"; else rm -f ".deps/atom_c o64.Tpo"; exit 1; fi
    g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -Wall -march=i686 -O2 -pipe -MT atom_co64.lo -MD -MP -MF .deps/atom_co64.Tpo -c atom_co64.cpp -fPIC -DPIC -o .libs/atom_co64.o
    In file included from mp4common.h:36,
    from atom_co64.cpp:22:
    mp4property.h:61: error: expected `0' before ""
    mp4property.h:61: error: invalid initializer for virtual method `virtual MP4Prop ertyType MP4Property::GetType()'
    mp4property.h:61: error: expected `;' before ""
    mp4property.h:77: error: expected `0' before ""
    mp4property.h:77: error: invalid initializer for virtual method `virtual u_int32 _t MP4Property::GetCount()'
    mp4property.h:77: error: expected `;' before ""
    mp4property.h:78: error: expected `0' before ""
    mp4property.h:78: error: invalid initializer for virtual method `virtual void MP 4Property::SetCount(u_int32_t)'
    mp4property.h:78: error: expected `;' before ""
    mp4property.h:82: error: expected `0' before ""
    mp4property.h:82: error: invalid initializer for virtual method `virtual void MP 4Property::Read(MP4File*, u_int32_t)'
    mp4property.h:82: error: expected `;' before ""
    mp4property.h:84: error: expected `0' before ""
    mp4property.h:84: error: invalid initializer for virtual method `virtual void MP 4Property::Write(MP4File*, u_int32_t)'
    mp4property.h:84: error: expected `;' before ""
    mp4property.h:87: error: expected `0' before ""
    mp4property.h:87: error: invalid initializer for virtual method `virtual void MP 4Property::Dump(FILE*, u_int8_t, bool, u_int32_t)'
    mp4property.h:87: error: expected `;' before ""
    mp4property.h: In member function `u_int32_t MP4TableProperty::GetCount()':
    mp4property.h:442: error: 'class MP4Property' has no member named 'GetType'
    mp4property.h: In member function `void MP4TableProperty::SetCount(u_int32_t)':
    mp4property.h:449: error: 'class MP4Property' has no member named 'GetType'
    In file included from mp4common.h:48,
    from atom_co64.cpp:22:
    rtphint.h: At global scope:
    rtphint.h:38: error: expected `0' before ""
    rtphint.h:38: error: invalid initializer for virtual method `virtual u_int16_t M P4RtpData::GetDataSize()'
    rtphint.h:38: error: expected `;' before ""
    rtphint.h:39: error: expected `0' before ""
    rtphint.h:39: error: invalid initializer for virtual method `virtual void MP4Rtp Data::GetData(u_int8_t*)'
    rtphint.h:39: error: expected `;' before ""
    make[3]: *** [atom_co64.lo] Error 1
    make[3]: Leaving directory `/home/abs/multimedia/faad2/src/faad2/common/mp4v2'
    make[2]: *** [all-recursive] Error 1
    make[2]: Leaving directory `/home/abs/multimedia/faad2/src/faad2/common'
    make[1]: *** [all-recursive] Error 1
    make[1]: Leaving directory `/home/abs/multimedia/faad2/src/faad2'
    make: *** [all] Error 2
    ==> ERROR: Build Failed. Aborting...
    Any help/patches will be nice.  Thanks.

    hans-jürgen wrote:
    dp wrote:
    vande198 wrote:I'm excited too.  I'm building faac-devel via you PKGBUILD to see if it has m4a support yet.
    report the faac and faac-devel changes here, please - i really wonder too, but do not have time to compile myself, thx
    Yes it has since August 2003 and MP4 tagging since March 2004, you can find an updated changelog in the FAAC forum of Audiocoding.com that probably will be added to the CVS soon. FAAC supports the file extensions *.aac, *.mp4, *.m4a and *.m4b (bookmarkable *.m4a) in the current CVS snapshot from Sep 6, 2004 with the -o switch. See also the Wiki page for FAAC.
    And thanks for testing the current snapshot/CVS version of the XMMS plugin, too. I think you don't even need to include libmp4v2 anymore if you just want the XMMS plugin, because the new version from Aug 22, 2004 uses libmp4ff now like FAAD2 itself. The bigger library from MPEG4IP which has been moved to the FAAC package recently is necessary for the MPEG4IP mp4player plugin and also FAAC, but not for the XMMS plugin.
    By the way, it looks as if madman (file management app with iTunes GUI for XMMS) will also add support for MP4/M4A soon, see their mailing list.
    thanx for this detailed informations - now i0m informed about the state of things
    http://madman.sourceforge.net/index.php
    http://sourceforge.net/mailarchive/foru … m_id=34193

  • Ojspc (with JDeveloper 10.1.3.2.0) keeps recompiling .tag files.

    I find it takes an extremely long time to compile my web application with 75 .jsp files (14188 non-blank lines) and 24 .tag files (438 non-blank lines). About 24 minutes, in fact. I attribute this to the utility insisting on recompiling each and every .tag file for every .jsp that uses them.
    During translation, I see the javac process start up several times, and I inspected the javacXXX temporary file that gets created (it stores the VM arguments for each compilation) whenever Oracle needs to compile a page. Now compilation is supposed to happen after translation, but it still happens repeatedly for the same .tag file. If the .tag file is used in each of the 75 .jsp files, then it gets compiled 75 times! I even tried adding the temporary directory where Oracle outputs its .class files for these .tag files to the compilation classpath, and it didn't have any effect.
    I also can't precompile the .tag files in an attempt to force it to use already compiled .tag files, as ojspc doesn't seem to want to translate/compile them on its own (but only as a result of a .jsp that needs them).
    Here are the options in my build.xml:
      <target name="ojspc">
        <path id="ojspc.classpath">
          <fileset dir="${source.web.path}/WEB-INF/lib">
            <include name="*.jar" />
          </fileset>
          <!-- The following is where the .tag files end up after being automatically translated,
               then compiled (even though the compiled versions are .class files and should go in
               oracle/generatedClass, below) -->
          <pathelement path="${build.root}/oracle/generatedJava" />
        </path>
        <property name="ojspc.classpath" refid="ojspc.classpath" />
        <mkdir dir="${build.root}/oracle" />
        <mkdir dir="${build.root}/oracle/generatedClass" />
        <mkdir dir="${build.root}/oracle/generatedJava" />
        <oracle:compileJsp verbose="true"
          appRoot="${build.webapp.path}"
          dir="${build.root}/oracle/generatedClass"
          srcDir="${build.root}/oracle/generatedJava"
          addClassPath="${ojspc.classpath}">
          <fileset dir="${build.webapp.path}">
            <include name="**/*.jsp" />
          </fileset>
        </oracle:compileJsp>
      </target>There's nothing particularly memorable about the ant output. Everything succeeds. But 24 minutes for 15k lines of JSP sounds pretty ridiculous... this whole endeavor was an attempt to reduce initial page hit lags after deployment, but ..... 24 minutes??? :)
    Thanks,
    Scott

    Marco,
    the bug is published and visible in Metalink.
    - Select "Document Id" in "Quick find"
    - enter the bug number: 4556035
    - click "Go"
    Bug 4556035 is fixed in JDeveloper 10.1.3.3
    It's also included in http://www.oracle.com/technology/products/jdev/htdocs/10.1.3.3/fixlist.htm
    Regards,
    Didier.

  • Compile problems (xfce's Thunar application)

    What could be causing this error? It works fine with gcc, I am using the same compiler/linker flags for both. Per the developer of this application, it doesn't appear to be the application related...? Thanks.
    gmake[1]: Entering directory `/data/Xfce-beta-src/xfce-4.3.99.1-src/Thunar-0.4.0rc1/thunar-vfs'
    source='thunar-vfs-io-local.c' object='libthunar_vfs_1_la-thunar-vfs-io-local.lo' libtool=yes \
    DEPDIR=.deps depmode=none /bin/bash ../depcomp \
    /bin/bash ../libtool mode=compile tag=CC /opt/SUNWspro/bin/cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DEXO_API_SUBJECT_TO_CHANGE -DEXO_DISABLE_DEPRECATED -DG_LOG_DOMAIN=\"thunar-vfs\" -DLIBEXECDIR=\"/opt/Xfce-beta/libexec\" -DSN_API_NOT_YET_FROZEN -DTHUNAR_VFS_COMPILATION -DTHUNAR_VFS_VERSION_API=\"1\" -NDEBUG -DG_DISABLE_CAST_CHECKS -I/opt/Xfce-beta/include -I/usr/local/include -I/usr/X11/include -I/usr/openwin/include -I/usr/sfw/include -I/opt/Xfce-beta/include/exo-0.3 -I/opt/Xfce-beta/include/gtk-2.0 -I/opt/Xfce-beta/include/xfce4 -I/opt/Xfce-beta/lib/gtk-2.0/include -I/opt/Xfce-beta/include/atk-1.0 -I/opt/Xfce-beta/include/cairo -I/opt/Xfce-beta/include/pango-1.0 -I/opt/Xfce-beta/include/glib-2.0 -I/opt/Xfce-beta/lib/glib-2.0/include -I/opt/Xfce-beta/include/freetype2 -I/opt/Xfce-beta/include -I/opt/Xfce-beta/include/libpng12 -D_REENTRANT -I/opt/Xfce-beta/include/glib-2.0 -I/opt/Xfce-beta/lib/glib-2.0/include -I/opt/Xfce-beta/include/libpng12 -I/opt/Xfce-beta/include/startup-notification-1.0 -I/opt/Xfce-beta/include -I/usr/local/include -I/usr/X11/include -I/usr/openwin/include -I/usr/sfw/include -c -o libthunar_vfs_1_la-thunar-vfs-io-local.lo `test -f 'thunar-vfs-io-local.c' || echo './'`thunar-vfs-io-local.c
    /opt/SUNWspro/bin/cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DEXO_API_SUBJECT_TO_CHANGE -DEXO_DISABLE_DEPRECATED -DG_LOG_DOMAIN=\"thunar-vfs\" -DLIBEXECDIR=\"/opt/Xfce-beta/libexec\" -DSN_API_NOT_YET_FROZEN -DTHUNAR_VFS_COMPILATION -DTHUNAR_VFS_VERSION_API=\"1\" -NDEBUG -DG_DISABLE_CAST_CHECKS -I/opt/Xfce-beta/include -I/usr/local/include -I/usr/X11/include -I/usr/openwin/include -I/usr/sfw/include -I/opt/Xfce-beta/include/exo-0.3 -I/opt/Xfce-beta/include/gtk-2.0 -I/opt/Xfce-beta/include/xfce4 -I/opt/Xfce-beta/lib/gtk-2.0/include -I/opt/Xfce-beta/include/atk-1.0 -I/opt/Xfce-beta/include/cairo -I/opt/Xfce-beta/include/pango-1.0 -I/opt/Xfce-beta/include/glib-2.0 -I/opt/Xfce-beta/lib/glib-2.0/include -I/opt/Xfce-beta/include/freetype2 -I/opt/Xfce-beta/include -I/opt/Xfce-beta/include/libpng12 -D_REENTRANT -I/opt/Xfce-beta/include/glib-2.0 -I/opt/Xfce-beta/lib/glib-2.0/include -I/opt/Xfce-beta/include/libpng12 -I/opt/Xfce-beta/include/startup-notification-1.0 -I/opt/Xfce-beta/include -I/usr/local/include -I/usr/X11/include -I/usr/openwin/include -I/usr/sfw/include -c thunar-vfs-io-local.c -KPIC -DPIC -o .libs/libthunar_vfs_1_la-thunar-vfs-io-local.o
    cc: Warning: option -N passed to ld
    "/opt/Xfce-beta/include/xfce4/libxfce4util/libxfce4util-config.h", line 31: warning: syntax error: empty declaration
    "/opt/Xfce-beta/include/xfce4/libxfce4util/libxfce4util-config.h", line 49: warning: syntax error: empty declaration
    "/opt/Xfce-beta/include/xfce4/libxfce4util/xfce-generics.h", line 31: warning: syntax error: empty declaration
    "/opt/Xfce-beta/include/xfce4/libxfce4util/xfce-generics.h", line 115: warning: syntax error: empty declaration
    "/opt/Xfce-beta/include/xfce4/libxfce4util/xfce-kiosk.h", line 31: warning: syntax error: empty declaration
    "/opt/Xfce-beta/include/xfce4/libxfce4util/xfce-kiosk.h", line 43: warning: syntax error: empty declaration
    "/opt/Xfce-beta/include/xfce4/libxfce4util/xfce-license.h", line 29: warning: syntax error: empty declaration
    "/opt/Xfce-beta/include/xfce4/libxfce4util/xfce-license.h", line 52: warning: syntax error: empty declaration
    "/opt/Xfce-beta/include/exo-0.3/exo/exo-config.h", line 32: warning: syntax error: empty declaration
    "/opt/Xfce-beta/include/exo-0.3/exo/exo-config.h", line 94: warning: syntax error: empty declaration
    "/opt/Xfce-beta/include/exo-0.3/exo/exo-binding.h", line 33: warning: syntax error: empty declaration
    "/opt/Xfce-beta/include/exo-0.3/exo/exo-binding.h", line 111: warning: syntax error: empty declaration
    "/opt/Xfce-beta/include/gtk-2.0/gtk/gtktextbuffer.h", line 52: warning: enumerator value overflows INT_MAX (2147483647)
    "/opt/Xfce-beta/include/gtk-2.0/gtk/gtktextbuffer.h", line 53: warning: enumerator value overflows INT_MAX (2147483647)
    "/opt/Xfce-beta/include/gtk-2.0/gtk/gtktextbuffer.h", line 55: warning: enumerator value overflows INT_MAX (2147483647)
    "/opt/Xfce-beta/include/exo-0.3/exo/exo-cell-renderer-ellipsized-text.h", line 34: warning: syntax error: empty declaration
    "/opt/Xfce-beta/include/exo-0.3/exo/exo-cell-renderer-ellipsized-text.h", line 64: warning: syntax error: empty declaration
    "/opt/Xfce-beta/include/exo-0.3/exo/exo-cell-renderer-icon.h", line 32: warning: syntax error: empty declaration
    "/opt/Xfce-beta/include/exo-0.3/exo/exo-cell-renderer-icon.h", line 69: warning: syntax error: empty declaration
    "/opt/Xfce-beta/include/exo-0.3/exo/exo-execute.h", line 30: warning: syntax error: empty declaration
    "/opt/Xfce-beta/include/exo-0.3/exo/exo-execute.h", line 54: warning: syntax error: empty declaration
    "/opt/Xfce-beta/include/exo-0.3/exo/exo-gdk-pixbuf-extensions.h", line 34: warning: syntax error: empty declaration
    "/opt/Xfce-beta/include/exo-0.3/exo/exo-gdk-pixbuf-extensions.h", line 65: warning: syntax error: empty declaration
    "/opt/Xfce-beta/include/exo-0.3/exo/exo-gtk-extensions.h", line 32: warning: syntax error: empty declaration
    "/opt/Xfce-beta/include/exo-0.3/exo/exo-gtk-extensions.h", line 43: warning: syntax error: empty declaration
    "/opt/Xfce-beta/include/exo-0.3/exo/exo-gobject-extensions.h", line 32: warning: syntax error: empty declaration
    "/opt/Xfce-beta/include/exo-0.3/exo/exo-gobject-extensions.h", line 37: warning: syntax error: empty declaration
    "/opt/Xfce-beta/include/exo-0.3/exo/exo-icon-bar.h", line 32: warning: syntax error: empty declaration
    "/opt/Xfce-beta/include/exo-0.3/exo/exo-icon-bar.h", line 99: warning: syntax error: empty declaration
    "/opt/Xfce-beta/include/exo-0.3/exo/exo-icon-chooser-dialog.h", line 32: warning: syntax error: empty declaration
    "/opt/Xfce-beta/include/exo-0.3/exo/exo-icon-chooser-dialog.h", line 76: warning: syntax error: empty declaration
    "/opt/Xfce-beta/include/exo-0.3/exo/exo-icon-view.h", line 33: warning: syntax error: empty declaration
    "/opt/Xfce-beta/include/exo-0.3/exo/exo-icon-view.h", line 344: warning: syntax error: empty declaration
    "/opt/Xfce-beta/include/exo-0.3/exo/exo-md5.h", line 33: warning: syntax error: empty declaration
    "/opt/Xfce-beta/include/exo-0.3/exo/exo-md5.h", line 58: warning: syntax error: empty declaration
    "/opt/Xfce-beta/include/exo-0.3/exo/exo-string.h", line 32: warning: syntax error: empty declaration
    "/opt/Xfce-beta/include/exo-0.3/exo/exo-string.h", line 55: warning: syntax error: empty declaration
    "/opt/Xfce-beta/include/exo-0.3/exo/exo-toolbars-model.h", line 33: warning: syntax error: empty declaration
    "/opt/Xfce-beta/include/exo-0.3/exo/exo-toolbars-model.h", line 183: warning: syntax error: empty declaration
    "/opt/Xfce-beta/include/exo-0.3/exo/exo-toolbars-view.h", line 33: warning: syntax error: empty declaration
    "/opt/Xfce-beta/include/exo-0.3/exo/exo-toolbars-view.h", line 87: warning: syntax error: empty declaration
    "/opt/Xfce-beta/include/exo-0.3/exo/exo-toolbars-editor.h", line 33: warning: syntax error: empty declaration
    "/opt/Xfce-beta/include/exo-0.3/exo/exo-toolbars-editor.h", line 78: warning: syntax error: empty declaration
    "/opt/Xfce-beta/include/exo-0.3/exo/exo-toolbars-editor-dialog.h", line 33: warning: syntax error: empty declaration
    "/opt/Xfce-beta/include/exo-0.3/exo/exo-toolbars-editor-dialog.h", line 68: warning: syntax error: empty declaration
    "/opt/Xfce-beta/include/exo-0.3/exo/exo-tree-view.h", line 30: warning: syntax error: empty declaration
    "/opt/Xfce-beta/include/exo-0.3/exo/exo-tree-view.h", line 80: warning: syntax error: empty declaration
    "/opt/Xfce-beta/include/exo-0.3/exo/exo-url.h", line 30: warning: syntax error: empty declaration
    "/opt/Xfce-beta/include/exo-0.3/exo/exo-url.h", line 60: warning: syntax error: empty declaration
    "/opt/Xfce-beta/include/exo-0.3/exo/exo-utils.h", line 30: warning: syntax error: empty declaration
    "/opt/Xfce-beta/include/exo-0.3/exo/exo-utils.h", line 84: warning: syntax error: empty declaration
    "/opt/Xfce-beta/include/exo-0.3/exo/exo-wrap-table.h", line 31: warning: syntax error: empty declaration
    "/opt/Xfce-beta/include/exo-0.3/exo/exo-wrap-table.h", line 79: warning: syntax error: empty declaration
    "/opt/Xfce-beta/include/exo-0.3/exo/exo-xsession-client.h", line 32: warning: syntax error: empty declaration
    "/opt/Xfce-beta/include/exo-0.3/exo/exo-xsession-client.h", line 79: warning: syntax error: empty declaration
    "../thunar-vfs/thunar-vfs-config.h", line 30: warning: syntax error: empty declaration
    "../thunar-vfs/thunar-vfs-config.h", line 61: warning: syntax error: empty declaration
    "../thunar-vfs/thunar-vfs-path.h", line 30: warning: syntax error: empty declaration
    "../thunar-vfs/thunar-vfs-path.h", line 277: warning: syntax error: empty declaration
    "../thunar-vfs/thunar-vfs-path-private.h", line 30: warning: syntax error: empty declaration
    "../thunar-vfs/thunar-vfs-path-private.h", line 92: warning: syntax error: empty declaration
    "../thunar-vfs/thunar-vfs-types.h", line 29: warning: syntax error: empty declaration
    "../thunar-vfs/thunar-vfs-types.h", line 156: warning: syntax error: empty declaration
    "../thunar-vfs/thunar-vfs-io-ops.h", line 31: warning: syntax error: empty declaration
    "../thunar-vfs/thunar-vfs-io-ops.h", line 90: warning: syntax error: empty declaration
    "../thunar-vfs/thunar-vfs-io-local-xfer.h", line 30: warning: syntax error: empty declaration
    "../thunar-vfs/thunar-vfs-io-local-xfer.h", line 63: warning: syntax error: empty declaration
    "../thunar-vfs/thunar-vfs-mime-info.h", line 26: warning: syntax error: empty declaration
    "../thunar-vfs/thunar-vfs-mime-info.h", line 104: warning: syntax error: empty declaration
    "../thunar-vfs/thunar-vfs-info.h", line 32: warning: syntax error: empty declaration
    "../thunar-vfs/thunar-vfs-info.h", line 213: warning: syntax error: empty declaration
    "../thunar-vfs/thunar-vfs-io-local.h", line 31: warning: syntax error: empty declaration
    "../thunar-vfs/thunar-vfs-io-local.h", line 61: warning: syntax error: empty declaration
    "../thunar-vfs/thunar-vfs-mime-handler.h", line 30: warning: syntax error: empty declaration
    "../thunar-vfs/thunar-vfs-mime-handler.h", line 80: warning: syntax error: empty declaration
    "../thunar-vfs/thunar-vfs-mime-application.h", line 31: warning: syntax error: empty declaration
    "../thunar-vfs/thunar-vfs-mime-application.h", line 89: warning: syntax error: empty declaration
    "../thunar-vfs/thunar-vfs-mime-database.h", line 27: warning: syntax error: empty declaration
    "../thunar-vfs/thunar-vfs-mime-database.h", line 74: warning: syntax error: empty declaration
    "../thunar-vfs/thunar-vfs-mime-database-private.h", line 30: warning: syntax error: empty declaration
    "../thunar-vfs/thunar-vfs-mime-database-private.h", line 40: warning: syntax error: empty declaration
    "../thunar-vfs/thunar-vfs-os.h", line 30: warning: syntax error: empty declaration
    "../thunar-vfs/thunar-vfs-os.h", line 40: warning: syntax error: empty declaration
    "../thunar-vfs/thunar-vfs-private.h", line 30: warning: syntax error: empty declaration
    "../thunar-vfs/thunar-vfs-private.h", line 118: warning: syntax error: empty declaration
    "thunar-vfs-io-local.c", line 185: syntax error before or at: if
    "thunar-vfs-io-local.c", line 185: cannot recover from previous errors
    cc: acomp failed for thunar-vfs-io-local.c
    gmake[1]: *** [libthunar_vfs_1_la-thunar-vfs-io-local.lo] Error 1
    gmake[1]: Leaving directory `/data/Xfce-beta-src/xfce-4.3.99.1-src/Thunar-0.4.0rc1/thunar-vfs'
    gmake: *** [all] Error 2

    The problem is with defines in file thunar-vfs/thunar-vfs-path-private.h and here is the patch for Thunar-0.8.0 which resolves this problem:
    diff -Nru Thunar-0.8.0-orig/thunar-vfs/thunar-vfs-path-private.h Thunar-0.8.0/thunar-vfs/thunar-vfs-path-private.h
    --- Thunar-0.8.0-orig/thunar-vfs/thunar-vfs-path-private.h 2007-01-20 21:39:09.000000000 +0100
    +++ Thunar-0.8.0/thunar-vfs/thunar-vfs-path-private.h 2007-01-31 02:33:27.348724000 +0100
    @@ -29,12 +29,13 @@
    G_BEGIN_DECLS;
    -/* Support macros for compilers that don't support proper inlining */
    +/* Support macros for compilers that don't support proper inlining
    #define thunar_vfs_path_ref(path) (exo_atomic_inc (&(THUNAR_VFS_PATH ((path))->ref_count)), path)
    #define thunar_vfs_path_is_root(path) (THUNAR_VFS_PATH ((path))->parent == NULL)
    #define thunar_vfs_path_get_name(path) (((const gchar *) path) + sizeof (ThunarVfsPath))
    #define thunar_vfs_path_get_parent(path) (THUNAR_VFS_PATH ((path))->parent)
    #define thunar_vfs_path_get_scheme(path) (THUNAR_VFS_PATH ((path))->ref_count & THUNAR_VFS_PATH_SCHEME_MASK)
    +*/
    /* global shared variables */
    extern ThunarVfsPath thunarvfs_path_trash_root G_GNUC_INTERNAL;

  • Compilations show up as lots of albums

    Hope this isn't a faq. Not sure if it was an issue in iTunes 6.X.
    I (like many) have a few albums that are compilations. In both of the the "cover browser" views, these albums aren't consolodated. So when I flip through the album covers, I see dozens of extra entries for all the individual songs in each compilation. It's bumming me out.
    I've experimented with the "compilation" flag and associated preference value. I've experimented with changing the ID3 tags so that Album and Artist match across all songs in the compilation (with artist/title in the "title" field, and nothing is working.
    Any suggestions?
    PC Windows XP Pro
    Many   Other OS   Mac/Win

    make sure "artist album", a new field, is the same in all the compilation tracks
    then in any view, click on the album colum header, and it will switch to several different options.... switch and sort by "artist album".
    personally this is what works for me. below is also how i have each compilation tagged:
    - track name
    - actual artist
    - artist album, album, and grouping all same
    - part of compilation checked

  • What is a Compilation, Help me PLZ

    I was looking at my songs and locating them all when i noticed some are under "compilation", why?? what is a compilation? and should i remove it from there and put it in the correct folder?, and is consolidating a library a good idea? i have 5,000 songs on this ipod and i dont want to totally mess this all up, someone please help me

    The compilation designation is a somewhat arbitrary one. Via Gracenote (the CDDB), this indicator is passed to iTunes and used to direct where the Album is 'foldered'. Note that the Gracenote compilation indicator is user driven and can vary.
    It's a definitional issue: some consider an Artist's 'Greatest Hits' album to be a compilation - others do not. I have seen it come across from the CDDB in both designations, so there is little consistency. I prefer to have all the Albums from one Artist under one folder, so I remove the compilation tag from the Greatest Hits albums. It's your choice.
    Same thing happens with some Soundtrack albums. Some come across as compilations, others do not. It's always best to check this attribute prior to importing the CD (if it makes a difference to you).
    If you find albums in the Compilation folder that you do not want there, just highlight the complete selection of songs in the album within iTunes, 'get info' and remove the compilation check-mark. iTunes will reorganize the music files/folders to reflect this change. No problems when done within iTunes.

  • Local configuration files - mxmlc compiler

    I'm baffled by the inability to override configuration
    variables in a local config file (i.e. myApp-config.xml) that have
    been defaulted in flex-config.xml. For example, I have a unit test
    runner application where I want to set 'verbose-stacktraces' to
    true, but since this is defaulted in flex-config.xml I get an error
    that the variable 'verbose-stacktraces' must only be set once. The
    livedocs lead you to believe that you can override any variable. Is
    this as designed or a bug?

    Ok, so I dug a little deeper and you're partially right. My
    local config file looked like this when I got the error message:
    <compiler>
    <allow-source-path-overlap>true</allow-source-path-overlap>
    <library-path append="true">
    <path-element>lib/swc</path-element>
    </library-path>
    <source-path append="true">
    <path-element>locale/{locale}</path-element>
    </source-path>
    <verbose-stacktraces>true</verbose-stacktraces>
    </compiler>
    I found that if I moved the <verbose-stacktraces> tag
    to be the first child node under the compiler tag the compilation
    worked just fine. I'm not sure why it's reacting to where tags are,
    but I'm just happy that it works if ordered correctly. It would
    help if the livedocs mentioned this as well.
    FYI, I'm running the mxmlc command line compiler with Flex
    2.0.1.

  • Compilation Albums on Mercedes Comand System

    Hi
    I've copied some compilation albums to the music register in my Mercedes Benz Comand Online system - everything works fine. However, when I search by album or browse by cover, a separate album cover is listed for each song on the album due to the artist being different. I think I've filled out all of the ID3 tags properly, including the "part of a compilation" tag, but it doesn't seem to take any notice. Is there a trick to this ?
    Thanks in advance
    TheCam

    I'm not sure if the iPhone supports this. I recall reading about this data system some time in the past. If you do a search on the forum, you may be able to find more information. If not, I suggest contacting MB and see if the iPhone supports this system.

  • "Compilations" folder

    When I use "Add Folder" to add a music folder to the iTunes library, iTunes moves the whole folder to a folder it created called "Compilations." I thought it was supposed to leave the folder in its original location and just add "pointers" to the music files. How can I stop iTunes from doing this? Thanks, BZ
    Dell   Windows Vista  

    You can't (normally) lose music by changing the "Part of a Compilation" tag from Yes to No. So either you did something else or in addition that causes the music to get lost, or you are not clearly stating what you mean by "lost some music" (e.g. do they still show up in iTunes but you can not find the tracks in your folders? Did they disappear from the iTunes library? etc.).
    Patrick

  • Compile flags disturbe building of package [solved]

    Hi.
    I have my compile flags set in makepkg.conf, and every package was building ok till now. Yesterday I tryed to build Sphinx with yaourt, but the build stoped when building libsphinxclient. I think it has something to do with the compiler flags set in makepkg.conf. When it builds with yaourt:
    /bin/sh ./libtool --mode=compile --tag=CC gcc -DHAVE_CONFIG_H -I. -I. -I. -march=athlon64 -O2 -pipe -c -o sphinxclient.lo sphinxclient.c
    and the build stops after that (this does not give the error, but it doesn't build some libraries needed afterwards).
    When I build it manually, the command differs:
    /bin/sh ./libtool --mode=compile --tag=CC gcc -DHAVE_CONFIG_H -I. -I. -I.     -g -O2 -c -o sphinxclient.lo sphinxclient.c
    The ./configure for the manuall build is the same as from the PKGBUILD
    This is the whole build process for libsphinxclient from yaourt:
    make[1]: Entering directory `/tmp/yaourt-tmp-krt/aur-sphinx/sphinx/src/sphinx-0.9.8.1/api/libsphinxclient'
    /bin/sh ./libtool --mode=compile --tag=CC gcc -DHAVE_CONFIG_H -I. -I. -I. -march=athlon64 -O2 -pipe -c -o sphinxclient.lo sphinxclient.c
    gcc -DHAVE_CONFIG_H -I. -I. -I. -march=athlon64 -O2 -pipe -c test.c
    make[1]: *** No rule to make target `.libs/libsphinxclient.a', needed by `test'. Stop.
    make[1]: *** Waiting for unfinished jobs....
    mkdir .libs
    gcc -DHAVE_CONFIG_H -I. -I. -I. -march=athlon64 -O2 -pipe -c sphinxclient.c -fPIC -DPIC -o .libs/sphinxclient.o
    gcc -DHAVE_CONFIG_H -I. -I. -I. -march=athlon64 -O2 -pipe -c sphinxclient.c -o sphinxclient.o >/dev/null 2>&1
    make[1]: Leaving directory `/tmp/yaourt-tmp-krt/aur-sphinx/sphinx/src/sphinx-0.9.8.1/api/libsphinxclient'
    make: *** [all] Error 2
    The build of libsphinxclient manually:
    make all-am
    make[1]: Entering directory `/home/krt/Desktop/sphinx-0.9.8.1/api/libsphinxclient'
    /bin/sh ./libtool --mode=compile --tag=CC gcc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -c -o sphinxclient.lo sphinxclient.c
    mkdir .libs
    gcc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -c sphinxclient.c -fPIC -DPIC -o .libs/sphinxclient.o
    gcc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -c sphinxclient.c -o sphinxclient.o >/dev/null 2>&1
    /bin/sh ./libtool --mode=link --tag=CC gcc -g -O2 -o libsphinxclient.la -rpath /usr/lib -release 0.0.1 sphinxclient.lo
    gcc -shared .libs/sphinxclient.o -Wl,-soname -Wl,libsphinxclient-0.0.1.so -o .libs/libsphinxclient-0.0.1.so
    (cd .libs && rm -f libsphinxclient.so && ln -s libsphinxclient-0.0.1.so libsphinxclient.so)
    ar cru .libs/libsphinxclient.a sphinxclient.o
    ranlib .libs/libsphinxclient.a
    creating libsphinxclient.la
    (cd .libs && rm -f libsphinxclient.la && ln -s ../libsphinxclient.la libsphinxclient.la)
    gcc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -c test.c
    /bin/sh ./libtool --mode=link --tag=CC gcc -g -O2 -o test test.o .libs/libsphinxclient.a
    gcc -g -O2 -o test test.o .libs/libsphinxclient.a
    make[1]: Leaving directory `/home/krt/Desktop/sphinx-0.9.8.1/api/libsphinxclient'
    In yaourt a whole block of output is skipped after the second line, and it continues with the compiling of test.c:
    gcc -DHAVE_CONFIG_H -I. -I. -I. -march=athlon64 -O2 -pipe -c test.c
    Since test.c need's libsphinxclient.a and it doesn't exist (it would have been compiled in the skiped part (like in the manually compiled section)), the build isn't successful.
    NOTE: I don't know much about compiling, it's just my observation.
    Why doesn't it work with the compile flags set?
    Last edited by KRTac (2009-08-03 19:39:00)

    Well, it appears that the package doesn't build with multiple concurrent build jobs.
    Try adding the following above the line beginning with "./configure" and see if it then builds correctly:
    export MAKEFLAGS="-j1"
    On a side note, I've found -j2 to work perfectly for dual core systems. I've definitely seen -j(number of cores)+1 being suggested elsewhere, but I can't see why -j(number of cores) isn't equally suitable or even more correct.

  • Editing Tags in itunes - does tag info stay with file?

    I have a question about editing tags in itunes, hopefully I can explain myself clearly enough here...
    I have a very large music collection...almost 10,000 files now, and have spent alot of time editing the tags, renaming mispelled artists and song names etc...my question is, when that tag is edited, will all that tag info remain intact when I copy the actual mp3's to another computer? I want to back all the music up to my laptop, which is running same version of itunes, but I don't want to have to start over again with editing the tags. When I initially put the files on my computer the tags were really messed.
    Thanks for any info.

    Here is the last list I've had of attributes and were they reside:
    For M4A and MP3 files... (WAV files do not have tags)
    These are only in the iTunes Library files (ITL & XML):
    -- Playlists
    -- Ratings
    -- Play Count
    -- Last Played
    -- Date Added
    -- Date Modified
    -- Equalizer
    -- Volume Adjustment
    These are stored in the music file itself:
    -- Artist
    -- Album
    -- Song Title
    -- Year
    -- Comments
    -- Compilation tag
    -- Lyrics
    -- Genre
    -- Grouping
    -- Volume Adjustment (a special iTunes only tag in the file - non-standard)
    -- Composer
    -- Bit Rate (not a tag - inherent to the file itself)
    -- BPM
    -- Kind (not a tag - inherent to the file itself)
    -- Album Art (only stored in the file - not copied to the iTunes Library ITL or XML files)
    Best of Luck

Maybe you are looking for

  • Stills from 16:9 video

    When I make a still from a 16:9 image it squeezes it to 4:3. I'm asuming I nedd to move it into photoshop to fix it. Any advice on the process would be very much appreciated.

  • Sync ipad 2, iphone and macbook pro after downloading Lion

    I downloaded Lion and I was hoping that my Ipad 2 and Iphone 4 would sync with my Ical and photo's but it is not doing that.  Is there a setting I need to adjust?

  • "git commit --amend" in  SQLDeveloper

    I prefer Git as  version control system. I have some changes in my project. Can i do  replace last commit in current brach in SQLDeveloper? In a command line i can do that  as "git commit --amend". In the NetBeans IDE  i'm  usinsg the checkbox named

  • Windows XP SP1

    Am I able to install windows on bootcamp if its service pack 1? My edition is XP Home (SP1) 32bit. If I am not able to do so can someone please tell me why this is so. Message was edited by: Nova4224

  • Dynamic LOV with dates and selected default value

    Hello, I have a dynamic lov with dates. Query looks like this: select distinct concat(to_char(b.send_day_time,'YYYY.MM.DD HH24'),':00') display_value, to_char(b.send_day_time,'YYYY.MM.DD HH24') return_value from ... No I want to select a specific dat