[SOLVED] how to compile transmission for gtk2?

I see the new version of transmission is now compiled againt gtk3.
As an xfce user, I dislike looking at this unthemed eyesore, so as I have done with nm-applet, I figured I would just recompile it for gtk2.
I've pulled the PKGBUILD from ABS and puled in the sources but nowhere in any files can I find reference to an argument I can pass to make it compile against gtk2.
Does anyone know?
Last edited by b9anders (2011-10-27 19:44:30)

wonder wrote:you can remove gtk3 from your system and just recompile or you can pass --with-gtk=2 as option to configure
I had tried "gtkver=2" as that is what nm-applet wants. Cheers for that. It's not compiling though. I can compile it just fine with gtk3 but when I pass "--with-gtk=2" to configure, I get a lot of "undefined reference" lines before it aborts. These are the final lines of it:
/home/abs/transmission/src/transmission-2.42/gtk/util.c:563: undefined reference to `gtk_widget_show'
util.o: In function `gtr_unrecognized_url_dialog':
/home/abs/transmission/src/transmission-2.42/gtk/util.c:591: undefined reference to `g_string_free'
util.o: In function `gtr_paste_clipboard_url_into_entry':
/home/abs/transmission/src/transmission-2.42/gtk/util.c:618: undefined reference to `g_free'
util.o: In function `gtr_label_set_text':
/home/abs/transmission/src/transmission-2.42/gtk/util.c:631: undefined reference to `gtk_label_set_text'
collect2: ld returned 1 exit status
make[2]: *** [transmission-gtk] Error 1
make[2]: Leaving directory `/home/abs/transmission/src/transmission-2.42/gtk'
make[1]: *** [install-recursive] Error 1
PKGBUILD

