Compiling Tuxedo Sample Application on Sun using gcc

We have installed Tuxedo 8.0 on Sun 8.0 and using gcc 3.1 for compilation.
While compiling Tuxedo sample application, we are receiving an error gcc: language
arch=v9 not recognized
Are we supposed to do something more to be able to use gcc for compiling Tuxedo
sample application.

try turning off the language specification using -x none option.
see gcc documentation for this option.
"Sudhir" <[email protected]> wrote:
>
We have installed Tuxedo 8.0 on Sun 8.0 and using gcc 3.1 for compilation.
While compiling Tuxedo sample application, we are receiving an error
gcc: language
arch=v9 not recognized
Are we supposed to do something more to be able to use gcc for compiling
Tuxedo
sample application.

Similar Messages

  • How to compile your flex application for Iphone Using Adobe Flash CS5?

    How to compile your flex application for Iphone Using Adobe Flash CS5?

    I'm so sorry, I'm not really familiar with the codes.

  • Deployment of the sample application on Sun Solaris

    Hi,
    I have downloaded the sample application 'EJB Order Entry System' and its help file 'EJBDirections.pdf'. It gives details about deploying the application on the Oracle running on NT Server. Pl help me as I am facing problems in deploying a EJB component to the Oracle Jserver 8.1.7 running on the Sun Solaris. I am getting the following exception when I am trying to deploy in from my local system onto the Sun Oracle Server:
    call deployejb -republish -temp temp -u cs -p callserver -s sess_
    iiop://10.18.2.23:32800:ndb -descriptor empBeanDesc.ejb myBean.jar
    Reading Deployment Descriptor...done
    Verifying Deployment Descriptor...done
    Gathering users...done
    Generating Comm Stubs.........................................done
    Compiling Stubs...done
    Generating Jar File...done
    Loading EJB Jar file and Comm Stubs Jar file...done
    Generating EJBHome and EJBObject on the server...
    Message [IOEXCEPTION_DESERIALIZING] not found in 'oracle.aurora.ejb.deployment.s
    erver.Messages'.
    Is there something wrong in the way I am trying to deploy the EJB. Pl advice.
    Thanks,
    Jagdish

    No problem.
    Make sure your resources are set at the proper location. Could be that tje jni.jar is under a 'lib' folder?
    Normally you don't have to worry about deployment a lot if you are using like Netbeans 7.2 or higher.
    When you press 'Clean and build' it creates your deployed files in the 'dist' folder.
    You can change specification by adapting the build.xml file.
    Of course lot of different possibilities are available for deployment!
    You can find lot of info here:
    [http://docs.oracle.com/javafx/2/deployment/jfxpub-deployment.htm|http://docs.oracle.com/javafx/2/deployment/jfxpub-deployment.htm]
    Important to know is if you want to work with
    - a standalone application (self-contained or not)
    - with webstart
    - or with applets
    (In my case I'm using webstart, but also Self-Contained Application Packaging (jre is also installed!)

  • Sample application of Flex using java

    Can anybody tell or send any URL regarding sample applcation i.e.
    developed using Flex and java
    I am confused abt web.xml
    means how to integrate that flex application.

    Thx Dear,
    At least I got some reply from someone.
    Actually I m trying to search it but not getting any help.
    My prob is.
    I want to develop sample application using Flex and Spring framework.
    Let say there is form called
    Employee.mxml & there are 2 text boxes for username & password .I want to read values entered by user in these text boxes from flex form using Spring framework.
    so can u send me any URL sothat i can get help for this.
    Please help me ASAP.

  • Crosscompiling qt application (edb-debugger) using gcc-multilib

    Hi there.
    I'm trying to compile edb-debugger as 32-bit application on x86_64 Arch Linux. I couldn't force qmake to detect cpu architecture as i686 so i've changed makefiles on my own:
    Makefile: http://pastebin.com/SSruv8Cy
    src/Makefile: http://pastebin.com/aeB2jnsL
    I think they look ok. So i tried to compile it:
    [dobo@arch src]$ make
    /usr/bin/uic binarystring.ui -o .uic/ui_binarystring.h
    /usr/bin/uic debuggerui.ui -o .uic/ui_debuggerui.h
    /usr/bin/uic dialog_arguments.ui -o .uic/ui_dialog_arguments.h
    /usr/bin/uic dialog_attach.ui -o .uic/ui_dialog_attach.h
    /usr/bin/uic dialog_memoryregions.ui -o .uic/ui_dialog_memoryregions.h
    /usr/bin/uic dialog_options.ui -o .uic/ui_dialog_options.h
    /usr/bin/uic dialog_inputvalue.ui -o .uic/ui_dialog_inputvalue.h
    /usr/bin/uic dialog_inputbinarystring.ui -o .uic/ui_dialog_inputbinarystring.h
    /usr/bin/uic dialog_plugins.ui -o .uic/ui_dialog_plugins.h
    g++ -c -m32 -pipe -ansi -pedantic -W -Wall -Wno-long-long -Wnon-virtual-dtor -Wstrict-null-sentinel -fvisibility=hidden -march=i686 -mtune=generic -O2 -pipe -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt/mkspecs/linux-g++-32 -I. -I/usr/include/QtCore -I/usr/include/QtGui -I/usr/include -Iwidgets -I../include -Ios/unix -I../include/os/unix -Iarch/i386 -I../include/arch/i386 -I../include/arch/i386/edisassm -Ios/unix/linux -I.moc/release-shared -I.uic -o .obj/release-shared/SyntaxHighlighter.o widgets/SyntaxHighlighter.cpp
    g++ -c -m32 -pipe -ansi -pedantic -W -Wall -Wno-long-long -Wnon-virtual-dtor -Wstrict-null-sentinel -fvisibility=hidden -march=i686 -mtune=generic -O2 -pipe -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt/mkspecs/linux-g++-32 -I. -I/usr/include/QtCore -I/usr/include/QtGui -I/usr/include -Iwidgets -I../include -Ios/unix -I../include/os/unix -Iarch/i386 -I../include/arch/i386 -I../include/arch/i386/edisassm -Ios/unix/linux -I.moc/release-shared -I.uic -o .obj/release-shared/ArchProcessor.o arch/i386/ArchProcessor.cpp
    g++ -c -m32 -pipe -ansi -pedantic -W -Wall -Wno-long-long -Wnon-virtual-dtor -Wstrict-null-sentinel -fvisibility=hidden -march=i686 -mtune=generic -O2 -pipe -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt/mkspecs/linux-g++-32 -I. -I/usr/include/QtCore -I/usr/include/QtGui -I/usr/include -Iwidgets -I../include -Ios/unix -I../include/os/unix -Iarch/i386 -I../include/arch/i386 -I../include/arch/i386/edisassm -Ios/unix/linux -I.moc/release-shared -I.uic -o .obj/release-shared/BinaryInfo.o BinaryInfo.cpp
    g++ -c -m32 -pipe -ansi -pedantic -W -Wall -Wno-long-long -Wnon-virtual-dtor -Wstrict-null-sentinel -fvisibility=hidden -march=i686 -mtune=generic -O2 -pipe -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt/mkspecs/linux-g++-32 -I. -I/usr/include/QtCore -I/usr/include/QtGui -I/usr/include -Iwidgets -I../include -Ios/unix -I../include/os/unix -Iarch/i386 -I../include/arch/i386 -I../include/arch/i386/edisassm -Ios/unix/linux -I.moc/release-shared -I.uic -o .obj/release-shared/BinaryString.o BinaryString.cpp
    g++ -c -m32 -pipe -ansi -pedantic -W -Wall -Wno-long-long -Wnon-virtual-dtor -Wstrict-null-sentinel -fvisibility=hidden -march=i686 -mtune=generic -O2 -pipe -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt/mkspecs/linux-g++-32 -I. -I/usr/include/QtCore -I/usr/include/QtGui -I/usr/include -Iwidgets -I../include -Ios/unix -I../include/os/unix -Iarch/i386 -I../include/arch/i386 -I../include/arch/i386/edisassm -Ios/unix/linux -I.moc/release-shared -I.uic -o .obj/release-shared/ByteShiftArray.o ByteShiftArray.cpp
    g++ -c -m32 -pipe -ansi -pedantic -W -Wall -Wno-long-long -Wnon-virtual-dtor -Wstrict-null-sentinel -fvisibility=hidden -march=i686 -mtune=generic -O2 -pipe -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt/mkspecs/linux-g++-32 -I. -I/usr/include/QtCore -I/usr/include/QtGui -I/usr/include -Iwidgets -I../include -Ios/unix -I../include/os/unix -Iarch/i386 -I../include/arch/i386 -I../include/arch/i386/edisassm -Ios/unix/linux -I.moc/release-shared -I.uic -o .obj/release-shared/ByteStreamRegion.o ByteStreamRegion.cpp
    g++ -c -m32 -pipe -ansi -pedantic -W -Wall -Wno-long-long -Wnon-virtual-dtor -Wstrict-null-sentinel -fvisibility=hidden -march=i686 -mtune=generic -O2 -pipe -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt/mkspecs/linux-g++-32 -I. -I/usr/include/QtCore -I/usr/include/QtGui -I/usr/include -Iwidgets -I../include -Ios/unix -I../include/os/unix -Iarch/i386 -I../include/arch/i386 -I../include/arch/i386/edisassm -Ios/unix/linux -I.moc/release-shared -I.uic -o .obj/release-shared/CommentServer.o CommentServer.cpp
    g++ -c -m32 -pipe -ansi -pedantic -W -Wall -Wno-long-long -Wnon-virtual-dtor -Wstrict-null-sentinel -fvisibility=hidden -march=i686 -mtune=generic -O2 -pipe -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt/mkspecs/linux-g++-32 -I. -I/usr/include/QtCore -I/usr/include/QtGui -I/usr/include -Iwidgets -I../include -Ios/unix -I../include/os/unix -Iarch/i386 -I../include/arch/i386 -I../include/arch/i386/edisassm -Ios/unix/linux -I.moc/release-shared -I.uic -o .obj/release-shared/Configuration.o Configuration.cpp
    g++ -c -m32 -pipe -ansi -pedantic -W -Wall -Wno-long-long -Wnon-virtual-dtor -Wstrict-null-sentinel -fvisibility=hidden -march=i686 -mtune=generic -O2 -pipe -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt/mkspecs/linux-g++-32 -I. -I/usr/include/QtCore -I/usr/include/QtGui -I/usr/include -Iwidgets -I../include -Ios/unix -I../include/os/unix -Iarch/i386 -I../include/arch/i386 -I../include/arch/i386/edisassm -Ios/unix/linux -I.moc/release-shared -I.uic -o .obj/release-shared/DebugEvent.o os/unix/linux/DebugEvent.cpp
    g++ -c -m32 -pipe -ansi -pedantic -W -Wall -Wno-long-long -Wnon-virtual-dtor -Wstrict-null-sentinel -fvisibility=hidden -march=i686 -mtune=generic -O2 -pipe -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt/mkspecs/linux-g++-32 -I. -I/usr/include/QtCore -I/usr/include/QtGui -I/usr/include -Iwidgets -I../include -Ios/unix -I../include/os/unix -Iarch/i386 -I../include/arch/i386 -I../include/arch/i386/edisassm -Ios/unix/linux -I.moc/release-shared -I.uic -o .obj/release-shared/Debugger.o Debugger.cpp
    /usr/include/QtCore/qatomic_x86_64.h: Assembler messages:
    /usr/include/QtCore/qatomic_x86_64.h:187: Error: suffix or operands invalid for `xchg'
    /usr/include/QtCore/qatomic_x86_64.h:187: Error: suffix or operands invalid for `xchg'
    /usr/include/QtCore/qatomic_x86_64.h:187: Error: suffix or operands invalid for `xchg'
    /usr/include/QtCore/qatomic_x86_64.h:187: Error: suffix or operands invalid for `xchg'
    make: *** [.obj/release-shared/Debugger.o] Błąd 1
    [dobo@arch src]$ make clean
    rm -f .moc/release-shared/moc_SyntaxHighlighter.cpp .moc/release-shared/moc_BinaryString.cpp .moc/release-shared/moc_DebuggerMain.cpp .moc/release-shared/moc_DebuggerUI.cpp .moc/release-shared/moc_DialogArguments.cpp .moc/release-shared/moc_DialogAttach.cpp .moc/release-shared/moc_DialogInputBinaryString.cpp .moc/release-shared/moc_DialogInputValue.cpp .moc/release-shared/moc_DialogMemoryRegions.cpp .moc/release-shared/moc_DialogOptions.cpp .moc/release-shared/moc_DialogPlugins.cpp .moc/release-shared/moc_MemoryRegions.cpp .moc/release-shared/moc_QCategoryList.cpp .moc/release-shared/moc_QDisassemblyView.cpp .moc/release-shared/moc_QHexView.cpp .moc/release-shared/moc_RecentFileManager.cpp .moc/release-shared/moc_TabWidget.cpp .moc/release-shared/moc_DialogAttachUNIX.cpp
    rm -f .rcc/qrc_debugger.cpp
    rm -f .uic/ui_binarystring.h .uic/ui_debuggerui.h .uic/ui_dialog_arguments.h .uic/ui_dialog_attach.h .uic/ui_dialog_memoryregions.h .uic/ui_dialog_options.h .uic/ui_dialog_inputvalue.h .uic/ui_dialog_inputbinarystring.h .uic/ui_dialog_plugins.h
    rm -f .obj/release-shared/SyntaxHighlighter.o .obj/release-shared/ArchProcessor.o .obj/release-shared/BinaryInfo.o .obj/release-shared/BinaryString.o .obj/release-shared/ByteShiftArray.o .obj/release-shared/ByteStreamRegion.o .obj/release-shared/CommentServer.o .obj/release-shared/Configuration.o .obj/release-shared/DebugEvent.o .obj/release-shared/Debugger.o .obj/release-shared/DebuggerMain.o .obj/release-shared/DebuggerOS.o .obj/release-shared/DebuggerUI.o .obj/release-shared/DialogArguments.o .obj/release-shared/DialogAttach.o .obj/release-shared/DialogInputBinaryString.o .obj/release-shared/DialogInputValue.o .obj/release-shared/DialogMemoryRegions.o .obj/release-shared/DialogOptions.o .obj/release-shared/DialogPlugins.o .obj/release-shared/main.o .obj/release-shared/MD5.o .obj/release-shared/MemoryRegions.o .obj/release-shared/MemRegion.o .obj/release-shared/QCategoryList.o .obj/release-shared/QDisassemblyView.o .obj/release-shared/QHexView.o .obj/release-shared/QLongValidator.o .obj/release-shared/QULongValidator.o .obj/release-shared/RecentFileManager.o .obj/release-shared/Register.o .obj/release-shared/RegisterViewDelegate.o .obj/release-shared/State.o .obj/release-shared/SymbolManager.o .obj/release-shared/DataViewInfo.o .obj/release-shared/TabWidget.o .obj/release-shared/Instruction.o .obj/release-shared/DialogAttachUNIX.o .obj/release-shared/moc_SyntaxHighlighter.o .obj/release-shared/moc_BinaryString.o .obj/release-shared/moc_DebuggerMain.o .obj/release-shared/moc_DebuggerUI.o .obj/release-shared/moc_DialogArguments.o .obj/release-shared/moc_DialogAttach.o .obj/release-shared/moc_DialogInputBinaryString.o .obj/release-shared/moc_DialogInputValue.o .obj/release-shared/moc_DialogMemoryRegions.o .obj/release-shared/moc_DialogOptions.o .obj/release-shared/moc_DialogPlugins.o .obj/release-shared/moc_MemoryRegions.o .obj/release-shared/moc_QCategoryList.o .obj/release-shared/moc_QDisassemblyView.o .obj/release-shared/moc_QHexView.o .obj/release-shared/moc_RecentFileManager.o .obj/release-shared/moc_TabWidget.o .obj/release-shared/moc_DialogAttachUNIX.o .obj/release-shared/qrc_debugger.o
    rm -f *~ core *.core
    [dobo@arch src]$ linux32 make
    /usr/bin/uic binarystring.ui -o .uic/ui_binarystring.h
    /usr/bin/uic debuggerui.ui -o .uic/ui_debuggerui.h
    /usr/bin/uic dialog_arguments.ui -o .uic/ui_dialog_arguments.h
    /usr/bin/uic dialog_attach.ui -o .uic/ui_dialog_attach.h
    /usr/bin/uic dialog_memoryregions.ui -o .uic/ui_dialog_memoryregions.h
    /usr/bin/uic dialog_options.ui -o .uic/ui_dialog_options.h
    /usr/bin/uic dialog_inputvalue.ui -o .uic/ui_dialog_inputvalue.h
    /usr/bin/uic dialog_inputbinarystring.ui -o .uic/ui_dialog_inputbinarystring.h
    /usr/bin/uic dialog_plugins.ui -o .uic/ui_dialog_plugins.h
    g++ -c -m32 -pipe -ansi -pedantic -W -Wall -Wno-long-long -Wnon-virtual-dtor -Wstrict-null-sentinel -fvisibility=hidden -march=i686 -mtune=generic -O2 -pipe -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt/mkspecs/linux-g++-32 -I. -I/usr/include/QtCore -I/usr/include/QtGui -I/usr/include -Iwidgets -I../include -Ios/unix -I../include/os/unix -Iarch/i386 -I../include/arch/i386 -I../include/arch/i386/edisassm -Ios/unix/linux -I.moc/release-shared -I.uic -o .obj/release-shared/SyntaxHighlighter.o widgets/SyntaxHighlighter.cpp
    g++ -c -m32 -pipe -ansi -pedantic -W -Wall -Wno-long-long -Wnon-virtual-dtor -Wstrict-null-sentinel -fvisibility=hidden -march=i686 -mtune=generic -O2 -pipe -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt/mkspecs/linux-g++-32 -I. -I/usr/include/QtCore -I/usr/include/QtGui -I/usr/include -Iwidgets -I../include -Ios/unix -I../include/os/unix -Iarch/i386 -I../include/arch/i386 -I../include/arch/i386/edisassm -Ios/unix/linux -I.moc/release-shared -I.uic -o .obj/release-shared/ArchProcessor.o arch/i386/ArchProcessor.cpp
    g++ -c -m32 -pipe -ansi -pedantic -W -Wall -Wno-long-long -Wnon-virtual-dtor -Wstrict-null-sentinel -fvisibility=hidden -march=i686 -mtune=generic -O2 -pipe -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt/mkspecs/linux-g++-32 -I. -I/usr/include/QtCore -I/usr/include/QtGui -I/usr/include -Iwidgets -I../include -Ios/unix -I../include/os/unix -Iarch/i386 -I../include/arch/i386 -I../include/arch/i386/edisassm -Ios/unix/linux -I.moc/release-shared -I.uic -o .obj/release-shared/BinaryInfo.o BinaryInfo.cpp
    g++ -c -m32 -pipe -ansi -pedantic -W -Wall -Wno-long-long -Wnon-virtual-dtor -Wstrict-null-sentinel -fvisibility=hidden -march=i686 -mtune=generic -O2 -pipe -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt/mkspecs/linux-g++-32 -I. -I/usr/include/QtCore -I/usr/include/QtGui -I/usr/include -Iwidgets -I../include -Ios/unix -I../include/os/unix -Iarch/i386 -I../include/arch/i386 -I../include/arch/i386/edisassm -Ios/unix/linux -I.moc/release-shared -I.uic -o .obj/release-shared/BinaryString.o BinaryString.cpp
    g++ -c -m32 -pipe -ansi -pedantic -W -Wall -Wno-long-long -Wnon-virtual-dtor -Wstrict-null-sentinel -fvisibility=hidden -march=i686 -mtune=generic -O2 -pipe -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt/mkspecs/linux-g++-32 -I. -I/usr/include/QtCore -I/usr/include/QtGui -I/usr/include -Iwidgets -I../include -Ios/unix -I../include/os/unix -Iarch/i386 -I../include/arch/i386 -I../include/arch/i386/edisassm -Ios/unix/linux -I.moc/release-shared -I.uic -o .obj/release-shared/ByteShiftArray.o ByteShiftArray.cpp
    g++ -c -m32 -pipe -ansi -pedantic -W -Wall -Wno-long-long -Wnon-virtual-dtor -Wstrict-null-sentinel -fvisibility=hidden -march=i686 -mtune=generic -O2 -pipe -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt/mkspecs/linux-g++-32 -I. -I/usr/include/QtCore -I/usr/include/QtGui -I/usr/include -Iwidgets -I../include -Ios/unix -I../include/os/unix -Iarch/i386 -I../include/arch/i386 -I../include/arch/i386/edisassm -Ios/unix/linux -I.moc/release-shared -I.uic -o .obj/release-shared/ByteStreamRegion.o ByteStreamRegion.cpp
    g++ -c -m32 -pipe -ansi -pedantic -W -Wall -Wno-long-long -Wnon-virtual-dtor -Wstrict-null-sentinel -fvisibility=hidden -march=i686 -mtune=generic -O2 -pipe -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt/mkspecs/linux-g++-32 -I. -I/usr/include/QtCore -I/usr/include/QtGui -I/usr/include -Iwidgets -I../include -Ios/unix -I../include/os/unix -Iarch/i386 -I../include/arch/i386 -I../include/arch/i386/edisassm -Ios/unix/linux -I.moc/release-shared -I.uic -o .obj/release-shared/CommentServer.o CommentServer.cpp
    g++ -c -m32 -pipe -ansi -pedantic -W -Wall -Wno-long-long -Wnon-virtual-dtor -Wstrict-null-sentinel -fvisibility=hidden -march=i686 -mtune=generic -O2 -pipe -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt/mkspecs/linux-g++-32 -I. -I/usr/include/QtCore -I/usr/include/QtGui -I/usr/include -Iwidgets -I../include -Ios/unix -I../include/os/unix -Iarch/i386 -I../include/arch/i386 -I../include/arch/i386/edisassm -Ios/unix/linux -I.moc/release-shared -I.uic -o .obj/release-shared/Configuration.o Configuration.cpp
    g++ -c -m32 -pipe -ansi -pedantic -W -Wall -Wno-long-long -Wnon-virtual-dtor -Wstrict-null-sentinel -fvisibility=hidden -march=i686 -mtune=generic -O2 -pipe -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt/mkspecs/linux-g++-32 -I. -I/usr/include/QtCore -I/usr/include/QtGui -I/usr/include -Iwidgets -I../include -Ios/unix -I../include/os/unix -Iarch/i386 -I../include/arch/i386 -I../include/arch/i386/edisassm -Ios/unix/linux -I.moc/release-shared -I.uic -o .obj/release-shared/DebugEvent.o os/unix/linux/DebugEvent.cpp
    g++ -c -m32 -pipe -ansi -pedantic -W -Wall -Wno-long-long -Wnon-virtual-dtor -Wstrict-null-sentinel -fvisibility=hidden -march=i686 -mtune=generic -O2 -pipe -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt/mkspecs/linux-g++-32 -I. -I/usr/include/QtCore -I/usr/include/QtGui -I/usr/include -Iwidgets -I../include -Ios/unix -I../include/os/unix -Iarch/i386 -I../include/arch/i386 -I../include/arch/i386/edisassm -Ios/unix/linux -I.moc/release-shared -I.uic -o .obj/release-shared/Debugger.o Debugger.cpp
    /usr/include/QtCore/qatomic_x86_64.h: Assembler messages:
    /usr/include/QtCore/qatomic_x86_64.h:187: Error: suffix or operands invalid for `xchg'
    /usr/include/QtCore/qatomic_x86_64.h:187: Error: suffix or operands invalid for `xchg'
    /usr/include/QtCore/qatomic_x86_64.h:187: Error: suffix or operands invalid for `xchg'
    /usr/include/QtCore/qatomic_x86_64.h:187: Error: suffix or operands invalid for `xchg'
    It still looks like qmake/make/gcc (i don't know what exactly) detects cpu arch as x86_64. I even tried to replace qatomic_x86_64.h with qatomic_i386.h - it compiled successfully but application didin't work properly - edb complained about wrong architecture of its plugins (the path was correct for sure).
    I know that chroot is a way to do it but i wanted to learn how to crosscompile it. Any ideas how to fix it?
    (sorry for my English, i hope you'll understand me)

    tavianator wrote:To trick the autodetect, just run linux32 qmake.
    I forgot to mention that but i tried linux32 also. Unfortunately it doesn't work either - compiler stil prefers including x86_64 to i386 header .
    Last edited by dobo (2010-09-16 21:47:11)

  • Problem running a sample application in sun app server PE 8

    Hi,
    I am trying to run the petstore application with oracle 9i. It's a demo application that comes with app server. I set the classpath in the app server to the oracle driver files. I am able to deploy it successfully. But, when I run it it gives me this error:
    java.sql.SQLException: Error in allocating a connection. Cause: Class name is wrong or classpath is not set for : oracle.jdbc.xa.client.OracleXADataSource
    I am using oracle thin driver.
    Rgds,
    shipf1

    Yes, I am deploying the application as an ear.You would need to configure the JAR as a module within the EAR. If it is required only by a web app, you could add it to the WEB-INF/lib for the web app.

  • Error Compiling VSM Sample Application

    Im trying to run the VSM app but it seems there4s a coding error in the AccessControlFilter.java (134,45) and (153,47).
    The getParameterMap() doesnt exist in the javax.servlet.http.HttpServletRequest interface.
    Has anyone faced this one?

    hi
    this method is implemented only with servlets2.3 spec. You have to include latest oc4j.jar (under <oc4j_home>/j2ee/home) in the classpath.
    shrini

  • Using GCC on SunSolaris2.8 to compile and link sample OCI programs

    Hi,
    Does anyone have sample make file (or modified version of demo_rdbms.mk) or command to compile and link OCI demo programs using gcc?? I am trying to compile and link cdemo81.c from rdbms/demo directory.
    gcc related files are under /usr/local/bin and /usr/local/lib, /us/local/lib/gcc-lib/sparc-sun-solaris2.8/3.1
    Thanks

    Hi,
    I finally got cdemo81.c to compile and link on Solaris 8 using Oracle 8.1.7.3. I got some help from one other person who had posted similar question on this forum. Following is the makefile that I am currently using to compile my oci code. Please note that you need to have $(ORACLE_HOME) and LD_LIBRARTY_PATH set before you try to compile using gcc.
    ************** Makefile Starts here ***********************************
    CPP=g++
    CC=gcc
    LD=ld
    CCFLAGS= -g
    CPPFLAGS=-g3 -Wall
    INCDIR=-I$(ORACLE_HOME)/rdbms/demo -I$(ORACLE_HOME)/rdbms/public -I$(ORACLE_HOME)/plsql/public -I$(ORACLE_HOME)/network/public
    LIBNAME=liboralib
    SOEXT=.so
    DLLINK=-shared -ldl
    ###SOFLAGS=-shared -Wl,-expect_unresolved -Wl,-soname,$(LIBNAME)$(SOEXT) $(LIBPATH)
    SOFLAGS=-shared -Wl
    LDFLAGS=-shared -expect_unresolved * -soname
    LIBPATH=-L$(ORACLE_HOME)/lib/ -L$(ORACLE_HOME)/rdbms/lib/ -R$(ORACLE_HOME)/lib/ -R$(ORACLE_HOME)/rdbms/lib/
    ORALIBS= -lnbeq8 -lnhost8 -lnus8 -lnldap8 -lldapclnt8 -lnsslb8 -lnoname8 -lntcp8 \
    -lntcps8 -lnsslb8 -lntcp8 -lntns8 -ln8 -lnl8 -lnro8 -lnbeq8 -lnhost8 -lnus8 \
    -lnldap8 -lldapclnt8 -lnsslb8 -lnoname8 -lntcp8 -lntcps8 -lnsslb8 \
    -lntcp8 -lntns8 -ln8 -lnl8 -lclient8 -lvsn8 -lcommon8 -lgeneric8 \
    -lmm -lnls8 -lcore8 -lnls8 -lcore8 -lnls8 -lnbeq8 -lnhost8 -lnus8 -lnldap8 \
    -lldapclnt8 -lnsslb8 -lnoname8 -lntcp8 -lntcps8 -lnsslb8 -lntcp8 \
    -lntns8 -ln8 -lnl8 -lnro8 -lnbeq8 -lnhost8 -lnus8 -lnldap8 -lldapclnt8 \
    -lnsslb8 -lnoname8 -lntcp8 -lntcps8 -lnsslb8 -lntcp8 -lntns8 -ln8 \
    -lnl8 -lclient8 -lvsn8 -lcommon8 -lgeneric8 -ltrace8 -lnls8 -lcore8 \
    -lnls8 -lcore8 -lnls8 -lclient8 -lvsn8 -lcommon8 -lgeneric8 -lnls8 \
    -lcore8 -lnls8 -lcore8 -lnls8 -lnsl -lsocket -lgen -ldl -lsched \
    -lc -laio -lposix4 -lkstat -lm -lthread -lwtc8
    LIBS=$(ORACLE_HOME)/rdbms/lib/defopt.o $(ORACLE_HOME)/lib/sscoreed.o $(ORACLE_HOME)/lib/libclntsh.so $(ORACLE_HOME)/lib/nautab.o $(ORACLE_HOME)/lib/naeet.o $(ORACLE_HOME)/lib/naect.o $(ORACLE_HOME)/lib/naedhs.o $(ORALIBS)
    ##LIBS=$(ORACLE_HOME)/rdbms/lib/defopt.o $(ORACLE_HOME)/lib/sscoreed.o $(ORACLE_HOME)/lib/nautab.o $(ORACLE_HOME)/lib/naeet.o $(ORACLE_HOME)/lib/naect.o $(ORACLE_HOME)/lib/naedhs.o $(ORALIBS)
    ###LIBS=$(ORACLE_HOME)/rdbms/lib/ssdbaed.o $(ORACLE_HOME)/lib/nautab.o $(ORACLE_HOME)/lib/naeet.o $(ORACLE_HOME)/lib/naect.o $(ORACLE_HOME)/lib/naedhs.o $(ORALIBS)
    ORALIBSO=-lnetv2 -lnttcp -lnetwork -lncr -lclient8 -lvsn -lcommon8 -lgeneric8 \
    -lmm -lnlsrtl3 -lcore8 -lnlsrtl3 -lcore8 -lnlsrtl3 -lnetv2 -lnttcp \
    -lnetwork -lncr -lclient8 -lvsn -lcommon8 -lgeneric8 -lepc -lnlsrtl3 \
    -lcore8 -lnlsrtl3 -lcore8 -lnlsrtl3 -lclient8 -lvsn -lcommon8 -lgeneric8 \
    -lnlsrtl3 -lcore8 -lnlsrtl3 -lcore8 -lnlsrtl3 -lnsl -lm -ldl -lm \
    -ldl -lnetv2 -lnttcp -lnetwork -lncr -lnetv2 -lnttcp -lnetwork -lncr \
    -lnetv2 -lnttcp -lnetwork -lncr -lnetv2 -lnttcp -lnetwork -lncr \
    -lnetv2 -lnttcp -lnetwork -lncr -lsql
    ###-lnbeq8 -lnhost8 -lnus8 -lnldap8 -lldapclnt8 -lnsslb8 -lnoss8 -lnoname8 -lntcp8 \
    #ORALIBS=-lnetv2 -lnttcp -lnetwork -lncr -lclient8 -lvsn -lcommon8 -lgeneric8 \
    # -lmm -lcore8 -lnlsrtl3 -lepc -lnsl -lm -ldl
    CPPOBJECTS=orabase.o orastmt.o
    HEADER=orabase.h orastmt.h
    .SUFFIXES: .cc .c
    ###.c.o:
    ###     $(CC) $(CCFLAGS) $(INCDIR) -o $@ -c $<
    .cc.o:
         $(CPP) $(CPPFLAGS) $(INCDIR) -o $@ -c $<
    #lib: $(CPPOBJECTS) $(HEADERS)
    #     $(CPP) $(CPPFLAGS) $(SOFLAGS) $(LIBPATH) -o $(LIBNAME)$(SOEXT) $(CPPOBJECTS) $(LIBS)
    #clean:
    #     $(RM) *.o core *~
    #distclean: clean
    #     $(RM) $(LIBNAME)$(SOEXT) so_locations
    ###ocimanager:     ocimanager.o
    ###     $(CC) -o $@ $(LIBPATH) $(LIBS) $<
    ocimanager.so: ../obj/ocimanager.o
         $(CC) $(LIBPATH) -o ocimanager.so -G ../obj/ocimanager.o $(LIBS)
    ##     gcc -L$(ORACLE_HOME)/lib/ -L$(ORACLE_HOME)/rdbms/lib/ -o ocimanager.so -G ../obj/ocimanager.o $(LIBS)
    ../obj/ocimanager.o: ocimanager.c ocimanager.h
         $(CC) $(CCFLAGS) $(INCDIR) -o ../obj/ocimanager.o -c ocimanager.c
    **************** Makefile ends here*********************************************
    Hope this helps
    Brunda

  • Sample application using the Eclipse BIRT schema

    <p>Somaco have produced a sample application based upon the Eclipse BIRT example schema (customers, orders, products, etc). Hopefully this will be of some use to new-to-Spring developers looking for other example applications and sample applications.</p>
    <p>So far we're tested/run the sample application on Tomcat, using JOTM transactions against the MySQL version of the BIRT schema. We'd like to (a) offer the sample application to those Weblogic users looking for sample applications (other than petstore), and (b) get some feedback on the sample application from Weblogic users - both for the deployment and for the app itself.</p>
    <p>
    The sample application uses the following Spring MVC Framework features:</p>
    <ul>
    <li>Various Spring controllers including: SimpleFormController, AbstractWizardFormController, and MultiActionController.</li>
    <li>Validation and Custom Editors (including a CustomTimestampEditor for java.sql.Timestamp fields).</li>
    <li>Clearly tiered application design with web, application and persistence tiers.</li>
    <li>Ibatis/DB persistence tier using result maps, correlated result maps, dynamic and iterative map definitions.</li>
    <li>Simple QBE on text fields.</li>
    <li>Externalised messages (for i18n/l10n).</li>
    <li>WAI-friendly page structure (e.g. CSS2 styling, use of divs, not tables).</li>
    <li>Declarative JOTM transactions.</li>
    </ul>
    <p>The sample application was created using the Somaco Software Production service.</p>
    <p>Follow the link from the Somaco home page to download the application (~4.1 MB).</p>
    <p>No registration required. Feedback would be appreciated. Enjoy.</p>
    <p>Cheers - John</p>

    <p>Somaco have produced a sample application based upon the Eclipse BIRT example schema (customers, orders, products, etc). Hopefully this will be of some use to new-to-Spring developers looking for other example applications and sample applications.</p>
    <p>So far we're tested/run the sample application on Tomcat, using JOTM transactions against the MySQL version of the BIRT schema. We'd like to (a) offer the sample application to those Weblogic users looking for sample applications (other than petstore), and (b) get some feedback on the sample application from Weblogic users - both for the deployment and for the app itself.</p>
    <p>
    The sample application uses the following Spring MVC Framework features:</p>
    <ul>
    <li>Various Spring controllers including: SimpleFormController, AbstractWizardFormController, and MultiActionController.</li>
    <li>Validation and Custom Editors (including a CustomTimestampEditor for java.sql.Timestamp fields).</li>
    <li>Clearly tiered application design with web, application and persistence tiers.</li>
    <li>Ibatis/DB persistence tier using result maps, correlated result maps, dynamic and iterative map definitions.</li>
    <li>Simple QBE on text fields.</li>
    <li>Externalised messages (for i18n/l10n).</li>
    <li>WAI-friendly page structure (e.g. CSS2 styling, use of divs, not tables).</li>
    <li>Declarative JOTM transactions.</li>
    </ul>
    <p>The sample application was created using the Somaco Software Production service.</p>
    <p>Follow the link from the Somaco home page to download the application (~4.1 MB).</p>
    <p>No registration required. Feedback would be appreciated. Enjoy.</p>
    <p>Cheers - John</p>

  • Getting error while running TutWD_FlightBooking_Init sample application

    Hello,
    I have downloaded TutWD_FlightBooking_Init.zip and Handling Transactions with BAPIs in Web Dynpro.pdf document and created a WebDynpro sample application.
    I have deployed it in WAS6.40 SP9 and created appropriate JCo connections and these JCo connections are working fine.
    While accessing application from browser it gives me following error.
    Thanks in advance to help on same.
    Error: ==================
    Error stacktrace:
    com.sap.tc.webdynpro.services.exceptions.WDTypeNotFoundException: type com.sap.wd.tc.flightbooking.types.Testrun could not be loaded: com.sap.dictionary.runtime.DdException:
    at com.sap.tc.webdynpro.services.datatypes.core.DataTypeBroker.getSimpleType(DataTypeBroker.java:242)
    at com.sap.tc.webdynpro.services.datatypes.core.DataTypeBroker.getDataType(DataTypeBroker.java:205)
    at com.sap.tc.webdynpro.progmodel.context.AttributeInfo.init(AttributeInfo.java:471)
    at com.sap.tc.webdynpro.progmodel.context.NodeInfo.initAttributes(NodeInfo.java:771)
    at com.sap.tc.webdynpro.progmodel.context.NodeInfo.init(NodeInfo.java:756)
    at com.sap.tc.webdynpro.progmodel.context.NodeInfo.init(NodeInfo.java:761)
    at com.sap.tc.webdynpro.progmodel.context.Context.init(Context.java:40)
    at com.sap.tc.webdynpro.progmodel.controller.Controller.init(Controller.java:199)
    at com.sap.tc.webdynpro.progmodel.controller.Component.getCustomControllerInternal(Component.java:433)
    at com.sap.tc.webdynpro.progmodel.controller.Component.getMappableContext(Component.java:371)
    at com.sap.tc.webdynpro.progmodel.controller.Component.getMappableContext(Component.java:400)
    at com.sap.tc.webdynpro.progmodel.context.MappingInfo.init(MappingInfo.java:138)
    at com.sap.tc.webdynpro.progmodel.context.NodeInfo.init(NodeInfo.java:746)
    at com.sap.tc.webdynpro.progmodel.context.NodeInfo.init(NodeInfo.java:761)
    at com.sap.tc.webdynpro.progmodel.context.Context.init(Context.java:40)
    at com.sap.tc.webdynpro.progmodel.controller.Controller.init(Controller.java:199)
    at com.sap.tc.webdynpro.progmodel.view.ViewManager.getView(ViewManager.java:540)
    at com.sap.tc.webdynpro.progmodel.view.ViewManager.bindRoot(ViewManager.java:422)
    at com.sap.tc.webdynpro.progmodel.view.ViewManager.init(ViewManager.java:130)
    at com.sap.tc.webdynpro.progmodel.view.InterfaceView.initController(InterfaceView.java:41)
    at com.sap.tc.webdynpro.progmodel.controller.Controller.init(Controller.java:200)
    at com.sap.tc.webdynpro.clientserver.cal.ClientComponent.displayToplevelComponent(ClientComponent.java:134)
    at com.sap.tc.webdynpro.clientserver.cal.ClientApplication.init(ClientApplication.java:374)
    at com.sap.tc.webdynpro.clientserver.task.WebDynproMainTask.execute(WebDynproMainTask.java:593)
    at com.sap.tc.webdynpro.clientserver.cal.AbstractClient.executeTasks(AbstractClient.java:59)
    at com.sap.tc.webdynpro.clientserver.cal.ClientManager.doProcessing(ClientManager.java:249)
    at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doWebDynproProcessing(DispatcherServlet.java:154)
    at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doContent(DispatcherServlet.java:116)
    at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doGet(DispatcherServlet.java:48)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:385)
    at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:263)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:340)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:318)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:821)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:239)
    at com.sap.engine.services.httpserver.server.Client.handle(Client.java:92)
    at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:147)
    at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:37)
    at com.sap.engine.core.cluster.impl6.session.UnorderedChannel$MessageRunner.run(UnorderedChannel.java:71)
    at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
    at java.security.AccessController.doPrivileged(Native Method)
    at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:94)
    at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:162)
    Caused by: com.sap.dictionary.runtime.DdException:
    at com.sap.tc.webdynpro.services.datatypes.core.DataTypeBroker$1.fillSldConnection(DataTypeBroker.java:89)
    at com.sap.dictionary.runtime.ProviderFactory.internalResolveLogicalNameToJCODestination(ProviderFactory.java:408)
    at com.sap.dictionary.runtime.ProviderFactory.resolveLogicalNameToJCODestination(ProviderFactory.java:354)
    at com.sap.dictionary.runtime.ProviderFactory.internalGetProvider(ProviderFactory.java:215)
    at com.sap.dictionary.runtime.ProviderFactory.getProvider(ProviderFactory.java:180)
    at com.sap.dictionary.runtime.DdDictionaryPool.getProvider(DdDictionaryPool.java:78)
    at com.sap.dictionary.runtime.DdDictionaryPool.getDictionary(DdDictionaryPool.java:64)
    at com.sap.dictionary.runtime.DdDictionaryPool.getDictionary(DdDictionaryPool.java:39)
    at com.sap.dictionary.runtime.DdBroker.getDataType(DdBroker.java:149)
    at com.sap.dictionary.runtime.DdBroker.getSimpleType(DdBroker.java:170)
    at com.sap.tc.webdynpro.services.datatypes.core.DataTypeBroker.getSimpleType(DataTypeBroker.java:234)
    ... 44 more
    In this sample application I am using following detinations
    1- WD_FLIGHTBOOKING_MODELDATA_DEST
    2- WD_FLIGHTBOOKING_RFC_METADATA_DEST
    When I am going through the Web Dynpro Content Administrator and looking inside my application local/TutWD_FlightBooking_Init -> Applications -> FlightBookingApp -> JCo Connections, it shows these two destination.
    Any idea?
    Thanks
    Dayana

    Hi Dayana.
    I look your very old post because I'm searching the TutWD_FlightBooking_Init.zip file.
    Do you remember where you found it or can you send to me your file (if you keep it again)? I'm nt able to find it on sdn. Could be that is been removed :-((
    If you can send to me, my address is [email protected]
    Very thanks in advance.
    Ciao. Nicola

  • Can I use gcc to compile sample driver code?

    Hi:
    I am trying to compile the sample driver code using gcc.
    I got lots of error messages while parsing header files under the sys/ directory.
    Have I missed something?
    Or does it mean that I have to use the cc compiler from Sun?
    By the way, need I any tools other than the compiler if I want to develope Solaris driver?
    Any replies would be appreciated.
    B.Regards
    Steven

    Thanks for your help.
    I just found out this might be due to the conflicts between different OSs.
    Becuase I usually work under the MicroSoft Windows enviroment, so I first downloaded and unzipped the sample code in Windows.
    (I might have opened the file using Visual Studio, too.)
    Then I copied the files to the Solaris environment and compiled them there.
    In that case, lots of errors are found by the make utility and gcc.
    But if I do all the jobs under Solaris, everying is going well.
    Now I find myself in trouble becuase I have used Visual Studio to edit my own driver source file.
    Could anyone please tell me how to transform my source code so that it can be compiled under Solaris?

  • Error in running sample application for tuxedo

    Hi
    I received the following error when i try to run the sample application "simpapp"
    for tuxedo. I have set the ubbconfig file.
    i could get tuxconfig file by using tmloadcf commmand.
    for running the buildclient and buildserver it gives following error.do i have
    to install any c compiler? if so pls. suggest me some good c compiler.
    THE ERROR IS :
    C:\simpapp>buildclient -o simpcl -f simpcl.c
    The name specified is not recognized as an
    internal or external command, operable program or batch file.
    NLS:4: Cannot open message catalog TUXNT_CAT, set 1, num 77; check TUXDIR=C:\Program
    Files\BEA Systems\Tuxedo, LANG=Englis
    _United States.1252
    THANKS
    magesh

    Hi
    for Windows NT, which C compiler would be better for compiling the programs
    for tux clients and servers?
    do we have to use the MS-VC++ compiler and what are the environment
    variables to be set if i have to use build(client|server) ?
    pls. help me.
    thanks
    Magesh
    "Peter Holditch" <[email protected]> wrote in message
    news:[email protected]...
    Magesh,
    As I already posted, you need a C compiler installed.buildclient
    merely invoke the system compiler.
    Peter.
    Got a Question? Ask BEA at http://askbea.bea.com
    The views expressed in this posting are solely those of the author, andBEA
    Systems, Inc. does not endorse any of these views.
    BEA Systems, Inc. is not responsible for the accuracy or completeness ofthe
    information provided
    and assumes no duty to correct, expand upon, delete or update any of the
    information contained in this posting.
    magesh muthukumarasamy wrote:
    Hi
    After doing the steps which you've told, I got the following error when
    I
    ran buildclient and builserver respectively :
    C:\simpapp>buildclient -o simpcl -f simpcl.c
    The name specified is not recognized as an
    internal or external command, operable program or batch file.
    TUXNT_CAT:77: ERROR: Can't execute cl/MD -I"%TUXDIR%"\include -Fesimpcl
    simpcl.c "%TUXDIR%"\lib\libtux.lib "%TUXDIR%"
    \lib\libbuft.lib "%TUXDIR%"\lib\libfml.lib "%TUXDIR%"\lib\libfml32.lib
    "%TUXDIR%"\lib\libengine.lib wsock32.lib kernel32.
    lib advapi32.lib user32.lib gdi32.lib comdlg32.lib
    winspool.lib -link -implib:BC-5f.lib
    C:\simpapp>buildserver -o simpserv -f simpserv.c -s TOUPPER
    cl /MD -I"%TUXDIR%"\include -Fesimpserv BS-1a4.c simpserv.c
    "%TUXDIR%"\lib\libtux.lib "%TUXDIR%"\lib\libbuft.lib "%TUX
    DIR%"\lib\libfml.lib "%TUXDIR%"\lib\libfml32.lib
    "%TUXDIR%"\lib\libengine.lib wsock32.lib kernel32.lib advapi32.libuser32
    .lib gdi32.lib comdlg32.lib winspool.lib -link -implib:BS-1a4.lib
    The name specified is not recognized as an
    internal or external command, operable program or batch file.
    CMDTUX_CAT:4180: ERROR: can't execute cl
    /MD -I"%TUXDIR%"\include -Fesimpserv BS-1a4.c simpserv.c
    "%TUXDIR%"\lib\libtux.l
    ib "%TUXDIR%"\lib\libbuft.lib "%TUXDIR%"\lib\libfml.lib
    "%TUXDIR%"\lib\libfml32.lib "%TUXDIR%"\lib\libengine.lib wsock3
    2.lib kernel32.lib advapi32.lib user32.lib gdi32.lib comdlg32.lib
    winspool.lib -link -implib:BS-1a4.lib
    IS IT DUE TO C COMPILER NOT AVAILABLE OR ANY OTHER CONFIGURATIONPROBLEMS?
    >>
    pls. help me.
    THANKS
    magesh
    "LouisLiu" <[email protected]> wrote in message
    news:[email protected]...
    Three steps to solve this problem:
    1. Set the LANG environment variable: set LANG=English_United
    States.1252;
    2. In the tuxedo directory Tuxedo\locale, make a new directory named
    English_United States.1252;
    3. Copy all files in diirectory Tuxedo\locale\C into the newdirectory.
    >>>
    "MAGESH MUTHUKUMARASAMY" <[email protected]> wrote in message
    news:[email protected]...
    Hi
    I received the following error when i try to run the sample
    application
    "simpapp"
    for tuxedo. I have set the ubbconfig file.
    i could get tuxconfig file by using tmloadcf commmand.
    for running the buildclient and buildserver it gives following
    error.do
    i
    have
    to install any c compiler? if so pls. suggest me some good c
    compiler.
    >>>>
    >>>>
    THE ERROR IS :
    C:\simpapp>buildclient -o simpcl -f simpcl.c
    The name specified is not recognized as an
    internal or external command, operable program or batch file.
    NLS:4: Cannot open message catalog TUXNT_CAT, set 1, num 77; checkTUXDIR=C:\Program
    Files\BEA Systems\Tuxedo, LANG=Englis
    _United States.1252
    THANKS
    magesh

  • Compilation of C program in 64 bit mode using  gcc

    How do i compile a C program in 64 bit mode using gcc 2.95.2. I am using Sun Os 5.8.
    Pls give the command

    When i use the follwing script
    cc -w -v -DSOLARIS -DSOLARIS2 -m64 -c $1.c -I./. -I/usr/lib/sparcv9 -I/usr/include -I/usr/include/sys -I/usr1/soft/smshdr -I/oracle9i/precomp/public -I/oracle9i/sqllib/public
    I got the following error .. Pls help
    Reading specs from /opt/sfw/lib/gcc-lib/sparc-sun-solaris2.8/2.95.2/specs
    gcc version 2.95.2 19991024 (release)
    /opt/sfw/lib/gcc-lib/sparc-sun-solaris2.8/2.95.2/cpp -lang-c -v -I./. -I/usr/li
    b/sparcv9 -I/usr/include -I/usr/include/sys -I/usr1/soft/smshdr -I/oracle9i/prec
    omp/public -I/oracle9i/sqllib/public -D__GNUC__=2 -D__GNUC_MINOR__=95 -Dsparc -D
    sun -Dunix -D__svr4__ -D__SVR4 -D__sparc__ -D__sun__ -D__unix__ -D__svr4__ -D__S
    VR4 -D__sparc -D__sun -D__unix -Asystem(unix) -Asystem(svr4) -w -D__arch64__ -Ac
    pu(sparc64) -Amachine(sparc64) -DSOLARIS -DSOLARIS2 XCupCRC.c /var/tmp/cckMTbiU.
    i
    GNU CPP version 2.95.2 19991024 (release) (sparc)
    #include "..." search starts here:
    #include <...> search starts here:
    /usr/lib/sparcv9
    /usr/include
    /usr/include/sys
    /usr1/soft/smshdr
    /oracle9i/precomp/public
    /opt/sfw/include
    /opt/sfw/lib/gcc-lib/sparc-sun-solaris2.8/2.95.2/../../../../sparc-sun-solaris2
    .8/include
    /opt/sfw/lib/gcc-lib/sparc-sun-solaris2.8/2.95.2/include
    /usr/include
    End of search list.
    The following default directories have been omitted from the search path:
    /opt/sfw/lib/gcc-lib/sparc-sun-solaris2.8/2.95.2/../../../../include/g++-3
    End of omitted list.
    /opt/sfw/lib/gcc-lib/sparc-sun-solaris2.8/2.95.2/cc1 /var/tmp/cckMTbiU.i -quiet
    -dumpbase XCupCRC.c -m64 -w -version -o /var/tmp/ccqeBknF.s
    cc1: -m64 is not supported by this configuration
    cc1: -mptr32 not allowed on -m64
    GNU C version 2.95.2 19991024 (release) (sparc-sun-solaris2.8) compiled by GNU C
    version 2.95.2 19991024 (release).
    XCupCRC.c: In function `XCupCRC':
    XCupCRC.c:45: internal error--unrecognizable insn:
    (insn 208 206 210 (set (reg:DI 10 %o2)
    (symbol_ref:DI ("*.LLC0"))) -1 (nil)
    (nil))

  • Need help in creating a sample application using Oracle I\PM 10gR3.

    I am a new to Oracle I\PM 10gR3 and I need a guide to create a sample
    application using Filer and a sample Process.
    I have searched the net and was unable to find any documents. If any body has
    any kind of guide to create an application please let me know.
    Waiting for a response.

    Please see Kenichi Unnai in his blog "How to use UWL API for NetWeaver BPM Tasks"
    How to use UWL API for NetWeaver BPM Tasks
    The .sca-file can be found on the sap service marketplace, afterwards you need to import the .sca-file, add the SC to your "MyComponents" and then you can select your necessary DC's.

  • [svn:fx-trunk] 16929: Add a [Mixin] class that will register the required class aliases in the event the mxml compiler generation   [RemoteClass(alias="")] code is not called because an application does not use the Flex UI framework .

    Revision: 16929
    Revision: 16929
    Author:   [email protected]
    Date:     2010-07-15 07:38:44 -0700 (Thu, 15 Jul 2010)
    Log Message:
    Add a class that will register the required class aliases in the event the mxml compiler generation  [RemoteClass(alias="")] code is not called because an application does not use the Flex UI framework.
    Add a reference to this class in the RPCClasses file so it always gets loaded.
    QE notes: Need a remoting and messaging regression test that doesn't use Flex UI.
    Bugs: Watson bug 2638788
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/rpc/src/RPCClasses.as
    Added Paths:
        flex/sdk/trunk/frameworks/projects/rpc/src/mx/utils/RpcClassAliasInitializer.as

    Great exercise to document the problem like this.  It got me thinking about how an app with modules would be different from an app that does not use modules.  Solution: I moved the dummy reference of PersonPhotoView out to the main application file (as opposed to being inside the module) and it worked.  I've probably been lucky not to have experienced this problem earlier, because for most other entities I have an instance attached to my model which is linked / compiled with the main application.

Maybe you are looking for