[Solved] Referencer on x86_64 does't build

Hi,
I tried to install Referencer (http://aur.archlinux.org/packages.php?ID=15779), but the compilation via makepkg fails:
In file included from /usr/include/gnome-vfsmm-2.6/libgnomevfsmm.h:47,
from Linker.C:6:
/usr/include/gnome-vfsmm-2.6/libgnomevfsmm/monitor-handle.h:49: warning: 'Gnome::Vfs::MonitorHandle' has a field 'Gnome::Vfs::MonitorHandle::proxy_' whose type uses the anonymous namespace
In file included from RefWindow.h:22,
from Linker.C:12:
Plugin.h:60: error: 'uint64_t' does not name a type
Plugin.h: In member function 'void PluginCapability::add(PluginCapability::Identifier)':
Plugin.h:29: error: 'mask_' was not declared in this scope
Plugin.h: In member function 'bool PluginCapability::has(PluginCapability::Identifier) const':
Plugin.h:33: error: 'mask_' was not declared in this scope
Plugin.h: In member function 'bool PluginCapability::hasAny(PluginCapability) const':
Plugin.h:37: error: 'mask_' was not declared in this scope
Plugin.h:37: error: 'const class PluginCapability' has no member named 'mask_'
Plugin.h: In member function 'bool PluginCapability::empty() const':
Plugin.h:41: error: 'mask_' was not declared in this scope
Plugin.h: In constructor 'PluginCapability::PluginCapability()':
Plugin.h:45: error: 'mask_' was not declared in this scope
Plugin.h: In member function 'std::vector<PluginCapability::Identifier, std::allocator<PluginCapability::Identifier> > PluginCapability::get()':
Plugin.h:51: error: 'uint64_t' was not declared in this scope
Plugin.h:51: error: expected ';' before 'i'
Plugin.h:51: error: 'i' was not declared in this scope
Plugin.h:51: error: 'mask_' was not declared in this scope
In file included from Linker.C:12:
RefWindow.h: At global scope:
RefWindow.h:24: warning: declaration 'class Gtk::TreePath' does not declare anything
RefWindow.h:25: warning: declaration 'class Glib::ustring' does not declare anything
make[2]: *** [Linker.o] Error 1
make[2]: Leaving directory `/var/abs/local/referencer-hg/src/referencer-build/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/abs/local/referencer-hg/src/referencer-build'
make: *** [all] Error 2
==> ERROR: Build Failed.
Is anybody able to build referencer for x86_64?
Thanks for any help.
Last edited by otti (2009-05-27 22:19:42)

Ranguvar wrote:
Looks like a GCC 4.4.0 error.
GCC had a page with advice on fixing code for 4.4.0, but I seem to have lost it...
http://www.archlinux.org/news/447/

Similar Messages

  • Where does flex builder keep refererences to the flex projects?

    Where does flex builder keep refererences to the flex projects?
    I'm getting an error like this on FB3 startup:
    The folder PR System Intranet does not exist in the workspace so the reference must be somewhere else.
    thanks
    !SESSION 2009-11-02 09:47:52.203 -----------------------------------------------
    eclipse.buildId=unknown
    java.version=1.5.0_11
    java.vendor=Sun Microsystems Inc.
    BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_GB
    Command-line arguments:  -os win32 -ws win32 -arch x86
    !ENTRY org.eclipse.core.resources 2 10035 2009-11-02 09:47:53.610
    !MESSAGE The workspace exited with unsaved changes in the previous session; refreshing workspace to recover changes.
    !ENTRY org.eclipse.core.resources 4 567 2009-11-02 09:47:53.829
    !MESSAGE Workspace restored, but some problems occurred.
    !SUBENTRY 1 org.eclipse.core.resources 4 567 2009-11-02 09:47:53.829
    !MESSAGE Could not read metadata for 'PR System Intranet'.
    !STACK 1
    org.eclipse.core.internal.resources.ResourceException: The project description file (.project) for 'PR System Intranet' is missing. This file contains important information about the project. The project will not function properly until this file is restored.
    at org.eclipse.core.internal.localstore.FileSystemResourceManager.read(FileSystemResourceMan ager.java:663)
    at org.eclipse.core.internal.resources.SaveManager.restoreMetaInfo(SaveManager.java:792)
    at org.eclipse.core.internal.resources.SaveManager.restoreMetaInfo(SaveManager.java:772)
    at org.eclipse.core.internal.resources.SaveManager.restore(SaveManager.java:663)
    at org.eclipse.core.internal.resources.SaveManager.startup(SaveManager.java:1319)
    at org.eclipse.core.internal.resources.Workspace.startup(Workspace.java:1949)
    at org.eclipse.core.internal.resources.Workspace.open(Workspace.java:1713)
    at org.eclipse.core.resources.ResourcesPlugin.start(ResourcesPlugin.java:363)
    at org.eclipse.osgi.framework.internal.core.BundleContextImpl$2.run(BundleContextImpl.java:9 99)
    at java.security.AccessController.doPrivileged(Native Method)
    at org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextIm pl.java:993)
    at org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:9 74)
    at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:346)
    at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:260)
    at org.eclipse.osgi.framework.util.SecureAction.start(SecureAction.java:400)
    at org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter.postFindLocalClass(EclipseLa zyStarter.java:111)
    at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClass(ClasspathManager.java :417)
    at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.findLocalClass(DefaultClassLoade r.java:189)
    at org.eclipse.osgi.framework.internal.core.BundleLoader.findLocalClass(BundleLoader.java:34 0)
    at org.eclipse.osgi.framework.internal.core.SingleSourcePackage.loadClass(SingleSourcePackag e.java:37)
    at org.eclipse.osgi.framework.internal.core.BundleLoader.findClassInternal(BundleLoader.java :405)
    at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:369)
    at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:357)
    at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.jav a:83)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClassInternal(Unknown Source)
    at com.adobe.flexbuilder.standalone.FlexBuilderApplication.start(FlexBuilderApplication.java :111)
    at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:169)
    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLau ncher.java:106)
    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.jav a:76)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:508)
    at org.eclipse.equinox.launcher.Main.basicRun(Main.java:447)
    at org.eclipse.equinox.launcher.Main.run(Main.java:1173)
    at org.eclipse.equinox.launcher.Main.main(Main.java:1148)
    !SUBENTRY 2 org.eclipse.core.resources 4 567 2009-11-02 09:47:53.829
    !MESSAGE The project description file (.project) for 'PR System Intranet' is missing. This file contains important information about the project. The project will not function properly until this file is restored.
    !ENTRY org.eclipse.osgi 4 0 2009-11-02 09:47:53.860
    !MESSAGE An error occurred while automatically activating bundle org.eclipse.core.resources (161).
    !STACK 0

    Thanks but that file contains things like
    <?xml version="1.0" encoding="UTF-8"?>
    <actionScriptProperties mainApplicationPath="main.mxml" version="3">
    <compiler additionalCompilerArguments="-services &quot;X:\Coldfusion9\wwwroot\WEB-INF\flex\services-config.xml&quot; -locale en_US" copyDependentFiles="true" enableModuleDebug="true" flexSDK="Flex 3.2" generateAccessible="true" htmlExpressInstall="true" htmlGenerate="false" htmlHistoryManagement="true" htmlPlayerVersion="9.0.28" htmlPlayerVersionCheck="true" outputFolderPath="Staff_Ratings-debug" sourceFolderPath="src" strict="true" useApolloConfig="false" verifyDigests="true" warn="true">
    <compilerSourcePath>
    <compilerSourcePathEntry kind="1" linkType="1" path="H:/flash"/>
    </compilerSourcePath>
    <libraryPath defaultLinkType="1">
    <libraryPathEntry kind="4" path=""/>
    </libraryPath>
    <sourceAttachmentPath/>
    </compiler>
    <applications>
    <application path="main.mxml"/>
    </applications>
    <modules/>
    <buildCSSFiles/>
    </actionScriptProperties>
    I don't see how FB3 knows about the
    Pr System Intranet
    project that seems to be the cause of the errors.

  • Does Report Builder 6i support Spatial Functions

    Does Report Builder 6i support spatial functions? I would like to use the following query in a report:
    SELECT id, rseq
    FROM gps a, user_sdo_geom_metadata m
    WHERE m.table_name = 'GPS'
    and mdsys.sdo_lrs.is_geom_segment_defined (a.geom, m.diminfo) = 'FALSE' and a.id like '01%'
    It does not recognize the spatial LRS function. This query does not return geometries but rather will only return tabular information.
    Thanks
    Dave

    Hello,
    Your colleague is right. Even if the SQL query is executed by the DB server , Reports needs to parse the SQL query.
    The SQL parser included in Reports 6i is based on 8.0.6
    You can see this version in the Reports Builder help :
    Menu : Help -> About Reports Builder ...
    ORACLE Server Release 8.0.6.0.0
    Regards

  • How Does BI Build The Physical SQL

    How does BI build physical queries? Below I have two queries.
    Query1 – This is what BI builds. I tried to run it but after 14 minutes of no results, I kill the job.
    Query2 – This is just the extraction of the base query from Query1. This runs in 2:08 minutes.
    For whatever reason, BI is taking the base query and making it an inline view to create Query1. The wrapper query around this view is slow. Very weird.
    There are only 409 rows returned.
    Why does BI build these physical queries with the code WITH SAWITH0 ... ? It seems to be very inefficient.
    Is there a way to force BI to not use this inefficient method?
    Query1
    WITH SAWITH0 AS
    (select max(T321619.PRJ_EST_SALES) as c1,
    max(T321619.PRJ_EST_TONS) as c2,
    max(T321619.PRJ_EST_MARGIN_PCT) as c3,
    T316339.NAME as c4,
    T321619.REGION as c5,
    substr(T324598.X_TERRITORY,
    instr(T324598.X_TERRITORY, '.', 1, 4) + 1,
    instr(T324598.X_TERRITORY, '.', 1, 5) -
    instr(T324598.X_TERRITORY, '.', 1, 4) - 1) as c6,
    T342203.PER_NAME_MONTH as c7,
    T321619.PROJ_DESC as c8,
    T316552.FULL_NAME as c9,
    min(T342064.PER_NAME_MONTH) as c10,
    T321619.BUILD_PART_ORD_IND as c11,
    T321619.STATUS as c12
    from obia.W_DAY_D T342064 /* Dim_W_DAY_D_SOCPM_Order_Create_Date */,
    obia.W_DAY_D T342203 /* Dim_W_DAY_D_SOCPM_Proj_Creat_Date */,
    obia.WC_VW_PROJECT_INFO_F T342484 /* Dim_WC_VW_PROJECT_INFO_F_SOCPM */,
    obia.W_EMPLOYEE_D T316552 /* Dim_W_EMPLOYEE_D_Sales_Sales_Order_Resp_Custom */,
    obia.W_CUSTOMER_LOC_USE_D T324598 /* Dim_W_CUSTOMER_LOC_USE_D_Sales_Customer_Bill_To_Loc_Use_Custom */,
    obia.W_PARTY_D T316339 /* Dim_W_PARTY_D_Sales_Sales_Order_Customer_Custom */,
    obia.WC_ORDER_VWO T321619 /* Fact_WC_ORDER_VW_SalesOrderCustom */
    where (T316339.ROW_WID = T321619.CUSTOMER_WID and
    T316552.ROW_WID = T321619.X_SALESREP_WID and
    T321619.BILL_TO_SITE_USE_WID = T324598.ROW_WID and
    T321619.ORDER_DATE_WID = T342064.ROW_WID and
    T321619.DIVISION_INCL_BSC = 'VP' and
    T321619.PROJ_DESC = T342484.PROJ_DESC and
    T342203.ROW_WID = T342484.MIN_ORDER_CREATION_DATE_WID and
    T342203.PER_NAME_MONTH = '2013 / 04')
    group by T316339.NAME,
    T316552.FULL_NAME,
    T321619.REGION,
    T321619.PROJ_DESC,
    T321619.STATUS,
    T321619.BUILD_PART_ORD_IND,
    T342203.PER_NAME_MONTH,
    substr(T324598.X_TERRITORY,
    instr(T324598.X_TERRITORY, '.', 1, 4) + 1,
    instr(T324598.X_TERRITORY, '.', 1, 5) -
    instr(T324598.X_TERRITORY, '.', 1, 4) - 1)),
    SAWITH1 AS
    (select max(D1.c1) over(partition by D1.c8, D1.c4, D1.c9, D1.c6, D1.c7) as c1,
    max(D1.c2) over(partition by D1.c8, D1.c4, D1.c9, D1.c6, D1.c7) as c2,
    max(D1.c3) over(partition by D1.c8, D1.c4, D1.c9, D1.c6, D1.c7) as c3,
    D1.c4 as c4,
    D1.c5 as c5,
    D1.c6 as c6,
    D1.c7 as c7,
    D1.c8 as c8,
    D1.c9 as c9,
    D1.c10 as c10,
    D1.c11 as c11,
    D1.c12 as c12
    from SAWITH0 D1)
    select distinct 0 as c1,
    D1.c4 as c2,
    D1.c5 as c3,
    D1.c6 as c4,
    D1.c11 as c5,
    D1.c7 as c6,
    D1.c8 as c7,
    D1.c9 as c8,
    D1.c12 as c9,
    D1.c3 as c10,
    D1.c1 as c11,
    D1.c2 as c12
    from SAWITH1 D1
    where (D1.c7 = D1.c10 and (D1.c1 >= 500 or D1.c1 <= -500))
    order by c2, c3, c4, c5, c6, c7, c8, c9
    Query2
    select max(T321619.PRJ_EST_SALES) as c1,
    max(T321619.PRJ_EST_TONS) as c2,
    max(T321619.PRJ_EST_MARGIN_PCT) as c3,
    T316339.NAME as c4,
    T321619.REGION as c5,
    substr(T324598.X_TERRITORY,
    instr(T324598.X_TERRITORY, '.', 1, 4) + 1,
    instr(T324598.X_TERRITORY, '.', 1, 5) -
    instr(T324598.X_TERRITORY, '.', 1, 4) - 1) as c6,
    T342203.PER_NAME_MONTH as c7,
    T321619.PROJ_DESC as c8,
    T316552.FULL_NAME as c9,
    min(T342064.PER_NAME_MONTH) as c10,
    T321619.BUILD_PART_ORD_IND as c11,
    T321619.STATUS as c12
    from obia.W_DAY_D T342064 /* Dim_W_DAY_D_SOCPM_Order_Create_Date */,
    obia.W_DAY_D T342203 /* Dim_W_DAY_D_SOCPM_Proj_Creat_Date */,
    obia.WC_VW_PROJECT_INFO_F T342484 /* Dim_WC_VW_PROJECT_INFO_F_SOCPM */,
    obia.W_EMPLOYEE_D T316552 /* Dim_W_EMPLOYEE_D_Sales_Sales_Order_Resp_Custom */,
    obia.W_CUSTOMER_LOC_USE_D T324598 /* Dim_W_CUSTOMER_LOC_USE_D_Sales_Customer_Bill_To_Loc_Use_Custom */,
    obia.W_PARTY_D T316339 /* Dim_W_PARTY_D_Sales_Sales_Order_Customer_Custom */,
    obia.WC_ORDER_VWO T321619 /* Fact_WC_ORDER_VW_SalesOrderCustom */
    where (T316339.ROW_WID = T321619.CUSTOMER_WID and
    T316552.ROW_WID = T321619.X_SALESREP_WID and
    T321619.BILL_TO_SITE_USE_WID = T324598.ROW_WID and
    T321619.ORDER_DATE_WID = T342064.ROW_WID and
    T321619.DIVISION_INCL_BSC = 'VP' and
    T321619.PROJ_DESC = T342484.PROJ_DESC and
    T342203.ROW_WID = T342484.MIN_ORDER_CREATION_DATE_WID and
    T342203.PER_NAME_MONTH = '2013 / 04')
    group by T316339.NAME,
    T316552.FULL_NAME,
    T321619.REGION,
    T321619.PROJ_DESC,
    T321619.STATUS,
    T321619.BUILD_PART_ORD_IND,
    T342203.PER_NAME_MONTH,
    substr(T324598.X_TERRITORY,
    instr(T324598.X_TERRITORY, '.', 1, 4) + 1,
    instr(T324598.X_TERRITORY, '.', 1, 5) -
    instr(T324598.X_TERRITORY, '.', 1, 4) - 1)
    ;

    When you have aggregation rules applied on the front end, OBIEE forms the additional query where you are concerned about.
    Try to push the logic as much as possible to RPD side and also try to use FILTER function instead of CASE WHEN.

  • DC Builds fine on my machine. does not build on another developer's machine

    hello,
    I have a web dynpro type of development component.
    I had developed it locally on my machine. Now I checked in that DC on JDI.
    Now when another developer tries to sync and create Project for that DC on his machine, it does not build fine.
    Errors related to Mapping definitation inconsistent, missing type etc appear on his machine.
    But the DC still builds fine on my machine.
    Please see the [screenshot|http://learnsaponline.blogspot.com/2011/12/dc-does-not-build-fine-on-another.html] of the errors on the other developer's machine.
    Please suggest a solution
    Thanks !
    seventyros
    Edited by: seventyros on Dec 28, 2011 5:24 PM

    hi Chris,
    Yes I am using a DC in This DC. The used DC builds fine on other developer's machine. The problem is with Using DC.
    Please suggest what changes or settings I need to do in the using DC on my machine so that the errors on other developer's machine are automatically resolved on sync.
    Thanks !
    seventyros
    Edited by: seventyros on Dec 28, 2011 8:11 PM

  • Here does flash builder 4 store what workspace to open

    where does flash builder 4 store what workspace to open. It keeps crashing with the current one before fb4 opens

    hi,
    in the prefs file is a list of the most recent workspaces,  if you delete the first one (including the /n)
    C:\Program Files (x86)\Adobe\Adobe Flash Builder 4\configuration\.settings\org.eclipse.ui.ide.prefs
    also reduce the number by one in RECENT_WORKSPACES_PROTOCOL
    that should fix it
    David

  • Which AIR SDK version does Flash Builder 4 come with

    I have both Flex Builder 3 and Flash Builder 4 and would like to experiment with the AIR 2 Beta SDK.
    Does Flash Builder 4 (since it's new) already come with AIR 2, or what do I do to have access to the AIR 2 SDK.
    I'm working with the Eclipse plugin edition if that makes any difference, but answers from non-eclipse users are equally appreciated.

    The SDKs you get from Adobe (unless specified) come with Air 1.5
    If you want the Air 2 beta SDK (http://labs.adobe.com/downloads/air2.html) You have to get the Flex SDK of choice (http://opensource.adobe.com/wiki/display/flexsdk/Flex+SDK) and the Air 2 SDK. You then overlay it on the Flex SDK (Using the instructions from the previous post)
    Keep in mind that we have no idea when Adobe will decide to release Air 2, so if you are developing for it, you might have to wait on your release until they are ready. On top of that, you cannot have a user auto-update from air2beta to air2release. Basically, you can only "play" with it for now

  • Why does Scene Builder constantly create new instances of Nodes?

    Hi,
    I thought I had a simple idea for creating a control that would let me get some of the behavior of a card pane.  This is the entire control:
    import javafx.beans.property.BooleanProperty;
    import javafx.beans.property.SimpleBooleanProperty;
    import javafx.beans.value.ChangeListener;
    import javafx.beans.value.ObservableValue;
    import javafx.scene.Node;
    import javafx.scene.Parent;
    import javafx.scene.layout.StackPane;
    public class Card extends StackPane {
        private final BooleanProperty active = new SimpleBooleanProperty();
        public final BooleanProperty activeProperty() {return active;}
        public final boolean isActive() {return active.get();}
        public final void setActive(boolean active) {this.active.set(active);}
            visibleProperty().bind(active);
            managedProperty().bind(active);
            active.addListener(new ChangeListener<Boolean>() {
                @Override
                public void changed(ObservableValue<? extends Boolean> observable,
                                    Boolean old,
                                    Boolean active) {
                    System.out.println(toString() + " active changed to: " + active);
                    if(active) {
                        Parent parent = getParent();
                        if(parent != null) {
                            System.out.println("Parent is: " + parent.toString());
                            parent.getChildrenUnmodifiable().forEach(Card.this::deactivateIfCard);
                        else {
                            System.out.println("Parent is null.");
        private void deactivateIfCard(Node node) {
            if(node != this && node instanceof Card) {
                Card card = (Card) node;
                card.setActive(false);
    The idea is pretty simple; extend StackPane, add an active property, bind the visible and managed properties of the pane to the active property, and, whenever the active property is changed to true, iterate sibling nodes de-activating any siblings that are also of the type Card.
    However, this doesn't work with Scene Builder.  While trying to debug, I created an ExtStackPane:
    import javafx.collections.ListChangeListener;
    import javafx.scene.Node;
    import javafx.scene.layout.StackPane;
    public class ExtStackPane extends StackPane {
            getChildren().addListener((ListChangeListener<Node>) c -> {
                System.out.println("ExtStackPane children change: " + c.toString());
    All this does is log list change events.  However, I was very surprised by the output when working in Scene Builder.  I added both controls to Scene Builder and did the following:
    0) Added an ExtStackPane
    1) Added a Card to the ExtStackPane
    2) Added another Card to the ExtStackPane
    3) Added a Label to the first Card
    4) Added a Label to the second Card
    5) Changed the text of the first Label to Hello
    6) Changed the text of the second Label to World
    7) Set the first Card to active
    8) Set the second Card to active
    I get the following output:
    1)
    ExtStackPane children change: { [Card@5b9067b3] added at 0 }
    2)
    ExtStackPane children change: { [Card@6b6328bd] added at 0 }
    ExtStackPane children change: { [Card@6aca8cc5] added at 1 }
    3)
    ExtStackPane children change: { [Card@3b7bc340] added at 0 }
    ExtStackPane children change: { [Card@1879819e] added at 1 }
    4)
    ExtStackPane children change: { [Card@60ffed67] added at 0 }
    ExtStackPane children change: { [Card@64955a14] added at 1 }
    5)
    ExtStackPane children change: { [Card@5dc96bc4] added at 0 }
    ExtStackPane children change: { [Card@40667c26] added at 1 }
    6)
    ExtStackPane children change: { [Card@164770fa] added at 0 }
    ExtStackPane children change: { [Card@7decebbf] added at 1 }
    7)
    Card$1@f4f4850 active changed to: true
    Parent is null.
    ExtStackPane children change: { [Card@27442c8b] added at 0 }
    ExtStackPane children change: { [Card@643d810e] added at 1 }
    8)
    Card$1@4877c67b active changed to: true
    Parent is null.
    ExtStackPane children change: { [Card@7e8a473e] added at 0 }
    Card$1@2b4497c1 active changed to: true
    Parent is null.
    ExtStackPane children change: { [Card@5df6c8cc] added at 1 }
    This is what things look like in Scene Builder:
    Does Scene Builder recreate the entire hierarchy every time I make a small change?  Here's an application that does the same as the manual steps I performed in Scene Builder:
    import javafx.application.Application;
    import javafx.scene.Scene;
    import javafx.scene.control.Label;
    import javafx.stage.Stage;
    public class CardApplication extends Application {
        @Override
        public void start(Stage primaryStage) throws Exception {
            ExtStackPane stackPane = new ExtStackPane();
            // 1
            Card card1 = new Card();
            stackPane.getChildren().add(card1);
            // 2
            Card card2 = new Card();
            stackPane.getChildren().add(card2);
            // 3
            Label label1 = new Label();
            card1.getChildren().add(label1);
            // 4
            Label label2 = new Label();
            card2.getChildren().add(label2);
            // 5
            label1.setText("Hello");
            // 6
            label2.setText("World");
            primaryStage.setScene(new Scene(stackPane));
            primaryStage.setTitle("Card Application");
            primaryStage.setWidth(600);
            primaryStage.setHeight(400);
            primaryStage.show();
            // 7
            card1.setActive(true);
            // 8
            card2.setActive(true);
    The output when running the above is:
    1)
    ExtStackPane children change: { [Card@6dfaa767] added at 0 }
    2)
    ExtStackPane children change: { [Card@6aa2c411] added at 1 }
    7)
    Card$1@1abf7511 active changed to: true
    Parent is: ExtStackPane@41993867[styleClass=root]
    8)
    Card$1@5733cd2 active changed to: true
    Parent is: ExtStackPane@41993867[styleClass=root]
    Card$1@1abf7511 active changed to: false
    The behavior is obviously a lot different than when I'm working with the control in Scene Builder.  Can anyone explain to me what Scene Builder is doing to change the behavior of my Card control so much?  Does my Card control break some rule(s) I'm not aware of?

    I think you're confused about what SceneBuilder is doing.
    SceneBuilder is a design tool, used by the programmer (not the end user) to generate part of the code that is used to execute the application. (Specifically, it generates the FXML code that is parsed by the FXMLLoader to create and configure objects that are typically part of the scene graph.)
    While you are using SceneBuilder to create the code, it generates a mock-up of what the UI will look like, if the generated FXML were to be loaded and displayed. This mock-up is not supposed to be an identical view of what the end user will see, but an aid to you, as the programmer, to generate the code you want.
    So, for your Accordion/TitledPane example, in the mock-up that SceneBuilder displays, the *selected* titled pane is always displayed expanded. This enables you to drag and drop items into it, and to configure it in other ways. If you uncheck the "expanded" checkbox in the properties pane, then it remains expanded in the mock-up so that you can continue to configure it. However, this property is not ignored: the state of those checkboxes is respected in the FXML file that is generated. So when you hit "save" in SceneBuilder, the generated fxml will contain TitledPane element with expanded="true" if the check box is checked, and expanded="false" if the check box is unchecked. (SceneBuilder will of course also enforce the rule that only one TitledPane in an Accordion can be expanded.)
    Similarly, for your custom control, you should be able to set it up so SceneBuilder displays the "active" property in the check box. If you uncheck that property, so active=false, that will be respected in the fxml and when you execute the application, active will be set to false, and so by your binding, visible will be set to false and the component won't display. But the mock-up in SceneBuilder will (of course) still display your component, because it would be extremely difficult for you to configure a component that didn't appear in the programming tool.
    In fact, there's no real reason for SceneBuilder to create any objects that you are configuring at all. It could just try to figure out what they look like and render a depiction of them on a canvas, for example. That's probably much (much) more difficult than instantiating them and the authors of SceneBuilder apparently chose to write SceneBuilder in a way that re-instantiated the controls many times. But that has absolutely nothing to do with what happens when you execute the application and it makes no sense at all to compare the two.

  • Does Flex Builder 3 have support for Soap 1.2?

    Does Flex Builder 3 Data Services support Soap 1.2?
    I'm using Flex Builder v3.0.205647. I'm trying to import a
    Web Service (WSDL) through the Data Services...but I'm seeing that
    Soap 1.2 is not supported (only Soap 1.1). Are there any plug-ins
    and/or updates that would allow me to connect to a Soap 1.2
    service? If not, is this planned for the future?
    Thanks!

    Pandu,
    OBPM 10g doesn't support SOAP 1.2 binding.
    Edited by: 4dyomi on Nov 20, 2009 11:41 AM
    Edited by: 4dyomi on Nov 20, 2009 11:42 AM

  • [SOLVED] ipager does not build. Patched! Now it does.

    Dig in, children. ipager really is the coolest little thing!
    Some thanks should go to berbae. I just mashed up an AUR comment post of his with a little code fix I located in a blog post at the confignewton tech blog (dittoThanks).
    This patch supercedes the two other patches that package maintainer wakwanza is shipping with ipager-1.1.0-8. To clarify... Please swap out both of those patches (ipager.patch + ipager-gcc43.patch), instead using ipager-1.1.0-20120429.patch for a flawless build. (3 warnings of deprecation + 1 harmless other warning remain, though)
       ipager-1.1.0-20120429.patch:
    --- SConstruct.orig 2005-11-06 05:23:24.000000000 -0600
    +++ SConstruct 2012-04-29 06:59:11.927253922 -0500
    @@ -7,15 +7,16 @@
    # options
    ipager_optfile = [ 'scons.opts', 'user.opts' ]
    -ipager_options = Options(ipager_optfile)
    -ipager_options.AddOptions(
    - BoolOption('debug', 'build debug version', 0),
    - BoolOption('debug_events', 'debug xserve events', 0),
    - BoolOption('xinerama', 'support xinerama', 0),
    +ipager_options = Variables(ipager_optfile)
    +ipager_options.AddVariables(
    + BoolVariable('debug', 'build debug version', 0),
    + BoolVariable('debug_events', 'debug xserve events', 0),
    - PathOption('PREFIX', 'install-path base', '/usr/local'),
    - PathOption('DESTDIR', 'install to $DESTDIR/$PREFIX', '/')
    + BoolVariable('xinerama', 'support xinerama', 0),
    +
    + PathVariable('PREFIX', 'install-path base', '/usr'),
    + PathVariable('DESTDIR', 'install to $DESTDIR/$PREFIX', '/')
    @@ -31,10 +32,10 @@
    ipager_env = Environment(options = ipager_options, ENV = os.environ)
    ipager_env.Append(
    - CPPFLAGS = [ '-Wall' ],
    - CPPPATH = [ '/usr/X11R6/include' ],
    - LIBPATH = ['/usr/X11R6/lib']
    + CPPFLAGS = [ '-Wall', '-march=native', '-O' ],
    + CPPPATH = [ '/usr/include' ],
    + LIBPATH = [ '/usr/lib' ]
    +)
    ipager_options.Update(ipager_env)
    @@ -115,11 +116,10 @@
    else:
    print "yes"
    ipager_env.AppendUnique(
    - CPPPATH = imlib2_env.Dictionary()['CPPPATH'],
    - CCFLAGS = imlib2_env.Dictionary()['CCFLAGS'],
    - LIBPATH = imlib2_env.Dictionary()['LIBPATH'],
    - LIBS = imlib2_env.Dictionary()['LIBS']
    + CPPPATH = imlib2_env.Dictionary().get('CPPPATH'),
    + CCFLAGS = imlib2_env.Dictionary().get('CCFLAGS'),
    + LIBPATH = imlib2_env.Dictionary().get('LIBPATH'),
    + LIBS = imlib2_env.Dictionary().get('LIBS')
    conf.Finish()
    --- iconfig.cpp.orig 2012-04-28 19:34:36.902151855 -0500
    +++ iconfig.cpp 2012-04-28 18:31:28.000000000 -0500
    @@ -30,11 +30,11 @@
    #include <iostream>
    #include <fstream>
    #include <sstream>
    +#include <cstdlib>
    #include <sys/stat.h>
    #include <sys/types.h>
    +using namespace std;
    template <class T>
    bool from_string(T &t,
    --- ipager.cpp.orig 2012-04-28 19:34:36.928818549 -0500
    +++ ipager.cpp 2012-04-28 18:43:26.000000000 -0500
    @@ -31,6 +31,7 @@
    #include <iostream>
    #include <string>
    +#include <unistd.h>
    using namespace std;
    #include "pager.h"
    --- pager.cpp.orig 2012-04-28 19:34:36.928818549 -0500
    +++ pager.cpp 2012-04-28 19:07:28.000000000 -0500
    @@ -266,13 +266,13 @@
    /* Window updates go here */
    if (m_window_update.updateNetWindowList())
    updateNetWindowList();
    - if (m_window_update.displayIcons())
    - if (m_window_update.motion())
    + if (m_window_update.displayIcons()) {
    + if (m_window_update.motion()) {
    displayIcons(m_window_update.getX(), m_window_update.getY());
    - else
    + } else {
    displayIcons();
    + }
    + }
    /* ImLib updates go here */
    --- wm.cpp.orig 2012-04-28 19:34:36.928818549 -0500
    +++ wm.cpp 2012-04-28 18:42:07.000000000 -0500
    @@ -27,7 +27,9 @@
    #include <time.h>
    #include "atoms.h"
    +#include <cstdlib>
    +using namespace std;
    WM * WM::m_instance = 0;
    bool WM::x_error = false;
    This md5sum is what you'll get, IF you'll please add a newline at the patch EOF.
    f147f6a4ec3f8779bdc1c12cfbd5e03f ipager-1.1.0-20120429.patch
    Note: I messed with 3 pastebin sites, and now these \[code\] tags, never once able to successfully share without the truncation of the trailing newline at EOF. Hours of learning (yes, googling) how not to do it properly. Anyone care to point me to a non-truncating solution?  EDIT: [SOLVED] The patch program will ignore lines beginning with '#'. The solution is obvious, after re-reading the manual.
    P.S. My first post! (pat self on back) Sorry for my excellent english. :]
    Last edited by zero2cx (2012-04-29 20:10:01)

    berbae wrote:Thank you for sharing this.
    But it would be nice to have the maintainer wakwanza make the changes in AUR and increment the package release to 1.1.0-9
    Could you send a mail to him, and if there is no answer in one month, ask a TU in the AUR-general mailing list to orphan the package.
    And then you or someone else can adopt it and make the changes.
    You're welcome.
    wakwanza has been notified and on the clock since yesterday a.m. The aur commenting system generates an email to the maintainer with every new comment, I've read. But since this package's recent maintenance history is sketchy at best, I reached out to him/her myself. We will wait now.
    berbae wrote:
    Also you should have posted the link of the blog you found, but here it is: http://confignewton.com/?p=152
    I didn't try to rebuild the package recently, I presume it doesn't build with actual build chain tools...
    I will try your patch, but I prefer first that the maintainer updates the package in AUR to 1.1.0-9 with your modifications.
    Thank you for the link. I did not want to cross any lines into website solicitation, so I proceeded too catiously there.
    Yes, please try this and post back.
    [EDIT]: Awesome, wakwanza! --> Fresh ipager available: https://aur.archlinux.org/packages.php?ID=5415
    Last edited by zero2cx (2012-05-01 21:00:31)

  • Git CI/CD w/ Default Build Process Template does not build all Projects in Solution?

    Good evening,
    I have a VSO hosted git based project that hosts a Azure Cloud Service, particularly one VS solution (.sln) that contains the Azure Cloud Service project (.ccproj), the Web Role .csproj, some auxiliary projects (again .csproj) and one (MS)Test project (again
    .csproj). All these .csproj are enabled to be build in both Release and Debug configs (everything's Any CPU).
    Now inside Azure I did link the corresponding Azure Cloud Service to that VSO project, Azure/Vso did prepare the _CI (or was it _CD?) build definition with the
    GitContinuousDeploymentTemplate12.xaml selected and in general deployment works perfectly fine
    BUT
    .. but the problem is that I really don't know how to solve after hours of fiddling - the *.Tests is not built and therefore no tests are fond and run.. and I wonder why. More precisely, none of the projects that are not referenced by the Cloud Service's Web
    Role (it's the only role atm for the CS) are actually built.
    Not sure whether this is a Cloud Service build thing or one of the Git Build Template, but how and where can I make sure all projects inside the selected .sln (see screenshot) ARE actually built as defined in the selected/defined Solution config? What's going
    on here?
    Thanks,
    -Jörg
    Here's my local view in combination with the build / process definition. As you can see the .tests.dll IS built as part of Release & AnyCpu for the .sln, but when running the build on VSO (& downloading the drop folder), it is NOT included/built..
    looking at the logs also reveals that the *.tests.csproj is NOT built.

    Good Morning!
    thanks for the reply but unfortunately I cannot reference the Test Project from the CS Web Role as this is the very same project the Test Project actually contains tests for and circular dependencies (Test > Web Role Project and > back to the Test
    Project is not possible).
    The logs themselves just reflect the observed behaviour: they do not mention or contain the .Tests.csproj at all (or the other projects not referenced directly by the Web Role) and even though the selected solution does contain these projects, strangely
    the first few lines in the msbuild log are:
    Build started 1/7/2015 12:03:49 AM.Project "C:\a\src\Sources\Backend\Backend.sln" on node 1 (MyProject_Backend:Publish target(s)).
    ValidateSolutionConfiguration:
    Building solution configuration "Release|Any CPU".
    Project "C:\a\src\Sources\Backend\Backend.sln" (1) is building "C:\a\src\Sources\Backend\MyProject.Backend\MyProject.Backend.ccproj" (2) on node 1 (Publish target(s)).
    ..so why is it only or specifically picking up the Azure Cloud Service .ccproj / project as the only buildable target & why not what's specified in the Solution? What's the whole point of tests if they are for some odd reason dropped?
    Strangely enough, this only appears to be happening with the GIT template - I had this project originally in TFVC and did the same thing - linked from Azure to that TFVC project (same solution) and with that particular build template it
    did build & run the tests.
    Any ideas / suggestions or if you need any more specifics, please let me know.
    Thanks!
    -Jörg

  • Using dynamic VI referencing in combination with Application Builder

    Hi.
    In this thread (http://forums.ni.com/t5/LabVIEW/How-to-access-a-known-control-in-a-VI-reference/td-p/1255244) I attempted to modify our under development test system, so that we didn't have to change the same main VI for every test that we are adding, since we are several persons who'll be adding tests (i.e. conflicts would arise, that we would have to iron out manually every time).  The solution in the thread above works very well, by opening a reference to the test sub VI and calling the reference.  I then can pass data to the sub VI, and can get the test results from the sub VI.  Great!
    The problem came when running the program through the Application Builder.  The test system starts up fine, but the above method fails miserably, since the sub VI files are no longer there.  It seems that the sub VI's are not a part of the exe binary file coming from the Application Builder.
    So I'm drawing a blank here.  Does anyone have a suggestion on how to to this?  I'm only seeing the two options.  Either adding the sub VI's in the same main VI file, but then we have to be very careful on not getting conflicts (or fix the conflicts manually when they arise).  Or use the dynamic VI referencing, but then the system doesn't work with the Application Builder (which means that this method is out).  Is there a third method of doing this?

    Hi Mike.
    I use LabVIEW 2009.
    Well, I actually *can* use the dynamic call solution now.  The problem was that (1) the files weren't included in the exe file (fixed by adjusting the Application Builder settings), and (2) the Check if File or Folder Exist VI doesn't work if I try to check if the sub VI is present inside the exe file.  The solution here was basically to ommit the whole Check if File or Folder Exist VI, and just do an error check on the Open VI Reference VI.  The Open VI Reference VI will fail if trying to open a reference to a file that doesn't exist, so I just wired that to a case loop around the Call By Reference VI.

  • [Solved] aclocal error when trying to build caja-dropbox

    When trying to build caja-dropbox from https://aur.archlinux.org/packages/caja-dropbox/ I get the following error:
    CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/sh /home/playenball/Downloads/caja-dropbox/src/caja-dropbox-1.8.0/missing aclocal-1.14 -I m4
    /home/playenball/Downloads/caja-dropbox/src/caja-dropbox-1.8.0/missing: line 81: aclocal-1.14: command not found
    WARNING: 'aclocal-1.14' is missing on your system.
             You should only need it if you modified 'acinclude.m4' or
             'configure.ac' or m4 files included by 'configure.ac'.
             The 'aclocal' program is part of the GNU Automake package:
             <http://www.gnu.org/software/automake>
             It also requires GNU Autoconf, GNU m4 and Perl in order to run:
             <http://www.gnu.org/software/autoconf>
             <http://www.gnu.org/software/m4/>
             <http://www.perl.org/>
    Makefile:398: recipe for target 'aclocal.m4' failed
    make: *** [aclocal.m4] Error 127
    ==> ERROR: A failure occurred in build().
        Aborting...
    I am not sure how to go about fixing this error. I was hoping that some here might be able to help or point me in the right direction.
    Thanks.
    Edit: I have tried building in a clean chroot and I get the same error.
    Last edited by playenball (2015-02-06 06:43:07)

    clfarron4 wrote:A possible related bug is this, referenced in this thread.
    clfarron4: It looks like it could be however the suggested solution in the bug report did not solve the problem.
    As I did not want to solve it dirty as Thorsten Reinbold did to build his package I downgraded automake from 1.15 to 1.14 temporarily and built the package with no errors. I then installed the package and all is working properly. I then reupgraded to version 1.15.

  • [SOLVED] Hotplugging Synaptics touchpad does not work

    Hey there,
    I tried to hotplug my touchpad with X.org/HAL but to no avail :(
    Here's my /etc/hal/fdi/policy/11-x11-synaptics.fdi:
    <?xml version="1.0" encoding="ISO-8859-1"?>
    <deviceinfo version="0.2">
    <device>
    <match key="info.product" contains="ETPS/2 Elantech Touchpad">
    <append key="info.capabilities" type="strlist">input.touchpad</append>
    </match>
    <match key="info.capabilities" contains="input.touchpad">
    <merge key="input.x11_driver" type="string">synaptics</merge>
    <merge key="input.x11_options.TapButton1" type="string">1</merge>
    <merge key="input.x11_options.TapButton2" type="string">3</merge>
    <merge key="input.x11_options.TapButton3" type="string">2</merge>
    <!-- Arbitrary options can be passed to the driver using
    the input.x11_options property since xorg-server-1.5. -->
    <!-- EXAMPLES:
    Switch on shared memory, enables the driver to be configured at runtime
    <merge key="input.x11_options.SHMConfig" type="string">true</merge>
    Maximum movement of the finger for detecting a tap
    <merge key="input.x11_options.MaxTapMove" type="string">2000</merge>
    Enable vertical scrolling when dragging along the right edge
    <merge key="input.x11_options.VertEdgeScroll" type="string">true</merge>
    Enable vertical scrolling when dragging with two fingers anywhere on the touchpad
    <merge key="input.x11_options.VertTwoFingerScroll" type="string">true</merge>
    Enable horizontal scrolling when dragging with two fingers anywhere on the touchpad
    <merge key="input.x11_options.HorizTwoFingerScroll" type="string">true</merge>
    If on, circular scrolling is used
    <merge key="input.x11_options.CircularScrolling" type="string">true</merge>
    For other possible options, check CONFIGURATION DETAILS in synaptics man page
    -->
    </match>
    </device>
    </deviceinfo>
    However, lshal doesn't show that my touchpad's input.x11_driver = 'synaptics' thus X.org doesn't recognise it:
    udi = '/org/freedesktop/Hal/devices/platform_i8042_i8042_AUX_port_logicaldev_input'
    info.capabilities = {'input', 'input.touchpad'} (string list)
    info.category = 'input' (string)
    info.parent = '/org/freedesktop/Hal/devices/platform_i8042_i8042_AUX_port' (string)
    info.product = 'SynPS/2 Synaptics TouchPad' (string)
    info.subsystem = 'input' (string)
    info.udi = '/org/freedesktop/Hal/devices/platform_i8042_i8042_AUX_port_logicaldev_input' (string)
    input.device = '/dev/input/event7' (string)
    input.originating_device = '/org/freedesktop/Hal/devices/platform_i8042_i8042_AUX_port' (string)
    input.product = 'SynPS/2 Synaptics TouchPad' (string)
    linux.device_file = '/dev/input/event7' (string)
    linux.hotplug_type = 2 (0x2) (int)
    linux.subsystem = 'input' (string)
    linux.sysfs_path = '/sys/devices/platform/i8042/serio1/input/input7/event7' (string)
    I'm at a loss about how to solve this and I've disabled hotplugging as a temporary though not optimal measure. Someone help me :(
    Last edited by rofflwaffls (2009-04-08 11:06:41)

    X.Org X Server 1.6.0
    Release Date: 2009-2-25
    X Protocol Version 11, Revision 0
    Build Operating System: Linux 2.6.28-ARCH i686
    Current Operating System: Linux localhost 2.6.29-ARCH #1 SMP PREEMPT Sun Mar 29 18:08:33 UTC 2009 i686
    Build Date: 02 March 2009 06:09:25PM
    Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    (==) Log file: "/var/log/Xorg.0.log", Time: Sun Apr 5 08:42:39 2009
    (==) Using config file: "/etc/X11/xorg.conf"
    (==) ServerLayout "Layout0"
    (**) |-->Screen "Screen0" (0)
    (**) | |-->Monitor "Monitor0"
    (**) | |-->Device "Device0"
    (**) |-->Input Device "Keyboard0"
    (**) |-->Input Device "Mouse0"
    (==) Automatically adding devices
    (==) Automatically enabling devices
    (==) FontPath set to:
    /usr/share/fonts/misc,
    /usr/share/fonts/100dpi:unscaled,
    /usr/share/fonts/75dpi:unscaled,
    /usr/share/fonts/TTF,
    /usr/share/fonts/Type1,
    built-ins
    (==) ModulePath set to "/usr/lib/xorg/modules"
    (WW) AllowEmptyInput is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
    (WW) Disabling Keyboard0
    (WW) Disabling Mouse0
    (II) Loader magic: 0x7a40
    (II) Module ABI versions:
    X.Org ANSI C Emulation: 0.4
    X.Org Video Driver: 5.0
    X.Org XInput driver : 4.0
    X.Org Server Extension : 2.0
    (II) Loader running on linux
    (++) using VT number 7
    (--) PCI:*(0@0:5:0) nVidia Corporation C51 [Geforce 6150 Go] rev 162, Mem @ 0xb2000000/16777216, 0xc0000000/268435456, 0xb1000000/16777216, BIOS @ 0x????????/131072
    (--) PCI: (0@0:10:3) nVidia Corporation MCP51 PMU rev 163, Mem @ 0xb0040000/262144
    (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    (II) No APM support in BIOS or kernel
    (II) System resource ranges:
    [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [5] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [6] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [7] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [8] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [9] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [10] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [11] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [12] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [13] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [14] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [15] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [16] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [17] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [18] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [19] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [20] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [21] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [22] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [23] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    (II) "extmod" will be loaded. This was enabled by default and also specified in the config file.
    (II) "dbe" will be loaded. This was enabled by default and also specified in the config file.
    (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
    (II) "record" will be loaded by default.
    (II) "dri" will be loaded by default.
    (II) "dri2" will be loaded by default.
    (II) LoadModule: "dbe"
    (II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
    (II) Module dbe: vendor="X.Org Foundation"
    compiled for 1.6.0, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension DOUBLE-BUFFER
    (II) LoadModule: "extmod"
    (II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
    (II) Module extmod: vendor="X.Org Foundation"
    compiled for 1.6.0, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension MIT-SCREEN-SAVER
    (II) Loading extension XFree86-VidModeExtension
    (II) Loading extension XFree86-DGA
    (II) Loading extension DPMS
    (II) Loading extension XVideo
    (II) Loading extension XVideo-MotionCompensation
    (II) Loading extension X-Resource
    (II) LoadModule: "type1"
    (WW) Warning, couldn't open module type1
    (II) UnloadModule: "type1"
    (EE) Failed to load module "type1" (module does not exist, 0)
    (II) LoadModule: "freetype"
    (WW) Warning, couldn't open module freetype
    (II) UnloadModule: "freetype"
    (EE) Failed to load module "freetype" (module does not exist, 0)
    (II) LoadModule: "glx"
    (II) Loading /usr/lib/xorg/modules/extensions//libglx.so
    (II) Module glx: vendor="NVIDIA Corporation"
    compiled for 4.0.2, module version = 1.0.0
    Module class: X.Org Server Extension
    (II) NVIDIA GLX Module 180.44 Mon Mar 23 15:29:02 PST 2009
    (II) Loading extension GLX
    (II) LoadModule: "synaptics"
    (II) Loading /usr/lib/xorg/modules/input//synaptics_drv.so
    (II) Module synaptics: vendor="X.Org Foundation"
    compiled for 1.6.0, module version = 1.1.0
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 4.0
    (II) LoadModule: "record"
    (II) Loading /usr/lib/xorg/modules/extensions//librecord.so
    (II) Module record: vendor="X.Org Foundation"
    compiled for 1.6.0, module version = 1.13.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension RECORD
    (II) LoadModule: "dri"
    (II) Loading /usr/lib/xorg/modules/extensions//libdri.so
    (II) Module dri: vendor="X.Org Foundation"
    compiled for 1.6.0, module version = 1.0.0
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension XFree86-DRI
    (II) LoadModule: "dri2"
    (II) Loading /usr/lib/xorg/modules/extensions//libdri2.so
    (II) Module dri2: vendor="X.Org Foundation"
    compiled for 1.6.0, module version = 1.0.0
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension DRI2
    (II) LoadModule: "nvidia"
    (II) Loading /usr/lib/xorg/modules/drivers//nvidia_drv.so
    (II) Module nvidia: vendor="NVIDIA Corporation"
    compiled for 4.0.2, module version = 1.0.0
    Module class: X.Org Video Driver
    (II) NVIDIA dlloader X Driver 180.44 Mon Mar 23 15:05:32 PST 2009
    (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
    (II) Primary Device is: PCI 00@00:05:0
    (II) Loading sub module "fb"
    (II) LoadModule: "fb"
    (II) Loading /usr/lib/xorg/modules//libfb.so
    (II) Module fb: vendor="X.Org Foundation"
    compiled for 1.6.0, module version = 1.0.0
    ABI class: X.Org ANSI C Emulation, version 0.4
    (II) Loading sub module "wfb"
    (II) LoadModule: "wfb"
    (II) Loading /usr/lib/xorg/modules//libwfb.so
    (II) Module wfb: vendor="X.Org Foundation"
    compiled for 1.6.0, module version = 1.0.0
    ABI class: X.Org ANSI C Emulation, version 0.4
    (II) Loading sub module "ramdac"
    (II) LoadModule: "ramdac"
    (II) Module "ramdac" already built-in
    (II) resource ranges after probing:
    [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [5] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [6] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [7] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [8] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [9] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [10] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [11] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [12] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [13] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [14] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [15] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [16] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [17] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [18] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [19] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [20] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [21] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [22] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [23] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
    (==) NVIDIA(0): RGB weight 888
    (==) NVIDIA(0): Default visual is TrueColor
    (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
    (**) NVIDIA(0): Enabling RENDER acceleration
    (II) NVIDIA(0): Support for GLX with the Damage and Composite X extensions is
    (II) NVIDIA(0): enabled.
    (II) NVIDIA(0): NVIDIA GPU GeForce Go 6150 (C51) at PCI:0:5:0 (GPU-0)
    (--) NVIDIA(0): Memory: 524288 kBytes
    (--) NVIDIA(0): VideoBIOS: 05.51.28.53.15
    (--) NVIDIA(0): Interlaced video modes are supported on this GPU
    (--) NVIDIA(0): Connected display device(s) on GeForce Go 6150 at PCI:0:5:0:
    (--) NVIDIA(0): LPL (DFP-0)
    (--) NVIDIA(0): LPL (DFP-0): 310.0 MHz maximum pixel clock
    (--) NVIDIA(0): LPL (DFP-0): Internal Dual Link LVDS
    (II) NVIDIA(0): Assigned Display Device: DFP-0
    (==) NVIDIA(0):
    (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
    (==) NVIDIA(0): will be used as the requested mode.
    (==) NVIDIA(0):
    (II) NVIDIA(0): Validated modes:
    (II) NVIDIA(0): "nvidia-auto-select"
    (II) NVIDIA(0): Virtual screen size determined to be 1280 x 800
    (--) NVIDIA(0): DPI set to (98, 96); computed from "UseEdidDpi" X config
    (--) NVIDIA(0): option
    (==) NVIDIA(0): Enabling 32-bit ARGB GLX visuals.
    (--) Depth 24 pixmap format is 32 bpp
    (II) do I need RAC? No, I don't.
    (II) resource ranges after preInit:
    [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [5] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [6] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [7] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [8] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [9] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [10] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [11] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [12] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [13] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [14] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [15] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [16] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [17] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [18] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [19] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [20] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [21] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [22] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [23] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    (II) NVIDIA(0): Initialized GPU GART.
    (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
    (II) NVIDIA(0): may not be running or the "AcpidSocketPath" X
    (II) NVIDIA(0): configuration option may not be set correctly. When the
    (II) NVIDIA(0): ACPI event daemon is available, the NVIDIA X driver will
    (II) NVIDIA(0): try to use it to receive ACPI event notifications. For
    (II) NVIDIA(0): details, please see the "ConnectToAcpid" and
    (II) NVIDIA(0): "AcpidSocketPath" X configuration options in Appendix B: X
    (II) NVIDIA(0): Config Options in the README.
    (II) NVIDIA(0): ACPI display change hotkey events enabled: the X server is new
    (II) NVIDIA(0): enough to receive ACPI display change hotkey events.
    (II) NVIDIA(0): Setting mode "nvidia-auto-select"
    (II) Loading extension NV-GLX
    (II) NVIDIA(0): NVIDIA 3D Acceleration Architecture Initialized
    (==) NVIDIA(0): Disabling shared memory pixmaps
    (II) NVIDIA(0): Using the NVIDIA 2D acceleration architecture
    (==) NVIDIA(0): Backing store disabled
    (==) NVIDIA(0): Silken mouse enabled
    (**) Option "dpms"
    (**) NVIDIA(0): DPMS enabled
    (II) Loading extension NV-CONTROL
    (II) Loading extension XINERAMA
    (==) RandR enabled
    (II) Initializing built-in extension Generic Event Extension
    (II) Initializing built-in extension SHAPE
    (II) Initializing built-in extension MIT-SHM
    (II) Initializing built-in extension XInputExtension
    (II) Initializing built-in extension XTEST
    (II) Initializing built-in extension BIG-REQUESTS
    (II) Initializing built-in extension SYNC
    (II) Initializing built-in extension XKEYBOARD
    (II) Initializing built-in extension XC-MISC
    (II) Initializing built-in extension SECURITY
    (II) Initializing built-in extension XINERAMA
    (II) Initializing built-in extension XFIXES
    (II) Initializing built-in extension RENDER
    (II) Initializing built-in extension RANDR
    (II) Initializing built-in extension COMPOSITE
    (II) Initializing built-in extension DAMAGE
    (II) Initializing extension GLX
    (II) config/hal: Adding input device Macintosh mouse button emulation
    (II) LoadModule: "evdev"
    (II) Loading /usr/lib/xorg/modules/input//evdev_drv.so
    (II) Module evdev: vendor="X.Org Foundation"
    compiled for 1.6.0, module version = 2.2.0
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 4.0
    (**) Macintosh mouse button emulation: always reports core events
    (**) Macintosh mouse button emulation: Device: "/dev/input/event0"
    (II) Macintosh mouse button emulation: Found 3 mouse buttons
    (II) Macintosh mouse button emulation: Found x and y relative axes
    (II) Macintosh mouse button emulation: Configuring as mouse
    (**) Macintosh mouse button emulation: YAxisMapping: buttons 4 and 5
    (**) Macintosh mouse button emulation: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    (II) XINPUT: Adding extended input device "Macintosh mouse button emulation" (type: MOUSE)
    (**) Macintosh mouse button emulation: (accel) keeping acceleration scheme 1
    (**) Macintosh mouse button emulation: (accel) filter chain progression: 2.00
    (**) Macintosh mouse button emulation: (accel) filter stage 0: 20.00 ms
    (**) Macintosh mouse button emulation: (accel) set acceleration profile 0
    (II) config/hal: Adding input device AT Translated Set 2 keyboard
    (**) AT Translated Set 2 keyboard: always reports core events
    (**) AT Translated Set 2 keyboard: Device: "/dev/input/event1"
    (II) AT Translated Set 2 keyboard: Found keys
    (II) AT Translated Set 2 keyboard: Configuring as keyboard
    (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD)
    (**) Option "xkb_rules" "evdev"
    (**) Option "xkb_model" "evdev"
    (**) Option "xkb_layout" "us"
    (**) Option "xkb_variant" "dvorak"
    (II) config/hal: Adding input device HID 062a:0000
    (**) HID 062a:0000: always reports core events
    (**) HID 062a:0000: Device: "/dev/input/event7"
    (II) HID 062a:0000: Found 3 mouse buttons
    (II) HID 062a:0000: Found x and y relative axes
    (II) HID 062a:0000: Found scroll wheel(s)
    (II) HID 062a:0000: Configuring as mouse
    (**) HID 062a:0000: YAxisMapping: buttons 4 and 5
    (**) HID 062a:0000: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    (II) XINPUT: Adding extended input device "HID 062a:0000" (type: MOUSE)
    (**) HID 062a:0000: (accel) keeping acceleration scheme 1
    (**) HID 062a:0000: (accel) filter chain progression: 2.00
    (**) HID 062a:0000: (accel) filter stage 0: 20.00 ms
    (**) HID 062a:0000: (accel) set acceleration profile 0
    (II) config/hal: Adding input device Video Bus
    (**) Video Bus: always reports core events
    (**) Video Bus: Device: "/dev/input/event6"
    (II) Video Bus: Found keys
    (II) Video Bus: Configuring as keyboard
    (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD)
    (**) Option "xkb_rules" "evdev"
    (**) Option "xkb_model" "evdev"
    (**) Option "xkb_layout" "us"
    (**) Option "xkb_variant" "dvorak"

  • SOLVED - BIOS UPDATE "SYSTEM DOES NOT CONTAIN the NECESSARY WMI SUPPORT for this VERSION of HPQflash

    If you get infamous error when updating HP Portables (laptops/notebooks/ netbooks) BIOS within Windows:
    "SYSTEM DOES NOT CONTAIN THE NECESSARY WMI SUPPORT FOR THIS VERSION OF HPQFLASH":
    I am posting a solution found for own business laptop (HP 8540W & 8760W) so WebSearch engines index/register it in a few days - future sufferers come here and get a SOLUTION, finally.  Disreagrd previous "experts" advises, they don't work 100% & pity on TechSupport folks who get HP paychecks yet don't know products their co. designs/manufactures (on deep Technical level):
    Below is a SOLUTION (WORKING) !
    Go into Services (Run "services.msc" or get there thru ControlPanel-->AdminTools-->), find following 2 services ==> make sure they're running, chances are they're NOT (as in my case I keep them disabled unless need running):
    1) "HP Software Framework"
    2) "HP Service" [no typo - a real plain name]
    If not running, set Properties-->Manual and click "Start", make sure both are running.
    Rerun BIOS updater, choose option for "Within Windows" or something to that effect (using HPQ/ROMpaq updater), rather than "create USB BootDisk on Key", this time it should work without the hassle of a BootDisk creation.
    Should work from within Windows environment.
    Notes:
    a) Likely only one (1) service is responsible - namely "HP Software Framework" for HPQ Updater to fail, but doesn't hurt to reenable/restart both services.
    I in fact am responding to other customers who elect to Update BIOS within Windows, perhaps oldfashioned but to me Boot Updater is more natural & always works regardless of WMI Support.
    b) After done, don't forget:
    *) Recheck BIOS settings - update may've added new and/or changed old, so rescan tobe sure.
    **) Go BACK into Windows-->Services.msc & redisable both aforementioned Services if were originally disabled; or you're a computer Pro, you know what you're doing & like me keep all HP services disabled.  The ones we got on EliteBook 8760W are pests consuming system resources, you just enable "Software Framework" when occasional issues emerge with HP softupdate (typically no issues) & redisable after use, rest of services are bloatware - some attempt to overrun Windows Wireless console, some seekout HP Networked printers (Ethernet, Wireless, but not USB), some do this & that - I study/know which one does what and decided to disable all. This is called a "minimalist" philosophy & turns your machine into a fast beast, I recently sold a very obsolete 4-year laptop which however handles 3DMCAD & complex designs/simulations, better new machines out fo a store, as new machines are loaded w/bloatware chocking down resources.
    BUT nobody is requiring you to disable anything though.
    The solution merely states the fact:
    These 2 (or 1) services when not running halt BIOS Update "within Windows" (you can still run "BootDisk option", however, if preferred).
    Simply restartung them solves your problem.  Usually
    Ya'll have a good day and enjoy!
    ===========
    BELOW ARE IMPORTANT WARNINGS:
    1) IF YOUR BIOS UPDATE STILL FAILS, SOME OTHER PIECE IN WMI SUPPORT IS MISSING - IN MY CASE WAS THESE 2 SERVICES, BUT THERE'S REMOTE POSSIBILITY SOMETHING ELSE MIGHT BLOCK UPDATER.  DON'T WASTE TIME & CHOOSE "USB/BootDisk" options instead
    2) Once BIOS updater does its job, will ask to auto-restart - let it go on & complete, it will self-shutdown (click "Next" to skip 60-second timer), then do NOT turn it on manually!, wait - it'll turn on by itself in 15 seconds, let it boot into Windows, you're done!
    3) WARNING: close other apps before proceeding, be 100% sure your ACpower won't be interrupted or better yet - make sure battery is in/charged (so if ACpower accidentally disconnects, you're autoswitched onto battery) b/c power loss may result in severe damage to internal hardware.  In the old days it'd result in fatal damage, these days powerloss would still result in a major repair (ROM chip corruption).
    So to summarize: those 2 services I specified, are often responsible for whether HPQ/ROMpaq will or won't run.
    Other causes possible, but I've not witnessed; and if so - choose BootDisk option.
    ===
    Stan M. Starinski, MSEE.

    Hello Ceramics.
    Your ProBook is an Enterprise model.  It would be a good idea to also post your question to the HP Business Boards as those forums deal specifically with that kind of product.  Here is a link.
    Have a great day!
    Please click the white star under my name to give me Kudos as a way to say "Thanks!"
    Click the "Accept as Solution" button if I resolve your issue.

Maybe you are looking for

  • Line of Best Fit/Trendline

    As part of my Physics class we need to graph data that can only be displayed using a line of best fit (AKA a Trendline) - I can make any graph fine on Numbers but I am at a loss on how to make a trendline. Could you please aid me in my search to crea

  • Every app I try to download says I need iOS 6 or higher I have the first generation iPad what can I do?

    I have a first generation iPad every app I try to download says I need iOS 6.0 or higher to use it is there anything I can do?

  • Delete reduntant PSA data

    Hi All, For an Absence Quota Infocube, we are using pseudodelta mechanism. For automizing this process, we have built process chain. We have used the process type -Delete Overlapping requests, to delete reduntant data in the infocube. This is a Time

  • EXPDP creates SYS_EXPORT_SCHEMA tables every time in runs

    I run windows 2003 sp2, they way i understand export uses only one SYS_EXPORT_SCHEMA_01, now every time i use expdp the SYS_EXPORT_SCHEMA_n get created. Any ideas....

  • Table for technical name..

    Hi Experts, How to know in which table (SAP BW) contains Technical Name / Description and creation data of a particular Reports. Reports that are created using BEx Analyzer. Thanks in Advance.. Namrata