Ant question: difference btwn source-path/compiler-source-path/include-libraries

I have a few questions about build.xml include/lib directories (questions in xml file)
<mxmlc>
<source-path="../frameworks"/>
<compiler.source-path path-element="path to include actionscript include similar to c include"/>
<compiler.include-libraries dir="${basedir}">
    <include name="I have no idea what this is. Does flex generate binaries similar to how c compilers generate .so or .dll?"/>
</compiler.include-libraries>
</mxmlc>
1. What's the difference between source-path and compiler.source-path
2. So what exactly is a compiler.include-libraries?  Just curious what produces a library.
I've had success accessing actions script files that reside in other directories using compiler.source-path but not source-path.  Any help appreciated
Regards,
Monty

I have a few questions about build.xml include/lib directories (questions in xml file)
<mxmlc>
<source-path="../frameworks"/>
<compiler.source-path path-element="path to include actionscript include similar to c include"/>
<compiler.include-libraries dir="${basedir}">
    <include name="I have no idea what this is. Does flex generate binaries similar to how c compilers generate .so or .dll?"/>
</compiler.include-libraries>
</mxmlc>
1. What's the difference between source-path and compiler.source-path
2. So what exactly is a compiler.include-libraries?  Just curious what produces a library.
I've had success accessing actions script files that reside in other directories using compiler.source-path but not source-path.  Any help appreciated
Regards,
Monty