Similar Messages

  • [Solved] How to include examples for an AUR package

    Hi,
    I read the wiki pages how to create packages for the AUR,
    but I am not sure how to include examples which should be placed
    in /usr/share/doc/<package>/examples/ after the package was installed.
    Should all files be mentioned in the "sources" variable of the PKGBUILD
    or is it better to copy them via the .install file?
    Last edited by fana (2012-01-22 17:38:41)

    fana wrote:Ah, I see. So a good way would be just providing a tarball with all the examples and add that tarball to the source array
    Yup, I don't see how are these are examples different [1] from the other files.
    [1] Well, apart from stuff like https://bugs.archlinux.org/task/25998 ;P

  • [solved]How to compile a software with debug symbol from aur?

    How does auch developers compile their project? Seems that archlinux user always trying to avoid build software from git/svn directly. But after searching a lot  I sill haven't found how to compile with debug symbol while using PKGBUILD.
    Anyone help?
    Last edited by ranjiao (2009-08-27 14:28:09)

    ranjiao wrote:PKGBUILD calls autogen.sh before calling make, and gnome-autogen.sh is called in autogen.sh
    I have tried to add --enable-debug while calling autogen.sh and gnome-autogen.sh, but it doesn't work.
    Isn't PKGBUILD just a script? It calls what you make it calls by adding commands...

  • How to compile zfs for an upgraded kernel, root fs is zfs[newbie]

    Hey all, I am new to Arch, but was a gentoo user before. I have a question  about how to recompile third party module for a new kernel. I can not find any threads about it.
    I have a system with root fs zfs by following the howto Installing_Arch_Linux_on_ZFS, everything works fine.
    Recently I did a pacman -Syu and the kernel is updated, errors occured. But I do not know how to fix the problem.
    [2012-11-01 01:26] ==> Building image from preset: 'default'
    [2012-11-01 01:26]   -> -k /boot/vmlinuz-linux-lts -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-lts.img
    [2012-11-01 01:26] ==> Starting build: 3.0.49-1-lts
    [2012-11-01 01:26]   -> Running build hook: [base]
    [2012-11-01 01:26]   -> Running build hook: [udev]
    [2012-11-01 01:26]   -> Running build hook: [autodetect]
    [2012-11-01 01:26]   -> Running build hook: [pata]
    [2012-11-01 01:26]   -> Running build hook: [scsi]
    [2012-11-01 01:26]   -> Running build hook: [sata]
    [2012-11-01 01:26]   -> Running build hook: [zfs]
    [2012-11-01 01:26] ==> ERROR: module not found: `zfs'
    [2012-11-01 01:26] ==> ERROR: module not found: `zcommon'
    [2012-11-01 01:26] ==> ERROR: module not found: `znvpair'
    [2012-11-01 01:26] ==> ERROR: module not found: `zavl'
    [2012-11-01 01:26] ==> ERROR: module not found: `zunicode'
    [2012-11-01 01:26] ==> ERROR: module not found: `spl'
    [2012-11-01 01:26]   -> Running build hook: [filesystems]
    [2012-11-01 01:26]   -> Running build hook: [usbinput]
    [2012-11-01 01:26] ==> Generating module dependencies
    [2012-11-01 01:26] ==> Creating gzip initcpio image: /boot/initramfs-linux-lts.img
    [2012-11-01 01:26] ==> WARNING: errors were encountered during the build. The image may not be complete.
    The errors are from third party spl/zfs modules. pacman -U spl/zfs only installs modules for currently running modules, not the new kernel. I can not boot into the new kernel and recompile the third party modules since the root fs is zfs. What should I do to recompile those modules for the newly updated kernel, before using the newly updated kernel?
    Last edited by blackwhite (2012-11-02 03:35:13)

    falconindy wrote:
    blackwhite wrote:Thank all. I have fixed the problem. It seems I have to use livecd with zfs to chroot the broken system, and just reinstall the newest linux kernel (pacman -Ulinux-lts-3.0.49-1-x86_64.pkg.tar.xz ), it will find the spl/zfs module and  mkinitcpio -p correctly.
    BTW, in the chroot environment, the spl/zfs AUR still failed to figure it which kernel the system use, always use the current running kernel version on livecd to compile.
    Right. chroot'ing doesn't change your kernel. There's assuredly build options to let you compile against a different kernel.
    Would you step further, give me the right options to build a aur package against a different kernel. Thanks.

  • Adobe Alchemy compiled SWC - not sure how to compile library for FlasCC

    I'm trying to get game-music-emu-flash working with FlasCC. It uses the C/C++ Game_Music_Emu library and was originally compiled with Alchemy, but I want to see if there is a performance increase with FlasCC. I'd like to use SWIG with typemaps to call the library since the current project ActionScript is not compatible with FlasCC. I'm following code from the samples. I haven't coded the typemaps yet but for now I created swig.i as
    #ifdef SWIG
    %module libgmeLibModule
    #include "gme/gme.h"
    %include "gme/gme.h"
    #else
    #include "gme/gme.h"
    #endif
    and the Makefile follows the samples closely by replacing what's needed to match. During compilation I'm getting similar errors all in the form
    libgmeLib_wrapper.cpp: In function `void _wrap_gme_ay_type_get()':
    libgmeLib_wrapper.cpp:2575: error: invalid conversion from `const void*' to `void*'
    libgmeLib_wrapper.cpp:2575: error:   initializing argument 1 of `void* memcpy(void*, const void*, size_t)'
    Compiling with
    "$(FLASCC)/usr/bin/g++" $(BASE_CFLAGS) -04 gmemain.cpp gme/*.cpp -emit-swc=sample.libgme -o libgme.swc
    in the Makefile by itself under all: compiles without errors.
    I don't know C++ that well so any help is appreciated. Also would using SWIG and typemaps be the way to go or would manually wrapping make sense? I thought SWIG would be better since gme is a decent sized library.

    Hi Matt,
    Thank you very much for taking the time to code a demo. However I can't get it to fully build. By the way I am using FlasCC on Windows 7 64-bit and therefore Cygwin. Hopefully I can attempt to build it on a Mac sometime soon. Or can I compile this on Linux?
    Anyway I modified your Makefile with Windows paths since I was getting the error
    Error: Unable to access jarfile /cygdrive/c/FlasCC_1.0.0/sdk/usr/lib/asc2.jar
    Makefile:6: recipe for target `all' failed
    make: *** [all] Error 1
    So my Makefile now looks like
    #Set these to the paths to your FlasCC and Flex installs
    flascc=/cygdrive/c/FlasCC_1.0.0/sdk
    flex=/cygdrive/c/flex_sdk_4.6
    all:
              $(flascc)/usr/bin/swig -as3 gme.i
              $(flascc)/usr/bin/genfs --type=embed testfiles testfs
              java -jar C:\\FlasCC_1.0.0\\sdk\\usr\\lib\\asc2.jar -merge -md -import \
                        C:\\FlasCC_1.0.0\\sdk\\usr\\lib\\InMemoryBackingStore.abc \
                        -import C:\\FlasCC_1.0.0\\sdk\\usr\\lib\\builtin.abc \
                        -import C:\\FlasCC_1.0.0\\sdk\\usr\\lib\\playerglobal.abc \
                        -import C:\\FlasCC_1.0.0\\sdk\\usr\\lib\\BinaryData.abc \
                        testfs*.as
              $(flascc)/usr/bin/g++ gme_wrap.c gme/*.cpp libgme.as testfs*.abc \
                        main.cpp demo/Wave_Writer.cpp -emit-swc=sample.libgme -o libgme.swc
              rm -f libgme.as
              $(flex)/bin/mxmlc -static-link-runtime-shared-libraries \
                        -compiler.omit-trace-statements=false -library-path=libgme.swc \
                        -debug=false demo.as -o demo.swf
    clean:
              rm -f libgme.swc gme_wrap.c gme_wrap.o libgme.as demo.swf testfs* \
    With this Makefile I now get the error
    Error: Failed to execute compiler: Error occurred during initialization of VM
    Could not reserve enough space for object heap
    Error: Could not create the Java Virtual Machine.
    Error: A fatal exception has occurred. Program will exit.
    Failed to run '/cygdrive/c/FlasCC_1.0.0/sdk/usr/bin/../../usr/bin/avm2-as'
    Makefile:6: recipe for target `all' failed
    make: *** [all] Error 1
    I tried -jvmopt="-XX:MaxPermSize=1400M" for g++ and it seems to run a little longer but I eventually get the same error. If I set -jvmopt="-Xmx=1G" (or any other value than 1G) I get errors in the form
    cc1plus: error in backend: Failed to run /cygdrive/c/FlasCC_1.0.0/sdk/usr/bin/../../usr/bin/llc with args: -jvm=C:\Windo
    ws\system32\java -filetype=obj C:\FlasCC_1.0.0\cygwin\tmp\ccXrLALC.o -o C:\FlasCC_1.0.0\cygwin\tmp\ccXrLALC.o -jvmopt -X
    mx=1G -target-player
    Error:
    LLVM ERROR: Error: Unable to launch the Java Virtual Machine.
    This usually means you have a 32bit JVM installed or have set your Java heap size too large.
    Try lowering the Java heap size by passing "-jvmopt=-Xmx1G" to gcc/g++.
    Stack dump:
    0.      Program arguments: C:\FlasCC_1.0.0\sdk\usr\bin\llc.exe -jvm=C:\Windows\system32\java -filetype=obj C:\FlasCC_1.0
    .0\cygwin\tmp\ccXrLALC.o -o C:\FlasCC_1.0.0\cygwin\tmp\ccXrLALC.o -jvmopt -Xmx=1G -target-player
    1.      Running pass 'Function Pass Manager' on module 'C:\FlasCC_1.0.0\cygwin\tmp\ccXrLALC.o'.
    The files created previous to the g++ call are gme_wrap.c, libgme.as, testfs.rules, testfs_000000.as, testfs_000001.as, and testfs_000001.abc. All the FlasCC samples on my machine build fine. I first had Java 32-bit JRE installed then installed the Java 64-bit JDK. I also have 8GB of RAM. Any help help is always appreciated.
    In the meantime I will try to update the code using as3sig since that seems to be the closest to the Alchemy code.
    I just ran g++ -v in the Makefile and got
    #include "..." search starts here:
    #include <...> search starts here:
    /cygdrive/c/FlasCC_1.0.0/sdk/usr/bin/../../usr/lib/avm2-unknown-freebsd8/4.2.1/include
    /cygdrive/c/FlasCC_1.0.0/sdk/usr/bin/../../usr/include/c++/4.2.1/
    /cygdrive/c/FlasCC_1.0.0/sdk/usr/bin/../../usr/include/c++/4.2.1/avm2-unknown-freebsd8/
    /cygdrive/c/FlasCC_1.0.0/sdk/usr/bin/../../usr/include/c++/4.2.1/backward/
    /cygdrive/c/FlasCC_1.0.0/sdk/usr/bin/../../usr/include
    End of search list.
    GNU C++ version 4.2.1 for Adobe AVM2 (Based on Apple Inc. build 5658) (LLVM build) (avm2-unknown-freebsd8)
            compiled by GNU C version 4.5.3.
    GGC heuristics: --param ggc-min-expand=150 --param ggc-min-heapsize=131072
    Compiler executable checksum: c7f78fda8142a72c14ad9ea52e954536
    /cygdrive/c/FlasCC_1.0.0/sdk/usr/bin/cc1plus.exe -quiet -v -iprefix /cygdrive/c/FlasCC_1.0.0/sdk/usr/bin/../../usr/lib/
    avm2-unknown-freebsd8/4.2.1/ gme/Ym2612_Emu.cpp -o /tmp/ccNDkxvI.o -swf-version-internal=18 -jvmopt=-Xmx1500M -target-pl
    ayer -quiet -dumpbase Ym2612_Emu.cpp -auxbase Ym2612_Emu -version
    ignoring nonexistent directory "/Users/Shared/Jenkins/Home/jobs/Alchemy2_OSX/workspace/alchemy/build/win/sdkoverlay/usr/
    lib/gcc/avm2-unknown-freebsd8/4.2.1/include"
    ignoring nonexistent directory "/cygdrive/c/FlasCC_1.0.0/sdk/usr/bin/../../Users/Shared/Jenkins/Home/jobs/Alchemy2_OSX/w
    orkspace/alchemy/build/win/sdkoverlay/usr/lib/gcc/avm2-unknown-freebsd8/4.2.1/../../../../ avm2-unknown-freebsd8/include"
    #include "..." search starts here:
    #include <...> search starts here:
    /cygdrive/c/FlasCC_1.0.0/sdk/usr/bin/../../usr/lib/avm2-unknown-freebsd8/4.2.1/include
    /cygdrive/c/FlasCC_1.0.0/sdk/usr/bin/../../usr/include/c++/4.2.1/
    /cygdrive/c/FlasCC_1.0.0/sdk/usr/bin/../../usr/include/c++/4.2.1/avm2-unknown-freebsd8/
    /cygdrive/c/FlasCC_1.0.0/sdk/usr/bin/../../usr/include/c++/4.2.1/backward/
    /cygdrive/c/FlasCC_1.0.0/sdk/usr/bin/../../usr/include
    End of search list.
    GNU C++ version 4.2.1 for Adobe AVM2 (Based on Apple Inc. build 5658) (LLVM build) (avm2-unknown-freebsd8)
            compiled by GNU C version 4.5.3.
    GGC heuristics: --param ggc-min-expand=150 --param ggc-min-heapsize=131072
    Compiler executable checksum: c7f78fda8142a72c14ad9ea52e954536
    /cygdrive/c/FlasCC_1.0.0/sdk/usr/bin/as.exe -o /tmp/ccuF6LPQ.o libgme.as -target-player
    Error: Failed to execute compiler: Error occurred during initialization of VM
    Could not reserve enough space for object heap
    Error: Could not create the Java Virtual Machine.
    Error: A fatal exception has occurred. Program will exit.
    Failed to run '/cygdrive/c/FlasCC_1.0.0/sdk/usr/bin/../../usr/bin/avm2-as'
    /cygdrive/c/FlasCC_1.0.0/sdk/usr/bin/cc1plus.exe -quiet -v -iprefix /cygdrive/c/FlasCC_1.0.0/sdk/usr/bin/../../usr/lib/
    avm2-unknown-freebsd8/4.2.1/ main.cpp -o /tmp/ccgyfB8y.o -swf-version-internal=18 -jvmopt=-Xmx1500M -target-player -quie
    t -dumpbase main.cpp -auxbase main -version
    ignoring nonexistent directory "/Users/Shared/Jenkins/Home/jobs/Alchemy2_OSX/workspace/alchemy/build/win/sdkoverlay/usr/
    lib/gcc/avm2-unknown-freebsd8/4.2.1/include"
    ignoring nonexistent directory "/cygdrive/c/FlasCC_1.0.0/sdk/usr/bin/../../Users/Shared/Jenkins/Home/jobs/Alchemy2_OSX/w
    orkspace/alchemy/build/win/sdkoverlay/usr/lib/gcc/avm2-unknown-freebsd8/4.2.1/../../../../ avm2-unknown-freebsd8/include"
    #include "..." search starts here:
    #include <...> search starts here:
    /cygdrive/c/FlasCC_1.0.0/sdk/usr/bin/../../usr/lib/avm2-unknown-freebsd8/4.2.1/include
    /cygdrive/c/FlasCC_1.0.0/sdk/usr/bin/../../usr/include/c++/4.2.1/
    /cygdrive/c/FlasCC_1.0.0/sdk/usr/bin/../../usr/include/c++/4.2.1/avm2-unknown-freebsd8/
    /cygdrive/c/FlasCC_1.0.0/sdk/usr/bin/../../usr/include/c++/4.2.1/backward/
    /cygdrive/c/FlasCC_1.0.0/sdk/usr/bin/../../usr/include
    End of search list.
    GNU C++ version 4.2.1 for Adobe AVM2 (Based on Apple Inc. build 5658) (LLVM build) (avm2-unknown-freebsd8)
            compiled by GNU C version 4.5.3.
    GGC heuristics: --param ggc-min-expand=150 --param ggc-min-heapsize=131072
    Compiler executable checksum: c7f78fda8142a72c14ad9ea52e954536
    /cygdrive/c/FlasCC_1.0.0/sdk/usr/bin/cc1plus.exe -quiet -v -iprefix /cygdrive/c/FlasCC_1.0.0/sdk/usr/bin/../../usr/lib/
    avm2-unknown-freebsd8/4.2.1/ demo/Wave_Writer.cpp -o /tmp/ccm2vW5Q.o -swf-version-internal=18 -jvmopt=-Xmx1500M -target-
    player -quiet -dumpbase Wave_Writer.cpp -auxbase Wave_Writer -version
    ignoring nonexistent directory "/Users/Shared/Jenkins/Home/jobs/Alchemy2_OSX/workspace/alchemy/build/win/sdkoverlay/usr/
    lib/gcc/avm2-unknown-freebsd8/4.2.1/include"
    ignoring nonexistent directory "/cygdrive/c/FlasCC_1.0.0/sdk/usr/bin/../../Users/Shared/Jenkins/Home/jobs/Alchemy2_OSX/w
    orkspace/alchemy/build/win/sdkoverlay/usr/lib/gcc/avm2-unknown-freebsd8/4.2.1/../../../../ avm2-unknown-freebsd8/include"
    So it gets fairly far... but who is Jenkins? I assume that's not you since it's coded into 12 files of the FlasCC SDK. Weird.
    EDIT: I just realized Jenkins is a piece of software not a user or developer who coded their paths into FlasCC.
    EDIT2: It builds on Mac! I don't see out.wav being output but code complete functions show up for the library libgme in Flash Builder. I'll try to write some code to output audio to the Flash sound buffer.
    EDIT3: I was able to save out.wav with a ByteArray, a FileReference save dialog and a wav format header function. I forgot Flash doesn't really allow for writing files directly to a local disk. I was also able to playback sound within the swf much like game-music-emu-flash. Still no luck with getting it to build on Cygwin though.

  • [Solved]how generate a *.files for pkgfile whit a custom off-line repo

    I reated a repo whit repo-add (and options) but I noticed that I cannot get throw manpages a way to create a $repo.files for pkgfile
    my reppo is on my home for now, I learning how create one,thisis why I ask
    any 'hiden' or special combination of script for creating that file??
    another think is... abs download from the master svn branch right??
    Last edited by Jristz (2013-06-08 02:53:45)

    $ repo-add --files foo.files.tar.gz pacman-4.1.1-1-x86_64.pkg.tar.xz
    ==> Adding package 'pacman-4.1.1-1-x86_64.pkg.tar.xz'
    -> Computing checksums...
    -> Creating 'desc' db entry...
    -> Creating 'depends' db entry...
    -> Creating 'files' db entry...
    ==> Creating updated database file 'foo.files.tar.gz'
    Second to last line:
    " -> Creating 'files' db entry...
    The "$repo.files" database is just a regular database with extra files in it. You can name it whatever you want. Pacman can use it the same way it uses the regular "$repo.db" file.
    The only reason that servers include both $repo.db and $repo.files is that $repo.files is larger. Most people do not need the file lists, so there is no need to download them. If you are running a local server, then you should just create one database with "repo-add --files", can create a symlink:
    $ repo-add --files foo.db.tar.gz
    $ ln -s foo.db files.db
    Otherwise, you have to run repo-add twice. Once to create $repo.db without the file lists, then once again to create $repo.files with the lists.
    My repo-add_and_sign script does this automatically. It can also batch-sign packages and databases.

  • How to compile a java file in J9 for windows mobile 5.0

    I have downloaded J9 for windows mobile 5.0 and need help on how to compile a java file.

    You can compile your source code using J2SE ;)
    may be this is important for you:
    http://awareness.ics.uci.edu/~rsilvafi/pocketPC/index.
    html
    Regards!!!Actually i am using some eSWT related classes also.. so is there any way to compile from the J9 environment using J9 console..

  • How to compile the DB lookup code for XI:

    Dear All,
    i am very new to java and XI. Please let me know how to compile a Java Code for DB lookup and put in the imported Archive in IR. is there a seperate way to do it? Please guide me step by step. for performing Communication channel DB lookup.
    I have gone through the Communication channel lookup of siva,
    /people/siva.maranani/blog/2005/08/23/lookup146s-in-xi-made-simpler
    but i am not understanding how to compile the given code in Advanced user functions area without any mandetory .jar files and header files. and put it into XI .
    please guide me.
    I mean i use a jdk1.4.2 Compiler as my XI server has 1.4.2 compiler.
    Regards,
    prakash
    Edited by: senthilprakash selvaraj on Jun 17, 2008 4:03 AM
    Edited by: senthilprakash selvaraj on Jun 17, 2008 4:04 AM

    Hi,
    You don't have to worry about compliation. XI will automatically comple it when you create the udf, activate it and test your mapping. In case of any error it will give compliation error there itself.
    Regarding all the mandatory jar files which are required for compilation is already available in XI server.
    If you are using any third party libraries(jar files) you just need to add the jar file in your external definition and need to import the necessary packages in User Define Function. I hope it answers all your questions.
    Thanks
    Amit
    Reward point if answer is helpful

  • My problem/Q not solved- how/what correct signal setting on the Macbook pro for ther PC config on Bravia defn

    Regrettably Shane mu Q/problem is not solved-how does one check the comptability of defn (1020x...) for the computer and Bracia?

    Don't know, I do know the TV has a higher refresh rate, check out SwitchResX online for more control options over HDMI.

  • 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.

  • How to edit GRUB for boot new compile kernel?

    I compile the newest Linux kernel.
    I read Archlinux wiki about how to edit GRUB for boot new compile kernel,
    but Archlinux wiki do not reference to it.
    Who can help me, baby?

    bangkok_manouel wrote:
    how did you build your kernel? traditional way or arch way?
    if it's the arch way (TM), here's an example of a custom kernel with -mm patch.
    what I have in /boot:
    -rw-r--r-- 1 root root 4.3M 2008-12-23 09:52 kernel26mm-fallback.img
    -rw-r--r-- 1 root root 668K 2008-12-23 09:52 kernel26mm.img
    -rw-r--r-- 1 root root 764K 2008-12-22 18:44 System.map26mm
    -rw-r--r-- 1 root root 1.7M 2008-12-22 18:44 vmlinuz26mm
    now here's the /boot/grub/menu.lst related entry (you may add the fallback one):
    # (2) Arch Linux
    title  kernel26mm
    root   (hd0,0)
    kernel /vmlinuz26mm root=/dev/sda5 ro vga=773
    initrd /kernel26mm.img
    Should be traditional way.

  • How To Compile Forms 10g Devloped in Windows For Deployment In RHEL

    can any budy give me script file for compiling forms 10g ,which i developed in windows and need to be deployed in RHEL 5
    How To Compile Forms 10g Devloped in Windows For Deployment In RHEL 5
    any budy plzzz help

    You could try something like this:
    for i in `ls *.pll`
    do
    echo Compiling Library $i ....
    frmcmp.sh userid=me/me@medb batch=no module=$i module_type=library compile_all=yes window_state=minimize
    done
    for i in `ls *.mmb`
    do
    echo Compiling Library $i ....
    frmcmp.sh userid=me/me@medb batch=no module=$i module_type=menu compile_all=yes window_state=minimize
    done
    for i in `ls *.fmb`
    do
    echo Compiling Library $i ....
    frmcmp.sh userid=me/me@medb batch=no module=$i module_type=form compile_all=yes window_state=minimize
    done

  • How To Compile Forms 10g Devloped in Windows For Deployment In RHEL 5

    can any budy give me script file for compiling forms 10g ,which i developed in windows and need to be deployed in RHEL 5
    How To Compile Forms 10g Devloped in Windows For Deployment In RHEL 5
    any budy plzzz help

    Why not ask over at the Forms forum?
    Forms
    This is the Oracle Designer forum

  • How to compile external procedure for Linxu

    Hello to all.
    I'm not able to find how to compile external procedure on Linux.
    I have 64bit release Linux (I don't know if I need special 64bit library or not).
    I found only something like that:
    gcc -fPIC -shared -o comsh64.so comsh64.c
    Listener are correctly configured.
    Library is in Oracle bin directory.
    If I run select externproc from dual ... I don't receive any error message but program don't work.
    I think that there is some missing parameter in gcc or some small thing ?
    Thank you for possible answeer
    Filip

    Do you have someone any idea?
    Now I have 1 library, 2 functions and 1 package with 2 functions:
    int renamefile(char source, char destination)
    { int result;
    result=rename(source,destination);
    return result;
    int comexi (char *c)
    { int ret;
    ret = system(c);
    return ret;
    FUNCTION callSystemI(c in varchar2) RETURN binary_integer is
    EXTERNAL LIBRARY extern_utils
    NAME "comexi"
    LANGUAGE C
    PARAMETERS (c string);
    function renamefile (src IN varchar2, dst IN varchar2) return binary_integer
    AS EXTERNAL
    NAME "renamefile"
    LIBRARY extern_utils
    LANGUAGE C
    PARAMETERS (src string, dst string);
    The first function still don't works, second function works.
    Why?

  • How to compile and build a war file for JAX-RPC

    Hi all,
    I know that all who use JAX-RPC knows it.
    How to compile JAX-RPC code which was not the sample code of JWSDP example?.
    Which jar file is to be included in classpath?.
    After compiling,how to make a WAR file so i can deploy it in TOMCAT ...anyone plz

    Nobody answers.But i found a right article which was quite helpfull to do it.
    http://java.sun.com/developer/technicalArticles/WebServices/getstartjaxrpc/

Maybe you are looking for