Anlagenverzeichnis nicht definiert

Hallo zusammen,
jemand möchte einen Datei als Anlage an einen Beleg anhängen, allerdings kommt dabei folgende Fehlermeldung:
u201EAnlagenverzeichnis ist nicht definiert bzw. wurde geändert oder entfernt [Meldung 131-102]u201C
Ich nehme an das System meint das der Pfad wo die Dateianhänge ablegt werden ist nicht erreichbar.
Aber der Pfad ist eingetragen und der User hat einen vollen Zugriff auf den Ordner der im Netz liegt.
Andere User haben keine Problem damit nur einer.
Der Rechner ist hat ein normales XP als Betriebsystem und an dem Pfad wurde nichts geändert.
Weiß jemand woran das liegen könnte?

Hallo,
wirklich sicher, dass der korrekte Pfad für Dateianhänge(nicht für Bilder!) gesetzt worden ist?
kann der User ohne zusätzliche Authentifizierung auf den Ordner zugreifen, wenn er den Pfad (bspw.:
freigabePfadzumordner) unter Start -> ausführen eingibt?
Alle User sind im selben Netz/ in der selben Domäne? Alle User nutzen den identischen Pfad?
Gruß,
Maik

Similar Messages

  • Datev-Fehlerprotokoll "Sachkonto ist nicht definiert"

    Guten Morgen!
    Kann mir jemand einen Hinweis geben, wo ich schauen muss, um die Fehlermeldung im Daten-Fehlerprotokoll "Sachkonto ist nicht definiert" zu korrigieren? Es handelt sich um zwei Konten (Krankenkassenbeiträge/Knappschaftbeiträge). Habe die Kontenanlage im Kontenplan mit anderen ähnlichen Konten verglichen, kann keinen Unterschied/Fehler feststellen. Woran kann es liegen?
    Herzlichen Dank für Hinweise.

    Hallo,
    Du musst unter Finanzwesen -> Kontenplan die benutzerdefinierten Felder anzeigen.
    Dort findest Du dann ein Feld BD: DATEV.
    Dort trägst Du dann die Kontonummer ein. In der Regel dieselbe, die Du dem Konto bereits in SAP zugewiesen hast.
    Gruss
    Rüdiger

  • Tchar nicht definiert bei DLL Einbindung

    Hallo,
    ich habe ein Projekt bekommen, bei dem ich Messgeräte mit dll Library über LabView auslesen soll. Bei dem DLL Import kam allerdings ein Fehler den ich nicht ganz verstehe. Ich muss dazu sagen, dass ich ein Anfänger bin, was LabView betrifft.
    Beim Import kam folgende Meldung:
    TESTOEMUSB_API int WINAPI TESTOEMUSB_GetSerialNumber( unsigned int uDeviceNumber, TCHAR* szSerialNumber, unsigned int dwMaxLength );
    Folgende Symbole sind nicht definiert:
    TCHAR;
    Nicht definierte Symbole können den Assistenten daran hindern, Funktionen und Parameter zu erkennen. Prüfen Sie zur Problemlösung die Header-Datei und fügen Sie ggf. Präprozessor-Definitionen hinzu. Klicken Sie auf die Zurück-Schaltfläche, um zur vorigen Seite des Assistenten zu wechseln und eine Präprozessor-Definition hinzuzufügen (z. B. "NIAPI_stdcall = __stdcall" oder "NIAPIDefined = 1").
    Im Anhang findet ihr ein Bild, bei welchem Schritt der Fehler entsteht. Ich wollte "TESTOEMUSB_GetSerialNumber()" anklicken und da zeigt es mir diesen Fehler an.
    Kann mir jemand weiterhelfen? Was muss ich machen damit es funktioniert?
    Vielen Dank schon einmal im Vorraus.
    Viele Grüße
    Fabi
    Attachments:
    DLL einbinden.png ‏85 KB

    Fabi_testo wrote:
    Hallo,
    ich habe ein Projekt bekommen, bei dem ich Messgeräte mit dll Library über LabView auslesen soll. Bei dem DLL Import kam allerdings ein Fehler den ich nicht ganz verstehe. Ich muss dazu sagen, dass ich ein Anfänger bin, was LabView betrifft.
    Beim Import kam folgende Meldung:
    TESTOEMUSB_API int WINAPI TESTOEMUSB_GetSerialNumber( unsigned int uDeviceNumber, TCHAR* szSerialNumber, unsigned int dwMaxLength );
    Folgende Symbole sind nicht definiert:
    TCHAR;
    Nicht definierte Symbole können den Assistenten daran hindern, Funktionen und Parameter zu erkennen. Prüfen Sie zur Problemlösung die Header-Datei und fügen Sie ggf. Präprozessor-Definitionen hinzu. Klicken Sie auf die Zurück-Schaltfläche, um zur vorigen Seite des Assistenten zu wechseln und eine Präprozessor-Definition hinzuzufügen (z. B. "NIAPI_stdcall = __stdcall" oder "NIAPIDefined = 1").
    Im Anhang findet ihr ein Bild, bei welchem Schritt der Fehler entsteht. Ich wollte "TESTOEMUSB_GetSerialNumber()" anklicken und da zeigt es mir diesen Fehler an.
    Kann mir jemand weiterhelfen? Was muss ich machen damit es funktioniert?
    Vielen Dank schon einmal im Vorraus.
    Viele Grüße
    Fabi
    Die Funktionsdefinition ist so wie im Header vorhanden völlig falsch.
    TCHAR ist ein WinAPI Datentyp, und deshalb müuste man die windows.h headers eines Windwos SDKs mit einbeziehen was aber ein rieseger Parseaufwand für den Import Library Wizard ist, und zudem enthalten die Windows Headers C Konstrukte die die LabVIEW Call Library Node nie unterstützen kann, und die für den Import Library Wizard auch einen unüberwindlichen Stolperstein bilden.
    TCHAR als Datentyp ist eine Microsoft Erfinding die abhängig davon ob man einen Code als Unicode oder nicht compiliert im C Preprozessor in WCHAR oder CHAR umgesetzt wird. Da das aber eine komplete Inkompatibilität der zwei möglichen Libraries bewirkt wird mit der gleichen Preprozessormagie auch jeweils eine Funktion mit einem angefügten U oder A beim Funktionsnamen erzeugt. Dies Preprozessormagie ist aber in Deinem Header nirgends zu sehen, weshalb dieser Prototyp schlichtweg unsinnig ist. Du als Benützer der entsprechenden Library kannst nirgendwo sehen ob die Library mit dem UNICODE Preprozessor Keyword compiliert wurde, und weisst deshalb auch nicht ob diese Definition für die Clientapplikation ebenfalls nötig ist oder nicht. Wenn Du es verkehrt erwischt dann bekommst Du im besten Fall einen Crash, im schlechteren Fall komische Strings.
    Erschwerend kommt hierbei hinzu dass die Call Library Node ohne extra Mühe im Diagramm selber nur ANSI Strings unterstützt, also eine eventuel als UNICODE compilierte Library nicht einfach so verwenden kann.
    Jedenfalls ist zu sagen, dass die Headerdefinition dieser Funktion grundsätzlich falsch ist. Entweder ist die Library mit dem UNICODE Define compliiert und dann sollte TCHAR effektiv explizit WCHAR sein (und ist die Library nicht ohne weiteres mit der CLN in LabVIEW aufzurufen oder es ist ohne dieses Define compiliert und dann sollte TCHAR effektiv char sein. Wenn Du sicher weisst dass die Library nicht als Unicode compiliert wurde, was nur aus der Dokumentation eventuel ersichtlich werden könnte, kannst Du im Importlibrary Wizard einen Define hinzufügen in der Form "TCHAR=char".
    Rolf Kalbermatter
    CIT Engineering Netherlands
    a division of Test & Measurement Solutions

  • Währung nicht definiert

    Hallo zusammen,
    ich habe da mal eine Frage bezüglich eines Problemes.
    Habe hier eine Liste "Preise f. übergeordnete Artikel global aktualisieren"
    Wenn ich die aktualisieren will kommt immer die Fehlermeldung:
    Währung nicht definiert[Produktstruktur-Aktualisierungsdatum , 'Zeilennummer, 2056' [Meldung 3566-20]
    Ich kann mir dann das was in Zeile 2056 ansehen da ist ein Artikel wenn ich mir den genau ansehe seh ich da nix von Währung nicht definiert oder so.
    Ich habe mir auch mal die Währungen im System angesehen stehen auf Euro was ja auch ok so ist.
    Nur was meint dann die Meldung?
    Viele Grüße
    Indira Siebmanns

    Hallo Indira,
    du möchtest mit der Funktion Preise für die übergeordneten Artikel aktualisieren. Was passiert also:
    Das System ermittelt die Preise der Komponenten (untergeordnete Artikel) und errechnet sich daraus den Preis des übergeordneten.
    Falls nun ein untergeordneter Artikel ein Preis in einer Währung hat, die nicht in die Hauswährung ungerechnet werden kann, kommt es zu dieser Meldung.
    Zu prüfen wären nun die Währungen der Preise in der entsprechenden Preisliste (Select Currency from ITM1 WHERE PriceList = XXXX AND (Currency <> '' OR Currency <>'EUR') ORDER BY Currency).
    Weiterhin würde ich in die Währungstabelle gucken, ob für jede Währung ein Umrechnungsfaktor besteht.
    Ich hoffe das hilft weiter. Ansonsten fällt mir hier auch nur noch die SAP Meldung ein.
    Gruß
    Lars Barkow

  • DATEV-Export, Sachkonto nicht definiert

    Hallo Zusammen,
    wir haben einen Kunden mit SAP 9.0 PL9HF1, dieser möchte den Datevexport von SAP nutzen.
    ich habe das ADDOn entsprechend eingerichtet, die Datev-Konten entsprechend angegeben. trotzdem erhalte ich die Fehlermeldung
    Sachkonto ist nicht definiert. Wenn ich mir jedoch im Kontenplan die Konten anschaue ist dort definiv ein Datevkonto hinterlegt.
    Welche Ursache könnte diese Fehlermeldung noch haben?

    So nach einigen Stunden/Tagen Suchen hab ich es doch selbst rausgefunden:
    Wenn GP oder Sachkonten vor der Aktivierung des Datev-AddOns erstellt werden und im speziellen Datevkonten hinzugefügt werden, ist das UDF feld des Datev-Konto nicht gefüllt. Somit wird auch die Fehlermeldung "Sachkonto nicht definiert" korrekt angezeigt. Also in Zukunft, die Benutzerdefnierten Felder mit anzeigen!!!

  • Nicht definierte Variable im Befehl "MksCheck"

    Hallo zusammen,
    ich erhalte bei der Überprüfung meines Schaltplans nun obige Fehlermeldung. Soweit ich die Funktion von MksCheck verstehe, handelt es sich hierbei um einen Befehl vergleichbar zu SchemeCheck.
    Einen solchen Befehl verwende ich nirgends, daher wird er vermutlich von DIAdem im Hintergrund eingesetzt. Wo kann ich nach der Fehlerquelle suchen?
    Gruß,
    br>
    ulia

    Hallo Walter,
    ja, ich habe einen solchen Block verwendet, aber nichts an ihm verändert und dennoch taucht der Fehler nun nicht mehr auf...
    btw: der f(x)-Block kann doch gar keine Parameter entgegennehmen, deren korrekte Definition ich überprüfen könnte, oder? Soweit ich das bislang feststellen konnte, dient er nur zu einfachen mathematischen Berechnungen mit Input- und Outputkanälen, Konfigurationsmöglichkeiten habe ich noch keine gefunden.
    Und: wie könnte ich denn die korrekte Definition von Variablen etc. prüfen?
    Gruß,
    br>
    ulia

  • I face a problem  while making a confirmation on portal.

    Hello ,
    Can anyone help me I am facing a problem while making confirmation in the portal.
    the system pops up an error as mentioned below. Please help
    •     Folgender Fehlertext wurde im System SRP prozessiert: Speicherungsform der Produkt-ID ist im Customizing noch nicht definiert
    •     Der Fehler trat auf dem Applikationsserver eccprd-srp_SRP_50 und im Workprozess 3 auf.
    •     Die Abbruchart war: TH_RES_FREE
    •     Die ABAP-Aufrufhierarchie war:
    Form: READ_SETTINGS of program SAPLCOM_PR_CONVERSION
    Function: CONVERSION_EXIT_PRID1_INPUT of program SAPLCOM_PR_CONVERSION
    Function: BBP_PDH_PRODUCT_READ_BUFFER of program SAPLBBP_PDH
    Form: GET_LOCAL_PRODUCT of program SAPLBBP_ECI
    Form: APPLY_OLD_MAPPING of program SAPLBBP_ECI
    Function: BBP_PRODUCT_MAP of program SAPLBBP_ECI
    Function: B31I_PO_GETDETAIL of program SAPLBBP_BD_DRIVER_31I
    Function: META_PO_GETDETAIL of program SAPLBBP_BD_META_BAPIS
    Function: BBP_BE_PO_GETHISTORY of program SAPLBBP_PDH_HISTORY
    Function: BBP_PDH_SEARCH_PO_SUBLIST of program SAPLBBP_PDH_SEARCH
    Best Regards,
    Sairam

    Hi,
    Pls see if the foll notes are useful.
    <b>Note 911217 - Copy vendor product number from contract search help to PO</b>
    1047769 - No returns for search by Product ID in Monitor Shopping Cart
    Note 1023012 - BBPSC: Long product ID triggers short dump
    BR,
    Disha.
    Pls reward points for useful answers.

  • Reader XI, since 11.0.1. i cannot print any more under WIN8

    Since reader XI 11.0.1 I'm not able to print any more.
    Only the window "Save as" appears. So I can save the document (once more) and that was it.
    Printing with WIN8 Reader works fine ... but I want to use Adobe Reader to print ..
    What's wrong?
    START SYSINFO-----------------------------------------------------
    Acrobat-Details:
       Sandboxing: Ein
       Captive Reader: Nein
       Unterstützung für mehrere Reader-Instanzen auf Desktop: Aus
    Anzeigedetails:
       Bildschirmbreite: 1600
       Bildschirmhöhe: 1200
       Anzahl der Monitoren: 1
       Anzahl der Maustasten: 5
       Mit Mausrad: Ja
       Mit Digitalstift: Nein
       Doppelbyte-Zeichensatz: Nein
       Mit Eingabemethoden-Editor: Ja
       In Bildschirmsprachausgabe: Nein
    Benutzername: Heiko
    Betriebssystemhersteller: Microsoft Corporation
    Betriebssystemname: Microsoft Windows Vista
    Betriebssystemversion: 6.2.9200 
    BIOS-Version: 080112 - 20120801
    Gebietsschema: Deutsch (Deutschland)
    Gesamter realer Speicher: 4194303 KB
    Gesamter virtueller Speicher: 4194176 KB
    Grafikkarte:
        Version: 0.0.0.0
        Test: Nicht unterstützt
    Größe der Auslagerungsdatei: 4194303 KB
    Installierte Acrobat-Version:
    Installierte Acrobat-Version: C:\Program Files (x86)\Adobe\Reader 11.0\Reader\AcroRd32.exe
        Version: 11.0.01.36
        Erstellungsdatum: 2012/12/18
        Erstellungszeit: 20:08:34
    Kontodetail:
       Benutzerrechte: Admin
       Benutzerkontensteuerung: Beschränkt
       Prozessintegrität: Nicht definiert
       Profiltyp: Keine
    Monitor:
        Name: AMD Radeon HD 7300 Series (Microsoft Corporation - WDDM v1.20)
        Auflösung: 1600 x 1200 x 60
        Bit pro Pixel: 32
    Prozessor: AMD64 Family 21 Model 1 Stepping 2  AuthenticAMD  ~3114  Mhz
    Sitzungsdetail:
       Boot-Typ: Normal
       Wird heruntergefahren: Nein
       Netzwerk: Verfügbar
       In Citrix: Nein
       In VMWare: Nein
       Remotesitzung: Nein
       Fernsteuerung: Nein
    Standard-Browser: C:\Program Files\Internet Explorer\iexplore.exe
        Version: 10.00.9200.16384 (win8_rtm.120725-1247)
        Erstellungsdatum: 2012/12/18
        Erstellungszeit: 16:12:26
    Standard-E-Mail-Anwendung: Lotus Notes
        C:\Program Files (x86)\IBM\Lotus\Notes\nmailman.dll
        Version: 5.0.0
        Erstellungsdatum: 2008/12/06
        Erstellungszeit: 02:44:40
    Systemname: HEIKOWIN8
    Temporärer Ordner: C:\Users\Heiko\AppData\Local\Temp\acrord32_sbx\
    Verfügbarer realer Speicher: 4194303 KB
    Verfügbarer virtueller Speicher: 3994200 KB
    Windows-Details:
       Tablet-PC: Nein
       Starter Edition: Nein
       Media Center Edition: Nein
       Langsamer Rechner: Nein
    Windows-Verzeichnis: C:\Windows
    Zeitzone: Mitteleuropäische Zeit
    Installierte Zusatzmodule:
    End SYSINFO

    Adobe Reader does not provide a printer for making PDF, and never has. You may be used to using Adobe Acrobat ($$), which does.

  • Error in Adapter Module to unzip files

    Hello ,
    I wish to unzip many files with use of an adapter module
    To du this I use following code
    package de.lsv.moduledevelopement;
    import java.io.*;
    import java.util.Hashtable;
    import java.util.zip.ZipEntry;
    import java.util.zip.ZipInputStream;
    import javax.ejb.SessionBean;
    import javax.ejb.SessionContext;
    import javax.ejb.CreateException;
    import com.sap.aii.af.mp.module.Module;
    import com.sap.aii.af.mp.module.ModuleContext;
    import com.sap.aii.af.mp.module.ModuleData;
    import com.sap.aii.af.mp.module.ModuleException;
    import com.sap.aii.af.ra.ms.api.Message;
    import com.sap.aii.af.ra.ms.api.MessageDirection;
    import com.sap.aii.af.ra.ms.api.Payload;
    import com.sap.aii.af.ra.ms.spi.Trace;
    import com.sap.aii.af.service.auditlog.Audit;
    import com.sap.aii.af.service.auditlog.AuditDirection;
    import com.sap.aii.af.service.auditlog.AuditLogStatus;
    import com.sap.aii.af.service.auditlog.AuditMessageKey;
    * @ejbLocal <{de.lsv.moduledevelopement.UnZipFilesLocal}>
    * @ejbLocalHome <{de.lsv.moduledevelopement.UnZipFilesLocalHome}>
    * @stateless
    public class UnZipFilesBean implements SessionBean, Module {
         static AuditMessageKey amk = null;
         static String auditStr = "UnzipFilesBean - ";
         static ModuleException mEx = null;
         public static final String VERSION_ID =
              "$Id://de.lsv.moduledevelopement.UnZipFilesBean.java#1 $";
         private static final Trace TRACE = new Trace(VERSION_ID);
         public void ejbRemove() {
         public void ejbActivate() {
         public void ejbPassivate() {
         public void setSessionContext(SessionContext context) {
              myContext = context;
         private SessionContext myContext;
          * Create Method.
         public void ejbCreate() throws CreateException {
              // TODO : Implement
         /* (non-Javadoc)
          * @see com.sap.aii.af.mp.module.Module#process(com.sap.aii.af.mp.module.ModuleContext, com.sap.aii.af.mp.module.ModuleData)
         public ModuleData process(
              ModuleContext moduleContext,
              ModuleData inputModuleData)
              throws ModuleException {
              Object obj = null;
              Message msg = null;
              Payload attachment = null;
              //initializing variables for module parameters
              String modkey = "";
              String fileMask = "";
              String directory = "";
              String saveDirectory = "";
              //     String newMimeType = "";
              //     String newAttachmentName = "";
              //     String newAttachmentExtension = "";
              //     String newAttachmentNameReplace = "";
              //this block is to manage the adapter when is not file/FTP
              try {
                   //get the XI Message
                   obj = inputModuleData.getPrincipalData();
                   msg = (Message) obj;
                   // create AuditMessageKey object to write audit log.
                   if (msg.getMessageDirection() == MessageDirection.INBOUND)
                        amk =
                             new AuditMessageKey(
                                  msg.getMessageId(),
                                  AuditDirection.INBOUND);
                   else
                        amk =
                             new AuditMessageKey(
                                  msg.getMessageId(),
                                  AuditDirection.OUTBOUND);
                   // ******start get the module parameters from the configuration******
                   modkey = moduleContext.getContextData("module.key");
                   Audit.addAuditLogEntry(
                        amk,
                        AuditLogStatus.SUCCESS,
                        auditStr + "Module Configuration Key: " + modkey);
                   //***** einlesen der Moduke Parameter******************
                   //***** DateiMaske
                   fileMask = moduleContext.getContextData("FileMask");
                   Audit.addAuditLogEntry(
                        amk,
                        AuditLogStatus.SUCCESS,
                        auditStr + "FileMask: " + fileMask);
                   // check ob fileMask definiert ist
                   if (fileMask == null || fileMask.equalsIgnoreCase("")) {
                        //if no attachment name is specified in the module configuration the module will end the execution
                        throw mEx =
                             new ModuleException(
                                  auditStr
                                       + "!FileMask in Modulconfiguration nicht definiert!");
                   //***** DateiMaske2
                   String fileMask2 = moduleContext.getContextData("FileMask2");
                   Audit.addAuditLogEntry(
                        amk,
                        AuditLogStatus.SUCCESS,
                        auditStr + "FileMask2: " + fileMask2);
                   //***** Directory
                   directory = moduleContext.getContextData("Directory");
                   Audit.addAuditLogEntry(
                        amk,
                        AuditLogStatus.SUCCESS,
                        auditStr + "Directory: " + directory);
                   // Fehler wenn Directory nicht definiert
                   if (directory == null || directory.equalsIgnoreCase("")) {
                        //the module will end the execution
                        throw mEx =
                             new ModuleException(
                                  auditStr
                                       + "Directory in Modulconfiguration nicht definiert");
                   //***** Sicherungs Verzeichnis
                   saveDirectory = moduleContext.getContextData("SaveDirectory");
                   Audit.addAuditLogEntry(
                        amk,
                        AuditLogStatus.SUCCESS,
                        auditStr + "SaveDirectory: " + saveDirectory);
                   // entpacken aufrufen
                   entpacke(directory, saveDirectory, fileMask);
                   if (fileMask2.length() > 0) {
                        entpacke(directory, saveDirectory, fileMask2);
                   //update the XI Message
                   inputModuleData.setPrincipalData(msg);
              } catch (Exception e) {
                   String errorMessage =
                        auditStr + "Error bei der . Exception:" + e.getMessage();
                   Audit.addAuditLogEntry(amk, AuditLogStatus.ERROR, errorMessage);
                   throw mEx = new ModuleException(auditStr + errorMessage);
              Audit.addAuditLogEntry(
                   amk,
                   AuditLogStatus.SUCCESS,
                   auditStr + "Verarbeitung beendet ");
              return inputModuleData;
         //+++++++++++++++++++++++++
         private static void entpacke(
              String directory,
              String saveDirectory,
              String mask)
              // TODO Auto-generated method stub
              Audit.addAuditLogEntry(
                   amk,
                   AuditLogStatus.SUCCESS,
                   auditStr + "Funktion entpacke");
              if (!directory.endsWith("\")) {
                   directory = directory + "\";
              } // if
              File f;
              f = new File(directory);
              Audit.addAuditLogEntry(
                   amk,
                   AuditLogStatus.SUCCESS,
                   auditStr + "f = new File(directory)");
    //          // Achtung Klasse in einer Klasse :-)
    //          String[] strFiles = f.list(new FilenameFilter() {
    //               public boolean accept(File file, String filename) {
    //                    Wildcard wildcard1 = new Wildcard(mask);
    //                    Audit.addAuditLogEntry(
    //                         amk,
    //                         AuditLogStatus.SUCCESS,
    //                         auditStr + "wc1");
    //                    return wildcard1.match(filename, false);
              String [] strFiles = f.list(new MyFilter(mask));
              // Liste der Gefundenen dateien
              Audit.addAuditLogEntry(
                   amk,
                   AuditLogStatus.SUCCESS,
                   auditStr + "Anzahl gepackter Dateien: " + strFiles.length);
              //System.out.println( strFiles.length + " Dateien zum entpacken");
              for (int i = 0; i < strFiles.length; i++) {
                   Audit.addAuditLogEntry(
                        amk,
                        AuditLogStatus.SUCCESS,
                        auditStr + "verarbeite Datei: : " + strFiles<i>);
                   //     System.out.println("f[" + i + "]=" + strFiles<i>);
              } // for
              // *****entpacken**********************
              for (int i = 0; i < strFiles.length; i++) {
                   try {
                        byte[] buf = new byte[4096];
                        ZipInputStream in =
                             new ZipInputStream(
                                  new FileInputStream(directory + strFiles<i>));
                        Audit.addAuditLogEntry(
                             amk,
                             AuditLogStatus.SUCCESS,
                             auditStr + "Entpacke " + directory + strFiles<i>);
                        //System.out.println("Entpacke " + directory + strFiles<i>);
                        int count = 0;
                        while (true) {
                             count++;
                             // Nächsten Eintrag lesen
                             ZipEntry entry = in.getNextEntry();
                             if (entry == null) {
                                  break;
                             // Beschreibung ausgeben
                             Audit.addAuditLogEntry(
                                  amk,
                                  AuditLogStatus.SUCCESS,
                                  auditStr + entry.getName());
                             //System.out.println(entry.getName());
                             // Ausgabedatei erzeugen
                             FileOutputStream out =
                                  new FileOutputStream(directory + entry.getName());
                             int len;
                             while ((len = in.read(buf)) > 0) {
                                  out.write(buf, 0, len);
                             out.close();
                             // Eintrag schließen
                             in.closeEntry();
                        } // while
                        in.close();
                        Audit.addAuditLogEntry(
                             amk,
                             AuditLogStatus.SUCCESS,
                             auditStr + count + "Dateien entpackt");
                        //System.out.println(count + "Dateien entpackt");
                        // verschieben
                        if (saveDirectory.length() > 0) {
                             File quelle = new File(directory + strFiles<i>);
                             File ziel = new File(saveDirectory + strFiles<i>);
                             boolean bla = quelle.renameTo(ziel);
                             if (!bla) {
                                  Audit.addAuditLogEntry(
                                       amk,
                                       AuditLogStatus.SUCCESS,
                                       auditStr
                                            + strFiles<i>
                                            + " konnte nicht verschoben werden");
                             } else {
                                  Audit.addAuditLogEntry(
                                       amk,
                                       AuditLogStatus.SUCCESS,
                                       auditStr
                                            + strFiles<i>
                                            + "verschoben nach "
                                            + saveDirectory);
                                  //          System.out.println(
                                  //               strFiles<i> + "verscgoben nach " + directory + "sik//");
                        } // if
                   } catch (Exception e) {
                        String errorMessage =
                             auditStr
                                  + "Error in entpacken. Exception:"
                                  + e.getMessage();
                        Audit.addAuditLogEntry(amk, AuditLogStatus.ERROR, errorMessage);
                   } // catch
                   // *****entpacken*************
              } // for
         } //entpacke
    } // UnzipFilesBean
    class Wildcard {
         static AuditMessageKey amk = null;
         static String auditStr = "WildCard - ";
         static ModuleException mEx = null;
         private final String wildcardString;
          * Der Konstruktor für die WildcardSuche.
          * @param wildcardString
          *            Der WildcardString
         public Wildcard(String wildcardString) {
              this.wildcardString = wildcardString;
              Audit.addAuditLogEntry(
                   amk,
                   AuditLogStatus.SUCCESS,
                   auditStr + "Constructor");
          * Die Methode, welche den Vergleich durchführt.
          * @param str
          *            Der String, welcher darauf überprüft werden soll, ob er dem
          *            WildcardString entspricht.
          * @return true Wenn der String dem wildcardString entspricht.
         public boolean match(String str, boolean fCasesensitive) {
              if (str == null || wildcardString == null) {
                   return false;
              return recursiveMatch(wildcardString, str, fCasesensitive);
          * Hier wird der eigentliche Vergleich durchgeführt
          * @param strWildcard
          *            Der Wildcardstring, z.B.: "Test*"
          * @param str
          *            Der zu überprüfende String, z.B. "Testlauf"
          * @return true, wenn eine Übereinstimmung vorhanden ist, sonst false
         private boolean recursiveMatch(
              String strWildcard,
              String str,
              boolean fCasesensitive) {
              while (true) {
                   if (strWildcard.length() == 0)
                        return str.length() == 0;
                   char ch = strWildcard.charAt(0);
                   switch (ch) {
                        case '?' :
                             if (str.length() == 0)
                                  return false;
                             break;
                        case '*' :
                             strWildcard = strWildcard.substring(1);
                             while (true) {
                                  if (recursiveMatch(strWildcard, str, fCasesensitive))
                                       return true;
                                  if (str.length() == 0)
                                       return false;
                                  str = str.substring(1);
                        default :
                             if (str.length() == 0)
                                  return false;
                             if (fCasesensitive) {
                                  if (ch != str.charAt(0))
                                       return false;
                             } else if (
                                  Character.toLowerCase(ch)
                                       != Character.toLowerCase(str.charAt(0)))
                                  return false;
                             break;
                   strWildcard = strWildcard.substring(1);
                   str = str.substring(1);
         //++++++++++++++++++++++++++
    } // class
    /** Nun der eigentliche Filter */
    class MyFilter implements FilenameFilter {
         static AuditMessageKey amk = null;
         static String auditStr = "MyFilter - ";
         static ModuleException mEx = null;
         String fileMask;
         public MyFilter(String fileMask) {
              this.fileMask = fileMask;
              Audit.addAuditLogEntry(
                   amk,
                   AuditLogStatus.SUCCESS,
                   auditStr + "Constructor");
         } //constructor
          public boolean accept(File file, String filename) {
              // TODO Auto-generated method stub
              //fileMask = "?5LBL*";
              Wildcard wildcard1 = new Wildcard(fileMask);
              return wildcard1.match(filename, false);
    } //class
    But in Audit Protocol it failed after:
    17.09.2008 17:33:19     Erfolgreich     UnzipFilesBean - Module Configuration Key: 2
    17.09.2008 17:33:19     Erfolgreich     UnzipFilesBean - FileMask: ?5LBL???
    17.09.2008 17:33:19     Erfolgreich     UnzipFilesBean - FileMask2:
    17.09.2008 17:33:19     Erfolgreich     UnzipFilesBean - Directory: //transfer//X1E//100//99//lb//ein
    17.09.2008 17:33:19     Erfolgreich     UnzipFilesBean - SaveDirectory: //transfer//X1E//100//99//lb//ein_s
    17.09.2008 17:33:19     Erfolgreich     UnzipFilesBean - Funktion entpacke
    17.09.2008 17:33:19     Erfolgreich     UnzipFilesBean - f = new File(directory)
    17.09.2008 17:33:19     Fehler     UnzipFilesBean - Error bei der . Exception:null
    I could not find the error??
    Were there any log files to look into?
    regarts
    Zimmerningkat

    Hi Ralf,
    I am late..........
    I am bit confused with your explanation.
    1. Does all zip files will be picked by file adapter in one shot or is it conditional, since you have a XML descriptor file in firts zip file and the XML files describes the list of JPEG files which might be stored in the other zipped JPEG files?
    2. Can you tell the exact flow of your scenario
    3. Receiver in your scenario?
    Thanks,
    Gujjeti.

  • Error building kdebase4-svn from AUR

    Anytime I try to build kdebase4-svn from AUR, I get the following error:
    [ 88%] Building CXX object kcontrol/access/CMakeFiles/kdeinit_kaccess.dir/kaccess.o
    In Datei, eingefügt von /tmp/yaourt-tmp-arch/aur-kdebase4-workspace-svn/kdebase4-workspace-svn/src/kdebase-workspace-build/kcontrol/access/kaccess.moc:10,
    von /tmp/yaourt-tmp-arch/aur-kdebase4-workspace-svn/kdebase4-workspace-svn/src/kdebase-workspace/kcontrol/access/kaccess.cpp:33:
    /tmp/yaourt-tmp-arch/aur-kdebase4-workspace-svn/kdebase4-workspace-svn/src/kdebase-workspace-build/kcontrol/access/../../../kdebase-workspace/kcontrol/access/kaccess.h:15:30: Fehler: Phonon/MediaObject: Datei oder Verzeichnis nicht gefunden
    /tmp/yaourt-tmp-arch/aur-kdebase4-workspace-svn/kdebase4-workspace-svn/src/kdebase-workspace/kcontrol/access/kaccess.cpp:441:2: Warnung: #warning is this the best way to invert a pixmap?
    /tmp/yaourt-tmp-arch/aur-kdebase4-workspace-svn/kdebase4-workspace-svn/src/kdebase-workspace/kcontrol/access/kaccess.cpp:590:2: Warnung: #warning "kde4 fixme"
    In file included from /tmp/yaourt-tmp-arch/aur-kdebase4-workspace-svn/kdebase4-workspace-svn/src/kdebase-workspace-build/kcontrol/access/kaccess.moc:10,
    from /tmp/yaourt-tmp-arch/aur-kdebase4-workspace-svn/kdebase4-workspace-svn/src/kdebase-workspace/kcontrol/access/kaccess.cpp:33:
    /tmp/yaourt-tmp-arch/aur-kdebase4-workspace-svn/kdebase4-workspace-svn/src/kdebase-workspace-build/kcontrol/access/../../../kdebase-workspace/kcontrol/access/kaccess.h:76: Fehler: »Phonon« wurde nicht deklariert
    /tmp/yaourt-tmp-arch/aur-kdebase4-workspace-svn/kdebase4-workspace-svn/src/kdebase-workspace-build/kcontrol/access/../../../kdebase-workspace/kcontrol/access/kaccess.h:76: Fehler: ISO-C++ verbietet Deklaration von »MediaObject« ohne Typ
    /tmp/yaourt-tmp-arch/aur-kdebase4-workspace-svn/kdebase4-workspace-svn/src/kdebase-workspace-build/kcontrol/access/../../../kdebase-workspace/kcontrol/access/kaccess.h:76: Fehler: expected »;« before »*« token
    /tmp/yaourt-tmp-arch/aur-kdebase4-workspace-svn/kdebase4-workspace-svn/src/kdebase-workspace/kcontrol/access/kaccess.cpp: In constructor »KAccessApp::KAccessApp(bool, bool)«:
    /tmp/yaourt-tmp-arch/aur-kdebase4-workspace-svn/kdebase4-workspace-svn/src/kdebase-workspace/kcontrol/access/kaccess.cpp:100: Fehler: Klasse »KAccessApp« hat keinen Feldnamen »_player«
    /tmp/yaourt-tmp-arch/aur-kdebase4-workspace-svn/kdebase4-workspace-svn/src/kdebase-workspace/kcontrol/access/kaccess.cpp: In member function »void KAccessApp::initMasks()«:
    /tmp/yaourt-tmp-arch/aur-kdebase4-workspace-svn/kdebase4-workspace-svn/src/kdebase-workspace/kcontrol/access/kaccess.cpp:318: Warnung: es wird empfohlen, explizite geschweifte Klammern zu setzen, um mehrdeutiges »else« zu vermeiden
    /tmp/yaourt-tmp-arch/aur-kdebase4-workspace-svn/kdebase4-workspace-svn/src/kdebase-workspace/kcontrol/access/kaccess.cpp: In member function »void KAccessApp::xkbBellNotify(XkbBellNotifyEvent*)«:
    /tmp/yaourt-tmp-arch/aur-kdebase4-workspace-svn/kdebase4-workspace-svn/src/kdebase-workspace/kcontrol/access/kaccess.cpp:471: Fehler: »_player« wurde in diesem Gültigkeitsbereich nicht definiert
    /tmp/yaourt-tmp-arch/aur-kdebase4-workspace-svn/kdebase4-workspace-svn/src/kdebase-workspace/kcontrol/access/kaccess.cpp:472: Fehler: »Phonon« wurde nicht deklariert
    /tmp/yaourt-tmp-arch/aur-kdebase4-workspace-svn/kdebase4-workspace-svn/src/kdebase-workspace/kcontrol/access/kaccess.cpp:472: Fehler: »Phonon« wurde nicht deklariert
    /tmp/yaourt-tmp-arch/aur-kdebase4-workspace-svn/kdebase4-workspace-svn/src/kdebase-workspace/kcontrol/access/kaccess.cpp:476: Fehler: »_player« wurde in diesem Gültigkeitsbereich nicht definiert
    make[2]: *** [kcontrol/access/CMakeFiles/kdeinit_kaccess.dir/kaccess.o] Fehler 1
    make[1]: *** [kcontrol/access/CMakeFiles/kdeinit_kaccess.dir/all] Fehler 2
    make: *** [all] Fehler 2
    ==> FEHLER: Build fehlgeschlagen.
    Breche ab ...
    Error: Makepkg was unable to build kdebase4-workspace-svn package.
    Can anyone help me?
    Thanks
    Henne

    I tried to build it with yaourt... When doing it the normal way, it works fine...
    Thanks

  • Upgraded Flex app from SDK 3.0 to 4.5, QuickTest (QTP) 11 no longer identify columns in FlexDataGrid

    Using:
    QuickTest Professional 11.0
    Adobe's Flex Automation Plug-in for QuickTest Professional 4.5
    IE 9.0
    Windows 7
    Flex Application was using Flex SDK 3.0
    Flex Application now using Flex SDK 4.5
    We were testing a Flex application that was compiled using Flex SDK 3.0. When QTP spied on the column header contained in a FlexDataGrid, the column header was identified as a FlexListLabel object and the automationname property contained a string made up of the column names.
    Example: automationname="[Exception Date] | [*Securities*]"
    where 'Exception Date' and 'Securities' are the column names in the grid.
    FLEX SDK 3.0:
    We have another build of the same Flex application, in our test environment, that is using SDK 4.5.
    In this build, the automationname of the column header no longer contains the column names, instead it contains the data in the first row of the grid. I have made sure, that I am spying on a column name.
    FLEX SDK 4.5:
    No changes were made to the code of the Flex application, we only moved from SDK 3 to SDK 4.5
    We have custom functions that verify and input data into FlexDataGrids based on the columns. These functions made use of the fact that column names were contained in the automationname property of the first FlexListLabel within the FlexDataGrid.
    Sample QTP Script Used in Function:
    'Retrieve column headers
    ColHeaders = objGrid.FlexListLabel("micclass:=FlexListLabel", "index:=0").GetROProperty ("automationname")
    arryColNames = Split(ColHeaders, "|")
    Has anyone else come across this issue?  Any suggestions on what to try on the QTP side or on our Develeoper's side to allow for the column header to be identified again by QTP?

    Hi,
    I got a similar Error and I realy don't know how to solve it...
    Here is my error:
    ReferenceError: Error #1065: Variable _class_embed_css_assets_CalendarIcon_png_1299410737_2127374076 ist nicht definiert.
    at flash.display::MovieClip/nextFrame()
    at mx.core::FlexModuleFactory/deferredNextFrame()[E:\dev\4.5.1\frameworks\projects\framework \src\mx\core\FlexModuleFactory.as:730]
    at mx.core::FlexModuleFactory/update()[E:\dev\4.5.1\frameworks\projects\framework\src\mx\cor e\FlexModuleFactory.as:503]
    at mx.core::FlexModuleFactory/moduleCompleteHandler()[E:\dev\4.5.1\frameworks\projects\frame work\src\mx\core\FlexModuleFactory.as:828]
    This error appears if I start my applikation and navigate to a certain module. I think this error appears since I swaped to flex 4.
    I realy don't know if this is a maven / pom - error or just a .css error, because it's a flex style...
    Someone have a idea?

  • Trouble compiling OpenSceneGraph

    Hi there!
    In order to compile the latest FlightGear, I need to compile OpenSceneGraph. I know, it's in the repos, but that's how it goes. Now it always stops compiling after complaining during configuration:
    CMake Warning at /usr/share/cmake-2.8/Modules/FindITK.cmake:48 (find_package):
    Could not find a package configuration file named "ITKConfig.cmake"
    provided by package "ITK".
    Add the installation prefix of "ITK" to CMAKE_PREFIX_PATH or set "ITK_DIR"
    to a directory containing one of the above files. If "ITK" provides a
    separate development package or SDK, be sure it has been installed.
    Call Stack (most recent call first):
    CMakeLists.txt:465 (FIND_PACKAGE)
    I've been looking and searching all over the web, but I can't find any "itk"-package! (Or sdk for that matter!)
    What is it and where can I find it?
    Very grateful for any hints!
    Edit:
    Maybe this is useful info too:
    [ 61%] Building CXX object src/osgPlugins/gif/CMakeFiles/osgdb_gif.dir/ReaderWriterGIF.o
    /media/FG/git/OpenSceneGraph/src/osgPlugins/gif/ReaderWriterGIF.cpp: In Funktion »unsigned char* simage_gif_load(std::istream&, int*, int*, int*, GifImageStream**)«:
    /media/FG/git/OpenSceneGraph/src/osgPlugins/gif/ReaderWriterGIF.cpp:373:44: Fehler: zu wenige Argumente für Funktion »GifFileType* DGifOpen(void*, InputFunc, int*)«
    giffile = DGifOpen(&fin,gif_read_stream);
    ^
    In file included from /media/FG/git/OpenSceneGraph/src/osgPlugins/gif/ReaderWriterGIF.cpp:53:0:
    /usr/include/gif_lib.h:181:14: Anmerkung: hier deklariert
    GifFileType *DGifOpen(void *userPtr, InputFunc readFunc, int *Error); /* new one (TVT) */
    ^
    src/osgPlugins/gif/CMakeFiles/osgdb_gif.dir/build.make:57: recipe for target 'src/osgPlugins/gif/CMakeFiles/osgdb_gif.dir/ReaderWriterGIF.o' failed
    make[2]: *** [src/osgPlugins/gif/CMakeFiles/osgdb_gif.dir/ReaderWriterGIF.o] Error 1
    CMakeFiles/Makefile2:3846: recipe for target 'src/osgPlugins/gif/CMakeFiles/osgdb_gif.dir/all' failed
    make[1]: *** [src/osgPlugins/gif/CMakeFiles/osgdb_gif.dir/all] Error 2
    Last edited by chris_blues (2013-10-23 13:45:47)

    Still no luck! AUR/openscenegraph-svn also doesn't compile...
    It throws thousands of errors:
    [ 13%] Building CXX object src/osgUtil/CMakeFiles/osgUtil.dir/tristripper/src/tri_stripper.o
    In file included from /tmp/yaourt-tmp-chris/aur-openscenegraph-svn/src/trunk/src/osgUtil/tristripper/include/tri_stripper.h:41:0,
    from /tmp/yaourt-tmp-chris/aur-openscenegraph-svn/src/trunk/src/osgUtil/tristripper/src/tri_stripper.cpp:10:
    /tmp/yaourt-tmp-chris/aur-openscenegraph-svn/src/trunk/src/osgUtil/tristripper/include/public_types.h:21:10: Fehler: »size_t« bezeichnet keinen Typ
    typedef size_t index;
    ^
    /tmp/yaourt-tmp-chris/aur-openscenegraph-svn/src/trunk/src/osgUtil/tristripper/include/public_types.h:22:22: Fehler: »index« wurde in diesem Gültigkeitsbereich nicht definiert
    typedef std::vector<index> indices;
    ^
    /tmp/yaourt-tmp-chris/aur-openscenegraph-svn/src/trunk/src/osgUtil/tristripper/include/public_types.h:22:27: Fehler: Templateargument 1 ist ungültig
    typedef std::vector<index> indices;
    ^
    /tmp/yaourt-tmp-chris/aur-openscenegraph-svn/src/trunk/src/osgUtil/tristripper/include/public_types.h:22:27: Fehler: Templateargument 2 ist ungültig
    /tmp/yaourt-tmp-chris/aur-openscenegraph-svn/src/trunk/src/osgUtil/tristripper/include/public_types.h:22:36: Fehler: invalid type in declaration before »;« token
    typedef std::vector<index> indices;
    ^
    In file included from /tmp/yaourt-tmp-chris/aur-openscenegraph-svn/src/trunk/src/osgUtil/tristripper/include/tri_stripper.h:43:0,
    from /tmp/yaourt-tmp-chris/aur-openscenegraph-svn/src/trunk/src/osgUtil/tristripper/src/tri_stripper.cpp:10:
    /tmp/yaourt-tmp-chris/aur-openscenegraph-svn/src/trunk/src/osgUtil/tristripper/include/detail/cache_simulator.h:38:12: Fehler: »index« wurde nicht deklariert
    void push(index i, bool CountCacheHit = false);
    ^
    /tmp/yaourt-tmp-chris/aur-openscenegraph-svn/src/trunk/src/osgUtil/tristripper/include/detail/cache_simulator.h:45:21: Fehler: »index« wurde in diesem Gültigkeitsbereich nicht definiert
    typedef std::deque<index> indices_deque;
    ^
    /tmp/yaourt-tmp-chris/aur-openscenegraph-svn/src/trunk/src/osgUtil/tristripper/include/detail/cache_simulator.h:45:26: Fehler: Templateargument 1 ist ungültig
    typedef std::deque<index> indices_deque;
    ^
    /tmp/yaourt-tmp-chris/aur-openscenegraph-svn/src/trunk/src/osgUtil/tristripper/include/detail/cache_simulator.h:45:26: Fehler: Templateargument 2 ist ungültig
    /tmp/yaourt-tmp-chris/aur-openscenegraph-svn/src/trunk/src/osgUtil/tristripper/include/detail/cache_simulator.h: In Elementfunktion »void triangle_stripper::detail::cache_simulator::clear()«:
    /tmp/yaourt-tmp-chris/aur-openscenegraph-svn/src/trunk/src/osgUtil/tristripper/include/detail/cache_simulator.h:71:10: Fehler: Abfrage des Elementes »clear« in »((triangle_stripper::detail::cache_simulator*)this)->triangle_stripper::detail::cache_simulator::m_Cache«, das vom Nicht-Klassentyp »triangle_stripper::detail::cache_simulator::indices_deque {aka int}« ist
    m_Cache.clear();
    ^
    /tmp/yaourt-tmp-chris/aur-openscenegraph-svn/src/trunk/src/osgUtil/tristripper/include/detail/cache_simulator.h: In Elementfunktion »void triangle_stripper::detail::cache_simulator::resize(size_t)«:
    /tmp/yaourt-tmp-chris/aur-openscenegraph-svn/src/trunk/src/osgUtil/tristripper/include/detail/cache_simulator.h:77:10: Fehler: Abfrage des Elementes »resize« in »((triangle_stripper::detail::cache_simulator*)this)->triangle_stripper::detail::cache_simulator::m_Cache«, das vom Nicht-Klassentyp »triangle_stripper::detail::cache_simulator::indices_deque {aka int}« ist
    m_Cache.resize(Size, (std::numeric_limits<index>::max)());
    ^
    /tmp/yaourt-tmp-chris/aur-openscenegraph-svn/src/trunk/src/osgUtil/tristripper/include/detail/cache_simulator.h:77:44: Fehler: »index« wurde in diesem Gültigkeitsbereich nicht definiert
    m_Cache.resize(Size, (std::numeric_limits<index>::max)());
    ^
    /tmp/yaourt-tmp-chris/aur-openscenegraph-svn/src/trunk/src/osgUtil/tristripper/include/detail/cache_simulator.h:77:49: Fehler: Templateargument 1 ist ungültig
    m_Cache.resize(Size, (std::numeric_limits<index>::max)());
    ^
    /tmp/yaourt-tmp-chris/aur-openscenegraph-svn/src/trunk/src/osgUtil/tristripper/include/detail/cache_simulator.h: In Elementfunktion »void triangle_stripper::detail::cache_simulator::reset()«:
    /tmp/yaourt-tmp-chris/aur-openscenegraph-svn/src/trunk/src/osgUtil/tristripper/include/detail/cache_simulator.h:83:20: Fehler: Abfrage des Elementes »begin« in »((triangle_stripper::detail::cache_simulator*)this)->triangle_stripper::detail::cache_simulator::m_Cache«, das vom Nicht-Klassentyp »triangle_stripper::detail::cache_simulator::indices_deque {aka int}« ist
    std::fill(m_Cache.begin(), m_Cache.end(), (std::numeric_limits<index>::max)());
    ^
    /tmp/yaourt-tmp-chris/aur-openscenegraph-svn/src/trunk/src/osgUtil/tristripper/include/detail/cache_simulator.h:83:37: Fehler: Abfrage des Elementes »end« in »((triangle_stripper::detail::cache_simulator*)this)->triangle_stripper::detail::cache_simulator::m_Cache«, das vom Nicht-Klassentyp »triangle_stripper::detail::cache_simulator::indices_deque {aka int}« ist
    std::fill(m_Cache.begin(), m_Cache.end(), (std::numeric_limits<index>::max)());
    ^
    /tmp/yaourt-tmp-chris/aur-openscenegraph-svn/src/trunk/src/osgUtil/tristripper/include/detail/cache_simulator.h:83:65: Fehler: »index« wurde in diesem Gültigkeitsbereich nicht definiert
    std::fill(m_Cache.begin(), m_Cache.end(), (std::numeric_limits<index>::max)());
    ^
    /tmp/yaourt-tmp-chris/aur-openscenegraph-svn/src/trunk/src/osgUtil/tristripper/include/detail/cache_simulator.h:83:70: Fehler: Templateargument 1 ist ungültig
    std::fill(m_Cache.begin(), m_Cache.end(), (std::numeric_limits<index>::max)());
    ^
    /tmp/yaourt-tmp-chris/aur-openscenegraph-svn/src/trunk/src/osgUtil/tristripper/include/detail/cache_simulator.h: In Elementfunktion »size_t triangle_stripper::detail::cache_simulator::size() const«:
    /tmp/yaourt-tmp-chris/aur-openscenegraph-svn/src/trunk/src/osgUtil/tristripper/include/detail/cache_simulator.h:96:17: Fehler: Abfrage des Elementes »size« in »((const triangle_stripper::detail::cache_simulator*)this)->triangle_stripper::detail::cache_simulator::m_Cache«, das vom Nicht-Klassentyp »const indices_deque {aka const int}« ist
    return m_Cache.size();
    ^
    /tmp/yaourt-tmp-chris/aur-openscenegraph-svn/src/trunk/src/osgUtil/tristripper/include/detail/cache_simulator.h: Im globalen Gültigkeitsbereich:
    /tmp/yaourt-tmp-chris/aur-openscenegraph-svn/src/trunk/src/osgUtil/tristripper/include/detail/cache_simulator.h:100:41: Fehler: »index« bezeichnet keinen Typ
    inline void cache_simulator::push(const index i, const bool CountCacheHit)
    ^
    /tmp/yaourt-tmp-chris/aur-openscenegraph-svn/src/trunk/src/osgUtil/tristripper/include/detail/cache_simulator.h:100:47: Warnung: ISO-C++ verbietet Deklaration von »i« ohne Typ [-fpermissive]
    inline void cache_simulator::push(const index i, const bool CountCacheHit)
    ^
    /tmp/yaourt-tmp-chris/aur-openscenegraph-svn/src/trunk/src/osgUtil/tristripper/include/detail/cache_simulator.h: In Elementfunktion »void triangle_stripper::detail::cache_simulator::push(int, bool)«:
    /tmp/yaourt-tmp-chris/aur-openscenegraph-svn/src/trunk/src/osgUtil/tristripper/include/detail/cache_simulator.h:104:25: Fehler: Abfrage des Elementes »begin« in »((triangle_stripper::detail::cache_simulator*)this)->triangle_stripper::detail::cache_simulator::m_Cache«, das vom Nicht-Klassentyp »triangle_stripper::detail::cache_simulator::indices_deque {aka int}« ist
    if (std::find(m_Cache.begin(), m_Cache.end(), i) != m_Cache.end()) {
    ^
    /tmp/yaourt-tmp-chris/aur-openscenegraph-svn/src/trunk/src/osgUtil/tristripper/include/detail/cache_simulator.h:104:42: Fehler: Abfrage des Elementes »end« in »((triangle_stripper::detail::cache_simulator*)this)->triangle_stripper::detail::cache_simulator::m_Cache«, das vom Nicht-Klassentyp »triangle_stripper::detail::cache_simulator::indices_deque {aka int}« ist
    if (std::find(m_Cache.begin(), m_Cache.end(), i) != m_Cache.end()) {
    ^
    /tmp/yaourt-tmp-chris/aur-openscenegraph-svn/src/trunk/src/osgUtil/tristripper/include/detail/cache_simulator.h:104:63: Fehler: Abfrage des Elementes »end« in »((triangle_stripper::detail::cache_simulator*)this)->triangle_stripper::detail::cache_simulator::m_Cache«, das vom Nicht-Klassentyp »triangle_stripper::detail::cache_simulator::indices_deque {aka int}« ist
    if (std::find(m_Cache.begin(), m_Cache.end(), i) != m_Cache.end()) {
    ^
    /tmp/yaourt-tmp-chris/aur-openscenegraph-svn/src/trunk/src/osgUtil/tristripper/include/detail/cache_simulator.h:117:10: Fehler: Abfrage des Elementes »push_front« in »((triangle_stripper::detail::cache_simulator*)this)->triangle_stripper::detail::cache_simulator::m_Cache«, das vom Nicht-Klassentyp »triangle_stripper::detail::cache_simulator::indices_deque {aka int}« ist
    m_Cache.push_front(i);
    ^
    /tmp/yaourt-tmp-chris/aur-openscenegraph-svn/src/trunk/src/osgUtil/tristripper/include/detail/cache_simulator.h:118:10: Fehler: Abfrage des Elementes »pop_back« in »((triangle_stripper::detail::cache_simulator*)this)->triangle_stripper::detail::cache_simulator::m_Cache«, das vom Nicht-Klassentyp »triangle_stripper::detail::cache_simulator::indices_deque {aka int}« ist
    m_Cache.pop_back();
    ^
    /tmp/yaourt-tmp-chris/aur-openscenegraph-svn/src/trunk/src/osgUtil/tristripper/include/detail/cache_simulator.h: In Elementfunktion »void triangle_stripper::detail::cache_simulator::merge(const triangle_stripper::detail::cache_simulator&, size_t)«:
    /tmp/yaourt-tmp-chris/aur-openscenegraph-svn/src/trunk/src/osgUtil/tristripper/include/detail/cache_simulator.h:127:26: Fehler: ungültige Typen »const indices_deque {aka const int}[size_t {aka long unsigned int}]« für Feldindex
    push(Backward.m_Cache[i], true);
    ^
    In file included from /tmp/yaourt-tmp-chris/aur-openscenegraph-svn/src/trunk/src/osgUtil/tristripper/include/tri_stripper.h:46:0,
    from /tmp/yaourt-tmp-chris/aur-openscenegraph-svn/src/trunk/src/osgUtil/tristripper/src/tri_stripper.cpp:10:
    /tmp/yaourt-tmp-chris/aur-openscenegraph-svn/src/trunk/src/osgUtil/tristripper/include/detail/types.h: Im globalen Gültigkeitsbereich:
    /tmp/yaourt-tmp-chris/aur-openscenegraph-svn/src/trunk/src/osgUtil/tristripper/include/detail/types.h:27:17: Fehler: expected »)« before »A«
    triangle(index A, index B, index C)
    ^
    /tmp/yaourt-tmp-chris/aur-openscenegraph-svn/src/trunk/src/osgUtil/tristripper/include/detail/types.h:34:2: Fehler: »index« bezeichnet keinen Typ
    index A() const { return m_A; }
    ^
    /tmp/yaourt-tmp-chris/aur-openscenegraph-svn/src/trunk/src/osgUtil/tristripper/include/detail/types.h:35:2: Fehler: »index« bezeichnet keinen Typ
    index B() const { return m_B; }
    ^
    /tmp/yaourt-tmp-chris/aur-openscenegraph-svn/src/trunk/src/osgUtil/tristripper/include/detail/types.h:36:2: Fehler: »index« bezeichnet keinen Typ
    index C() const { return m_C; }
    ^
    /tmp/yaourt-tmp-chris/aur-openscenegraph-svn/src/trunk/src/osgUtil/tristripper/include/detail/types.h:39:2: Fehler: »index« bezeichnet keinen Typ
    index m_A;
    ^
    /tmp/yaourt-tmp-chris/aur-openscenegraph-svn/src/trunk/src/osgUtil/tristripper/include/detail/types.h:40:2: Fehler: »index« bezeichnet keinen Typ
    index m_B;
    ^
    /tmp/yaourt-tmp-chris/aur-openscenegraph-svn/src/trunk/src/osgUtil/tristripper/include/detail/types.h:41:2: Fehler: »index« bezeichnet keinen Typ
    index m_C;
    ^
    /tmp/yaourt-tmp-chris/aur-openscenegraph-svn/src/trunk/src/osgUtil/tristripper/include/detail/types.h:51:22: Fehler: expected »)« before »A«
    triangle_edge(index A, index B)
    ^
    /tmp/yaourt-tmp-chris/aur-openscenegraph-svn/src/trunk/src/osgUtil/tristripper/include/detail/types.h:54:2: Fehler: »index« bezeichnet keinen Typ
    index A() const { return m_A; }
    ^
    /tmp/yaourt-tmp-chris/aur-openscenegraph-svn/src/trunk/src/osgUtil/tristripper/include/detail/types.h:55:2: Fehler: »index« bezeichnet keinen Typ
    index B() const { return m_B; }
    ^
    /tmp/yaourt-tmp-chris/aur-openscenegraph-svn/src/trunk/src/osgUtil/tristripper/include/detail/types.h:62:2: Fehler: »index« bezeichnet keinen Typ
    index m_A;
    ^
    /tmp/yaourt-tmp-chris/aur-openscenegraph-svn/src/trunk/src/osgUtil/tristripper/include/detail/types.h:63:2: Fehler: »index« bezeichnet keinen Typ
    index m_B;
    ^
    /tmp/yaourt-tmp-chris/aur-openscenegraph-svn/src/trunk/src/osgUtil/tristripper/include/detail/types.h: In Elementfunktion »bool triangle_stripper::detail::triangle_edge::operator==(const triangle_stripper::detail::triangle_edge&) const«:
    /tmp/yaourt-tmp-chris/aur-openscenegraph-svn/src/trunk/src/osgUtil/tristripper/include/detail/types.h:58:14: Fehler: »A« wurde in diesem Gültigkeitsbereich nicht definiert
    return ((A() == Right.A()) && (B() == Right.B()));
    ^
    /tmp/yaourt-tmp-chris/aur-openscenegraph-svn/src/trunk/src/osgUtil/tristripper/include/detail/types.h:58:25: Fehler: »const class triangle_stripper::detail::triangle_edge« hat kein Element namens »A«
    return ((A() == Right.A()) && (B() == Right.B()));
    ^
    /tmp/yaourt-tmp-chris/aur-openscenegraph-svn/src/trunk/src/osgUtil/tristripper/include/detail/types.h:58:36: Fehler: »B« wurde in diesem Gültigkeitsbereich nicht definiert
    return ((A() == Right.A()) && (B() == Right.B()));
    ^
    /tmp/yaourt-tmp-chris/aur-openscenegraph-svn/src/trunk/src/osgUtil/tristripper/include/detail/types.h:58:47: Fehler: »const class triangle_stripper::detail::triangle_edge« hat kein Element namens »B«
    return ((A() == Right.A()) && (B() == Right.B()));
    ^
    In file included from /tmp/yaourt-tmp-chris/aur-openscenegraph-svn/src/trunk/src/osgUtil/tristripper/src/tri_stripper.cpp:10:0:
    /tmp/yaourt-tmp-chris/aur-openscenegraph-svn/src/trunk/src/osgUtil/tristripper/include/tri_stripper.h: Im globalen Gültigkeitsbereich:
    /tmp/yaourt-tmp-chris/aur-openscenegraph-svn/src/trunk/src/osgUtil/tristripper/include/tri_stripper.h:111:16: Fehler: »index« wurde nicht deklariert
    void AddIndex(index i, bool NotSimulation);
    ^
    /tmp/yaourt-tmp-chris/aur-openscenegraph-svn/src/trunk/src/osgUtil/tristripper/include/tri_stripper.h:112:20: Fehler: »index« wurde nicht deklariert
    void BackAddIndex(index i);
    ^
    /tmp/yaourt-tmp-chris/aur-openscenegraph-svn/src/trunk/src/osgUtil/tristripper/src/tri_stripper.cpp: In Konstruktor »triangle_stripper::tri_stripper::tri_stripper(const indices&)«:
    /tmp/yaourt-tmp-chris/aur-openscenegraph-svn/src/trunk/src/osgUtil/tristripper/src/tri_stripper.cpp:28:27: Fehler: Abfrage des Elementes »size« in »TriIndices«, das vom Nicht-Klassentyp »const indices {aka const int}« ist
    : m_Triangles(TriIndices.size() / 3), // Silently ignore extra indices if (Indices.size() % 3 != 0)
    ^
    /tmp/yaourt-tmp-chris/aur-openscenegraph-svn/src/trunk/src/osgUtil/tristripper/src/tri_stripper.cpp: In Elementfunktion »triangle_stripper::detail::strip triangle_stripper::tri_stripper::BackExtendToStrip(size_t, triangle_stripper::detail::triangle_order, bool)«:
    /tmp/yaourt-tmp-chris/aur-openscenegraph-svn/src/trunk/src/osgUtil/tristripper/src/tri_stripper.cpp:219:53: Fehler: »class triangle_stripper::detail::triangle_edge« hat kein Element namens »B«
    BackAddIndex(LastEdge(* m_Triangles[Start], Order).B());
    ^
    /tmp/yaourt-tmp-chris/aur-openscenegraph-svn/src/trunk/src/osgUtil/tristripper/src/tri_stripper.cpp: In Elementfunktion »triangle_stripper::tri_stripper::const_link_iterator triangle_stripper::tri_stripper::LinkToNeighbour(triangle_stripper::tri_stripper::const_tri_iterator, bool, triangle_stripper::detail::triangle_order&, bool)«:
    /tmp/yaourt-tmp-chris/aur-openscenegraph-svn/src/trunk/src/osgUtil/tristripper/src/tri_stripper.cpp:306:15: Fehler: »const class triangle_stripper::detail::triangle_edge« hat kein Element namens »B«
    if ((Edge.B() == Tri.A()) && (Edge.A() == Tri.B())) {
    ^
    /tmp/yaourt-tmp-chris/aur-openscenegraph-svn/src/trunk/src/osgUtil/tristripper/src/tri_stripper.cpp:306:26: Fehler: »const class triangle_stripper::detail::triangle« hat kein Element namens »A«
    if ((Edge.B() == Tri.A()) && (Edge.A() == Tri.B())) {
    ^
    /tmp/yaourt-tmp-chris/aur-openscenegraph-svn/src/trunk/src/osgUtil/tristripper/src/tri_stripper.cpp:306:40: Fehler: »const class triangle_stripper::detail::triangle_edge« hat kein Element namens »A«
    if ((Edge.B() == Tri.A()) && (Edge.A() == Tri.B())) {
    ^
    /tmp/yaourt-tmp-chris/aur-openscenegraph-svn/src/trunk/src/osgUtil/tristripper/src/tri_stripper.cpp:306:51: Fehler: »const class triangle_stripper::detail::triangle« hat kein Element namens »B«
    if ((Edge.B() == Tri.A()) && (Edge.A() == Tri.B())) {
    ^
    /tmp/yaourt-tmp-chris/aur-openscenegraph-svn/src/trunk/src/osgUtil/tristripper/src/tri_stripper.cpp:308:19: Fehler: »const class triangle_stripper::detail::triangle« hat kein Element namens »C«
    AddIndex(Tri.C(), NotSimulation);
    ^
    /tmp/yaourt-tmp-chris/aur-openscenegraph-svn/src/trunk/src/osgUtil/tristripper/src/tri_stripper.cpp:312:20: Fehler: »const class triangle_stripper::detail::triangle_edge« hat kein Element namens »B«
    else if ((Edge.B() == Tri.B()) && (Edge.A() == Tri.C())) {
    ^
    /tmp/yaourt-tmp-chris/aur-openscenegraph-svn/src/trunk/src/osgUtil/tristripper/src/tri_stripper.cpp:312:31: Fehler: »const class triangle_stripper::detail::triangle« hat kein Element namens »B«
    else if ((Edge.B() == Tri.B()) && (Edge.A() == Tri.C())) {
    ^
    /tmp/yaourt-tmp-chris/aur-openscenegraph-svn/src/trunk/src/osgUtil/tristripper/src/tri_stripper.cpp:312:45: Fehler: »const class triangle_stripper::detail::triangle_edge« hat kein Element namens »A«
    else if ((Edge.B() == Tri.B()) && (Edge.A() == Tri.C())) {
    ^
    /tmp/yaourt-tmp-chris/aur-openscenegraph-svn/src/trunk/src/osgUtil/tristripper/src/tri_stripper.cpp:312:56: Fehler: »const class triangle_stripper::detail::triangle« hat kein Element namens »C«
    else if ((Edge.B() == Tri.B()) && (Edge.A() == Tri.C())) {
    ^
    /tmp/yaourt-tmp-chris/aur-openscenegraph-svn/src/trunk/src/osgUtil/tristripper/src/tri_stripper.cpp:314:19: Fehler: »const class triangle_stripper::detail::triangle« hat kein Element namens »A«
    AddIndex(Tri.A(), NotSimulation);
    ^
    /tmp/yaourt-tmp-chris/aur-openscenegraph-svn/src/trunk/src/osgUtil/tristripper/src/tri_stripper.cpp:318:20: Fehler: »const class triangle_stripper::detail::triangle_edge« hat kein Element namens »B«
    else if ((Edge.B() == Tri.C()) && (Edge.A() == Tri.A())) {
    ^
    /tmp/yaourt-tmp-chris/aur-openscenegraph-svn/src/trunk/src/osgUtil/tristripper/src/tri_stripper.cpp:318:31: Fehler: »const class triangle_stripper::detail::triangle« hat kein Element namens »C«
    else if ((Edge.B() == Tri.C()) && (Edge.A() == Tri.A())) {
    ^
    /tmp/yaourt-tmp-chris/aur-openscenegraph-svn/src/trunk/src/osgUtil/tristripper/src/tri_stripper.cpp:318:45: Fehler: »const class triangle_stripper::detail::triangle_edge« hat kein Element namens »A«
    else if ((Edge.B() == Tri.C()) && (Edge.A() == Tri.A())) {
    ^
    /tmp/yaourt-tmp-chris/aur-openscenegraph-svn/src/trunk/src/osgUtil/tristripper/src/tri_stripper.cpp:318:56: Fehler: »const class triangle_stripper::detail::triangle« hat kein Element namens »A«
    else if ((Edge.B() == Tri.C()) && (Edge.A() == Tri.A())) {
    ^
    /tmp/yaourt-tmp-chris/aur-openscenegraph-svn/src/trunk/src/osgUtil/tristripper/src/tri_stripper.cpp:320:19: Fehler: »const class triangle_stripper::detail::triangle« hat kein Element namens »B«
    AddIndex(Tri.B(), NotSimulation);
    ^
    /tmp/yaourt-tmp-chris/aur-openscenegraph-svn/src/trunk/src/osgUtil/tristripper/src/tri_stripper.cpp: In Elementfunktion »triangle_stripper::tri_stripper::const_link_iterator triangle_stripper::tri_stripper::BackLinkToNeighbour(triangle_stripper::tri_stripper::const_tri_iterator, bool, triangle_stripper::detail::triangle_order&)«:
    /tmp/yaourt-tmp-chris/aur-openscenegraph-svn/src/trunk/src/osgUtil/tristripper/src/tri_stripper.cpp:347:14: Fehler: »const class triangle_stripper::detail::triangle_edge« hat kein Element namens »B«
    if ((Edge.B() == Tri.A()) && (Edge.A() == Tri.B())) {
    ^
    /tmp/yaourt-tmp-chris/aur-openscenegraph-svn/src/trunk/src/osgUtil/tristripper/src/tri_stripper.cpp:347:25: Fehler: »const class triangle_stripper::detail::triangle« hat kein Element namens »A«
    if ((Edge.B() == Tri.A()) && (Edge.A() == Tri.B())) {
    ^
    /tmp/yaourt-tmp-chris/aur-openscenegraph-svn/src/trunk/src/osgUtil/tristripper/src/tri_stripper.cpp:347:39: Fehler: »const class triangle_stripper::detail::triangle_edge« hat kein Element namens »A«
    if ((Edge.B() == Tri.A()) && (Edge.A() == Tri.B())) {
    ^
    /tmp/yaourt-tmp-chris/aur-openscenegraph-svn/src/trunk/src/osgUtil/tristripper/src/tri_stripper.cpp:347:50: Fehler: »const class triangle_stripper::detail::triangle« hat kein Element namens »B«
    if ((Edge.B() == Tri.A()) && (Edge.A() == Tri.B())) {
    ^
    /tmp/yaourt-tmp-chris/aur-openscenegraph-svn/src/trunk/src/osgUtil/tristripper/src/tri_stripper.cpp:349:22: Fehler: »const class triangle_stripper::detail::triangle« hat kein Element namens »C«
    BackAddIndex(Tri.C());
    ^
    /tmp/yaourt-tmp-chris/aur-openscenegraph-svn/src/trunk/src/osgUtil/tristripper/src/tri_stripper.cpp:353:19: Fehler: »const class triangle_stripper::detail::triangle_edge« hat kein Element namens »B«
    else if ((Edge.B() == Tri.B()) && (Edge.A() == Tri.C())) {
    ^
    /tmp/yaourt-tmp-chris/aur-openscenegraph-svn/src/trunk/src/osgUtil/tristripper/src/tri_stripper.cpp:353:30: Fehler: »const class triangle_stripper::detail::triangle« hat kein Element namens »B«
    else if ((Edge.B() == Tri.B()) && (Edge.A() == Tri.C())) {
    ^
    /tmp/yaourt-tmp-chris/aur-openscenegraph-svn/src/trunk/src/osgUtil/tristripper/src/tri_stripper.cpp:353:44: Fehler: »const class triangle_stripper::detail::triangle_edge« hat kein Element namens »A«
    else if ((Edge.B() == Tri.B()) && (Edge.A() == Tri.C())) {
    ^
    /tmp/yaourt-tmp-chris/aur-openscenegraph-svn/src/trunk/src/osgUtil/tristripper/src/tri_stripper.cpp:353:55: Fehler: »const class triangle_stripper::detail::triangle« hat kein Element namens »C«
    else if ((Edge.B() == Tri.B()) && (Edge.A() == Tri.C())) {
    ^
    /tmp/yaourt-tmp-chris/aur-openscenegraph-svn/src/trunk/src/osgUtil/tristripper/src/tri_stripper.cpp:355:22: Fehler: »const class triangle_stripper::detail::triangle« hat kein Element namens »A«
    BackAddIndex(Tri.A());
    ^
    /tmp/yaourt-tmp-chris/aur-openscenegraph-svn/src/trunk/src/osgUtil/tristripper/src/tri_stripper.cpp:359:19: Fehler: »const class triangle_stripper::detail::triangle_edge« hat kein Element namens »B«
    else if ((Edge.B() == Tri.C()) && (Edge.A() == Tri.A())) {
    ^
    /tmp/yaourt-tmp-chris/aur-openscenegraph-svn/src/trunk/src/osgUtil/tristripper/src/tri_stripper.cpp:359:30: Fehler: »const class triangle_stripper::detail::triangle« hat kein Element namens »C«
    else if ((Edge.B() == Tri.C()) && (Edge.A() == Tri.A())) {
    ^
    /tmp/yaourt-tmp-chris/aur-openscenegraph-svn/src/trunk/src/osgUtil/tristripper/src/tri_stripper.cpp:359:44: Fehler: »const class triangle_stripper::detail::triangle_edge« hat kein Element namens »A«
    else if ((Edge.B() == Tri.C()) && (Edge.A() == Tri.A())) {
    ^
    /tmp/yaourt-tmp-chris/aur-openscenegraph-svn/src/trunk/src/osgUtil/tristripper/src/tri_stripper.cpp:359:55: Fehler: »const class triangle_stripper::detail::triangle« hat kein Element namens »A«
    else if ((Edge.B() == Tri.C()) && (Edge.A() == Tri.A())) {
    ^
    /tmp/yaourt-tmp-chris/aur-openscenegraph-svn/src/trunk/src/osgUtil/tristripper/src/tri_stripper.cpp:361:22: Fehler: »const class triangle_stripper::detail::triangle« hat kein Element namens »B«
    BackAddIndex(Tri.B());
    ^
    /tmp/yaourt-tmp-chris/aur-openscenegraph-svn/src/trunk/src/osgUtil/tristripper/src/tri_stripper.cpp: In statischer Elementfunktion »static triangle_stripper::detail::triangle_edge triangle_stripper::tri_stripper::FirstEdge(const triangle_stripper::detail::triangle&, triangle_stripper::detail::triangle_order)«:
    /tmp/yaourt-tmp-chris/aur-openscenegraph-svn/src/trunk/src/osgUtil/tristripper/src/tri_stripper.cpp:409:33: Fehler: »const class triangle_stripper::detail::triangle« hat kein Element namens »A«
    return triangle_edge(Triangle.A(), Triangle.B());
    ^
    /tmp/yaourt-tmp-chris/aur-openscenegraph-svn/src/trunk/src/osgUtil/tristripper/src/tri_stripper.cpp:409:47: Fehler: »const class triangle_stripper::detail::triangle« hat kein Element namens »B«
    return triangle_edge(Triangle.A(), Triangle.B());
    ^
    /tmp/yaourt-tmp-chris/aur-openscenegraph-svn/src/trunk/src/osgUtil/tristripper/src/tri_stripper.cpp:412:33: Fehler: »const class triangle_stripper::detail::triangle« hat kein Element namens »B«
    return triangle_edge(Triangle.B(), Triangle.C());
    ^
    /tmp/yaourt-tmp-chris/aur-openscenegraph-svn/src/trunk/src/osgUtil/tristripper/src/tri_stripper.cpp:412:47: Fehler: »const class triangle_stripper::detail::triangle« hat kein Element namens »C«
    return triangle_edge(Triangle.B(), Triangle.C());
    ^
    /tmp/yaourt-tmp-chris/aur-openscenegraph-svn/src/trunk/src/osgUtil/tristripper/src/tri_stripper.cpp:415:33: Fehler: »const class triangle_stripper::detail::triangle« hat kein Element namens »C«
    return triangle_edge(Triangle.C(), Triangle.A());
    ^
    /tmp/yaourt-tmp-chris/aur-openscenegraph-svn/src/trunk/src/osgUtil/tristripper/src/tri_stripper.cpp:415:47: Fehler: »const class triangle_stripper::detail::triangle« hat kein Element namens »A«
    return triangle_edge(Triangle.C(), Triangle.A());
    ^
    /tmp/yaourt-tmp-chris/aur-openscenegraph-svn/src/trunk/src/osgUtil/tristripper/src/tri_stripper.cpp:419:28: Fehler: keine passende Funktion für Aufruf von »triangle_stripper::detail::triangle_edge::triangle_edge(int, int)«
    return triangle_edge(0, 0);
    ^
    /tmp/yaourt-tmp-chris/aur-openscenegraph-svn/src/trunk/src/osgUtil/tristripper/src/tri_stripper.cpp:419:28: Anmerkung: Kandidaten sind:
    In file included from /tmp/yaourt-tmp-chris/aur-openscenegraph-svn/src/trunk/src/osgUtil/tristripper/include/tri_stripper.h:46:0,
    from /tmp/yaourt-tmp-chris/aur-openscenegraph-svn/src/trunk/src/osgUtil/tristripper/src/tri_stripper.cpp:10:
    /tmp/yaourt-tmp-chris/aur-openscenegraph-svn/src/trunk/src/osgUtil/tristripper/include/detail/types.h:48:7: Anmerkung: triangle_stripper::detail::triangle_edge::triangle_edge()
    class triangle_edge
    ^
    /tmp/yaourt-tmp-chris/aur-openscenegraph-svn/src/trunk/src/osgUtil/tristripper/include/detail/types.h:48:7: Anmerkung: Kandidat erwartet 0 Argumente, 2 angegeben
    /tmp/yaourt-tmp-chris/aur-openscenegraph-svn/src/trunk/src/osgUtil/tristripper/include/detail/types.h:48:7: Anmerkung: triangle_stripper::detail::triangle_edge::triangle_edge(const triangle_stripper::detail::triangle_edge&)
    /tmp/yaourt-tmp-chris/aur-openscenegraph-svn/src/trunk/src/osgUtil/tristripper/include/detail/types.h:48:7: Anmerkung: Kandidat erwartet 1 Argument, 2 angegeben
    /tmp/yaourt-tmp-chris/aur-openscenegraph-svn/src/trunk/src/osgUtil/tristripper/src/tri_stripper.cpp: In statischer Elementfunktion »static triangle_stripper::detail::triangle_edge triangle_stripper::tri_stripper::LastEdge(const triangle_stripper::detail::triangle&, triangle_stripper::detail::triangle_order)«:
    /tmp/yaourt-tmp-chris/aur-openscenegraph-svn/src/trunk/src/osgUtil/tristripper/src/tri_stripper.cpp:430:33: Fehler: »const class triangle_stripper::detail::triangle« hat kein Element namens »B«
    return triangle_edge(Triangle.B(), Triangle.C());
    ^
    /tmp/yaourt-tmp-chris/aur-openscenegraph-svn/src/trunk/src/osgUtil/tristripper/src/tri_stripper.cpp:430:47: Fehler: »const class triangle_stripper::detail::triangle« hat kein Element namens »C«
    return triangle_edge(Triangle.B(), Triangle.C());
    ^
    /tmp/yaourt-tmp-chris/aur-openscenegraph-svn/src/trunk/src/osgUtil/tristripper/src/tri_stripper.cpp:433:33: Fehler: »const class triangle_stripper::detail::triangle« hat kein Element namens »C«
    return triangle_edge(Triangle.C(), Triangle.A());
    ^
    /tmp/yaourt-tmp-chris/aur-openscenegraph-svn/src/trunk/src/osgUtil/tristripper/src/tri_stripper.cpp:433:47: Fehler: »const class triangle_stripper::detail::triangle« hat kein Element namens »A«
    return triangle_edge(Triangle.C(), Triangle.A());
    ^
    /tmp/yaourt-tmp-chris/aur-openscenegraph-svn/src/trunk/src/osgUtil/tristripper/src/tri_stripper.cpp:436:33: Fehler: »const class triangle_stripper::detail::triangle« hat kein Element namens »A«
    return triangle_edge(Triangle.A(), Triangle.B());
    ^
    /tmp/yaourt-tmp-chris/aur-openscenegraph-svn/src/trunk/src/osgUtil/tristripper/src/tri_stripper.cpp:436:47: Fehler: »const class triangle_stripper::detail::triangle« hat kein Element namens »B«
    return triangle_edge(Triangle.A(), Triangle.B());
    ^
    /tmp/yaourt-tmp-chris/aur-openscenegraph-svn/src/trunk/src/osgUtil/tristripper/src/tri_stripper.cpp:440:28: Fehler: keine passende Funktion für Aufruf von »triangle_stripper::detail::triangle_edge::triangle_edge(int, int)«
    return triangle_edge(0, 0);
    ^
    /tmp/yaourt-tmp-chris/aur-openscenegraph-svn/src/trunk/src/osgUtil/tristripper/src/tri_stripper.cpp:440:28: Anmerkung: Kandidaten sind:
    In file included from /tmp/yaourt-tmp-chris/aur-openscenegraph-svn/src/trunk/src/osgUtil/tristripper/include/tri_stripper.h:46:0,
    from /tmp/yaourt-tmp-chris/aur-openscenegraph-svn/src/trunk/src/osgUtil/tristripper/src/tri_stripper.cpp:10:
    /tmp/yaourt-tmp-chris/aur-openscenegraph-svn/src/trunk/src/osgUtil/tristripper/include/detail/types.h:48:7: Anmerkung: triangle_stripper::detail::triangle_edge::triangle_edge()
    class triangle_edge
    ^
    /tmp/yaourt-tmp-chris/aur-openscenegraph-svn/src/trunk/src/osgUtil/tristripper/include/detail/types.h:48:7: Anmerkung: Kandidat erwartet 0 Argumente, 2 angegeben
    /tmp/yaourt-tmp-chris/aur-openscenegraph-svn/src/trunk/src/osgUtil/tristripper/include/detail/types.h:48:7: Anmerkung: triangle_stripper::detail::triangle_edge::triangle_edge(const triangle_stripper::detail::triangle_edge&)
    /tmp/yaourt-tmp-chris/aur-openscenegraph-svn/src/trunk/src/osgUtil/tristripper/include/detail/types.h:48:7: Anmerkung: Kandidat erwartet 1 Argument, 2 angegeben
    /tmp/yaourt-tmp-chris/aur-openscenegraph-svn/src/trunk/src/osgUtil/tristripper/src/tri_stripper.cpp: Im globalen Gültigkeitsbereich:
    /tmp/yaourt-tmp-chris/aur-openscenegraph-svn/src/trunk/src/osgUtil/tristripper/src/tri_stripper.cpp:446:42: Fehler: »index« bezeichnet keinen Typ
    inline void tri_stripper::AddIndex(const index i, const bool NotSimulation)
    ^
    /tmp/yaourt-tmp-chris/aur-openscenegraph-svn/src/trunk/src/osgUtil/tristripper/src/tri_stripper.cpp:446:48: Warnung: ISO-C++ verbietet Deklaration von »i« ohne Typ [-fpermissive]
    inline void tri_stripper::AddIndex(const index i, const bool NotSimulation)
    ^
    /tmp/yaourt-tmp-chris/aur-openscenegraph-svn/src/trunk/src/osgUtil/tristripper/src/tri_stripper.cpp: In Elementfunktion »void triangle_stripper::tri_stripper::AddIndex(int, bool)«:
    /tmp/yaourt-tmp-chris/aur-openscenegraph-svn/src/trunk/src/osgUtil/tristripper/src/tri_stripper.cpp:452:37: Fehler: Abfrage des Elementes »push_back« in »((triangle_stripper::tri_stripper*)this)->triangle_stripper::tri_stripper::m_PrimitivesVector.std::vector<_Tp, _Alloc>::back<triangle_stripper::primitive_group, std::allocator<triangle_stripper::primitive_group> >().triangle_stripper::primitive_group::Indices«, das vom Nicht-Klassentyp »triangle_stripper::indices {aka int}« ist
    m_PrimitivesVector.back().Indices.push_back(i);
    ^
    /tmp/yaourt-tmp-chris/aur-openscenegraph-svn/src/trunk/src/osgUtil/tristripper/src/tri_stripper.cpp: Im globalen Gültigkeitsbereich:
    /tmp/yaourt-tmp-chris/aur-openscenegraph-svn/src/trunk/src/osgUtil/tristripper/src/tri_stripper.cpp:457:46: Fehler: »index« bezeichnet keinen Typ
    inline void tri_stripper::BackAddIndex(const index i)
    ^
    /tmp/yaourt-tmp-chris/aur-openscenegraph-svn/src/trunk/src/osgUtil/tristripper/src/tri_stripper.cpp:457:52: Warnung: ISO-C++ verbietet Deklaration von »i« ohne Typ [-fpermissive]
    inline void tri_stripper::BackAddIndex(const index i)
    ^
    /tmp/yaourt-tmp-chris/aur-openscenegraph-svn/src/trunk/src/osgUtil/tristripper/src/tri_stripper.cpp: In Elementfunktion »void triangle_stripper::tri_stripper::AddTriangle(const triangle_stripper::detail::triangle&, triangle_stripper::detail::triangle_order, bool)«:
    /tmp/yaourt-tmp-chris/aur-openscenegraph-svn/src/trunk/src/osgUtil/tristripper/src/tri_stripper.cpp:470:16: Fehler: »const class triangle_stripper::detail::triangle« hat kein Element namens »A«
    AddIndex(Tri.A(), NotSimulation);
    ^
    /tmp/yaourt-tmp-chris/aur-openscenegraph-svn/src/trunk/src/osgUtil/tristripper/src/tri_stripper.cpp:471:16: Fehler: »const class triangle_stripper::detail::triangle« hat kein Element namens »B«
    AddIndex(Tri.B(), NotSimulation);
    ^
    /tmp/yaourt-tmp-chris/aur-openscenegraph-svn/src/trunk/src/osgUtil/tristripper/src/tri_stripper.cpp:472:16: Fehler: »const class triangle_stripper::detail::triangle« hat kein Element namens »C«
    AddIndex(Tri.C(), NotSimulation);
    ^
    /tmp/yaourt-tmp-chris/aur-openscenegraph-svn/src/trunk/src/osgUtil/tristripper/src/tri_stripper.cpp:476:16: Fehler: »const class triangle_stripper::detail::triangle« hat kein Element namens »B«
    AddIndex(Tri.B(), NotSimulation);
    ^
    /tmp/yaourt-tmp-chris/aur-openscenegraph-svn/src/trunk/src/osgUtil/tristripper/src/tri_stripper.cpp:477:16: Fehler: »const class triangle_stripper::detail::triangle« hat kein Element namens »C«
    AddIndex(Tri.C(), NotSimulation);
    ^
    /tmp/yaourt-tmp-chris/aur-openscenegraph-svn/src/trunk/src/osgUtil/tristripper/src/tri_stripper.cpp:478:16: Fehler: »const class triangle_stripper::detail::triangle« hat kein Element namens »A«
    AddIndex(Tri.A(), NotSimulation);
    ^
    /tmp/yaourt-tmp-chris/aur-openscenegraph-svn/src/trunk/src/osgUtil/tristripper/src/tri_stripper.cpp:482:16: Fehler: »const class triangle_stripper::detail::triangle« hat kein Element namens »C«
    AddIndex(Tri.C(), NotSimulation);
    ^
    /tmp/yaourt-tmp-chris/aur-openscenegraph-svn/src/trunk/src/osgUtil/tristripper/src/tri_stripper.cpp:483:16: Fehler: »const class triangle_stripper::detail::triangle« hat kein Element namens »A«
    AddIndex(Tri.A(), NotSimulation);
    ^
    /tmp/yaourt-tmp-chris/aur-openscenegraph-svn/src/trunk/src/osgUtil/tristripper/src/tri_stripper.cpp:484:16: Fehler: »const class triangle_stripper::detail::triangle« hat kein Element namens »B«
    AddIndex(Tri.B(), NotSimulation);
    ^
    /tmp/yaourt-tmp-chris/aur-openscenegraph-svn/src/trunk/src/osgUtil/tristripper/src/tri_stripper.cpp: In Elementfunktion »void triangle_stripper::tri_stripper::BackAddTriangle(const triangle_stripper::detail::triangle&, triangle_stripper::detail::triangle_order)«:
    /tmp/yaourt-tmp-chris/aur-openscenegraph-svn/src/trunk/src/osgUtil/tristripper/src/tri_stripper.cpp:496:20: Fehler: »const class triangle_stripper::detail::triangle« hat kein Element namens »C«
    BackAddIndex(Tri.C());
    ^
    /tmp/yaourt-tmp-chris/aur-openscenegraph-svn/src/trunk/src/osgUtil/tristripper/src/tri_stripper.cpp:497:20: Fehler: »const class triangle_stripper::detail::triangle« hat kein Element namens »B«
    BackAddIndex(Tri.B());
    ^
    /tmp/yaourt-tmp-chris/aur-openscenegraph-svn/src/trunk/src/osgUtil/tristripper/src/tri_stripper.cpp:498:20: Fehler: »const class triangle_stripper::detail::triangle« hat kein Element namens »A«
    BackAddIndex(Tri.A());
    ^
    /tmp/yaourt-tmp-chris/aur-openscenegraph-svn/src/trunk/src/osgUtil/tristripper/src/tri_stripper.cpp:502:20: Fehler: »const class triangle_stripper::detail::triangle« hat kein Element namens »A«
    BackAddIndex(Tri.A());
    ^
    /tmp/yaourt-tmp-chris/aur-openscenegraph-svn/src/trunk/src/osgUtil/tristripper/src/tri_stripper.cpp:503:20: Fehler: »const class triangle_stripper::detail::triangle« hat kein Element namens »C«
    BackAddIndex(Tri.C());
    ^
    /tmp/yaourt-tmp-chris/aur-openscenegraph-svn/src/trunk/src/osgUtil/tristripper/src/tri_stripper.cpp:504:20: Fehler: »const class triangle_stripper::detail::triangle« hat kein Element namens »B«
    BackAddIndex(Tri.B());
    ^
    /tmp/yaourt-tmp-chris/aur-openscenegraph-svn/src/trunk/src/osgUtil/tristripper/src/tri_stripper.cpp:508:20: Fehler: »const class triangle_stripper::detail::triangle« hat kein Element namens »B«
    BackAddIndex(Tri.B());
    ^
    /tmp/yaourt-tmp-chris/aur-openscenegraph-svn/src/trunk/src/osgUtil/tristripper/src/tri_stripper.cpp:509:20: Fehler: »const class triangle_stripper::detail::triangle« hat kein Element namens »A«
    BackAddIndex(Tri.A());
    ^
    /tmp/yaourt-tmp-chris/aur-openscenegraph-svn/src/trunk/src/osgUtil/tristripper/src/tri_stripper.cpp:510:20: Fehler: »const class triangle_stripper::detail::triangle« hat kein Element namens »C«
    BackAddIndex(Tri.C());
    ^
    /tmp/yaourt-tmp-chris/aur-openscenegraph-svn/src/trunk/src/osgUtil/tristripper/src/tri_stripper.cpp: In Elementfunktion »void triangle_stripper::tri_stripper::AddLeftTriangles()«:
    /tmp/yaourt-tmp-chris/aur-openscenegraph-svn/src/trunk/src/osgUtil/tristripper/src/tri_stripper.cpp:527:12: Fehler: Abfrage des Elementes »push_back« in »Indices«, das vom Nicht-Klassentyp »triangle_stripper::indices {aka int}« ist
    Indices.push_back(m_Triangles[i]->A());
    ^
    /tmp/yaourt-tmp-chris/aur-openscenegraph-svn/src/trunk/src/osgUtil/tristripper/src/tri_stripper.cpp:527:38: Fehler: »class triangle_stripper::detail::triangle« hat kein Element namens »A«
    Indices.push_back(m_Triangles[i]->A());
    ^
    /tmp/yaourt-tmp-chris/aur-openscenegraph-svn/src/trunk/src/osgUtil/tristripper/src/tri_stripper.cpp:528:12: Fehler: Abfrage des Elementes »push_back« in »Indices«, das vom Nicht-Klassentyp »triangle_stripper::indices {aka int}« ist
    Indices.push_back(m_Triangles[i]->B());
    ^
    /tmp/yaourt-tmp-chris/aur-openscenegraph-svn/src/trunk/src/osgUtil/tristripper/src/tri_stripper.cpp:528:38: Fehler: »class triangle_stripper::detail::triangle« hat kein Element namens »B«
    Indices.push_back(m_Triangles[i]->B());
    ^
    /tmp/yaourt-tmp-chris/aur-openscenegraph-svn/src/trunk/src/osgUtil/tristripper/src/tri_stripper.cpp:529:12: Fehler: Abfrage des Elementes »push_back« in »Indices«, das vom Nicht-Klassentyp »triangle_stripper::indices {aka int}« ist
    Indices.push_back(m_Triangles[i]->C());
    ^
    /tmp/yaourt-tmp-chris/aur-openscenegraph-svn/src/trunk/src/osgUtil/tristripper/src/tri_stripper.cpp:529:38: Fehler: »class triangle_stripper::detail::triangle« hat kein Element namens »C«
    Indices.push_back(m_Triangles[i]->C());
    ^
    /tmp/yaourt-tmp-chris/aur-openscenegraph-svn/src/trunk/src/osgUtil/tristripper/src/tri_stripper.cpp:533:14: Fehler: Abfrage des Elementes »size« in »Indices«, das vom Nicht-Klassentyp »triangle_stripper::indices {aka int}« ist
    if (Indices.size() == 0)
    ^
    In file included from /tmp/yaourt-tmp-chris/aur-openscenegraph-svn/src/trunk/src/osgUtil/tristripper/include/tri_stripper.h:43:0,
    from /tmp/yaourt-tmp-chris/aur-openscenegraph-svn/src/trunk/src/osgUtil/tristripper/src/tri_stripper.cpp:10:
    /tmp/yaourt-tmp-chris/aur-openscenegraph-svn/src/trunk/src/osgUtil/tristripper/include/detail/cache_simulator.h: In Elementfunktion »size_t triangle_stripper::detail::cache_simulator::size() const«:
    /tmp/yaourt-tmp-chris/aur-openscenegraph-svn/src/trunk/src/osgUtil/tristripper/include/detail/cache_simulator.h:97:1: Warnung: Kontrollfluss erreicht Ende von Nicht-void-Funktion [-Wreturn-type]
    ^
    /tmp/yaourt-tmp-chris/aur-openscenegraph-svn/src/trunk/src/osgUtil/tristripper/src/tri_stripper.cpp: In statischer Elementfunktion »static triangle_stripper::detail::triangle_edge triangle_stripper::tri_stripper::LastEdge(const triangle_stripper::detail::triangle&, triangle_stripper::detail::triangle_order)«:
    /tmp/yaourt-tmp-chris/aur-openscenegraph-svn/src/trunk/src/osgUtil/tristripper/src/tri_stripper.cpp:442:1: Warnung: Kontrollfluss erreicht Ende von Nicht-void-Funktion [-Wreturn-type]
    ^
    /tmp/yaourt-tmp-chris/aur-openscenegraph-svn/src/trunk/src/osgUtil/tristripper/src/tri_stripper.cpp: In statischer Elementfunktion »static triangle_stripper::detail::triangle_edge triangle_stripper::tri_stripper::FirstEdge(const triangle_stripper::detail::triangle&, triangle_stripper::detail::triangle_order)«:
    /tmp/yaourt-tmp-chris/aur-openscenegraph-svn/src/trunk/src/osgUtil/tristripper/src/tri_stripper.cpp:421:1: Warnung: Kontrollfluss erreicht Ende von Nicht-void-Funktion [-Wreturn-type]
    ^
    src/osgUtil/CMakeFiles/osgUtil.dir/build.make:839: recipe for target 'src/osgUtil/CMakeFiles/osgUtil.dir/tristripper/src/tri_stripper.o' failed
    make[2]: *** [src/osgUtil/CMakeFiles/osgUtil.dir/tristripper/src/tri_stripper.o] Error 1
    make[2]: *** Warte auf noch nicht beendete Prozesse...
    CMakeFiles/Makefile2:352: recipe for target 'src/osgUtil/CMakeFiles/osgUtil.dir/all' failed
    make[1]: *** [src/osgUtil/CMakeFiles/osgUtil.dir/all] Error 2
    Makefile:116: recipe for target 'all' failed
    make: *** [all] Error 2
    ==> FEHLER: Ein Fehler geschah in build().
    Breche ab ...
    ==> ERROR: Makepkg was unable to build openscenegraph-svn.
    ...I'm getting desperate...
    Edit:
    gotta go now. I'll be back later tonight.
    Thanks for all your help so far! Greatly appreciated!
    Last edited by chris_blues (2013-10-23 14:18:01)

  • Differences xml-db  between R10g2 and R11_2 ?

    HI,
    there are differences in xml-db between R10g2 and R11_2 ?
    where I can find about it
    regards
    Edited by: astramare on Feb 17, 2011 3:04 PM

    ok:
    we have changed our DB from R10.2 to R11_2
    by using DataPump
    we do create a lot of different schema-based xml-Data
    by using DBMS_XMLGEN
    from a sql/xml-function based View
    like
    xmldoc := DBMS_XMLGEN.getXML(ctx);
    xmldoc_xmlType:=(xmltype(xmldoc)) ;
    xmldoc_xmlType.isSchemaValid
    dbms_xslprocessor.clob2file
    all other xml_schema do work fine after migration
    with this one following exception
    while validate the output inside a package
    we get an error
    LSX-00285: Referenzierter Schlüssel "405986.0" ist nicht definiert
    to look at differences
    I have identical created
    one XML-output in the ( old ) 10gR2 -DB
    and
    one XML-output in the ( new ) 11R2 - DB
    both I can ok validate against the same schema inside XML-Spy ( Vers 2006 )
    but
    the R10_2 XMLType does ok validate in DB 10gR2
    the R11_2 XMLType does not validate in R11 !
    by view the xml-data-files in XMLSpy or another editor
    there obvious a difference:
    In the SQL/XML-select I work with .extract
    the xml-output from R10 is correct in a xml-like structure
    the xml-output from R11 is not
    both data-file have the identical ascii-words
    but different size in kByte
    the call to register the schema in R10_2 and R11_2 is identical:
    dbms_xmlschema.registerSchema(
    schemaurl => vschemaurl,
    schemadoc => xsd_file,
    local => FALSE,
    gentypes => TRUE,
    genbean => FALSE,
    gentables => TRUE,
    force => FALSE,
    owner => dbuser
    ,CSID => nls_charset_id('AL32UTF8')
    the xml-schemas looks :
    R10
    <xs:schema targetNamespace="http://www.abcde.de/nsdir"
    elementFormDefault="qualified"
    attributeFormDefault="unqualified"
    xdb:flags="311"
    xdb:schemaURL="http://www.abcde.de/nsdis/SCHEMABEZ.XSD"
    xdb:schemaOwner="USER"
    xdb:numProps="36">
    R11:
    <xs:schema targetNamespace="http://www.abcde.de/nsdir"
    elementFormDefault="qualified"
    attributeFormDefault="unqualified"
    -- new ?!
    xdb:storeVarrayAsTable="true"
    -- flag ?!
    xdb:flags="8503"
    xdb:schemaURL="http://www.abcde.de/nsdis/SCHEMABEZ.XSD"
    xdb:schemaOwner="USER"
    xdb:numProps="36">
    may be its a problem inside the data in the Views ?
    or a difference between R10 and r11 ?
    regards

  • OrderBooking sample corrupt after installing patches 1,2,3?

    Hi,
    I did a fresh install of PM GA on my win xp machine. Then used obant in 127.OrderBooking and all was fine.
    Then I installed the mandatory patch and the three patches 1,2,3 and tried to use obant again in 127.OrderBooking. This worked fine. But in BPELConsole, the FulFillOrders Process had an error. I undeployed everything and used obant a third time causing this error:
    FulFillOrders:
    [bpelc] "C:\OraBPELPM_1\integration\orabpel\samples\tutorials\127.OrderBooki
    ngTutorial\FulFillOrders\FulFillOrders.bpel" wird validiert...
    [bpelc] BPEL-Validierung nicht erfolgreich.
    [bpelc] Validierung der BPEL-Quelle nicht erfolgreich. Fehler:
    [bpelc]
    [bpelc] [Fehler ORABPEL-10017]: nicht aufgel÷ster Vorgang
    [bpelc] [Beschreibung]: in Zeile 22 von "C:\OraBPELPM_1\integration\orabpel
    \samples\tutorials\127.OrderBookingTutorial\FulFillOrders\FulFillOrders.bpel", V
    organg "initiate" ist in portType "{http://xmlns.oracle.com/FulFillOrders}FulFil
    lOrders" von <receive> "receiveInput" nicht definiert.
    [bpelc] [M÷gliche Behebung]: Vergewissern Sie sich, dass der Vorgang "initi
    ate" im portType "{http://xmlns.oracle.com/FulFillOrders}FulFillOrders" definier
    t ist, der in der WSDL-Datei "file:/C:/OraBPELPM_1/integration/orabpel/samples/t
    utorials/127.OrderBookingTutorial/FulFillOrders/FulFillOrders.wsdl" definiert wi
    rd.
    [bpelc] .
    BUILD FAILED
    Any idea? The engine output says I should check if the patch classes are in bpel-domain-property-somewhat.
    Any help appreciated...
    Torsten

    @ This happens because bpelc in the patch now uses a new orawsdl lib that does
    @ different processing for porttype elements with the same name.
    @ The WSDL contains:
    @ <portType name="FulFillOrders">
    @ <operation name="initiate">
    @ <input message="client:FulFillOrdersRequestMessage"/>
    @ </operation>
    @ </portType>
    @ <portType name="FulFillOrders">
    @ <operation name="onError">
    @ <input message="client:FulFillOrdersErrorMessage"/>
    @ </operation>
    @ </portType>
    @ Before patch 2, if loaded the porttype "FulfillOrders" would show BOTH
    @ operations "initiate" and "onError".
    @ Now, in patch 2, the second porttype definition (op=onError) overrides the
    @ first (op=initiate), so the porttype=FufillOrders;op=initiate is not found,
    @ hence the error.
    @ The Error message is confusing (insists that there is no operation "initiate"
    @ defined for portytpe "FulfillOrders") but any user can see that clearly, not
    @ realizing that there is an overwrite happening.
    You can rename one of the porttypes (the onError one) to something like FulfillOrders_e and it should work.

  • [solved] error makepkg (make aborts) nucleo-cvs from AUR

    hi
    i wanted to try metisse and to do that i downloaded metisse-cvs and nucleo-cvs tarballs from aur. but if i "makepkg" to build nucleo-package i get the following:
    ==> Starting make...
    found automake 1.10.1 (1.7.x or better required)
    found libtool 1.5.26 (1.4.x or better required)
    found autoconf 2.61 (2.59 or better required)
    found pkg-config 0.22 (0.17.2 or better required)
    + rm -rf 'autom4te*.cache'
    + libtoolize --automake --copy
    + aclocal --force
    + autoheader --force
    + automake --add-missing --copy --force-missing
    configure.ac:17: installing `build-utils/install-sh'
    configure.ac:17: installing `build-utils/missing'
    Makefile.am: installing `./INSTALL'
    apps/Makefile.am: installing `build-utils/depcomp'
    nucleo/plugins/qt/Makefile.am:23: `%'-style pattern rules are a GNU make extension
    + autoconf --force
    checking for a BSD-compatible install... /bin/install -c
    checking whether build environment is sane... yes
    checking for a thread-safe mkdir -p... /bin/mkdir -p
    checking for gawk... gawk
    checking whether make sets $(MAKE)... yes
    checking for g++... g++
    checking for C++ compiler default output file name... a.out
    checking whether the C++ compiler works... yes
    checking whether we are cross compiling... no
    checking for suffix of executables...
    checking for suffix of object files... o
    checking whether we are using the GNU C++ compiler... yes
    checking whether g++ accepts -g... yes
    checking for style of include used by make... GNU
    checking dependency style of g++... gcc3
    checking build system type... i686-pc-linux-gnu
    checking host system type... i686-pc-linux-gnu
    checking for gcc... gcc
    checking whether we are using the GNU C compiler... yes
    checking whether gcc accepts -g... yes
    checking for gcc option to accept ISO C89... none needed
    checking dependency style of gcc... gcc3
    checking for a sed that does not truncate output... /bin/sed
    checking for grep that handles long lines and -e... /bin/grep
    checking for egrep... /bin/grep -E
    checking for ld used by gcc... /usr/bin/ld
    checking if the linker (/usr/bin/ld) is GNU ld... yes
    checking for /usr/bin/ld option to reload object files... -r
    checking for BSD-compatible nm... /usr/bin/nm -B
    checking whether ln -s works... yes
    checking how to recognize dependent libraries... pass_all
    checking how to run the C preprocessor... gcc -E
    checking for ANSI C header files... yes
    checking for sys/types.h... yes
    checking for sys/stat.h... yes
    checking for stdlib.h... yes
    checking for string.h... yes
    checking for memory.h... yes
    checking for strings.h... yes
    checking for inttypes.h... yes
    checking for stdint.h... yes
    checking for unistd.h... yes
    checking dlfcn.h usability... yes
    checking dlfcn.h presence... yes
    checking for dlfcn.h... yes
    checking how to run the C++ preprocessor... g++ -E
    checking for g77... no
    checking for xlf... no
    checking for f77... no
    checking for frt... no
    checking for pgf77... no
    checking for cf77... no
    checking for fort77... no
    checking for fl32... no
    checking for af77... no
    checking for xlf90... no
    checking for f90... no
    checking for pgf90... no
    checking for pghpf... no
    checking for epcf90... no
    checking for gfortran... gfortran
    checking whether we are using the GNU Fortran 77 compiler... yes
    checking whether gfortran accepts -g... yes
    checking the maximum length of command line arguments... 98304
    checking command to parse /usr/bin/nm -B output from gcc object... ok
    checking for objdir... .libs
    checking for ar... ar
    checking for ranlib... ranlib
    checking for strip... strip
    checking if gcc supports -fno-rtti -fno-exceptions... no
    checking for gcc option to produce PIC... -fPIC
    checking if gcc PIC flag -fPIC works... yes
    checking if gcc static flag -static works... yes
    checking if gcc supports -c -o file.o... yes
    checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
    checking whether -lc should be explicitly linked in... no
    checking dynamic linker characteristics... GNU/Linux ld.so
    checking how to hardcode library paths into programs... immediate
    checking whether stripping libraries is possible... yes
    checking if libtool supports shared libraries... yes
    checking whether to build shared libraries... yes
    checking whether to build static libraries... no
    configure: creating libtool
    appending configuration tag "CXX" to libtool
    checking for ld used by g++... /usr/bin/ld
    checking if the linker (/usr/bin/ld) is GNU ld... yes
    checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
    checking for g++ option to produce PIC... -fPIC
    checking if g++ PIC flag -fPIC works... yes
    checking if g++ static flag -static works... yes
    checking if g++ supports -c -o file.o... yes
    checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
    checking dynamic linker characteristics... GNU/Linux ld.so
    (cached) (cached) checking how to hardcode library paths into programs... immediate
    appending configuration tag "F77" to libtool
    checking if libtool supports shared libraries... yes
    checking whether to build shared libraries... yes
    checking whether to build static libraries... no
    checking for gfortran option to produce PIC... -fPIC
    checking if gfortran PIC flag -fPIC works... yes
    checking if gfortran static flag -static works... yes
    checking if gfortran supports -c -o file.o... yes
    checking whether the gfortran linker (/usr/bin/ld) supports shared libraries... yes
    checking dynamic linker characteristics... GNU/Linux ld.so
    (cached) (cached) checking how to hardcode library paths into programs... immediate
    checking for pkg-config... /usr/bin/pkg-config
    checking for void *... yes
    checking size of void *... 4
    checking for unsigned... yes
    checking size of unsigned... 4
    debug unsigned int size: 4
    checking hash_map usability... yes
    checking hash_map presence... yes
    checking for hash_map... yes
    checking ext/hash_map usability... yes
    checking ext/hash_map presence... yes
    checking for ext/hash_map... yes
    checking for X... libraries , headers
    checking for gethostbyname... yes
    checking for connect... yes
    checking for remove... yes
    checking for shmat... yes
    checking for IceConnectionNumber in -lICE... yes
    checking GL/gl.h usability... yes
    checking GL/gl.h presence... yes
    checking for GL/gl.h... yes
    checking for GL/glext.h... yes
    checking for GL/glu.h... yes
    checking for GL/glx.h... yes
    checking for pthread_create in -lpthread... yes
    checking for glFlush in -lGL... yes
    checking for gluUnProject in -lGLU... yes
    checking for XListInputDevices in -lXi... yes
    checking for glXGetProcAddress in -lGL... yes
    checking for jpeg_start_decompress in -ljpeg... yes
    checking jpeglib.h usability... yes
    checking jpeglib.h presence... yes
    checking for jpeglib.h... yes
    checking for libpng using pkg-config... yes
    checking for libexif using pkg-config... yes
    checking for freetype2 using pkg-config... yes
    checking for DNSServiceRegister in -ldns_sd... yes
    checking dns_sd.h usability... yes
    checking dns_sd.h presence... yes
    checking for dns_sd.h... yes
    checking for XML_GetFeatureList in -lexpat... yes
    checking expat.h usability... yes
    checking expat.h presence... yes
    checking for expat.h... yes
    checking for gnutls using pkg-config... yes
    checking for dlfcn.h... (cached) yes
    checking dl.h usability... no
    checking dl.h presence... no
    checking for dl.h... no
    checking for dlopen... yes
    checking for libavformat using pkg-config... yes
    checking for QtCore using pkg-config... no
    checking for gdlib-config... yes
    checking for opencv using pkg-config... no
    configure: creating ./config.status
    config.status: creating Makefile
    config.status: creating nucleo/nucleo.H
    config.status: creating nucleo/Makefile
    config.status: creating nucleo/core/Makefile
    config.status: creating nucleo/core/select/Makefile
    config.status: creating nucleo/core/carbon/Makefile
    config.status: creating nucleo/core/corefoundation/Makefile
    config.status: creating nucleo/utils/Makefile
    config.status: creating nucleo/xml/Makefile
    config.status: creating nucleo/network/Makefile
    config.status: creating nucleo/network/udp/Makefile
    config.status: creating nucleo/network/tcp/Makefile
    config.status: creating nucleo/network/http/Makefile
    config.status: creating nucleo/network/dnssd/Makefile
    config.status: creating nucleo/network/xmpp/Makefile
    config.status: creating nucleo/image/Makefile
    config.status: creating nucleo/image/encoding/Makefile
    config.status: creating nucleo/image/source/Makefile
    config.status: creating nucleo/image/sink/Makefile
    config.status: creating nucleo/image/processing/Makefile
    config.status: creating nucleo/image/processing/basic/Makefile
    config.status: creating nucleo/image/processing/chromakeying/Makefile
    config.status: creating nucleo/image/processing/convolution/Makefile
    config.status: creating nucleo/image/processing/difference/Makefile
    config.status: creating nucleo/image/processing/gamma/Makefile
    config.status: creating nucleo/image/processing/noise/Makefile
    config.status: creating nucleo/gl/Makefile
    config.status: creating nucleo/gl/glIncludes.H
    config.status: creating nucleo/gl/window/Makefile
    config.status: creating nucleo/gl/texture/Makefile
    config.status: creating nucleo/gl/text/Makefile
    config.status: creating nucleo/gl/scenegraph/Makefile
    config.status: creating nucleo/gl/shading/Makefile
    config.status: creating nucleo/helpers/Makefile
    config.status: creating nucleo/plugins/Makefile
    config.status: creating nucleo/plugins/vnc/Makefile
    config.status: creating nucleo/plugins/ffmpeg/Makefile
    config.status: creating nucleo/plugins/qt/Makefile
    config.status: creating nucleo/plugins/gd/Makefile
    config.status: creating tests/Makefile
    config.status: creating demos/Makefile
    config.status: creating demos/video/Makefile
    config.status: creating demos/misc/Makefile
    config.status: creating demos/vnc/Makefile
    config.status: creating demos/opencv/Makefile
    config.status: creating demos/opencv/faceFinder/Makefile
    config.status: creating demos/opencv/opticalFlow/Makefile
    config.status: creating apps/Makefile
    config.status: creating apps/videoServer/Makefile
    config.status: creating data/Makefile
    config.status: creating data/vera/Makefile
    config.status: creating docs/Makefile
    config.status: creating docs/MacOSX/Makefile
    config.status: creating docs/MacOSX/nTest
    config.status: WARNING: docs/MacOSX/nTest.in seems to ignore the --datarootdir setting
    config.status: creating docs/MacOSX/nBundle
    config.status: WARNING: docs/MacOSX/nBundle.in seems to ignore the --datarootdir setting
    config.status: creating build-utils/Makefile
    config.status: creating build-utils/rpm/Makefile
    config.status: creating build-utils/rpm/nucleo.spec
    config.status: creating nucleo-config
    config.status: creating nucleo.pc
    config.status: creating nucleo/config.H
    config.status: executing depfiles commands
    Núcleo configuration:
    Architecture: i686-pc-linux-gnu
    glWindow backend? GLX + Xinput glXGetProcAddress
    JPEG image support? yes (using libjpeg)
    PNG image support? yes (using libpng)
    EXIF support? yes (using libexif)
    Freetype2 support? yes
    DNS-SD support? yes
    <eXpat/> support? yes
    GnuTLS support? yes
    FFmpeg plugin? yes
    VNC plugin? no (--with-vnc option not or badly used)
    Qt plugin? no (QtCore not found by pkg-config)
    GD plugin? yes
    Build OpenCV demos? no (opencv not found by pkg-config)
    Making all in nucleo
    make[1]: Entering directory `/home/user/pakete/nucleo-cvs/src/nucleo-build/nucleo'
    make all-recursive
    make[2]: Entering directory `/home/user/pakete/nucleo-cvs/src/nucleo-build/nucleo'
    Making all in core
    make[3]: Entering directory `/home/user/pakete/nucleo-cvs/src/nucleo-build/nucleo/core'
    Making all in select
    make[4]: Entering directory `/home/user/pakete/nucleo-cvs/src/nucleo-build/nucleo/core/select'
    /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../nucleo -I../../.. -I../../.. -I/usr/include/libpng12 -I/usr/include/freetype2 -march=i686 -mtune=generic -O2 -pipe -MT sTimeKeeper.lo -MD -MP -MF .deps/sTimeKeeper.Tpo -c -o sTimeKeeper.lo sTimeKeeper.cxx
    mkdir .libs
    g++ -DHAVE_CONFIG_H -I. -I../../../nucleo -I../../.. -I../../.. -I/usr/include/libpng12 -I/usr/include/freetype2 -march=i686 -mtune=generic -O2 -pipe -MT sTimeKeeper.lo -MD -MP -MF .deps/sTimeKeeper.Tpo -c sTimeKeeper.cxx -fPIC -DPIC -o .libs/sTimeKeeper.o
    mv -f .deps/sTimeKeeper.Tpo .deps/sTimeKeeper.Plo
    /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../nucleo -I../../.. -I../../.. -I/usr/include/libpng12 -I/usr/include/freetype2 -march=i686 -mtune=generic -O2 -pipe -MT sFileKeeper.lo -MD -MP -MF .deps/sFileKeeper.Tpo -c -o sFileKeeper.lo sFileKeeper.cxx
    g++ -DHAVE_CONFIG_H -I. -I../../../nucleo -I../../.. -I../../.. -I/usr/include/libpng12 -I/usr/include/freetype2 -march=i686 -mtune=generic -O2 -pipe -MT sFileKeeper.lo -MD -MP -MF .deps/sFileKeeper.Tpo -c sFileKeeper.cxx -fPIC -DPIC -o .libs/sFileKeeper.o
    mv -f .deps/sFileKeeper.Tpo .deps/sFileKeeper.Plo
    /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../nucleo -I../../.. -I../../.. -I/usr/include/libpng12 -I/usr/include/freetype2 -march=i686 -mtune=generic -O2 -pipe -MT sReactiveEngine.lo -MD -MP -MF .deps/sReactiveEngine.Tpo -c -o sReactiveEngine.lo sReactiveEngine.cxx
    g++ -DHAVE_CONFIG_H -I. -I../../../nucleo -I../../.. -I../../.. -I/usr/include/libpng12 -I/usr/include/freetype2 -march=i686 -mtune=generic -O2 -pipe -MT sReactiveEngine.lo -MD -MP -MF .deps/sReactiveEngine.Tpo -c sReactiveEngine.cxx -fPIC -DPIC -o .libs/sReactiveEngine.o
    mv -f .deps/sReactiveEngine.Tpo .deps/sReactiveEngine.Plo
    /bin/sh ../../../libtool --tag=CXX --mode=link g++ -march=i686 -mtune=generic -O2 -pipe -o libselect.la sTimeKeeper.lo sFileKeeper.lo sReactiveEngine.lo -lexpat -ldns_sd -ljpeg -lGLU -lGL -lpthread -lSM -lICE -lXi -lpng12 -lexif -lm -lfreetype -lz -lgnutls
    ar cru .libs/libselect.a .libs/sTimeKeeper.o .libs/sFileKeeper.o .libs/sReactiveEngine.o
    ranlib .libs/libselect.a
    creating libselect.la
    (cd .libs && rm -f libselect.la && ln -s ../libselect.la libselect.la)
    make[4]: Leaving directory `/home/user/pakete/nucleo-cvs/src/nucleo-build/nucleo/core/select'
    make[4]: Entering directory `/home/user/pakete/nucleo-cvs/src/nucleo-build/nucleo/core'
    /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../nucleo -I../.. -I../.. -I/usr/include/libpng12 -I/usr/include/freetype2 -march=i686 -mtune=generic -O2 -pipe -MT TimeKeeper.lo -MD -MP -MF .deps/TimeKeeper.Tpo -c -o TimeKeeper.lo TimeKeeper.cxx
    mkdir .libs
    g++ -DHAVE_CONFIG_H -I. -I../../nucleo -I../.. -I../.. -I/usr/include/libpng12 -I/usr/include/freetype2 -march=i686 -mtune=generic -O2 -pipe -MT TimeKeeper.lo -MD -MP -MF .deps/TimeKeeper.Tpo -c TimeKeeper.cxx -fPIC -DPIC -o .libs/TimeKeeper.o
    mv -f .deps/TimeKeeper.Tpo .deps/TimeKeeper.Plo
    /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../nucleo -I../.. -I../.. -I/usr/include/libpng12 -I/usr/include/freetype2 -march=i686 -mtune=generic -O2 -pipe -MT FileKeeper.lo -MD -MP -MF .deps/FileKeeper.Tpo -c -o FileKeeper.lo FileKeeper.cxx
    g++ -DHAVE_CONFIG_H -I. -I../../nucleo -I../.. -I../.. -I/usr/include/libpng12 -I/usr/include/freetype2 -march=i686 -mtune=generic -O2 -pipe -MT FileKeeper.lo -MD -MP -MF .deps/FileKeeper.Tpo -c FileKeeper.cxx -fPIC -DPIC -o .libs/FileKeeper.o
    mv -f .deps/FileKeeper.Tpo .deps/FileKeeper.Plo
    /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../nucleo -I../.. -I../.. -I/usr/include/libpng12 -I/usr/include/freetype2 -march=i686 -mtune=generic -O2 -pipe -MT ReactiveEngine.lo -MD -MP -MF .deps/ReactiveEngine.Tpo -c -o ReactiveEngine.lo ReactiveEngine.cxx
    g++ -DHAVE_CONFIG_H -I. -I../../nucleo -I../.. -I../.. -I/usr/include/libpng12 -I/usr/include/freetype2 -march=i686 -mtune=generic -O2 -pipe -MT ReactiveEngine.lo -MD -MP -MF .deps/ReactiveEngine.Tpo -c ReactiveEngine.cxx -fPIC -DPIC -o .libs/ReactiveEngine.o
    mv -f .deps/ReactiveEngine.Tpo .deps/ReactiveEngine.Plo
    /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../nucleo -I../.. -I../.. -I/usr/include/libpng12 -I/usr/include/freetype2 -march=i686 -mtune=generic -O2 -pipe -MT ReactiveObject.lo -MD -MP -MF .deps/ReactiveObject.Tpo -c -o ReactiveObject.lo ReactiveObject.cxx
    g++ -DHAVE_CONFIG_H -I. -I../../nucleo -I../.. -I../.. -I/usr/include/libpng12 -I/usr/include/freetype2 -march=i686 -mtune=generic -O2 -pipe -MT ReactiveObject.lo -MD -MP -MF .deps/ReactiveObject.Tpo -c ReactiveObject.cxx -fPIC -DPIC -o .libs/ReactiveObject.o
    mv -f .deps/ReactiveObject.Tpo .deps/ReactiveObject.Plo
    /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../nucleo -I../.. -I../.. -I/usr/include/libpng12 -I/usr/include/freetype2 -march=i686 -mtune=generic -O2 -pipe -MT URI.lo -MD -MP -MF .deps/URI.Tpo -c -o URI.lo URI.cxx
    g++ -DHAVE_CONFIG_H -I. -I../../nucleo -I../.. -I../.. -I/usr/include/libpng12 -I/usr/include/freetype2 -march=i686 -mtune=generic -O2 -pipe -MT URI.lo -MD -MP -MF .deps/URI.Tpo -c URI.cxx -fPIC -DPIC -o .libs/URI.o
    URI.cxx: In member function »void nucleo::URI::load(const std::string&)«:
    URI.cxx:97: Fehler: »atoi« wurde in diesem Gültigkeitsbereich nicht definiert
    URI.cxx: In static member function »static bool nucleo::URI::getQueryArg(const std::string&, const std::string&, bool*)«:
    URI.cxx:282: Fehler: »atoi« wurde in diesem Gültigkeitsbereich nicht definiert
    URI.cxx: In static member function »static bool nucleo::URI::getQueryArg(const std::string&, const std::string&, int*)«:
    URI.cxx:290: Fehler: »atoi« wurde in diesem Gültigkeitsbereich nicht definiert
    URI.cxx: In static member function »static bool nucleo::URI::getQueryArg(const std::string&, const std::string&, unsigned int*)«:
    URI.cxx:298: Fehler: »atoi« wurde in diesem Gültigkeitsbereich nicht definiert
    URI.cxx: In static member function »static bool nucleo::URI::getQueryArg(const std::string&, const std::string&, long unsigned int*)«:
    URI.cxx:306: Fehler: »strtol« wurde in diesem Gültigkeitsbereich nicht definiert
    URI.cxx: In static member function »static bool nucleo::URI::getQueryArg(const std::string&, const std::string&, int64_t*)«:
    URI.cxx:314: Fehler: »strtol« wurde in diesem Gültigkeitsbereich nicht definiert
    URI.cxx: In static member function »static bool nucleo::URI::getQueryArg(const std::string&, const std::string&, double*)«:
    URI.cxx:322: Fehler: »atof« wurde in diesem Gültigkeitsbereich nicht definiert
    URI.cxx: In static member function »static bool nucleo::URI::getQueryArg(const std::string&, const std::string&, float*)«:
    URI.cxx:330: Fehler: »atof« wurde in diesem Gültigkeitsbereich nicht definiert
    make[4]: *** [URI.lo] Fehler 1
    make[4]: Leaving directory `/home/user/pakete/nucleo-cvs/src/nucleo-build/nucleo/core'
    make[3]: *** [all-recursive] Fehler 1
    make[3]: Leaving directory `/home/user/pakete/nucleo-cvs/src/nucleo-build/nucleo/core'
    make[2]: *** [all-recursive] Fehler 1
    make[2]: Leaving directory `/home/user/pakete/nucleo-cvs/src/nucleo-build/nucleo'
    make[1]: *** [all] Fehler 2
    make[1]: Leaving directory `/home/user/pakete/nucleo-cvs/src/nucleo-build/nucleo'
    make: *** [all-recursive] Fehler 1
    ==> FEHLER: Build fehlgeschlagen.
    Breche ab ...
    what am i "making" wrong...?
    Last edited by Madi (2008-03-30 16:28:07)

    hi
    ok, i was able to tell ./configure where to find nucleo-config, just editet /etc/profile:
    # Set our default path
    PATH="/bin:/usr/bin:/sbin:/usr/sbin"
    export PATH
    to
    # Set our default path
    PATH="/bin:/usr/bin:/sbin:/usr/sbin:/usr/local/bin"
    export PATH
    but "make" failed again:
    make[3]: Entering directory `/home/user/pakete/metisse-cvs/src/metisse-build/FvwmCompositor/desktop'
    g++ -DHAVE_CONFIG_H -I. -I../.. -I../../xserver/include -I../../FvwmCompositor -I../../proto -I../../libmetisse -I../../xserver/mi -I../../xserver/include -I../../fvwm-insitu -I/usr/include/libpng12 -I/usr/include/freetype2 -I/usr/local/include -DORBIT2=1 -pthread -I/usr/include/at-spi-1.0 -I/usr/include/libbonobo-2.0 -I/usr/include/atk-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/bonobo-activation-2.0 -march=i686 -mtune=generic -O2 -pipe -MT MetisseDesktop.o -MD -MP -MF .deps/MetisseDesktop.Tpo -c -o MetisseDesktop.o MetisseDesktop.cxx
    In file included from MetisseDesktop.H:29,
    from MetisseDesktop.cxx:15:
    MetisseWindow.H:272: Fehler: mehrere Parameter wurden »n« genannt
    MetisseWindow.H:273: Fehler: mehrere Parameter wurden »n« genannt
    In file included from MetisseDesktop.cxx:15:
    MetisseDesktop.H:79: Fehler: mehrere Parameter wurden »width« genannt
    MetisseDesktop.cxx: In member function »void MetisseDesktop::_closeWindow(MetisseWindow*)«:
    MetisseDesktop.cxx:1355: Warnung: veraltete Konvertierung von Zeichenkettenkonstante in »char*«
    make[3]: *** [MetisseDesktop.o] Fehler 1
    make[3]: Leaving directory `/home/user/pakete/metisse-cvs/src/metisse-build/FvwmCompositor/desktop'
    make[2]: *** [all-recursive] Fehler 1
    make[2]: Leaving directory `/home/user/pakete/metisse-cvs/src/metisse-build/FvwmCompositor'
    make[1]: *** [all-recursive] Fehler 1
    make[1]: Leaving directory `/home/user/pakete/metisse-cvs/src/metisse-build'
    make: *** [all] Fehler 2
    it's the same with metisse-0.4.0-rc4 from the project-page and with metisse-cvs AUR-tarball.
    how can i get metisse run...? seems to be more tricky...

Maybe you are looking for

  • Exporting to Media Encoder and file locating issue

    Ok, Now I've read a LOT of threads trying to find a solution to this but none of them have answered my problem exactly, so here's what I have: Running a New computer with a clean install of Windows 7 64 bit and Adobe CS4 Master Suite Hardware: Dell P

  • My New iMac and hotmail

    Hey everyone!!! I got my New iMac .. I am really glad of it so far. One thing i realized that isnt really making me happy though. When i access my email messages from msn messenger it never signs in. It opens hotmail but everytime i sign in it just g

  • After upgrade to 10.6.5, I get forcibly logged out

    Twice, so far. Every application I'm in is immediately terminated - no save! - and I am presented with the Login window. The first time, I went into Time Machine. I clicked at a spot on the screen and bam! Time to log in. The second time I was in Itu

  • Do I need to open ports for my services if I am connecting through VPN

    Hi, I work in a small office and we are trying to connect people remotely to our server through VPN. Using the Server App I managed to make VPN work and successfully connected to our file share points, so that means file sharing worked without openin

  • Can I force LRM to save current work to the catalog?

    I had the unpleasant experience of working for a couple of hours on LRM3 (Win7, 64bit) on multiple photos and then had a OS crash - the famous windows blue screen. As a consequence all the changes that I had done were lost even though the catalogue w