Similar Messages

  • Difference between compiler.source-path path-element="" / & source-path path-element="" /

    Hi guys,
    I am not able to understand few differences when i am trying to compile my flex project using ANT. In the adobe resource i can see lots of places they mention as "compiler.source-path path-element="" "
    And lots of places i use as <source-path path-element="" />. Can anybody give a better explaination about this.
    The below example you can see there are lot of places where they used the attribute as compiler. & some places direct name
    <?xml version="1.0" encoding="utf-8"?>
    <!-- myMXMLCBuild.xml -->
    <project name="My App Builder" basedir=".">
        <taskdef resource="flexTasks.tasks" classpath="${basedir}/flexTasks/lib/flexTasks.jar" />
        <property name="FLEX_HOME" value="C:/flex/sdk"/>
        <property name="APP_ROOT" value="apps"/>
        <property name="DEPLOY_DIR" value="c:/jrun4/servers/default/default-war"/>
        <target name="main">
            <mxmlc
                file="${APP_ROOT}/Main.mxml"
                output="${DEPLOY_DIR}/Main.swf"
                actionscript-file-encoding="UTF-8"
                keep-generated-actionscript="true"
                incremental="true"
            >
                <!-- Get default compiler options. -->
                <load-config filename="${FLEX_HOME}/frameworks/flex-config.xml"/>
                <!-- List of path elements that form the roots of ActionScript
                class hierarchies. -->
                <source-path path-element="${FLEX_HOME}/frameworks"/>
                <!-- List of SWC files or directories that contain SWC files. -->
                <compiler.library-path dir="${FLEX_HOME}/frameworks" append="true">
                    <include name="libs" />
                    <include name="../bundles/{locale}" />
                </compiler.library-path>
                <!-- Set size of output SWF file. -->
                <default-size width="500" height="600" />
            </mxmlc>
        </target>
        <target name="clean">
            <delete dir="${APP_ROOT}/generated"/>
            <delete>
                <fileset dir="${DEPLOY_DIR}" includes="Main.swf"/>
            </delete>
        </target>
    </project>

    I know that Oracle has been putting work into improving the performance of XMLTable and XQuery and that is their direction for what we as developers should be using in our code. I've yet to write any production code like your query 2 but I agree with you that they should be equivalent. For a quick and dirty test, you could simply do an explain plan on both queries and see if they come out similar. As always, an explain plan does not mean that is exactly what Oracle will run during execution, but it is close enough for most situations.

  • Basic Questions About Compiling Source

    Hi!
    I have some very basic questions about compiling source on 10.6. BTW, if the unix discussions still exist, they've hidden them pretty well, so I hope I'm in the right place for this!
    First off, you simply cd to the source dir, wherever it may be - in my case ~/Downloads/source/  - and during the install process, everything will be installed in its proper dir, right?
    How do you know which compiler to use? There seem to be several: make, gmake, gcc, g++, etc...
    Once you do figure out which compiler to run, the process is supposed to go like this, right?
    ./configure
    make (or whatever)
    make install
    But this doesn't always work for me. For instance, I'm trying to compile 'arm', but it doesn't seem to have a 'configure' script.
    $ ls ~/Downloads/arm
    ChangeLog
    README
    armrc.sample
    setup.py
    LICENSE
    arm
    install
    /src
    Maybe it's that 'setup.py' file? What are you supposed to do?
    Of course, it's not only this one that's given me trouble. Sometimes the readme will say I have to edit a certain file for my system. Are there just a few standard changes you always make? Or is it...how can I put it...complicated? How do you find out what's needed in those cases?
    OS 10.6.8
    Xcode 3.2.4
    Python 2.7

    sudont wrote:
    I have some very basic questions about compiling source on 10.6. BTW, if the unix discussions still exist, they've hidden them pretty well, so I hope I'm in the right place for this!
    This is the place for UNIX discussions. If you have developer-related questions, there is a forum dedicated to that as well: Developer Forums
    First off, you simply cd to the source dir, wherever it may be - in my case ~/Downloads/source/  - and during the install process, everything will be installed in its proper dir, right?
    Yes. Hopefully the project you want to install follows standard conventions. If so, you can do "./configure", then "make", and finally "sudo make install" to install the software into "/usr/local".
    How do you know which compiler to use? There seem to be several: make, gmake, gcc, g++, etc...
    The make file will figure that stuff out.
    Once you do figure out which compiler to run, the process is supposed to go like this, right?
    ./configure
    make (or whatever)
    make install
    Yes, with the addition of "sudo" before "make install" because "/usr/local" is owned by root.
    But this doesn't always work for me. For instance, I'm trying to compile 'arm', but it doesn't seem to have a 'configure' script.
    $ ls ~/Downloads/arm
    ChangeLog
    README
    armrc.sample
    setup.py
    LICENSE
    arm
    install
    /src
    arm? You mean "arm (anonymizing relay monitor) - Terminal status monitor for Tor relays." You really don't want to be messing with that stuff. The only people involved with Tor that are trustworthy are US Navy intelligence who have their own uses for it. If you don't understand it as well as they do, best stay away.

  • Compiler appears to include .cpp source instead/addition to .h header file

    Numerous source files in our project depend upon unix/dcfPosixLocks.h and must be linked with the dcfPosixLocks.o that results from compiling unix/dcfPosixLocks.cpp. While all of these numerous sources files either directly or indirectly #include "unix/dcfPosixLocks.*_h_*" none of them ever #include "unix/dcfPosixLocks.*_cpp_*" (or any other non .h file for that matter). Yet, the C++ compiler incorrectly appears to include unix/dcfPosixLocks.cpp instead of (or in addition to) unix/dcfPosixLocks.h, for example when compiling dcfConstants.cpp (actual invocation and error below). Renaming unix/dcfPosixLocks.cpp to unix/dcfPosixLocks.c (or other names with C/C++ related file extensions) results in similar behavior. We first discovered this problem when we moved from a partially patched Studio 11 on Solaris 9 SPARC to an unpatched Studio 11 on Solaris 10 SPARC, i.e. it works fine on the old system. The problem remains after fully patching Studio 11 on Solaris 10 SPARC and even after fully patching Studio 12 on Solaris 10 SPARC. The implication is that one of the Studio 11 patches broke the C++ preprocessor and has of course been carried over into Studio 12. Since we use gmake to compile multiple sources concurrently, we ruled gmake out as a source of the problem by eliminating concurrent compilation (e.g. -j1 not -j2) and by tracing it to ensure that it was not deciding to compile unix/dcfPosixLocks.cpp (e.g. due to some implicit rule or something like that). Workaround #1, since the dcfConstants.cpp file contains no templates, is to separately preprocess and then compile, i.e. CC -E dcfConstants.cpp 1> .../dcfConstants.i and then CC -c dcfConstants.i -o .../dcfConstants.o. Of course, workaround #1 is dubious in general and completely unworkable where templates are involved. Workaround #2 is to move the unix/dcfPosixLocks.cpp file out of the include path (many of the directories in our include path contain both source and header files). Unfortunately, workaround #2 is problematic from a source control point of view... implies lots of source files being moved unnecessarily from one location to another to artificially distinguish them from header files, breaking historical chains in the process (granted, depends on the abilities of your source control software). Any thoughts or comments? We are hoping that somebody might be able to help us discover the errors in our ways, contribute additional workarounds, and/or confirm that this is in fact a compiler bug. I can try to provide more information as needed. Thank you in advance. -R
    /opt/studio11/SUNWspro/bin/CC -G -KPIC -w -mt
    -D_POSIX_PTHREAD_SEMANTICS -DCXX_SUNPRO -DDCF_NO_STD_MIN -g
    -D_DEBUG -DDCF_ASSERTIONS_ABORT -DDCF_DEADLOCK_ABORTS -DDC F_EXCEPTIONS_ABORT -I. -I/export/home/buildsys/src/build/tmp.3/dcf1/inc
    -I/export/home/buildsys/src/build/tmp.3/dcf1/platform/unix/solaris/inc
    -I/export/home/buildsys/src/build/tmp.3/dcf1/platform/unix/solaris/inc
    -I/export/home/buildsys/src/build/tmp.3/dcf1/platform/unix/inc
    -Iunix/solaris -Iunix
    -I/export/home/buildsys/src/build/tmp.3/dcf1/interfaces
    -I/export/home/buildsys/src/build/tmp.3/dcf1/platform/unix/solaris/interfaces.overlay
    -I/export/home/buildsys/src/build/tmp.3/dcf1/interfaces.overlay
    -c dcfConstants.cpp -o Debug/unix/solaris/dcfConstants.o
    "unix/dcfPosixLocks.*_cpp_*", line 72: Error:
    dcfLocks::oAtomicAccessToLong is initialized twice.
    "unix/dcfPosixLocks.*_cpp_*", line 103: Error:
    dcfMutexAttributes::pSingleton is initialized twice.
    2 Error(s) detected.
    gmake[2]: *** [Debug/unix/solaris/dcfConstants.o] Error 2
    gmake[1]: *** [all-r] Error 1
    gmake: *** [build] Error 2

    I'm having trouble understanding what change in Sun compilers or in Solaris could have resulted in the change in behavior you report.
    For template code, Sun compilers have always used the automatic inclusion model described in the C++ Users Guide section 5.2, "Template Definitions".
    Specifically, if you include a header foo.h that declares one or more templates, the compiler will automatically include foo.cpp (or foo.cc, foo.C, etc) if it needs a definition of one of those templates. That is, it assumes that template definitions missing from foo.h will be in foo.cpp.
    Does that answer your question?

  • Configuring Doc Path (and Source Path) for default JDeveloper library

    hi
    Sometimes a default JDeveloper library as no Doc Path (or Source Path) configured.
    Adding a project library with only a Doc Path (or/and Source Path) configured (so no Class Path) can make the relevant API documentation more easily available in JDeveloper,
    see http://www.consideringred.com/files/oracle/img/2011/library-doc-path-20110529.png
    - (q1) Why has the "WebLogic 10.3 Remote-Client" library no Doc Path configured by default?
    - (q2) Are somehow/somewhere source files available (maybe only of "API related"/non-implementation classes) for the "WebLogic 10.3 Remote-Client" library, so these can be configured in a library Source Path, to make the API documentation even more easily accessible in JDeveloper?
    many thanks
    Jan Vervecken

    Thanks for your reply John.
    John Stegeman wrote:
    ... At least some of the classes' javadocs are [url http://download.oracle.com/docs/cd/E21764_01/apirefs.1111/e13941/toc.htm]here ...
    As I write in my initial post, I am able to add a project library with only a Doc Path configured (as shown in library-doc-path-20110529.png),
    to "Oracle Fusion Middleware Oracle WebLogic Server MBean Javadoc 11g Release 1 (10.3.5) Part Number E13945-05 "
    at http://download.oracle.com/docs/cd/E21764_01/apirefs.1111/e13945/
    So, questions (q1) about a default Doc Path configuration and question (q2) about source files (similar to ADF) remain.
    regards
    Jan

  • Can I distribute the open source SWF compiler with my application?

    I'm unclear reading the documentation if there is a difference between Adobe's official Flex SDK, and the open source version?
    Can I distribute the open source SWF compiler with my application?
    I have a flash application that users can change the fonts being displayed, if they supply the fonts in a compiled SWF. I found I can let the user select a font from their computer system, and using the mxmlc command I can easily generate a SWF with the font, which can be loaded by my application so the font will be part of the run time application when played on systems without that font already in the System fonts.
    I was wondering if I could distribute the open source SDK so that I could compile these font SWFs for the user so they would not have to get involved in complicated Flash development. The audience is non Flash audience.
    I tried using SWFMill but the fonts don't seem to work as they do with the mxmlc compile.
    Thank you,
    Scott Kerr

    Moreover check also the compatibility of your open source license with MPL
    Regards, Giuseppe

  • Basic question regarding SSIS 2010 Package where source is Microsoft Excel 97-2005 and there is no Microsoft office or Excel driver installed in Production

    Hi all,
    I got one basic question regarding SSIS 2010 Package where source is Microsoft Excel 97-2005. I wanted to know How this package works in production where there is no Microsoft office or Excel driver installed. To check that there is excel driver installed
    or not, I followed steps: Start-->Administrative Tools--> Data Sources(ODBC)-->Drivers and I found only 2 drivers one is SQL Server and another one is SQL Server Native Client 11.0.
    Windows edition is Windows Server 2008 R2 Enterprise, Service Pack-1 and System type is 64-bit Operating System.
    We are running this package from SQL Server Agent and using 32-bit (\\Machine_Name\d$\Program Files (x86)\Microsoft SQL Server\110\DTS\Binn\DTExec.exe /FILE "\\Machine_Name\d$\ Folder_Name\EtL.dtsx" /CONFIGFILE "\\Machine_Name\d$\Folder_Name\Config.dtsConfig"
    /MAXCONCURRENT " -1 " /CHECKPOINTING OFF /REPORTING E) to run this package. I opened the package and tried to find out what connection we have used and found that we have used "Excel Connection Manager" and ConnectionString=Provider=Microsoft.Jet.OLEDB.4.0;Data
    Source=F:\Fares.xls;Extended Properties="EXCEL 8.0;HDR=YES"; and source is ‘Excel Source’
    I discussed with my DBA and He said that SSIS is having inbuilt Excel driver but I am not convinced.
    Could anyone please clear my confusion/doubt?
    I have gone through various links but my doubt is still not clear.
    Quick Reference:
    SSIS in 32- and 64-bits
    http://toddmcdermid.blogspot.com.au/2009/10/quick-reference-ssis-in-32-and-64-bits.html
    Why do I get "product level is insufficient..." error when I run my SSIS package?
    http://blogs.msdn.com/b/michen/archive/2006/11/11/ssis-product-level-is-insufficient.aspx
    How to run SSIS Packages using 32-bit drivers on 64-bit machine
    http://help.pragmaticworks.com/dtsxchange/scr/FAQ%20-%20How%20to%20run%20SSIS%20Packages%20using%2032bit%20drivers%20on%2064bit%20machine.htm
    Troubleshooting OLE DB Provider Microsoft.ACE.OLEDB.12.0 is not registered Error when importing data from an Excel 2007 file to SQL Server 2008
    http://www.mytechmantra.com/LearnSQLServer/Troubleshoot_OLE_DB_Provider_Error_P1.html
    How Can I Get a List of the ODBC Drivers that are Installed on a Computer?
    http://blogs.technet.com/b/heyscriptingguy/archive/2005/07/07/how-can-i-get-a-list-of-the-odbc-drivers-that-are-installed-on-a-computer.aspx
    Thanks Shiven:) If Answer is Helpful, Please Vote

    Hi S Kumar Dubey,
    In SSIS, the Excel Source and Excel Destination natively use the Microsoft Jet 4.0 OLE DB Provider which is installed by SQL Server. The Microsoft Jet 4.0 OLE DB Provider deals with .xls files created by Excel 97-2003. To deal with .xlsx files created by
    Excel 2007, we need the Microsoft ACE OLEDB Provider. SQL Server doesn’t install the Microsoft ACE OLEDB Provider, to get it we can install the
    2007 Office System Driver: Data Connectivity Components or
    Microsoft Access Database Engine 2010 Redistributable or Microsoft Office suit.
    The drivers listed in the ODBC Data Source Administrator are ODBC drivers not OLEDB drivers, therefore, the Excel Source/Destination in SSIS won’t use the ODBC driver for Excel listed in it by default. On a 64-bit Windows platform, there are two versions
    of ODBC Data Source Administrator. The 64-bit ODBC Data Source Administrator is C:\Windows\System32\odbcad32.exe, while the 32-bit one is C:\Windows\SysWOW64\odbcad32.exe. The original 32-bit and 64-bit ODBC drivers are installed by the Windows operating system.
    By default, there are multiple 32-bit ODBC drivers and fewer 64-bit ODBC drivers installed on a 64-bit platform. To get more ODBC drivers, we can install the 2007 Office System Driver: Data Connectivity Components or Microsoft Access Database Engine 2010 Redistributable.
    Besides, please note that 2007 Office System Driver: Data Connectivity Components only install 32-bit ODBC and OLEDB drivers because it only has 32-bit version, but the Microsoft Access Database Engine 2010 Redistributable has both 32- bit version and 64-bit
    version.
    If you have any questions, please feel free to ask.
    Regards,
    Mike Yin
    TechNet Community Support

  • Can't use SecKeyRef and similar functions, when "Compile sources as" is set to "Objective c  "

    Hi, need to access SecKeyRef funcion and some other similar ones, but i can't access them, when my compiler option "Compile sources as" is set to "Objective c++". When it is set to "According to a file type", i dont get any errors with those funcions, but my old code starts to get errors. What should i do? I have tryed everything and still no luck...
    I'm using xcode 4,6 and app is for iOS6.

    I got my problem fixed. I was getting errors, with some failas that were importing <cmath><limits> etc. I renamed their extensions to .mm and set compile sources as to "According to a file type".
    Now wait a second. So if my apps target is iOS6.1 , apple will no longer accept my app? I didn't heard nothing about it...

  • What does "Initializer for 'source': unrecognized compile-time directive" mean

    Hello I am currently making a splash page for an app I am making and when i put all the code to gether it says "Initializer for 'source': unrecognized compile-time directive" I am not sure what I am doing wrong.
    Below is the code:
    <fx:Declarations>
                        <s:SplashScreenImageSource
                                        source="@embed('assets/TheSolarSystemSplashPage.jpg')"/>
    </fx:Declarations>
    I am having trouble on the 3rd line.
    Thanks for the help.

    as3 is case sensitive.
    try
    @embed -> @Embed

  • Compiling source

    I'm interested in being able to start downloading source and compiling some stuff here n there, but I've generally run into problems in the few different programs I've tried.
    My roomate (very smart with Linux) compiled a very small program just to check and make sure all my stuff works okay (GCC, etc.) and the program works fine.
    However, I feel like I've maybe just got a lot of files and maybe a lot of redundant stuff sitting in my computer.
    I haven't found a decent FAQ or step by step web page detailing the basics of getting started learning how to compile stuff. I realize nowadays it's a lot easier than it used to be, but I have a feeling that I've got all the right stuff - require files, for example - but they're just not in the right places.
    I've gotten to know the command line a lot and am totally comfortable using it and learning more about it.
    Help is appreciated.
    As an example, I had Fink download and attempt to compile an updated Curl (required for a different program) but I keep getting an error: "CPP pre-processor failed sanity check".
    I've looked in the ./configure script and can't find anything that points to WHAT it's doing or WHY it's doing something that causes an error.

    brad:
    You might want to check out a site like O'Reilly's or Bill Scott's Developer Tools on OS X. If you are already familiar with these, sorry.
    Good luck.
    cornelius
    PismoG4 550, 100GB 5400 Toshiba internal, 1 GB RAM; Pismo 500 OS X (10.4.5)   Mac OS X (10.4.5)   Beige G3 OS 8.6

  • JavaCompiler - Compiling source from a database

    Dear all,
    I managed to compile some code on the fly using the javax.Tool package as shown underneath:
    import javax.tools.*;
    class CompilerExample {
        public static void main(String[] args) {
            String fileToCompile = "Program.java";
            JavaCompiler compiler =  ToolProvider.getSystemJavaCompiler();
            int compilationResult = compiler.run(null, null, null, fileToCompile);
            if (compilationResult == 0) {
                System.out.println("Compilation is successful");
            } else {
                System.out.println("Compilation Failed");
    }However I'd like to get my code from a database rather than from a file. I know that the run method has an argument (the first) of type InputStream. I tried reading the stream but couldn't manage. Any hints please?
    package compiler;
    import javax.tools.*;
    import java.sql.*;
    import subpack.Data;
    import java.io.*;
    public class Main {
        public static void main(String[] args) throws Exception {
            Connection con = null;    
            PreparedStatement ps = null;
            ResultSet rs = null;
            try{
                Class.forName(Data.driver).newInstance();
                con = DriverManager.getConnection(Data.url + Data.db, Data.user, Data.pass);
            } catch (Exception e){
                System.out.println(e);
            ps = con.prepareStatement("SELECT source FROM source WHERE id = 156");
            rs = ps.executeQuery();
            while (rs.next()){
                InputStream in = rs.getBinaryStream("source");
                JavaCompiler compiler = ToolProvider.getSystemJavaCompiler();
                int compilationResult = compiler.run(in , null, null, "");
                if (compilationResult == 0) {
                    System.out.println("Compilation is successful");
                } else {
                    System.out.println("Compilation Failed");
    }Thanks

    I found some source code to compile code in memory and converted it into something I needed. Here goes:
    package compiler;
    import java.net.URI;
    import java.util.Arrays;
    import javax.tools.JavaCompiler.CompilationTask;
    import javax.tools.JavaFileObject.Kind;
    import javax.tools.*;
    import java.sql.*;
    import subpack.Data;
    import java.io.*;
    import java.util.StringTokenizer;
    public class Main {
        public static void main(String[] args) throws Exception {
            Connection con = null;    
            PreparedStatement ps = null;
            ResultSet rs = null;
            try{
                Class.forName(Data.driver).newInstance();
                con = DriverManager.getConnection(Data.url + Data.db, Data.user, Data.pass);
            } catch (Exception e){
                System.out.println(e);
            ps = con.prepareStatement("SELECT source FROM source WHERE id = 156");
            rs = ps.executeQuery();
            if (rs.next()){
                String source = rs.getString("source");
                JavaCompiler compiler = ToolProvider.getSystemJavaCompiler();
                DiagnosticCollector<JavaFileObject> diagnostics = new DiagnosticCollector<JavaFileObject>();
                StringWriter writer = new StringWriter();
                PrintWriter out = new PrintWriter(writer);
                out.println(source);       
                out.close();
                StringTokenizer st = new StringTokenizer(source," ");
                String className = null;
                while (st.hasMoreTokens() && className == null){if (st.nextToken().equalsIgnoreCase("class")) className = st.nextToken(); }
                if (className.indexOf('{') > 0) className = className.replace('{', ' ');
                JavaFileObject file = new JavaSourceFromString(className.trim(), writer.toString());
                Iterable<? extends JavaFileObject> compilationUnits = Arrays.asList(file);
                CompilationTask task = compiler.getTask(null, null, diagnostics, null, null, compilationUnits);
                boolean success = task.call();
                if (success) {
                      System.out.println("Successful");
                } else {
                    for (Diagnostic diagnostic : diagnostics.getDiagnostics()) {
                      System.out.println(diagnostic.getMessage(null));
    class JavaSourceFromString extends SimpleJavaFileObject {
          final String code;
          JavaSourceFromString(String name, String code) {
            super(URI.create(name.replace('.','/') + Kind.SOURCE.extension),Kind.SOURCE);
                this.code = code;
          @Override
          public CharSequence getCharContent(boolean ignoreEncodingErrors) {
            return code;

  • [solved]zen sources, kernel compilation problem

    scripts/kconfig/conf -s arch/x86/Kconfig
    CHK include/linux/version.h
    CHK include/linux/utsrelease.h
    SYMLINK include/asm -> include/asm-x86
    CALL scripts/checksyscalls.sh
    CHK include/linux/compile.h
    GZIP kernel/config_data.gz
    IKCFG kernel/config_data.h
    CC kernel/configs.o
    LD kernel/built-in.o
    LD vmlinux.o
    MODPOST vmlinux.o
    WARNING: vmlinux.o(.text+0x291): Section mismatch in reference from the function init_post() to the function .init.text:prepare_namespace()
    The function init_post() references
    the function __init prepare_namespace().
    This is often because init_post lacks a __init
    annotation or the annotation of prepare_namespace is wrong.
    WARNING: vmlinux.o(.cpuinit.data+0x0): Section mismatch in reference from the variable initial_code to the function .init.text:i386_start_kernel()
    The variable __cpuinitdata initial_code references
    a function __init i386_start_kernel().
    If i386_start_kernel is only used by initial_code then
    annotate i386_start_kernel with a matching annotation.
    GEN .version
    CHK include/linux/compile.h
    UPD include/linux/compile.h
    CC init/version.o
    LD init/built-in.o
    WARNING: init/built-in.o(.text+0x291): Section mismatch in reference from the function init_post() to the function .init.text:prepare_namespace()
    The function init_post() references
    the function __init prepare_namespace().
    This is often because init_post lacks a __init
    annotation or the annotation of prepare_namespace is wrong.
    LD .tmp_vmlinux1
    block/built-in.o: In function `vr_dispatch_requests':
    vr-iosched.c:(.text+0x14b8c): undefined reference to `__udivdi3'
    vr-iosched.c:(.text+0x14c71): undefined reference to `__udivdi3'
    make: *** [.tmp_vmlinux1] Error 1
    OMG, so close ... any ideas? maybe the zen-source.org forum is more appropriated?
    Last edited by hack.augusto (2008-12-23 20:14:36)

    How are you trying to build the zen kernel? Did you have an old copy of the zen sources around before you updated.
    I got the impression that some things have changed and it may be the reason why you are getting weird errors. Someone else had this same issue though and I don't have the foggiest for an answer.
    irc #zen-sources is a very helpful channel though

  • What is the difference between save as: Page Source & Web Archive.

    Hello,
    what is the difference between save as: Page Source & Web Archive.
    I want to save web pages permanently regardless if the website itself remains permanent.
    What does a Page Source save and what does a Web Archive save.
    Which would be best for my intentions?
    Thanks.

    What does a Page Source save
    Only the HTML code of the page you're looking at.
    what does a Web Archive save.
    The HTML source plus all objects such as images the source references. You may want to use the print to PDF feature.
    (56401)

  • Difference between Data Source & Tx Data Source

    What is the difference between Data Source & Tx Data Source in Services->JDBC ?

    "David" <[email protected]> wrote:
    >
    What is the difference between Data Source & Tx Data Source in Services->JDBC?JDBCDataSource gives you Connection Pooling on top of plain JDBC functionality.
    JDBCTxDataSource gives you participation in JTS transactions on top of JDBCDataSource
    functionality.
    So if you want the connections to participate in your EJB transactions, you must
    use JDBCTxDataSource.

  • Difference betwin Allacation sttucture and source structure

    < MODERATOR:  Message locked.  Please post in the correct forum. >
    Hi friends any one explian the difference betwin allocation structure and source structure.

    Hi
    allocation structure defines the cost elements to be settled by cost elements.  A source assignment is assigned to the allocation structure.
    The source structure is used to settle costs incurred on the sender to various receivers, split by cost element. In this way, the source information is retained. 
    The source assignment defines the assignment of the debit cost element(s) to a receiver. More than one source assignments are summarized in one source structure

Maybe you are looking for

  • Need help with conditional query

    guys this is just an extension of this post that Frank was helping me with. im reposting because my requirements have changes slightly and im having a hell of a time trying to modify the query. here is the previous post. need help with query that can

  • My daughter accidentally trashed all her photos. How do I return them to iPhoto Library?

    MacBook OS X Leopard. Version 10.5.8. iPhoto '09 version 8.1.2 (424) My daughter was attempting to copy a few photos to a USB pen drive and ended up sending all photos as well as iPhoto to the trash.

  • How do I export full conversations in apple mail

    Sometimes conversations in Mail provide a quick diary of business and personal events.  Is there anyway to export a bunch of emails, all at once, into a pdf or text file?

  • How to get Tcode by input Program name?

    HI all If I want to get  T_code name from the program.  Which  function modul should  I use? thanks .

  • Expose to show tabs

    I tend to have at least 3 new Safari windows open each with 5-10 tabs each when working When you press the safari button to show the open Safari windows (expose) it does not show all the open tabs, thus making it hard to see the page I require. It th