Strange error compiling rox-session

Using thegnu's PKGBUILD, updated to download the latest version of rox-session:
gcc -march=i686 -O2 -pipe -Wl,-O1 -Wall -Wmissing-prototypes -I/usr/X11R6/include `pkg-config --cflags gtk+-2.0 libxml-2.0 dbus-1 dbus-glib-1` -I. -c -o dbus.o dbus.c
dbus.c: In function `connect_to_bus':
dbus.c:298: warning: implicit declaration of function `dbus_bus_service_exists'
dbus.c:311: warning: implicit declaration of function `dbus_bus_acquire_service'
dbus.c:325: error: `DBUS_PATH_ORG_FREEDESKTOP_LOCAL' undeclared (first use in this function)
dbus.c:325: error: (Each undeclared identifier is reported only once
dbus.c:325: error: for each function it appears in.)
dbus.c:326: error: `DBUS_INTERFACE_ORG_FREEDESKTOP_LOCAL' undeclared (first use in this function)
make: *** [dbus.o] Error 1
Compile failed
Press Return...
(Bizarrely, ABS will create a package even if the compile fails, and install it if the -i option is used. :? )

Euphoric Nightmare wrote:is it possible that you don't have all the deps installed?
Nope, checked, and used the -s option.
Penguin wrote:could you post the PKGBUILD? maybe appending || return 1 to make install would have stopped it from completing the build after the error...
# $Id$
# Contributor: Nathan Curry <[email protected]>
pkgname=rox-session
pkgver=0.1.25
pkgrel=1
groups=('rox-desktop')
pkgdesc="Session manager for the ROX desktop environment"
url="http://dl.sourceforge.net/sourceforge/rox/$_srcname-$pkgver.tgz"
depends=('rox-lib' 'glib2>=2.4' 'dbus' 'python')
source=(http://dl.sourceforge.net/sourceforge/rox/ROX-Session-$pkgver.tgz)
build() {
cd $startdir/src/ROX-Session-$pkgver/ROX-Session
./AppRun --compile
cd ..
mkdir -p $startdir/pkg/usr/apps/
cp -rp ROX-Session $startdir/pkg/usr/apps/
mkdir -p $startdir/pkg/usr/bin
echo "#!/bin/sh" > "$startdir/pkg/usr/bin/$pkgname"
echo "exec /usr/apps/ROX-Session/AppRun "$@"" >> "$startdir/pkg/usr/bin/$pkgname"
chmod a+x $startdir/pkg/usr/bin/$pkgname

Similar Messages

  • Strange error compiling a custom kernel...

    Here is the error i get when compiling a custom kernel (i tried both 2.6.22 from core and 2.6.23 from testing):
    init/built-in.o: In function 'start_kernel':
    (.init.text.0x836): undefined reference to 'early_populated_rootfs'
    make: *** [.tmp_vmlinuz1] Error 1
    i have no idea of what it the problem, the config file it's the same i've used for all my 2.6.22 kernels, any idea?
    Thank you.

    This kind of error is when you forget to add a source file to gcc comand line during compilation. I think that problem might be in one of broken Makefiles in kernel tree. Maybe some patch messed with them. Try to download fresh kernel sources.

  • Strange Error - Compiling, but no changes show up...

    I've compiled my client/server application more than a dozen times - removed it in its entirety on tomcat and on netscape and ie, but STILL, when I make changes to the source and compile, the change will NOT show up... ? SOME changes will show up to certain .java files, but other ones just won't. I checked the .class files to make sure they were the newly created ones and they sure seem to be... but how does that happen? Has this happened to anybody else? I'm not even really sure what to look up anymore!! (I've tried, but haven't found anything related to this...) =) Thanks to anybody who knows anything about this problem!!

    Not only have I done that, I've restarted my whole computer a couple of times. I cleaned out all the temporary internet files, all cookies and anything in the cache... but still the same weird problem. Like I said though, changes to CERTAIN files will work, but not others... (unfortunately it's the others that I need!)

  • Getting an strange error in "PluginPrefix.pch" while compiling a plugin code with InDesign CS4 SDK.

    Hi everybody,
    Currently trying to compile/build the existing Plugin code (C++) with InDesign CS4 SDK on my Mac OS X 10.5 machine but getting following strange errors.
      /Volumes/MAC Extended/Inbetween Extended/Visual Studio/Adobe InDesign CS4 SDK/source/precomp/gcc/PluginPrefix.pch:26:27: error: MemoryStatics.h: No such file or directory
      /Volumes/MAC Extended/Inbetween Extended/Visual Studio/Adobe InDesign CS4 SDK/source/precomp/gcc/PluginPrefix.pch:39:30: error: PluginBuildFlags.h: No such file or directory
      /Volumes/MAC Extended/Inbetween Extended/Visual Studio/Adobe InDesign CS4 SDK/source/precomp/gcc/PluginPrefix.pch:40:28: error: AnsiBasedTypes.h: No such file or directory
      /Volumes/MAC Extended/Inbetween Extended/Visual Studio/Adobe InDesign CS4 SDK/source/precomp/gcc/PluginPrefix.pch:41:26: error: ShukHeaders.cp: No such file or directory
    Though above mentioned files are present at the following directory
    /Volumes/../../../Adobe InDesign CS4 SDK/source/precomp/common/
    Note : However initially I did not find “MemoryStatics.h” and “AnsiBasedTypes.h” files in the installed SDK directory. I have downloaded them from the net and copied those into the above mentioned directory.
    I am not much familiar with Mac OS environment and compiling/building C++ code with Xcode. Can anyone help me to resolve this issue (might be very trivial and related to Xcode project configuration) ?

    Thanks for the quick response,
    Yes, current build settings include path shortcuts as mentioned below and it also contains “$(CS_SDK_PATH)/source/public/includes” path in HEADER_SEARCH_PATHS settings.  But still I am getting the same error: MemoryStatics.h: No such file or directory
    CS_SDK_PATH= /Volumes/MAC Extended/Inbetween Extended/Visual Studio/Adobe InDesign CS4 SDK
    CS_SDK_PRJ_PATH=/Volumes/MAC Extended/Inbetween Extended/Visual Studio/InBetweenDev/Projects/InBetweenCS/IBClientPluginCS3/prjCS4/mac
    Just for clarification : my Plugin code /project files are not inside the InDesign SDK (build/mac/prj). All the plugin project is outside of the InDesign SDK directory. Thus above mentioned CS_SDK_PATH and CS_SDK_PRJ_PATH are completely different.
    Is it expected that the plugin code/project files should be inside the InDesign SDK/build/mac/prj  directory only ? or is it okay if we put it in the completely another directory structure and modify the  SDK_PRJ_PATH accordingly (as in my case) ?
    Please let me know if you want me to elaborate the situation further.

  • Compile error installing rox [SOLVED]

    Hi,
    I'm having problem with compile error installing Rox-filer-2.11.
    I have searched and nothing explicitly the same has cropped up.
    The final few lines reads
    /usr/bin/ld: xtypes.o: undefined reference to symbol 'dlopen@@GLIBC_2.1'
    /usr/bin/ld: note: 'dlopen@@GLIBC_2.1' is defined in DSO /lib/libdl.so.2 so try adding it to the linker command line
    /lib/libdl.so.2: could not read symbols: Invalid operation
    collect2: ld returned 1 exit status
    make: *** [ROX-Filer] Error 1
    Compile failed
    Press Return...
    I love Arch and have learned a lot but this has definately stumped me.
    Thanks for all your help in anticipation
    Last edited by Marko121 (2012-03-18 15:46:47)

    Thanks for swift replies
    WormZy spot on
    I encountered compile error when running (as instructed)   ./ROX-Filer/AppRun --compile
    when I appended     LIBS="-ldl -lm"
    this was the result
    mv "ROX-Filer" "/home/mark/builds/rox-filer-2.11/ROX-Filer/src/.."
    (cd "/home/mark/builds/rox-filer-2.11/ROX-Filer/src/.." && \
    objcopy --only-keep-debug ROX-Filer ROX-Filer.dbg && \
    strip ROX-Filer && \
    objcopy --add-gnu-debuglink=ROX-Filer.dbg ROX-Filer)
    Done
    Thanks to everyone problem solved

  • Strange "INavigatorContent" error compiling in 4.0

    I've recently decided to try an upgrade to 4.0.  The only error I still can't work out is this one:
    "The children of Halo navigators must implement INavigatorContent"
    I seem to be getting it on all my ViewStacks that have validators.
         <mx:ViewStack xmlns:mx="http://www.adobe.com/2006/mxml">
         <mx:NumberValidator id="systolicValidator"          source="{systolic}"          required="true"             property="text"          minValue="10"          maxValue="300"          domain="int"/>
         <mx:NumberValidator id="diastolicValidator"          source="{diastolic}"          required="true"          property="text"          minValue="10"          maxValue="200"          domain="int"/>         <mx:TextInput id="systolic"/>        <mx:TextInput id="diastolic"/>           ...      </ViewStack>
    My compiler is set to "flex 3 compatibility mode" and my theme is set to Halo (default).
    Any ideas what I might be missing?

    After some reading about Flex 4, it would seem that all non-visual elements should go in these tags:
    <fx:Declarations>
        <!-- Place non-visual elements (e.g., services, value objects) here -->
    </fx:Declarations>
    (xmlns:fx="http://ns.adobe.com/mxml/2009")
    The error was kinda strange. However, after some cleanup, I got a better error:
    '*' declaration must be contained within the <Declarations> tag since it does not implement 'mx.core.IUIComponent'.
    Much, much more helpful. I'll post again if I find the reason for the strange error I was getting before.

  • Strange error in F-06

    Dear all ,
    One of my end user got a strange error in SAP ,
    he is  trying to clear  Cash collection entry with T code F-06 .
    when he is selecting the store (Retail project) cash GL SAP screen (F-06) will get automatically closed , then again he tried , the error he got ie Automatically SAP session F-06 will be closed  he could not able to view the Gl transaction.
    Kindly advise to resolve the issue ... is there any network issue with end user system .

    Dear all
    One of my End user got the below issue ....
    While posting transaction in F.06 , after entering all relevant data and click process open item, the system is coming out of SAP log on itself.
    Kindly advice

  • Strange Error inside of my MIDlets; ONLY on mobilephones. Emulator works

    Hi there,
    I got an strange error during using my MIDlets on my mobilephone.
    I created two MIDlets, connecting to webservers via HTTP.
    both work fine in emulator, but not on a real phone :-(
    Logging from server tells me,
    that NO request was sent to the server.
    I got back that Exception:
    ConnectionNotFoundException
    with message: Error connecting
    Did I missed a config-detail, or whats wrong on this?
    Thanks in advice.
    Regards,
    Matthias

    Khalid.Ali,
    thanks for you quik replay!
    Yes, my phone supports MIDP2.0and CLDC 1.1
    My Midlet compiles agains MIdP1 and MIDP2
    It runs! All screens are shown on my phone.
    but when I press the Command to send a Request,
    I got that Exception.
    (The message of the Exception I read in catch-block
    and put it to the Form-class, shown after that)
    so MIDlet works, but not the HTTP-Access
    any ideas?
    Please, what did you mean with "data plan with your service provider" ?
    I could read the page in WAP-Browser (from my phone) that I try to read
    in the MIDlet with HTTP
    Thanks

  • RE: Strange Error.

    Tres,
    Make sure that the following file exist:
    /adedev1/userapp/daucbri/cl0/DAUBRI.a
    It might have compiled fine but might have not moved it to the userapp
    directory. This happens when you load the distribution from econsole.
    Another thing I noticed is that AIX 4.3.1 and VisualAge 3.6.4 is not
    supported by Forte. I think this is your problem.
    ka
    Kamran Amin
    Forte Technical Leader, Core Systems
    (203)-459-7362 or 8-204-7362 - Trumbull
    [email protected]
    From: Tres Bain[SMTP:[email protected]]
    Sent: Tuesday, January 05, 1999 10:50 AM
    To: [email protected]
    Subject: Strange Error.
    I am wrapping a C library on AIX 4.3.1 with VisualAge 3.6.4. Everything
    compiles and links error free. It installs fine. When I try to activate
    the service which employs the code, I get the following error:
    SYSTEM ERROR: Unable to start the partition BRITester_cl0_Part1 on any of
    the
    nodes to which it has been assigned. See the remainder of the error
    stack
    for
    more information.
    Class: qqsp_ResourceException
    Error #: [1602, 593]
    Detected at: qqcf_StandardConfig::LoadRemotePartition at 5
    Last TOOL statement: method partws.HandleRunCmd
    Error Time: Tue Jan 05 09:40:17
    Exception occurred (locally) on partition "Forte_cl0_Client",
    (partitionId
    = 279F2CF0-953F-11D2-B670-64FA4AE4AA77:0x13c:0x2, taskId =
    [279F2CF0-953F-11D2-B670-64FA4AE4AA77:0x13c:0x2.24]) in application
    "FTLaunch_cl0", pid 376 on node L6019148 in environment ADEDEV1.
    SYSTEM ERROR: Unable to start partition BRITester_cl0_Part1 on node
    l5016425.
    Class: qqsp_ErrorDescriptor
    Error #: [1602, 592]
    Detected at: qqcf_StandardConfig::LoadRemotePartition at 3
    Error Time: Tue Jan 05 09:40:17
    Exception occurred (locally) on partition "Forte_cl0_Client",
    (partitionId
    = 279F2CF0-953F-11D2-B670-64FA4AE4AA77:0x13c:0x2, taskId =
    [279F2CF0-953F-11D2-B670-64FA4AE4AA77:0x13c:0x2.24]) in application
    "FTLaunch_cl0", pid 376 on node L6019148 in environment ADEDEV1.
    SYSTEM ERROR: Attempt to load partition named BRITester_cl0_Part1 failed.
    Class: qqsp_ResourceException
    Error #: [1001, 4]
    Detected at: qqrt_ForteExecAgent::LoadPartition at 1
    Error Time: Tue Jan 5 09:40:40
    Distributed method called: qqrt_ForteExecAgentProxy.LoadPartition!6
    (object name Unnamed) from partition "Forte_cl0_Client",
    (partitionId
    =
    279F2CF0-953F-11D2-B670-64FA4AE4AA77:0x13c:0x2, taskId =
    [279F2CF0-953F-11D2-B670-64FA4AE4AA77:0x13c.4]) in application
    "FTLaunch_cl0", pid 376 on node L6019148 in environment ADEDEV1
    Exception occurred (remotely) on partition "Forte_Executor",
    (partitionId
    = 279F2CF0-953F-11D2-B670-64FA4AE4AA77:0x13d, taskId =
    [279F2CF0-953F-11D2-B670-64FA4AE4AA77:0x13d.3]) in application
    "Forte
    Runtime", pid 14738 on node l5016425 in environment ADEDEV1.
    SYSTEM ERROR: Failed to create service object
    BRItoDAU.svcBusinessRulesDataAccessor.
    Class: qqsp_ResourceException
    Last TOOL statement: method BusinessRulesDAU.
    Error Time: Tue Jan 5 09:40:39
    Exception occurred (remotely) on partition "Forte_Executor",
    (partitionId
    = 279F2CF0-953F-11D2-B670-64FA4AE4AA77:0x13d, taskId =
    [279F2CF0-953F-11D2-B670-64FA4AE4AA77:0x13d.3]) in application
    "Forte
    Runtime", pid 14738 on node l5016425 in environment ADEDEV1.
    SYSTEM ERROR: ERROR: qqrt_4GLInterface: Can't set up activation record for
    method 9 of qqlo_Object
    Class: qqsp_ErrorDescriptor
    Detected at: qqrt_4GLInterface at 1
    Error Time: Tue Jan 5 09:40:38
    Exception occurred (remotely) on partition "Forte_Executor",
    (partitionId
    = 279F2CF0-953F-11D2-B670-64FA4AE4AA77:0x13d, taskId =
    [279F2CF0-953F-11D2-B670-64FA4AE4AA77:0x13d.3]) in application
    "Forte
    Runtime", pid 14738 on node l5016425 in environment ADEDEV1.
    USER ERROR: The dynamic library /adedev1/userapp/daucbri/cl0/DAUBRI for
    the
    project DAUcBRI could not be found.
    Class: qqsp_ExistenceException
    Detected at: qqsh_ScopeLoader::Load at 1
    Last TOOL statement: method BusinessRulesDAU.
    Error Time: Tue Jan 5 09:40:38
    Exception occurred (remotely) on partition "Forte_Executor",
    (partitionId
    = 279F2CF0-953F-11D2-B670-64FA4AE4AA77:0x13d, taskId =
    [279F2CF0-953F-11D2-B670-64FA4AE4AA77:0x13d.3]) in application
    "Forte
    Runtime", pid 14738 on node l5016425 in environment ADEDEV1.
    SYSTEM ERROR: System Error: No such file or directory (errno = 2) shr2.o
    shr2.o libC_r.a shr2.o , loading the library
    '/adedev1/userapp/daucbri/cl0/DAUBRI.a'
    Class: qqos_DynamicLibraryException
    Error #: [101, 29]
    Detected at: qqos_DynamicLibrary::OSLoad at 1
    Error Time: Tue Jan 5 09:40:38
    Exception occurred (remotely) on partition "Forte_Executor",
    (partitionId
    = 279F2CF0-953F-11D2-B670-64FA4AE4AA77:0x13d, taskId =
    [279F2CF0-953F-11D2-B670-64FA4AE4AA77:0x13d.3]) in application
    "Forte
    Runtime", pid 14738 on node l5016425 in environment ADEDEV1.
    The bottom of the stack contains what I believe is important. It is
    looking
    for the C runtime and shr2.o. I have tried a few things to resolve these
    references. I have this feeling that I am overlooking something simple.
    This same c library which I have wrapped here, was successfully wrapped
    and
    used on AIX 4.2.1 with a version of C-Set compiler. The forte code did not
    change in the port. The C code had modest changes.
    This is a plea for ideas. I will even take ideas to get more ideas.
    Thanks in advance.
    Tres Bain
    I/T Systems Consultant -- ADE Technical Center
    USAA
    9800 Fredricksburg Rd.
    San Antonio, TX 78288
    Email - mailto:[email protected]
    Phone - 210-913-5017
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive <URL:http://pinehurst.sageit.com/listarchive/>
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive <URL:http://pinehurst.sageit.com/listarchive/>

    Hi Tres,
    This sounds very similar to a problem that we have seen on Intel platforms with wrappered libraries, so I am guessing it is a similar scenario. When we get "Can't set up activation record for method 9 of qqlo_Object" it means a problem loading an external library. What happens is this - Forte loads the wrapper library (in your case, DAUBRI.a). After that, the operating system takes over and attempts to load any other libraries that are dynamically linked to it. This means that the OS, and not Forte, must be able to find the shared libraries. Try putting shr2.o and possibly libC_r.a in the same userapp... directory with DAUBRI.a and see if that helps. If not, try putting them in a directory where AIX automatically looks for executable modules.
    If that doesn't work, let me know, and we will figure something else out.
    Good Luck!
    Jeanne
    ======================================================
    Jeanne Hesler <[email protected]>
    MSF&W Software
    Product Development
    (217) 698-3535 ext. 207
    http://www.msfw.com
    ======================================================
    /\ Imaging Developer - the only imaging product
    \/ integrated into the Forte Development Environment
    ======================================================
    -----Original Message-----
    From: Tres Bain [SMTP:[email protected]]
    Sent: Tuesday, January 05, 1999 9:51 AM
    To: [email protected]
    Subject: Strange Error.
    I am wrapping a C library on AIX 4.3.1 with VisualAge 3.6.4. Everything
    compiles and links error free. It installs fine. When I try to activate
    the service which employs the code, I get the following error:
    SYSTEM ERROR: Unable to start the partition BRITester_cl0_Part1 on any of
    the
    nodes to which it has been assigned. See the remainder of the error stack
    for
    more information.
    Class: qqsp_ResourceException
    Error #: [1602, 593]
    Detected at: qqcf_StandardConfig::LoadRemotePartition at 5
    Last TOOL statement: method partws.HandleRunCmd
    Error Time: Tue Jan 05 09:40:17
    Exception occurred (locally) on partition "Forte_cl0_Client",
    (partitionId
    = 279F2CF0-953F-11D2-B670-64FA4AE4AA77:0x13c:0x2, taskId =
    [279F2CF0-953F-11D2-B670-64FA4AE4AA77:0x13c:0x2.24]) in application
    "FTLaunch_cl0", pid 376 on node L6019148 in environment ADEDEV1.
    SYSTEM ERROR: Unable to start partition BRITester_cl0_Part1 on node
    l5016425.
    Class: qqsp_ErrorDescriptor
    Error #: [1602, 592]
    Detected at: qqcf_StandardConfig::LoadRemotePartition at 3
    Error Time: Tue Jan 05 09:40:17
    Exception occurred (locally) on partition "Forte_cl0_Client",
    (partitionId
    = 279F2CF0-953F-11D2-B670-64FA4AE4AA77:0x13c:0x2, taskId =
    [279F2CF0-953F-11D2-B670-64FA4AE4AA77:0x13c:0x2.24]) in application
    "FTLaunch_cl0", pid 376 on node L6019148 in environment ADEDEV1.
    SYSTEM ERROR: Attempt to load partition named BRITester_cl0_Part1 failed.
    Class: qqsp_ResourceException
    Error #: [1001, 4]
    Detected at: qqrt_ForteExecAgent::LoadPartition at 1
    Error Time: Tue Jan 5 09:40:40
    Distributed method called: qqrt_ForteExecAgentProxy.LoadPartition!6
    (object name Unnamed) from partition "Forte_cl0_Client", (partitionId
    =
    279F2CF0-953F-11D2-B670-64FA4AE4AA77:0x13c:0x2, taskId =
    [279F2CF0-953F-11D2-B670-64FA4AE4AA77:0x13c.4]) in application
    "FTLaunch_cl0", pid 376 on node L6019148 in environment ADEDEV1
    Exception occurred (remotely) on partition "Forte_Executor",
    (partitionId
    = 279F2CF0-953F-11D2-B670-64FA4AE4AA77:0x13d, taskId =
    [279F2CF0-953F-11D2-B670-64FA4AE4AA77:0x13d.3]) in application "Forte
    Runtime", pid 14738 on node l5016425 in environment ADEDEV1.
    SYSTEM ERROR: Failed to create service object
    BRItoDAU.svcBusinessRulesDataAccessor.
    Class: qqsp_ResourceException
    Last TOOL statement: method BusinessRulesDAU.
    Error Time: Tue Jan 5 09:40:39
    Exception occurred (remotely) on partition "Forte_Executor",
    (partitionId
    = 279F2CF0-953F-11D2-B670-64FA4AE4AA77:0x13d, taskId =
    [279F2CF0-953F-11D2-B670-64FA4AE4AA77:0x13d.3]) in application "Forte
    Runtime", pid 14738 on node l5016425 in environment ADEDEV1.
    SYSTEM ERROR: ERROR: qqrt_4GLInterface: Can't set up activation record for
    method 9 of qqlo_Object
    Class: qqsp_ErrorDescriptor
    Detected at: qqrt_4GLInterface at 1
    Error Time: Tue Jan 5 09:40:38
    Exception occurred (remotely) on partition "Forte_Executor",
    (partitionId
    = 279F2CF0-953F-11D2-B670-64FA4AE4AA77:0x13d, taskId =
    [279F2CF0-953F-11D2-B670-64FA4AE4AA77:0x13d.3]) in application "Forte
    Runtime", pid 14738 on node l5016425 in environment ADEDEV1.
    USER ERROR: The dynamic library /adedev1/userapp/daucbri/cl0/DAUBRI for the
    project DAUcBRI could not be found.
    Class: qqsp_ExistenceException
    Detected at: qqsh_ScopeLoader::Load at 1
    Last TOOL statement: method BusinessRulesDAU.
    Error Time: Tue Jan 5 09:40:38
    Exception occurred (remotely) on partition "Forte_Executor",
    (partitionId
    = 279F2CF0-953F-11D2-B670-64FA4AE4AA77:0x13d, taskId =
    [279F2CF0-953F-11D2-B670-64FA4AE4AA77:0x13d.3]) in application "Forte
    Runtime", pid 14738 on node l5016425 in environment ADEDEV1.
    SYSTEM ERROR: System Error: No such file or directory (errno = 2) shr2.o
    shr2.o libC_r.a shr2.o , loading the library
    '/adedev1/userapp/daucbri/cl0/DAUBRI.a'
    Class: qqos_DynamicLibraryException
    Error #: [101, 29]
    Detected at: qqos_DynamicLibrary::OSLoad at 1
    Error Time: Tue Jan 5 09:40:38
    Exception occurred (remotely) on partition "Forte_Executor",
    (partitionId
    = 279F2CF0-953F-11D2-B670-64FA4AE4AA77:0x13d, taskId =
    [279F2CF0-953F-11D2-B670-64FA4AE4AA77:0x13d.3]) in application "Forte
    Runtime", pid 14738 on node l5016425 in environment ADEDEV1.
    The bottom of the stack contains what I believe is important. It is looking
    for the C runtime and shr2.o. I have tried a few things to resolve these
    references. I have this feeling that I am overlooking something simple.
    This same c library which I have wrapped here, was successfully wrapped and
    used on AIX 4.2.1 with a version of C-Set compiler. The forte code did not
    change in the port. The C code had modest changes.
    This is a plea for ideas. I will even take ideas to get more ideas.
    Thanks in advance.
    Tres Bain
    I/T Systems Consultant -- ADE Technical Center
    USAA
    9800 Fredricksburg Rd.
    San Antonio, TX 78288
    Email - mailto:[email protected]
    Phone - 210-913-5017
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive <URL:http://pinehurst.sageit.com/listarchive/>
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive <URL:http://pinehurst.sageit.com/listarchive/>

  • Strange error - HELP! : temp.as - Error #1046

    Hi all,
    I am converting a project to AS3. However I get a stranger
    error :
    **Error** ...\temp.as : Line 1, Column 210 : [Compiler] Error
    #1046: Type was not found or was not a compile-time constant: List.
    
    The strange thing is that THERE IS NO FILE NAMED temps.as.
    I've searched everywhere. I know that I did not create any, so
    maybe Flash 9 does it. Anyone has got an idea about that?
    Another strange thing is that after the error, instead of
    writing the code responsible for it, there is this 'À' which
    is actually followed by a square. I m a bit confused.
    Please help, thanks

    quote:
    Originally posted by:
    Nico22_be
    Another strange behavior related to that temp.as file. Since
    there is no such file, I decided to create one like this :
    package {
    class temp {}
    And to test. I then get new errors :
    **Error** \temp.as : Line 2, Column 8 : [Compiler] Error
    #1131: Classes must not be nested.
    class temp {}
    **Error** \temp.as : Line 1, Column 1 : [Compiler] Error
    #1153: A constructor can only be declared public.
    package {
    When declaring a package, you must give the path to the
    package
    package com.mysite.utilities {
    When Flash compiles, I believe it already creates a package{
    line but who knows for sure until Adobe says so. As a result, you
    cannot next base level packages which is what the error is for.
    The second error is because of your class declaration....
    it's missing a constructor
    package {
    class temp {}
    should be
    package com.mysite.tempstuff {
    class temp{
    public function temp() {
    Every class must have a "public" constructor to initialize it
    when it is called with the "new" flag.
    temp.as - this is probably an issue where Flash cannot create
    the temporary as file that it loads into the debugger when it runs
    in the dev environment.

  • Ora-12545 strange error

    Dear friends
    I have one strange error in Oracle 8.1.7 , Windows NT server. We have 4 databases in a same box. All are working fine till yesterday. Today morning I am facing this problem. I can not connect to one database out of four from any client. Getting error "ORA-12545: Connect failed because target host or object does not exist"
    Other 3 databases in the same server I can connect from client.
    In the server I can connect all four databases without any problem.
    I am using tnsping <servicename> from the client, is getting OK.
    I Observed the tnsnames.ora in the client , nothing found strange. Because all client machines have this problem.
    Pleas advise?

    I did both your suggestions
    First of all all clients are working properly till yesterday without any problem. Today I faced this problem in all clients around 10 clients same time. I feel it is may be Host machine database /network setting problem. How we can trace?
    When I restart Listner using lsnrctl command in server , then I can connect from client using SQLplus but a while only. When I Establish another connection in the same client or from any other client, it won't allow me. Also , connected session getting error.
    When I issue lsnrctl status command in server it is displaying like this. Maxnew is the one that have problem.
    lsnrctl> status
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for 32-bit Windows: Version 8.1.7.0.0 - Produc
    tion
    Start Date 03-APR-2006 14:30:06
    Uptime 0 days 0 hr. 17 min. 53 sec
    Trace Level analysis
    Security OFF
    SNMP OFF
    Listener Parameter File D:\oracle\ora81\network\admin\listener.ora
    Listener Log File D:\oracle\ora81\network\log\listener.log
    Listener Trace File D:\ORACLE\MAXNEW.TRC
    Services Summary...
    MAXNEW has 1 service handler(s)
    maxnew has 3 service handler(s)
    MAXPRD has 1 service handler(s)
    MAXPRD has 2 service handler(s)
    MAXTEST has 1 service handler(s)
    MAXTEST has 1 service handler(s)
    PLSExtProc has 1 service handler(s)
    NBDDATA has 1 service handler(s)
    nbddata has 1 service handler(s)
    The command completed successfully
    Please advise?
    James
    Message was edited by:
    [email protected]

  • Strange Error ! For Reading Application Server File

    Hi Friends,
    I am getting very strange error while compliling my code. As I am reading a text file for input from Application server for further processing. But my system is giving me an error.
    As the file and the path is not yet configured on the application server but i believe
    it has to allow me to compile the program and when i execute it then it will give an error as I have tracked.
    Kindly help.
    I have pasted the code below for reference.
    ===============================
    TYPES : BEGIN OF ty_file,
             line(1055) TYPE c,
              end of ty_file.
    data : gs_file type ty_file.
    data : g_file4 TYPE string VALUE '\usr\sap\CISCO\SP\CISCO_SP_CHG.TXT'.
    OPEN DATASET g_file4  IN TEXT MODE FOR INPUT
                             ENCODING DEFAULT
                             WITH SMART LINEFEED.
      IF sy-subrc NE 0.
        MESSAGE e012.
        LEAVE LIST-PROCESSING.
      ENDIF.
      CLEAR : gs_file.
      DO.
        READ g_file4 INTO gs_file.
        IF sy-subrc NE 0.
          EXIT.
        ENDIF.
        APPEND gs_file into gt_cust_tmp.
        clear gs_file.
      ENDDO.
      CLOSE DATASET g_file4.
    ERROR i am getting
    Unable to interpret g_file4. Possible cause of error "Incorrect Spelling or Comma error".
    =======================
    Regards,
    pradeep

    TYPES : BEGIN OF ty_file,
    line(1055) TYPE c,
    end of ty_file.
    data : gs_file type ty_file.
    data gt_cust_tmp type table of ty_file.
    data : g_file4 TYPE string VALUE '\usr\sap\CISCO\SP\CISCO_SP_CHG.TXT'.
    OPEN DATASET g_file4 IN TEXT MODE FOR INPUT
    ENCODING DEFAULT
    WITH SMART LINEFEED.
    IF sy-subrc NE 0.
    MESSAGE e012.
    LEAVE LIST-PROCESSING.
    ENDIF.
    CLEAR : gs_file.
    DO.
    READ dataset g_file4 INTO gs_file.
    IF sy-subrc NE 0.
    EXIT.
    ENDIF.
    APPEND gs_file to gt_cust_tmp.
    clear gs_file.
    ENDDO.
    CLOSE DATASET g_file4.
    check this coding. in the read statement dataset is missing.
    with regards,
    Vamsi

  • Strange error while deploying application client

    Yesterday my app client was working perfectly. I worked on a different computer though but today as I wanted to test my app client again I encountered this strange error:
    Copying 1 file to G:\StressLabo\StressLabo-app-client\dist
    run-tool:
    23-feb-2007 12:51:44 com.sun.enterprise.appclient.MainWithModuleSupport <init>
    WARNING: ACC003: Application threw an exception.
    java.lang.UnsupportedClassVersionError: Bad version number in .class file
            at java.lang.ClassLoader.defineClass1(Native Method)
            at java.lang.ClassLoader.defineClass(ClassLoader.java:620)
            at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:124)
            at java.net.URLClassLoader.defineClass(URLClassLoader.java:260)
            at java.net.URLClassLoader.access$100(URLClassLoader.java:56)
            at java.net.URLClassLoader$1.run(URLClassLoader.java:195)
            at java.security.AccessController.doPrivileged(Native Method)
            at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
            at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
            at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:268)
            at java.lang.ClassLoader.loadClass(ClassLoader.java:299)
            at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
            at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)
            at java.lang.Class.getDeclaredFields0(Native Method)
            at java.lang.Class.privateGetDeclaredFields(Class.java:2259)
            at java.lang.Class.getDeclaredField(Class.java:1852)
            at com.sun.enterprise.deployment.util.DefaultDOLVisitor.acceptWithCL(DefaultDOLVisitor.java:349)
            at com.sun.enterprise.deployment.util.EjbBundleValidator.accept(EjbBundleValidator.java:196)
            at com.sun.enterprise.deployment.ApplicationClientDescriptor.visit(ApplicationClientDescriptor.java:620)
            at com.sun.enterprise.deployment.archivist.AppClientArchivist.validate(AppClientArchivist.java:148)
            at com.sun.enterprise.appclient.AppClientInfo.completeInit(AppClientInfo.java:177)
            at com.sun.enterprise.appclient.AppClientInfoFactory.buildAppClientInfo(AppClientInfoFactory.java:136)
            at com.sun.enterprise.appclient.MainWithModuleSupport.<init>(MainWithModuleSupport.java:287)
            at com.sun.enterprise.appclient.Main.main(Main.java:180)
    Exception in thread "main" java.lang.RuntimeException: java.lang.UnsupportedClassVersionError: Bad version number in .class file
            at com.sun.enterprise.appclient.MainWithModuleSupport.<init>(MainWithModuleSupport.java:364)
            at com.sun.enterprise.appclient.Main.main(Main.java:180)
    Caused by: java.lang.UnsupportedClassVersionError: Bad version number in .class file
            at java.lang.ClassLoader.defineClass1(Native Method)
            at java.lang.ClassLoader.defineClass(ClassLoader.java:620)
            at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:124)
            at java.net.URLClassLoader.defineClass(URLClassLoader.java:260)
            at java.net.URLClassLoader.access$100(URLClassLoader.java:56)
            at java.net.URLClassLoader$1.run(URLClassLoader.java:195)
            at java.security.AccessController.doPrivileged(Native Method)
            at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
            at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
            at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:268)
            at java.lang.ClassLoader.loadClass(ClassLoader.java:299)
            at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
            at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)
            at java.lang.Class.getDeclaredFields0(Native Method)
            at java.lang.Class.privateGetDeclaredFields(Class.java:2259)
            at java.lang.Class.getDeclaredField(Class.java:1852)
            at com.sun.enterprise.deployment.util.DefaultDOLVisitor.acceptWithCL(DefaultDOLVisitor.java:349)
            at com.sun.enterprise.deployment.util.EjbBundleValidator.accept(EjbBundleValidator.java:196)
            at com.sun.enterprise.deployment.ApplicationClientDescriptor.visit(ApplicationClientDescriptor.java:620)
            at com.sun.enterprise.deployment.archivist.AppClientArchivist.validate(AppClientArchivist.java:148)
            at com.sun.enterprise.appclient.AppClientInfo.completeInit(AppClientInfo.java:177)
            at com.sun.enterprise.appclient.AppClientInfoFactory.buildAppClientInfo(AppClientInfoFactory.java:136)
            at com.sun.enterprise.appclient.MainWithModuleSupport.<init>(MainWithModuleSupport.java:287)
            ... 1 more
    Java Result: 1I really don't know what may be causing this and I was hoping someone knows the answer and how to solve it?

    Hello,
    My first though is that your application has been compiled with a newer version of the java compiler on that computer.
    So, try to use the same jdk.
    Regards,
    Sebastien Degardin
    Java EE Architect

  • Maven2 and axistools-maven-plugin - strange error

    Hi all,
    I am using maven2 for the build proccess and I get this strange error message while compiling.
    =========
    [INFO] Scanning for projects...
    [INFO] ----------------------------------------------------------------------------
    [INFO] Building Maven Quick Start Archetype
    [INFO] task-segment: [compile]
    [INFO] ----------------------------------------------------------------------------
    [INFO] ----------------------------------------------------------------------------
    [ERROR] BUILD ERROR
    [INFO] ----------------------------------------------------------------------------
    [INFO] The plugin 'org.codehaus.mojo:axistools-maven-plugin' does not exist or no valid version could be found
    [INFO] ----------------------------------------------------------------------------
    [INFO] For more information, run Maven with the -e switch
    [INFO] ----------------------------------------------------------------------------
    [INFO] Total time: 1 second
    [INFO] Finished at: Mon Jan 30 08:45:42 GMT+02:00 2006
    [INFO] Final Memory: 1M/3M
    [INFO] ----------------------------------------------------------------------------
    =========
    The plugin defined in pom.xml is:
    ==========
                   <plugin>
                        <groupId>org.codehaus.mojo</groupId>
                        <artifactId>axistools-maven-plugin</artifactId>
                        <configuration>               <fileNStoPkg>${srcdir}/properties/namespaces2packages.properties</fileNStoPkg>
                             <serverSide>true</serverSide>
                        </configuration>
                        <executions>
                             <execution>
                                  <goals>
                                       <goal>wsdl2java</goal>
                                  </goals>
                             </execution>
                        </executions>
                   </plugin>
    ==========
    Any ideas guys?

    Sorry, forgot to paste the trace. Here it is now:
    [INFO] Trace
    org.apache.maven.lifecycle.LifecycleExecutionException: The plugin 'org.codehaus.mojo:axistools-maven-plugin' does not e
    xist or no valid version could be found
    at org.apache.maven.lifecycle.DefaultLifecycleExecutor.verifyPlugin(DefaultLifecycleExecutor.java:1203)
    at org.apache.maven.lifecycle.DefaultLifecycleExecutor.bindPluginToLifecycle(DefaultLifecycleExecutor.java:1139)
    at org.apache.maven.lifecycle.DefaultLifecycleExecutor.constructLifecycleMappings(DefaultLifecycleExecutor.java:
    948)
    at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:450)
    at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.jav
    a:303)
    at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:270)
    at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:139)
    at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:322)
    at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:115)
    at org.apache.maven.cli.MavenCli.main(MavenCli.java:249)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
    at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
    at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
    at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
    Caused by: org.apache.maven.plugin.version.PluginVersionNotFoundException: The plugin 'org.codehaus.mojo:axistools-maven
    -plugin' does not exist or no valid version could be found
    at org.apache.maven.plugin.version.DefaultPluginVersionManager.resolvePluginVersion(DefaultPluginVersionManager.
    java:225)
    at org.apache.maven.plugin.version.DefaultPluginVersionManager.resolvePluginVersion(DefaultPluginVersionManager.
    java:87)
    at org.apache.maven.plugin.DefaultPluginManager.verifyPlugin(DefaultPluginManager.java:177)
    at org.apache.maven.lifecycle.DefaultLifecycleExecutor.verifyPlugin(DefaultLifecycleExecutor.java:1174)
    ... 17 more
    [INFO] ----------------------------------------------------------------------------

  • "Error Compiling Movie" with Specific Plug-in

    Hi there,
    I am receiving an "error compiling movie" message when trying to export video and have discovered that this is a result of using Digital Anarchy's Flicker Free Plug-in, which is vital to the footage. When the effect is disabled the clips export without problems. I believe I have tried using all the methods that I have found suggested in the links below but can't seem to find a way around it. Strangely the effect worked fine on my previous PC but there is now this exporting problem on the new one. Any thoughts are hugely appreciated.
    "Error compiling movie" during render or export
    "Error compiling movie" when rendering or exporting with Premiere Pro CS3, CS4, CS5, CS5.5, CS6
    Many thanks...

    I'm having the same project. My .NET 4.0 project targets Newtonsoft.JSON 6.0.2 and has a reference to Microsoft.WindowsAzure.Storage 3.1.0.1. The error I'm getting is
    C:\Program Files (x86)\MSBuild\12.0\bin\Microsoft.Common.CurrentVersion.targets(1696,5): warning MSB3275: The primary reference "Microsoft.WindowsAzure.Storage, Version=3.1.0.1, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"
    could not be resolved because it has an indirect dependency on the assembly "Newtonsoft.Json, Version=4.5.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed" which was built against the ".NETFramework,Version=v4.5" framework. This is
    a higher version than the currently targeted framework ".NETFramework,Version=v4.0".
    error CS0234: The type or namespace name 'Storage' does not exist in the namespace 'Microsoft.WindowsAzure' (are you missing an assembly reference?)
    I used the reflection tool dotPeek to investigte. Turns out Microsoft.WindowsAzure.Storage.Dll 3.1.0.1 is a .NET 4 project with a .NET 4.5 reference to Newtonsoft.JSON. This is a bug and should be retargeted to the .NET 4 version of JSON.

Maybe you are looking for

  • My I-pad is stating it needs to be backed up but it won't allow me to unlock the screen.

    On my Ipad a window states it needs to back up my Ipad as it hasnt been done in two weeks but I can't cancel the window to turn on my ipad so I can go to settings to turn on the wi fi.

  • G5 iMac hard drive upgrade

    Hi, I have a rev b G5 imac (ALS model, non iSight) and I'd like to upgrade the 160gb internal drive to something bigger, like 500gb. I know that I need any 3.5" SATA drive, but I'm after some recommendations. I visited a mac upgrade site and the only

  • Transfer idoc

    hi experts, what is the differance between transfer idoc and collective idoc

  • Disabling close 'X' icon in the title bar of JDialog

    I found that JDialogs by default come up with the close 'X' icon. The only manipulation that can be done is by setting the DefaultCloseOperation. Is there some way I can avoid showing that icon on the title bar? My JDialog already has a 'Close' butto

  • Home sharing error -9843

    when i try to import from my imac to macbookpro using home sharing i get error -9843. what is this and how do i fix it?