JNI with GCC

I use java1.4.2_01 on a win98 (don't ask) machine.
I am trying to run an "hello world" app with the method in C. The code is identical to that given here, http://java.sun.com/docs/books/tutorial/native1.1/stepbystep/index.html.
My code works, if the .dll is generated instead with a colleague's Microsoft Visual compiler. I am asking, then, if there are known issues with using Cygwin and GCC 3.3.1cygming to generate the .dll. This is my commandline (prettified here) when running gcc:
BASH-2.05b$ gcc -mno-cygwin -shared
-I/c/j2sdk1.4.2_01/include
-I/c/j2sdk1.4.2_01/include/win32
-o hello.dll hello.cI have hex-viewed the .dll thus generated and found that it is actually a .dll (as opposed to an .so), but I don't have the reverse-engineering skills to find out anything more.
Oh yes, the Java error is at run-time when the .display() method is called and is:
Exception in thread "main" java.lang.UnsatisfiedLinkError: test
        at TimTest.test(Native Method)
        at TimTest.main(TimTest.java:10)

I am a little confused.
You say that "extern C" should solve the problem. Am I correct in inferring that if I wrote C (not C++) code and compiled it as C code, this should never have come up?
If I am correct there, then I would agree that the compiler might be `broken', or at least awkward. (As I had the same problem with JNI when I C-compiled C code.)
If I'm not correct, please explain why "extern C" should produce no-mangling behavior. (my current understanding is that "extern C" is a directive saying "Treat the enclosed as C code.")
Thanks.

Similar Messages

  • Workstation 11.1, Tools 9.9.2 build-2496486: Not compatible with GCC 5.1.0 on linux (Arch, Debian, Ubuntu, etc)

    First, there are some compilation problems with the latest linux kernel and Tools 9.9.2's source of vmhgfs: vmhgfs module not compilable for VMware Tools 9.9.0 (Fusion7.1) after Ubuntu Linux kernel update to 3.13.0-46-generic (Febr. 2015) (Shared Folder Feature not working in Ubuntu 14.04 LTS (Guest) on MacOSX Yosemite (Host))?
    In short, you have to patch the source to get it to compile: rasa/vmware-tools-patches · GitHub
    Arch linux is a "rolling" distro, meaning we always have latest - and are usually the first to find problems before it trickles down to Ubuntu, Mint, Debian and other Linux distros. Well, now there is a serious problem that is unresolvable.
    The vmhgfs source is not compatible with linux kernels built with gcc 5.1.0.  It hard locks the VM, requiring a hard reset when the kernel module loads.  It also hard locks during vmware-tools-install.pl torwards the very end when it says, "Guest filesystem driver" enabling.  And on boot, it is vmhgfs that is being loaded when the VM hard locks.
    I was able to get around this earlier when gcc 4.9.2 was in core - i just rebuilt the kernel under 4.9.2: https://bbs.archlinux.org/viewtopic.php?id=196915
    Obviously that isn't a long-term solution.  But now that gcc 5.1.0 has been pushed out to core, that means recompiling the kernel under 4.9.2 is no easy feat since dependencies now depend on gcc 5.1.0.
    @Developers: We have a big problem with VMware Tools vmhgfs and kernels compiled under gcc 5.1.0.  Given it make take years before the Debian distros get the latest and greatest, it's coming.
    Because of this, and the wasted time in me having to support this mess, I may recommend to my company we no longer continue with our Enterprise account of 100 licenses of Workstation and Fusion.  It is obvious in the previous thread vmhgfs module not compilable for VMware Tools 9.9.0 (Fusion7.1) after Ubuntu Linux kernel update to 3.13.0-46-generic (Febr. 2015) (Shared Folder Feature not working in Ubuntu 14.04 LTS (Guest) on MacOSX Yosemite (Host))? that VMware is no hurry to resolve even the simple build errors that the community has resolved last year with patches.  Good thing too, renewal comes up in two months.
    I shiver to think how long it will take VMware to release a fix for gcc 5.1.0.

    Additional info...
    The hard lock is a panic when mounting the /mnt/hgfs partition, which is what is configured in my fstab:
    .host:/
    /mnt/hgfs
    vmhgfs
    defaults
    0 0
    The reason the above is just "./host:/" is for the auto-mounting of shares on the fly, or all shares on boot.  Specifying a share doesn't change anything.
    Even mounting it manually panic's the kernel:
    mount -n -t vmhgfs .host:/<shared_folder> /home/user1/shares
    Again, this all worked fine with a kernel built on 4.9.2, but not 5.1.0.

  • JNI with different versions of jdk

    Hi
    We currently have some JNI code that is running under jdk1.1.8. We are trying to upgrade to jdk1.2.2, and are fidning that the JNI is not working.
    Using jdk 1.2.2 I have re-compiled the Java class with the native methods, re-generated the javah header file, and made sure that the C program includes the right version of jni.h.
    When we try to call a native method that should return a String, it just returns null.
    Can anyone advise me on this - I am at my wits end!
    many thanks
    Lyndsey

    Need a bit more info. I've used JNI with 1.2.2 and it works fine.

  • Create a dll for windows with gcc

    hello!
    I have made a program in 'C' under linux and i want to make it into a dll with gcc to use it in labview under windows.
    Has anyone already done a such thing? so what is the magic option to pass to gcc to make it properly?
    Thank you.

    vincent72 wrote:
    Thank you for your replies. unfortunately, these options don't work on our computer. the keyword 'declspec' wasn't reconnised by our gcc. we also tried the keyword '__attribute ((dllexport))__' but it didn't work anymore.
    I think the standard gcc attribute is more
    something like attribute(export). After all gcc environments typically
    use shared libraries and not DLLs. But then again not every gcc
    compiler will be able to just create proper Win32 executables. As
    explained already, there needs to be quite a lot in the toolchain for
    the intended target.
    For instance the compiler/linker should support COFF library format in
    order to create a valid Win32 executable file unless you have a your
    own format specific Win32 compatible loader that gets linked in and
    understands your library format. Also declspec() is a Microsoft
    specific extension not supported by off the shelf gcc. And gcc has no
    intentions to add anything they consider non-standard, and most
    Microsoft extensions are non-standard.
    MingW does come with a patched gcc, that supports the most important
    things to be able to create valid Win32 executables but most other gcc
    versions don't.
    Rolf Kalbermatter
    Rolf Kalbermatter
    CIT Engineering Netherlands
    a division of Test & Measurement Solutions

  • Help!Apache compiling with gcc in Solaris 10

    Greetings
    I am having problems with Apache 1.3.
    When I am running the script ./src/Configure my output is:
    #./Configure
    Using config file: Configuration
    Creating Makefile
    + configured for Solaris 2100 platform
    + setting C pre-processor to gcc -E
    + using "tr [a-z] [A-Z]" to uppercase
    + checking for system header files
    + adding selected modules
    ./helpers/TestCompile: make: not found
    + using builtin Expat
    ./Configure: make: not found
    + checking sizeof various data types
    ./helpers/TestCompile: make: not found
    ./helpers/TestCompile: make: not found
    ./helpers/TestCompile: make: not found
    ./helpers/TestCompile: make: not found
    ./helpers/TestCompile: make: not found
    ./helpers/TestCompile: make: not found
    ./helpers/TestCompile: make: not found
    ./helpers/TestCompile: make: not found
    ./helpers/TestCompile: make: not found
    + doing sanity check on compiler and options
    ./helpers/TestCompile: make: not found
    ** A test compilation with your Makefile configuration
    ** failed. The below error output from the compilation
    ** test will give you an idea what is failing. Note that
    ** Apache requires an ANSI C Compiler, such as gcc.
    ======== Error Output for sanity check ========
    ./helpers/TestCompile: make: not found
    ============= End of Error Report =============
    Aborting!
    I am root, my PATH is
    /usr/bin:/usr/ucb:/etc:/usr/local/bin:/opt/netscape:/usr/css/bin/:/bin:/usr/openwin/bin:/usr/sbin:/
    I am missing something stupid, I know but I can't find it!!!!Help please I am a newbie.
    I am curious. Has anyone been able to compile succesfully apache server with gcc in Solaris 10?
    Thanks,

    Thanks,
    It was only that.!!!
    But now I have the following problem, I can't create executables when I type make. The output is:
    when I am in the src/folder
    #make
    ===> regex
    <=== regex
    ===> os/unix
    gcc -c -I../../os/unix -I../../include -DSOLARIS2=2100 -DUSE_HSREGEX -DUSE_EXPAT -I../../lib/expat-lite -DNO_DL_NEEDED os.c
    In file included from /usr/include/sys/wait.h:24,
    from ../../include/ap_config.h:1079,
    from os.c:21:
    /usr/include/sys/siginfo.h:259: error: parse error before "ctid_t"
    /usr/include/sys/siginfo.h:292: error: parse error before '}' token
    /usr/include/sys/siginfo.h:294: error: parse error before '}' token
    /usr/include/sys/siginfo.h:390: error: parse error before "ctid_t"
    /usr/include/sys/siginfo.h:392: error: conflicting types for `__proc'
    /usr/include/sys/siginfo.h:261: error: previous declaration of `__proc'
    /usr/include/sys/siginfo.h:398: error: conflicting types for `__fault'
    /usr/include/sys/siginfo.h:267: error: previous declaration of `__fault'
    /usr/include/sys/siginfo.h:404: error: conflicting types for `__file'
    /usr/include/sys/siginfo.h:273: error: previous declaration of `__file'
    /usr/include/sys/siginfo.h:420: error: conflicting types for `__prof'
    /usr/include/sys/siginfo.h:287: error: previous declaration of `__prof'
    /usr/include/sys/siginfo.h:424: error: conflicting types for `__rctl'
    /usr/include/sys/siginfo.h:291: error: previous declaration of `__rctl'
    /usr/include/sys/siginfo.h:426: error: parse error before '}' token
    /usr/include/sys/siginfo.h:428: error: parse error before '}' token
    /usr/include/sys/siginfo.h:432: error: parse error before "k_siginfo_t"
    /usr/include/sys/siginfo.h:437: error: parse error before '}' token
    In file included from /usr/include/sys/procset.h:24,
    from /usr/include/sys/wait.h:25,
    from ../../include/ap_config.h:1079,
    from os.c:21:
    /usr/include/sys/signal.h:85: error: parse error before "siginfo_t"
    In file included from ../../include/ap_config.h:1079,
    from os.c:21:
    /usr/include/sys/wait.h:86: error: parse error before "siginfo_t"
    In file included from ../../include/ap_config.h:1096,
    from os.c:21:
    /usr/include/signal.h:111: error: parse error before "siginfo_t"
    /usr/include/signal.h:113: error: parse error before "siginfo_t"
    *** Error code 1
    make: Fatal error: Command failed for target `os.o'
    Current working directory /web-download/apache_1.3.33/src/os/unix
    *** Error code 1
    The following command caused the error:
    for i in regex os/unix ap main lib modules; do \
    echo "===> $i"; \
    case ".Solaris 2100" in \
    .OS390 | .TPF) ( cd $i && make SDP='' OPTIM='') || exit 1;; \
    *) ( cd $i && make SDP='' CC='gcc' AUX_CFLAGS=' -DSOLARIS2=2100 -DUSE_HSREGEX -DUSE_EXPAT -I./lib/expat-lite -DNO_DL_NEEDED ' RANLIB='ranlib' OPTIM='') || exit 1;; \
    esac; \
    echo "<=== $i"; \
    done
    make: Fatal error: Command failed for target `subdirs'
    but when I am typing one step up is.
    ===> src
    ===> src/regex
    <=== src/regex
    ===> src/os/unix
    gcc -c -I../../os/unix -I../../include -DSOLARIS2=2100 -DUSE_HSREGEX -DUSE_EXPAT -I../../lib/expat-lite -DNO_DL_NEEDED os.c
    In file included from /usr/include/sys/wait.h:24,
    from ../../include/ap_config.h:1079,
    from os.c:21:
    /usr/include/sys/siginfo.h:259: error: parse error before "ctid_t"
    /usr/include/sys/siginfo.h:292: error: parse error before '}' token
    /usr/include/sys/siginfo.h:294: error: parse error before '}' token
    /usr/include/sys/siginfo.h:390: error: parse error before "ctid_t"
    /usr/include/sys/siginfo.h:392: error: conflicting types for `__proc'
    /usr/include/sys/siginfo.h:261: error: previous declaration of `__proc'
    /usr/include/sys/siginfo.h:398: error: conflicting types for `__fault'
    /usr/include/sys/siginfo.h:267: error: previous declaration of `__fault'
    /usr/include/sys/siginfo.h:404: error: conflicting types for `__file'
    /usr/include/sys/siginfo.h:273: error: previous declaration of `__file'
    /usr/include/sys/siginfo.h:420: error: conflicting types for `__prof'
    /usr/include/sys/siginfo.h:287: error: previous declaration of `__prof'
    /usr/include/sys/siginfo.h:424: error: conflicting types for `__rctl'
    /usr/include/sys/siginfo.h:291: error: previous declaration of `__rctl'
    /usr/include/sys/siginfo.h:426: error: parse error before '}' token
    /usr/include/sys/siginfo.h:428: error: parse error before '}' token
    /usr/include/sys/siginfo.h:432: error: parse error before "k_siginfo_t"
    /usr/include/sys/siginfo.h:437: error: parse error before '}' token
    In file included from /usr/include/sys/procset.h:24,
    from /usr/include/sys/wait.h:25,
    from ../../include/ap_config.h:1079,
    from os.c:21:
    /usr/include/sys/signal.h:85: error: parse error before "siginfo_t"
    In file included from ../../include/ap_config.h:1079,
    from os.c:21:
    /usr/include/sys/wait.h:86: error: parse error before "siginfo_t"
    In file included from ../../include/ap_config.h:1096,
    from os.c:21:
    /usr/include/signal.h:111: error: parse error before "siginfo_t"
    /usr/include/signal.h:113: error: parse error before "siginfo_t"
    *** Error code 1
    make: Fatal error: Command failed for target `os.o'
    Current working directory /web-download/apache_1.3.33/src/os/unix
    *** Error code 1
    The following command caused the error:
    for i in regex os/unix ap main lib modules; do \
    echo "===> src/$i"; \
    case ".Solaris 2100" in \
    .OS390 | .TPF) ( cd $i && make SDP='src/' OPTIM='') || exit 1;; \
    *) ( cd $i && make SDP='src/' CC='gcc' AUX_CFLAGS=' -DSOLARIS2=2100 -DUSE_HSREGEX -DUSE_EXPAT -I./lib/expat-lite -DNO_DL_NEEDED ' RANLIB='ranlib' OPTIM='') || exit 1;; \
    esac; \
    echo "<=== src/$i"; \
    done
    make: Fatal error: Command failed for target `subdirs'
    Current working directory /web-download/apache_1.3.33/src
    *** Error code 1
    The following command caused the error:
    case "xi86pc-sun-solaris2.2100" in \
    x*390*) C89STEPS="0xffffffff"; export C89STEPS;; \
    esac; \
    cd ./src; make SDP=src/ all
    make: Fatal error: Command failed for target `build-std'
    Current working directory /web-download/apache_1.3.33
    *** Error code 1
    The following command caused the error:
    make -f ./Makefile root= build-std
    make: Fatal error: Command failed for target `build'
    I am newbie with Solaris and gcc so I have no so much idea what is missing there.
    Thanks,
    Juan

  • How to use jni with ervlets

    Hi
    i was trying to do some example with JNI. I can use JNI with standalone Java application but I just cannot figure out how I can use JNI with Servlet.
    Can some one show me a sample code using JNI with Servlets.
    thanks very much

    JNI is done in servlets that same way as other java.
    I suspect your problem is in the environment and perhaps how servlets work. It doesn't have anything to do with JNI itself.

  • How to use JNI with Servlets

    Hi
    i was trying to do some example with JNI. I can use JNI with standalone Java application but I just cannot figure out how I can use JNI with Servlet.
    Can some one show me a sample code using JNI with Servlets.
    thanks very much

    hi,
    I am also facing the same problem,
    when I am using JNI with stand alone application it works fine but when i tried to use it with a servlet It gives unsatisfied linker error
    stack: java.lang.UnsatisfiedLinkError: createSocket
         at RelayConnector.createSocket(Native Method)
         at RelayServlet.doGet(RelayServlet.java:70)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.iplanet.server.http.servlet.NSServletRunner.invokeServletService(NSServletRunner.java:891)
         at com.iplanet.server.http.servlet.NSServletRunner.Service(NSServletRunner.java:458)
    It seems i have to do some path settings in my iplenet web server.
    If some one have faced the problem i would be glad to know the solution for this, i am literally bugged up,....

  • How to compile DNG SDK with GCC?

    I tried to compile DNG SDK with GCC, but I got stuck to the following error message:
    ... dng_flags.h:33:28: error: RawEnvironment.h: No such file or directory ...
    In other words, it seems that file 'RawEnvironment.h' is missing. I cannot find this file from DNG SDK or XMP SDK. Do you know where I could find this file or do you know how to compile DNG SDK with GCC?
    Regards Sami

    Please define either qMacOS or qWinOS (i.e., in your list of preprocessor defines). As you can see in line 32 of dng_flags.h this is required.

  • Compiling Apache 1.3 with gcc

    Hi all,
    I have trying to set up Apache server in Soalris 10, and to compile with gcc but I am having problems.
    The first part of ./configure --prefix=... is fine, but when I type make I am getting this:
    # make
    ===> src
    ===> src/regex
    <=== src/regex
    ===> src/os/unix
    gcc -c -I../../os/unix -I../../include -DSOLARIS2=2100 -DUSE_HSREGEX -DUSE_EXPAT -I../../lib/expat-lite -DNO_DL_NEEDED `../../apaci` os.c
    In file included from /usr/include/sys/wait.h:24,
    from ../../include/ap_config.h:1079,
    from os.c:21:
    /usr/include/sys/siginfo.h:259: error: parse error before "ctid_t"
    /usr/include/sys/siginfo.h:292: error: parse error before '}' token
    /usr/include/sys/siginfo.h:294: error: parse error before '}' token
    /usr/include/sys/siginfo.h:390: error: parse error before "ctid_t"
    /usr/include/sys/siginfo.h:392: error: conflicting types for `__proc'
    /usr/include/sys/siginfo.h:261: error: previous declaration of `__proc'
    /usr/include/sys/siginfo.h:398: error: conflicting types for `__fault'
    /usr/include/sys/siginfo.h:267: error: previous declaration of `__fault'
    /usr/include/sys/siginfo.h:404: error: conflicting types for `__file'
    /usr/include/sys/siginfo.h:273: error: previous declaration of `__file'
    /usr/include/sys/siginfo.h:420: error: conflicting types for `__prof'
    /usr/include/sys/siginfo.h:287: error: previous declaration of `__prof'
    /usr/include/sys/siginfo.h:424: error: conflicting types for `__rctl'
    /usr/include/sys/siginfo.h:291: error: previous declaration of `__rctl'
    /usr/include/sys/siginfo.h:426: error: parse error before '}' token
    /usr/include/sys/siginfo.h:428: error: parse error before '}' token
    /usr/include/sys/siginfo.h:432: error: parse error before "k_siginfo_t"
    /usr/include/sys/siginfo.h:437: error: parse error before '}' token
    In file included from /usr/include/sys/procset.h:24,
    from /usr/include/sys/wait.h:25,
    from ../../include/ap_config.h:1079,
    from os.c:21:
    /usr/include/sys/signal.h:85: error: parse error before "siginfo_t"
    In file included from ../../include/ap_config.h:1079,
    from os.c:21:
    /usr/include/sys/wait.h:86: error: parse error before "siginfo_t"
    In file included from ../../include/ap_config.h:1096,
    from os.c:21:
    /usr/include/signal.h:111: error: parse error before "siginfo_t"
    /usr/include/signal.h:113: error: parse error before "siginfo_t"
    *** Error code 1
    make: Fatal error: Command failed for target `os.o'
    Current working directory /web-download/apache_1.3.33/src/os/unix
    *** Error code 1
    The following command caused the error:
    for i in regex os/unix ap main lib modules; do \
    echo "===> src/$i"; \
    case ".Solaris 2100" in \
    .OS390 | .TPF) ( cd $i && make SDP='src/' OPTIM='') || exit 1;; \
    *) ( cd $i && make SDP='src/' CC='gcc' AUX_CFLAGS=' -DSOLARIS2=2100 -DUSE_HSREGEX -DUSE_EXPAT -I./lib/expat-lite -DNO_DL_NEEDED `./apaci`' RANLIB='ranlib' OPTIM='') || exit 1;; \
    esac; \
    echo "<=== src/$i"; \
    done
    make: Fatal error: Command failed for target `subdirs'
    Current working directory /web-download/apache_1.3.33/src
    *** Error code 1
    The following command caused the error:
    case "xi86pc-sun-solaris2.2100" in \
    x*390*) C89STEPS="0xffffffff"; export C89STEPS;; \
    esac; \
    cd ./src; make SDP=src/ all
    make: Fatal error: Command failed for target `build-std'
    Current working directory /web-download/apache_1.3.33
    *** Error code 1
    The following command caused the error:
    make -f ./Makefile root= build-std
    make: Fatal error: Command failed for target `build'
    # svcadm
    Usage: svcadm [-v] enable [-rt] {FMRI | pattern}...
    svcadm [-v] disable [-t] {FMRI | pattern}...
    svcadm [-v] restart {FMRI | pattern}...
    svcadm [-v] refresh {FMRI | pattern}...
    svcadm [-v] mark [-It] {degraded | maintenance} {FMRI | pattern}...
    svcadm [-v] clear {FMRI | pattern}...
    svcadm [-v] delegate restarter_FMRI {FMRI | pattern}...
    svcadm [-v] milestone [-d] milestone_FMRI
    # svcadm -v
    Usage: svcadm [-v] enable [-rt] {FMRI | pattern}...
    svcadm [-v] disable [-t] {FMRI | pattern}...
    svcadm [-v] restart {FMRI | pattern}...
    svcadm [-v] refresh {FMRI | pattern}...
    svcadm [-v] mark [-It] {degraded | maintenance} {FMRI | pattern}...
    svcadm [-v] clear {FMRI | pattern}...
    svcadm [-v] delegate restarter_FMRI {FMRI | pattern}...
    svcadm [-v] milestone [-d] milestone_FMRI
    # make
    ===> src
    ===> src/regex
    <=== src/regex
    ===> src/os/unix
    gcc -c -I../../os/unix -I../../include -DSOLARIS2=2100 -DUSE_HSREGEX -DUSE_EXPAT -I../../lib/expat-lite -DNO_DL_NEEDED `../../apaci` os.c
    In file included from /usr/include/sys/wait.h:24,
    from ../../include/ap_config.h:1079,
    from os.c:21:
    /usr/include/sys/siginfo.h:259: error: parse error before "ctid_t"
    /usr/include/sys/siginfo.h:292: error: parse error before '}' token
    /usr/include/sys/siginfo.h:294: error: parse error before '}' token
    /usr/include/sys/siginfo.h:390: error: parse error before "ctid_t"
    /usr/include/sys/siginfo.h:392: error: conflicting types for `__proc'
    /usr/include/sys/siginfo.h:261: error: previous declaration of `__proc'
    /usr/include/sys/siginfo.h:398: error: conflicting types for `__fault'
    /usr/include/sys/siginfo.h:267: error: previous declaration of `__fault'
    /usr/include/sys/siginfo.h:404: error: conflicting types for `__file'
    /usr/include/sys/siginfo.h:273: error: previous declaration of `__file'
    /usr/include/sys/siginfo.h:420: error: conflicting types for `__prof'
    /usr/include/sys/siginfo.h:287: error: previous declaration of `__prof'
    /usr/include/sys/siginfo.h:424: error: conflicting types for `__rctl'
    /usr/include/sys/siginfo.h:291: error: previous declaration of `__rctl'
    /usr/include/sys/siginfo.h:426: error: parse error before '}' token
    /usr/include/sys/siginfo.h:428: error: parse error before '}' token
    /usr/include/sys/siginfo.h:432: error: parse error before "k_siginfo_t"
    /usr/include/sys/siginfo.h:437: error: parse error before '}' token
    In file included from /usr/include/sys/procset.h:24,
    from /usr/include/sys/wait.h:25,
    from ../../include/ap_config.h:1079,
    from os.c:21:
    /usr/include/sys/signal.h:85: error: parse error before "siginfo_t"
    In file included from ../../include/ap_config.h:1079,
    from os.c:21:
    /usr/include/sys/wait.h:86: error: parse error before "siginfo_t"
    In file included from ../../include/ap_config.h:1096,
    from os.c:21:
    /usr/include/signal.h:111: error: parse error before "siginfo_t"
    /usr/include/signal.h:113: error: parse error before "siginfo_t"
    *** Error code 1
    make: Fatal error: Command failed for target `os.o'
    Current working directory /web-download/apache_1.3.33/src/os/unix
    *** Error code 1
    The following command caused the error:
    for i in regex os/unix ap main lib modules; do \
    echo "===> src/$i"; \
    case ".Solaris 2100" in \
    .OS390 | .TPF) ( cd $i && make SDP='src/' OPTIM='') || exit 1;; \
    *) ( cd $i && make SDP='src/' CC='gcc' AUX_CFLAGS=' -DSOLARIS2=2100 -DUSE_HSREGEX -DUSE_EXPAT -I./lib/expat-lite -DNO_DL_NEEDED `./apaci`' RANLIB='ranlib' OPTIM='') || exit 1;; \
    esac; \
    echo "<=== src/$i"; \
    done
    make: Fatal error: Command failed for target `subdirs'
    Current working directory /web-download/apache_1.3.33/src
    *** Error code 1
    The following command caused the error:
    case "xi86pc-sun-solaris2.2100" in \
    x*390*) C89STEPS="0xffffffff"; export C89STEPS;; \
    esac; \
    cd ./src; make SDP=src/ all
    make: Fatal error: Command failed for target `build-std'
    Current working directory /web-download/apache_1.3.33
    *** Error code 1
    The following command caused the error:
    make -f ./Makefile root= build-std
    make: Fatal error: Command failed for target `build'
    And I have no idea what is the problem. Has anyone experience the same?
    I am newbie so...
    Thanks,
    Juan

    Compiling Apache 1.3 with gcc on linux or unix? If you are using unix, I would be compiling with cc and not gcc. You have gcc set to compile using regular expressions and I believe that has to be specified during SunOS install as posix compliant.

  • Building Net-SNMP with gcc and Solaris 10's Forte-built Perl

    The 5.0.9 Net-SNMP that come with Solaris SPARC is too old for our users. Building the latest version appears to be basically impossible and I'm just about to bail and just build yet another version of Perl for Solaris 10 so it will work. But on the chance that someone has done this:
    I am trying to build Net-SNMP 5.4.1.2 with the Sunfreeware gcc. The configure script seems to ignore the --disable-perl-cc-checks flag:
    ./configure with-perl-modules disable-perl-cc-checks
    configure: error: This build is using a GNU C compiler (gcc) while Perl has been compiled with a non-GNU (or non-working) compiler (cc). This likely won't work for building with Perl support. Either specify a different compiler (--with-cc=PATH), disable this check (--disable-perl-cc-checks) or build without Perl (--without-perl-modules).
    Has anyone successfully done this? I was hoping to get a successful configure run, then build the binaries, and then further tweak the perl makefiles with "GCC=/usr/perl5/5.8.4/bin/perlgcc" or something.

    configure: error: This build is using a GNU C compiler (gcc) while Perl has been compiled with a non-GNU (or non-working) compiler (cc). This likely won't work for building with Perl support. Either specify a different compiler (--with-cc=PATH), disable this check (--disable-perl-cc-checks) or build without Perl (--without-perl-modules).The perl supplied by Sun should be compiled with Sun Studio and the error mentioned above seems to reflect this.
    So, either build perl first with sunfreeware's gcc and then move on to net-snmp or install and use Sun Studio instead of gcc so perl is happy.
    alan

  • Vast amount of warnings (-Wdeprecated-declarations) with gcc 5.1.0

    When compiling some programs (eg. kicad, libopenshot) with gcc 5.1.0 the is a vast amount of warnings (-Wdeprecated-declarations). Thousands and thousands of warnings.
    In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
    from /koko/kicad-bzr/src/kicad/include/common.h:37,
    from /koko/kicad-bzr/src/kicad/include/base_units.h:37,
    from /koko/kicad-bzr/src/kicad/pcbnew/router/pns_meander_placer.cpp:23:
    /usr/include/wx-3.0/wx/event.h:3685:5: note: declared here
    wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
    ^
    /koko/kicad-bzr/src/kicad/pcbnew/router/pns_meander_placer.cpp:277:1: warning: ‘virtual void wxWindowBase::SetVirtualSizeHints(int, int, int, int)’ is deprecated [-Wdeprecated-declarations]
    ^
    In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
    from /koko/kicad-bzr/src/kicad/include/common.h:37,
    from /koko/kicad-bzr/src/kicad/include/base_units.h:37,
    from /koko/kicad-bzr/src/kicad/pcbnew/router/pns_meander_placer.cpp:23:
    /usr/include/wx-3.0/wx/window.h:459:5: note: declared here
    wxDEPRECATED( virtual void SetVirtualSizeHints( int minW, int minH,
    ^
    /koko/kicad-bzr/src/kicad/pcbnew/router/pns_meander_placer.cpp:277:1: warning: ‘virtual void wxWindowBase::MakeModal(bool)’ is deprecated [-Wdeprecated-declarations]
    ^
    In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
    from /koko/kicad-bzr/src/kicad/include/common.h:37,
    from /koko/kicad-bzr/src/kicad/include/base_units.h:37,
    from /koko/kicad-bzr/src/kicad/pcbnew/router/pns_meander_placer.cpp:23:
    /usr/include/wx-3.0/wx/window.h:688:5: note: declared here
    wxDEPRECATED( virtual void MakeModal(bool modal = true) );
    ^
    /koko/kicad-bzr/src/kicad/pcbnew/router/pns_meander_placer.cpp:277:1: warning: ‘virtual void wxWindowBase::SetInitialBestSize(const wxSize&)’ is deprecated: use SetInitialSize() instead. [-Wdeprecated-declarations]
    ^
    In file included from /usr/include/wx-3.0/wx/wx.h:38:0,
    from /koko/kicad-bzr/src/kicad/include/common.h:37,
    from /koko/kicad-bzr/src/kicad/include/base_units.h:37,
    from /koko/kicad-bzr/src/kicad/pcbnew/router/pns_meander_placer.cpp:23:
    /usr/include/wx-3.0/wx/window.h:1872:13: note: declared here
    inline void wxWindowBase::SetInitialBestSize(const wxSize& size)
    ^
    [ 54%] Building CXX object pcbnew/router/CMakeFiles/pnsrouter.dir/pns_meander_placer_base.cpp.o
    /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:102:1: warning: ‘virtual bool wxEvtHandler::TryValidator(wxEvent&)’ is deprecated [-Wdeprecated-declarations]
    ^
    In file included from /usr/include/wx-3.0/wx/string.h:24:0,
    from /usr/include/wx-3.0/wx/artprov.h:14,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.h:11,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:8:
    /usr/include/wx-3.0/wx/event.h:3682:5: note: declared here
    wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
    ^
    /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:102:1: warning: ‘virtual bool wxEvtHandler::TryParent(wxEvent&)’ is deprecated [-Wdeprecated-declarations]
    ^
    In file included from /usr/include/wx-3.0/wx/string.h:24:0,
    from /usr/include/wx-3.0/wx/artprov.h:14,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.h:11,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:8:
    /usr/include/wx-3.0/wx/event.h:3685:5: note: declared here
    wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
    ^
    /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:102:1: warning: ‘virtual void wxWindowBase::SetVirtualSizeHints(int, int, int, int)’ is deprecated [-Wdeprecated-declarations]
    ^
    In file included from /usr/include/wx-3.0/wx/string.h:24:0,
    from /usr/include/wx-3.0/wx/artprov.h:14,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.h:11,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:8:
    /usr/include/wx-3.0/wx/window.h:459:5: note: declared here
    wxDEPRECATED( virtual void SetVirtualSizeHints( int minW, int minH,
    ^
    /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:102:1: warning: ‘virtual void wxWindowBase::MakeModal(bool)’ is deprecated [-Wdeprecated-declarations]
    ^
    In file included from /usr/include/wx-3.0/wx/string.h:24:0,
    from /usr/include/wx-3.0/wx/artprov.h:14,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.h:11,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:8:
    /usr/include/wx-3.0/wx/window.h:688:5: note: declared here
    wxDEPRECATED( virtual void MakeModal(bool modal = true) );
    ^
    /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:102:1: warning: ‘virtual void wxWindowBase::SetInitialBestSize(const wxSize&)’ is deprecated: use SetInitialSize() instead. [-Wdeprecated-declarations]
    ^
    In file included from /usr/include/wx-3.0/wx/xrc/xmlreshandler.h:23:0,
    from /usr/include/wx-3.0/wx/xrc/xmlres.h:30,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.h:12,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:8:
    /usr/include/wx-3.0/wx/window.h:1872:13: note: declared here
    inline void wxWindowBase::SetInitialBestSize(const wxSize& size)
    ^
    /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:102:1: warning: ‘virtual bool wxEvtHandler::TryValidator(wxEvent&)’ is deprecated [-Wdeprecated-declarations]
    ^
    In file included from /usr/include/wx-3.0/wx/string.h:24:0,
    from /usr/include/wx-3.0/wx/artprov.h:14,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.h:11,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:8:
    /usr/include/wx-3.0/wx/event.h:3682:5: note: declared here
    wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
    ^
    /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:102:1: warning: ‘virtual bool wxEvtHandler::TryParent(wxEvent&)’ is deprecated [-Wdeprecated-declarations]
    ^
    In file included from /usr/include/wx-3.0/wx/string.h:24:0,
    from /usr/include/wx-3.0/wx/artprov.h:14,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.h:11,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:8:
    /usr/include/wx-3.0/wx/event.h:3685:5: note: declared here
    wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
    ^
    /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:102:1: warning: ‘virtual void wxWindowBase::SetVirtualSizeHints(int, int, int, int)’ is deprecated [-Wdeprecated-declarations]
    ^
    In file included from /usr/include/wx-3.0/wx/string.h:24:0,
    from /usr/include/wx-3.0/wx/artprov.h:14,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.h:11,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:8:
    /usr/include/wx-3.0/wx/window.h:459:5: note: declared here
    wxDEPRECATED( virtual void SetVirtualSizeHints( int minW, int minH,
    ^
    /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:102:1: warning: ‘virtual void wxWindowBase::MakeModal(bool)’ is deprecated [-Wdeprecated-declarations]
    ^
    In file included from /usr/include/wx-3.0/wx/string.h:24:0,
    from /usr/include/wx-3.0/wx/artprov.h:14,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.h:11,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:8:
    /usr/include/wx-3.0/wx/window.h:688:5: note: declared here
    wxDEPRECATED( virtual void MakeModal(bool modal = true) );
    ^
    /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:102:1: warning: ‘virtual void wxWindowBase::SetInitialBestSize(const wxSize&)’ is deprecated: use SetInitialSize() instead. [-Wdeprecated-declarations]
    ^
    In file included from /usr/include/wx-3.0/wx/xrc/xmlreshandler.h:23:0,
    from /usr/include/wx-3.0/wx/xrc/xmlres.h:30,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.h:12,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:8:
    /usr/include/wx-3.0/wx/window.h:1872:13: note: declared here
    inline void wxWindowBase::SetInitialBestSize(const wxSize& size)
    ^
    /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:102:1: warning: ‘virtual bool wxEvtHandler::TryValidator(wxEvent&)’ is deprecated [-Wdeprecated-declarations]
    ^
    In file included from /usr/include/wx-3.0/wx/string.h:24:0,
    from /usr/include/wx-3.0/wx/artprov.h:14,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.h:11,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:8:
    /usr/include/wx-3.0/wx/event.h:3682:5: note: declared here
    wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
    ^
    /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:102:1: warning: ‘virtual bool wxEvtHandler::TryParent(wxEvent&)’ is deprecated [-Wdeprecated-declarations]
    ^
    In file included from /usr/include/wx-3.0/wx/string.h:24:0,
    from /usr/include/wx-3.0/wx/artprov.h:14,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.h:11,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:8:
    /usr/include/wx-3.0/wx/event.h:3685:5: note: declared here
    wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
    ^
    /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:102:1: warning: ‘virtual void wxWindowBase::SetVirtualSizeHints(int, int, int, int)’ is deprecated [-Wdeprecated-declarations]
    ^
    In file included from /usr/include/wx-3.0/wx/string.h:24:0,
    from /usr/include/wx-3.0/wx/artprov.h:14,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.h:11,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:8:
    /usr/include/wx-3.0/wx/window.h:459:5: note: declared here
    wxDEPRECATED( virtual void SetVirtualSizeHints( int minW, int minH,
    ^
    /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:102:1: warning: ‘virtual void wxWindowBase::MakeModal(bool)’ is deprecated [-Wdeprecated-declarations]
    ^
    In file included from /usr/include/wx-3.0/wx/string.h:24:0,
    from /usr/include/wx-3.0/wx/artprov.h:14,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.h:11,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:8:
    /usr/include/wx-3.0/wx/window.h:688:5: note: declared here
    wxDEPRECATED( virtual void MakeModal(bool modal = true) );
    ^
    /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:102:1: warning: ‘virtual void wxWindowBase::SetInitialBestSize(const wxSize&)’ is deprecated: use SetInitialSize() instead. [-Wdeprecated-declarations]
    ^
    In file included from /usr/include/wx-3.0/wx/xrc/xmlreshandler.h:23:0,
    from /usr/include/wx-3.0/wx/xrc/xmlres.h:30,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.h:12,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:8:
    /usr/include/wx-3.0/wx/window.h:1872:13: note: declared here
    inline void wxWindowBase::SetInitialBestSize(const wxSize& size)
    ^
    /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:102:1: warning: ‘virtual bool wxEvtHandler::TryValidator(wxEvent&)’ is deprecated [-Wdeprecated-declarations]
    ^
    In file included from /usr/include/wx-3.0/wx/string.h:24:0,
    from /usr/include/wx-3.0/wx/artprov.h:14,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.h:11,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:8:
    /usr/include/wx-3.0/wx/event.h:3682:5: note: declared here
    wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
    ^
    /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:102:1: warning: ‘virtual bool wxEvtHandler::TryParent(wxEvent&)’ is deprecated [-Wdeprecated-declarations]
    ^
    In file included from /usr/include/wx-3.0/wx/string.h:24:0,
    from /usr/include/wx-3.0/wx/artprov.h:14,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.h:11,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:8:
    /usr/include/wx-3.0/wx/event.h:3685:5: note: declared here
    wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
    ^
    /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:102:1: warning: ‘virtual void wxWindowBase::SetVirtualSizeHints(int, int, int, int)’ is deprecated [-Wdeprecated-declarations]
    ^
    In file included from /usr/include/wx-3.0/wx/string.h:24:0,
    from /usr/include/wx-3.0/wx/artprov.h:14,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.h:11,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:8:
    /usr/include/wx-3.0/wx/window.h:459:5: note: declared here
    wxDEPRECATED( virtual void SetVirtualSizeHints( int minW, int minH,
    ^
    /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:102:1: warning: ‘virtual void wxWindowBase::MakeModal(bool)’ is deprecated [-Wdeprecated-declarations]
    ^
    In file included from /usr/include/wx-3.0/wx/string.h:24:0,
    from /usr/include/wx-3.0/wx/artprov.h:14,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.h:11,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:8:
    /usr/include/wx-3.0/wx/window.h:688:5: note: declared here
    wxDEPRECATED( virtual void MakeModal(bool modal = true) );
    ^
    /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:102:1: warning: ‘virtual void wxWindowBase::SetInitialBestSize(const wxSize&)’ is deprecated: use SetInitialSize() instead. [-Wdeprecated-declarations]
    ^
    In file included from /usr/include/wx-3.0/wx/xrc/xmlreshandler.h:23:0,
    from /usr/include/wx-3.0/wx/xrc/xmlres.h:30,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.h:12,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:8:
    /usr/include/wx-3.0/wx/window.h:1872:13: note: declared here
    inline void wxWindowBase::SetInitialBestSize(const wxSize& size)
    ^
    /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:102:1: warning: ‘virtual bool wxEvtHandler::TryValidator(wxEvent&)’ is deprecated [-Wdeprecated-declarations]
    ^
    In file included from /usr/include/wx-3.0/wx/string.h:24:0,
    from /usr/include/wx-3.0/wx/artprov.h:14,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.h:11,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:8:
    /usr/include/wx-3.0/wx/event.h:3682:5: note: declared here
    wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
    ^
    /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:102:1: warning: ‘virtual bool wxEvtHandler::TryParent(wxEvent&)’ is deprecated [-Wdeprecated-declarations]
    ^
    In file included from /usr/include/wx-3.0/wx/string.h:24:0,
    from /usr/include/wx-3.0/wx/artprov.h:14,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.h:11,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:8:
    /usr/include/wx-3.0/wx/event.h:3685:5: note: declared here
    wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
    ^
    /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:102:1: warning: ‘virtual void wxWindowBase::SetVirtualSizeHints(int, int, int, int)’ is deprecated [-Wdeprecated-declarations]
    ^
    In file included from /usr/include/wx-3.0/wx/string.h:24:0,
    from /usr/include/wx-3.0/wx/artprov.h:14,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.h:11,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:8:
    /usr/include/wx-3.0/wx/window.h:459:5: note: declared here
    wxDEPRECATED( virtual void SetVirtualSizeHints( int minW, int minH,
    ^
    /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:102:1: warning: ‘virtual void wxWindowBase::MakeModal(bool)’ is deprecated [-Wdeprecated-declarations]
    ^
    In file included from /usr/include/wx-3.0/wx/string.h:24:0,
    from /usr/include/wx-3.0/wx/artprov.h:14,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.h:11,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:8:
    /usr/include/wx-3.0/wx/window.h:688:5: note: declared here
    wxDEPRECATED( virtual void MakeModal(bool modal = true) );
    ^
    /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:102:1: warning: ‘virtual void wxWindowBase::SetInitialBestSize(const wxSize&)’ is deprecated: use SetInitialSize() instead. [-Wdeprecated-declarations]
    ^
    In file included from /usr/include/wx-3.0/wx/xrc/xmlreshandler.h:23:0,
    from /usr/include/wx-3.0/wx/xrc/xmlres.h:30,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.h:12,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:8:
    /usr/include/wx-3.0/wx/window.h:1872:13: note: declared here
    inline void wxWindowBase::SetInitialBestSize(const wxSize& size)
    ^
    /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:102:1: warning: ‘virtual bool wxEvtHandler::TryValidator(wxEvent&)’ is deprecated [-Wdeprecated-declarations]
    ^
    In file included from /usr/include/wx-3.0/wx/string.h:24:0,
    from /usr/include/wx-3.0/wx/artprov.h:14,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.h:11,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:8:
    /usr/include/wx-3.0/wx/event.h:3682:5: note: declared here
    wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
    ^
    /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:102:1: warning: ‘virtual bool wxEvtHandler::TryParent(wxEvent&)’ is deprecated [-Wdeprecated-declarations]
    ^
    In file included from /usr/include/wx-3.0/wx/string.h:24:0,
    from /usr/include/wx-3.0/wx/artprov.h:14,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.h:11,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:8:
    /usr/include/wx-3.0/wx/event.h:3685:5: note: declared here
    wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
    ^
    /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:102:1: warning: ‘virtual void wxWindowBase::SetVirtualSizeHints(int, int, int, int)’ is deprecated [-Wdeprecated-declarations]
    ^
    In file included from /usr/include/wx-3.0/wx/string.h:24:0,
    from /usr/include/wx-3.0/wx/artprov.h:14,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.h:11,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:8:
    /usr/include/wx-3.0/wx/window.h:459:5: note: declared here
    wxDEPRECATED( virtual void SetVirtualSizeHints( int minW, int minH,
    ^
    /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:102:1: warning: ‘virtual void wxWindowBase::MakeModal(bool)’ is deprecated [-Wdeprecated-declarations]
    ^
    In file included from /usr/include/wx-3.0/wx/string.h:24:0,
    from /usr/include/wx-3.0/wx/artprov.h:14,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.h:11,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:8:
    /usr/include/wx-3.0/wx/window.h:688:5: note: declared here
    wxDEPRECATED( virtual void MakeModal(bool modal = true) );
    ^
    /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:102:1: warning: ‘virtual void wxWindowBase::SetInitialBestSize(const wxSize&)’ is deprecated: use SetInitialSize() instead. [-Wdeprecated-declarations]
    ^
    In file included from /usr/include/wx-3.0/wx/xrc/xmlreshandler.h:23:0,
    from /usr/include/wx-3.0/wx/xrc/xmlres.h:30,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.h:12,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:8:
    /usr/include/wx-3.0/wx/window.h:1872:13: note: declared here
    inline void wxWindowBase::SetInitialBestSize(const wxSize& size)
    ^
    /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:102:1: warning: ‘virtual bool wxEvtHandler::TryValidator(wxEvent&)’ is deprecated [-Wdeprecated-declarations]
    ^
    In file included from /usr/include/wx-3.0/wx/string.h:24:0,
    from /usr/include/wx-3.0/wx/artprov.h:14,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.h:11,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:8:
    /usr/include/wx-3.0/wx/event.h:3682:5: note: declared here
    wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
    ^
    /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:102:1: warning: ‘virtual bool wxEvtHandler::TryParent(wxEvent&)’ is deprecated [-Wdeprecated-declarations]
    ^
    In file included from /usr/include/wx-3.0/wx/string.h:24:0,
    from /usr/include/wx-3.0/wx/artprov.h:14,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.h:11,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:8:
    /usr/include/wx-3.0/wx/event.h:3685:5: note: declared here
    wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
    ^
    /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:102:1: warning: ‘virtual void wxWindowBase::SetVirtualSizeHints(int, int, int, int)’ is deprecated [-Wdeprecated-declarations]
    ^
    In file included from /usr/include/wx-3.0/wx/string.h:24:0,
    from /usr/include/wx-3.0/wx/artprov.h:14,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.h:11,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:8:
    /usr/include/wx-3.0/wx/window.h:459:5: note: declared here
    wxDEPRECATED( virtual void SetVirtualSizeHints( int minW, int minH,
    ^
    /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:102:1: warning: ‘virtual void wxWindowBase::MakeModal(bool)’ is deprecated [-Wdeprecated-declarations]
    ^
    In file included from /usr/include/wx-3.0/wx/string.h:24:0,
    from /usr/include/wx-3.0/wx/artprov.h:14,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.h:11,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:8:
    /usr/include/wx-3.0/wx/window.h:688:5: note: declared here
    wxDEPRECATED( virtual void MakeModal(bool modal = true) );
    ^
    /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:102:1: warning: ‘virtual void wxWindowBase::SetInitialBestSize(const wxSize&)’ is deprecated: use SetInitialSize() instead. [-Wdeprecated-declarations]
    ^
    In file included from /usr/include/wx-3.0/wx/xrc/xmlreshandler.h:23:0,
    from /usr/include/wx-3.0/wx/xrc/xmlres.h:30,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.h:12,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:8:
    /usr/include/wx-3.0/wx/window.h:1872:13: note: declared here
    inline void wxWindowBase::SetInitialBestSize(const wxSize& size)
    ^
    /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:102:1: warning: ‘virtual bool wxEvtHandler::TryValidator(wxEvent&)’ is deprecated [-Wdeprecated-declarations]
    ^
    In file included from /usr/include/wx-3.0/wx/string.h:24:0,
    from /usr/include/wx-3.0/wx/artprov.h:14,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.h:11,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:8:
    /usr/include/wx-3.0/wx/event.h:3682:5: note: declared here
    wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
    ^
    /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:102:1: warning: ‘virtual bool wxEvtHandler::TryParent(wxEvent&)’ is deprecated [-Wdeprecated-declarations]
    ^
    In file included from /usr/include/wx-3.0/wx/string.h:24:0,
    from /usr/include/wx-3.0/wx/artprov.h:14,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.h:11,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:8:
    /usr/include/wx-3.0/wx/event.h:3685:5: note: declared here
    wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
    ^
    /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:102:1: warning: ‘virtual void wxWindowBase::SetVirtualSizeHints(int, int, int, int)’ is deprecated [-Wdeprecated-declarations]
    ^
    In file included from /usr/include/wx-3.0/wx/string.h:24:0,
    from /usr/include/wx-3.0/wx/artprov.h:14,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.h:11,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:8:
    /usr/include/wx-3.0/wx/window.h:459:5: note: declared here
    wxDEPRECATED( virtual void SetVirtualSizeHints( int minW, int minH,
    ^
    /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:102:1: warning: ‘virtual void wxWindowBase::MakeModal(bool)’ is deprecated [-Wdeprecated-declarations]
    ^
    In file included from /usr/include/wx-3.0/wx/string.h:24:0,
    from /usr/include/wx-3.0/wx/artprov.h:14,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.h:11,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:8:
    /usr/include/wx-3.0/wx/window.h:688:5: note: declared here
    wxDEPRECATED( virtual void MakeModal(bool modal = true) );
    ^
    /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:102:1: warning: ‘virtual void wxWindowBase::SetInitialBestSize(const wxSize&)’ is deprecated: use SetInitialSize() instead. [-Wdeprecated-declarations]
    ^
    In file included from /usr/include/wx-3.0/wx/xrc/xmlreshandler.h:23:0,
    from /usr/include/wx-3.0/wx/xrc/xmlres.h:30,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.h:12,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:8:
    /usr/include/wx-3.0/wx/window.h:1872:13: note: declared here
    inline void wxWindowBase::SetInitialBestSize(const wxSize& size)
    ^
    /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:102:1: warning: ‘virtual bool wxEvtHandler::TryValidator(wxEvent&)’ is deprecated [-Wdeprecated-declarations]
    ^
    In file included from /usr/include/wx-3.0/wx/string.h:24:0,
    from /usr/include/wx-3.0/wx/artprov.h:14,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.h:11,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:8:
    /usr/include/wx-3.0/wx/event.h:3682:5: note: declared here
    wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
    ^
    /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:102:1: warning: ‘virtual bool wxEvtHandler::TryParent(wxEvent&)’ is deprecated [-Wdeprecated-declarations]
    ^
    In file included from /usr/include/wx-3.0/wx/string.h:24:0,
    from /usr/include/wx-3.0/wx/artprov.h:14,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.h:11,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:8:
    /usr/include/wx-3.0/wx/event.h:3685:5: note: declared here
    wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
    ^
    /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:102:1: warning: ‘virtual void wxWindowBase::SetVirtualSizeHints(int, int, int, int)’ is deprecated [-Wdeprecated-declarations]
    ^
    In file included from /usr/include/wx-3.0/wx/string.h:24:0,
    from /usr/include/wx-3.0/wx/artprov.h:14,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.h:11,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:8:
    /usr/include/wx-3.0/wx/window.h:459:5: note: declared here
    wxDEPRECATED( virtual void SetVirtualSizeHints( int minW, int minH,
    ^
    /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:102:1: warning: ‘virtual void wxWindowBase::MakeModal(bool)’ is deprecated [-Wdeprecated-declarations]
    ^
    In file included from /usr/include/wx-3.0/wx/string.h:24:0,
    from /usr/include/wx-3.0/wx/artprov.h:14,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.h:11,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:8:
    /usr/include/wx-3.0/wx/window.h:688:5: note: declared here
    wxDEPRECATED( virtual void MakeModal(bool modal = true) );
    ^
    /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:102:1: warning: ‘virtual void wxWindowBase::SetInitialBestSize(const wxSize&)’ is deprecated: use SetInitialSize() instead. [-Wdeprecated-declarations]
    ^
    In file included from /usr/include/wx-3.0/wx/xrc/xmlreshandler.h:23:0,
    from /usr/include/wx-3.0/wx/xrc/xmlres.h:30,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.h:12,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:8:
    /usr/include/wx-3.0/wx/window.h:1872:13: note: declared here
    inline void wxWindowBase::SetInitialBestSize(const wxSize& size)
    ^
    /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:102:1: warning: ‘virtual bool wxEvtHandler::TryValidator(wxEvent&)’ is deprecated [-Wdeprecated-declarations]
    ^
    In file included from /usr/include/wx-3.0/wx/string.h:24:0,
    from /usr/include/wx-3.0/wx/artprov.h:14,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.h:11,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:8:
    /usr/include/wx-3.0/wx/event.h:3682:5: note: declared here
    wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
    ^
    /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:102:1: warning: ‘virtual bool wxEvtHandler::TryParent(wxEvent&)’ is deprecated [-Wdeprecated-declarations]
    ^
    In file included from /usr/include/wx-3.0/wx/string.h:24:0,
    from /usr/include/wx-3.0/wx/artprov.h:14,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.h:11,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:8:
    /usr/include/wx-3.0/wx/event.h:3685:5: note: declared here
    wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
    ^
    /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:102:1: warning: ‘virtual void wxWindowBase::SetVirtualSizeHints(int, int, int, int)’ is deprecated [-Wdeprecated-declarations]
    ^
    In file included from /usr/include/wx-3.0/wx/string.h:24:0,
    from /usr/include/wx-3.0/wx/artprov.h:14,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.h:11,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:8:
    /usr/include/wx-3.0/wx/window.h:459:5: note: declared here
    wxDEPRECATED( virtual void SetVirtualSizeHints( int minW, int minH,
    ^
    /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:102:1: warning: ‘virtual void wxWindowBase::MakeModal(bool)’ is deprecated [-Wdeprecated-declarations]
    ^
    In file included from /usr/include/wx-3.0/wx/string.h:24:0,
    from /usr/include/wx-3.0/wx/artprov.h:14,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.h:11,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:8:
    /usr/include/wx-3.0/wx/window.h:688:5: note: declared here
    wxDEPRECATED( virtual void MakeModal(bool modal = true) );
    ^
    /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:102:1: warning: ‘virtual void wxWindowBase::SetInitialBestSize(const wxSize&)’ is deprecated: use SetInitialSize() instead. [-Wdeprecated-declarations]
    ^
    In file included from /usr/include/wx-3.0/wx/xrc/xmlreshandler.h:23:0,
    from /usr/include/wx-3.0/wx/xrc/xmlres.h:30,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.h:12,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:8:
    /usr/include/wx-3.0/wx/window.h:1872:13: note: declared here
    inline void wxWindowBase::SetInitialBestSize(const wxSize& size)
    ^
    /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:102:1: warning: ‘virtual bool wxEvtHandler::TryValidator(wxEvent&)’ is deprecated [-Wdeprecated-declarations]
    ^
    In file included from /usr/include/wx-3.0/wx/string.h:24:0,
    from /usr/include/wx-3.0/wx/artprov.h:14,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.h:11,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:8:
    /usr/include/wx-3.0/wx/event.h:3682:5: note: declared here
    wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
    ^
    /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:102:1: warning: ‘virtual bool wxEvtHandler::TryParent(wxEvent&)’ is deprecated [-Wdeprecated-declarations]
    ^
    In file included from /usr/include/wx-3.0/wx/string.h:24:0,
    from /usr/include/wx-3.0/wx/artprov.h:14,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.h:11,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:8:
    /usr/include/wx-3.0/wx/event.h:3685:5: note: declared here
    wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
    ^
    /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:102:1: warning: ‘virtual void wxWindowBase::SetVirtualSizeHints(int, int, int, int)’ is deprecated [-Wdeprecated-declarations]
    ^
    In file included from /usr/include/wx-3.0/wx/string.h:24:0,
    from /usr/include/wx-3.0/wx/artprov.h:14,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.h:11,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:8:
    /usr/include/wx-3.0/wx/window.h:459:5: note: declared here
    wxDEPRECATED( virtual void SetVirtualSizeHints( int minW, int minH,
    ^
    /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:102:1: warning: ‘virtual void wxWindowBase::MakeModal(bool)’ is deprecated [-Wdeprecated-declarations]
    ^
    In file included from /usr/include/wx-3.0/wx/string.h:24:0,
    from /usr/include/wx-3.0/wx/artprov.h:14,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.h:11,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:8:
    /usr/include/wx-3.0/wx/window.h:688:5: note: declared here
    wxDEPRECATED( virtual void MakeModal(bool modal = true) );
    ^
    /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:102:1: warning: ‘virtual void wxWindowBase::SetInitialBestSize(const wxSize&)’ is deprecated: use SetInitialSize() instead. [-Wdeprecated-declarations]
    ^
    In file included from /usr/include/wx-3.0/wx/xrc/xmlreshandler.h:23:0,
    from /usr/include/wx-3.0/wx/xrc/xmlres.h:30,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.h:12,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:8:
    /usr/include/wx-3.0/wx/window.h:1872:13: note: declared here
    inline void wxWindowBase::SetInitialBestSize(const wxSize& size)
    ^
    /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:102:1: warning: ‘virtual bool wxEvtHandler::TryValidator(wxEvent&)’ is deprecated [-Wdeprecated-declarations]
    ^
    In file included from /usr/include/wx-3.0/wx/string.h:24:0,
    from /usr/include/wx-3.0/wx/artprov.h:14,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.h:11,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:8:
    /usr/include/wx-3.0/wx/event.h:3682:5: note: declared here
    wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
    ^
    /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:102:1: warning: ‘virtual bool wxEvtHandler::TryParent(wxEvent&)’ is deprecated [-Wdeprecated-declarations]
    ^
    In file included from /usr/include/wx-3.0/wx/string.h:24:0,
    from /usr/include/wx-3.0/wx/artprov.h:14,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.h:11,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:8:
    /usr/include/wx-3.0/wx/event.h:3685:5: note: declared here
    wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
    ^
    /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:102:1: warning: ‘virtual void wxWindowBase::SetVirtualSizeHints(int, int, int, int)’ is deprecated [-Wdeprecated-declarations]
    ^
    In file included from /usr/include/wx-3.0/wx/string.h:24:0,
    from /usr/include/wx-3.0/wx/artprov.h:14,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.h:11,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:8:
    /usr/include/wx-3.0/wx/window.h:459:5: note: declared here
    wxDEPRECATED( virtual void SetVirtualSizeHints( int minW, int minH,
    ^
    /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:102:1: warning: ‘virtual void wxWindowBase::MakeModal(bool)’ is deprecated [-Wdeprecated-declarations]
    ^
    In file included from /usr/include/wx-3.0/wx/string.h:24:0,
    from /usr/include/wx-3.0/wx/artprov.h:14,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.h:11,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:8:
    /usr/include/wx-3.0/wx/window.h:688:5: note: declared here
    wxDEPRECATED( virtual void MakeModal(bool modal = true) );
    ^
    /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:102:1: warning: ‘virtual void wxWindowBase::SetInitialBestSize(const wxSize&)’ is deprecated: use SetInitialSize() instead. [-Wdeprecated-declarations]
    ^
    In file included from /usr/include/wx-3.0/wx/xrc/xmlreshandler.h:23:0,
    from /usr/include/wx-3.0/wx/xrc/xmlres.h:30,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.h:12,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:8:
    /usr/include/wx-3.0/wx/window.h:1872:13: note: declared here
    inline void wxWindowBase::SetInitialBestSize(const wxSize& size)
    ^
    /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:102:1: warning: ‘virtual bool wxEvtHandler::TryValidator(wxEvent&)’ is deprecated [-Wdeprecated-declarations]
    ^
    In file included from /usr/include/wx-3.0/wx/string.h:24:0,
    from /usr/include/wx-3.0/wx/artprov.h:14,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.h:11,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:8:
    /usr/include/wx-3.0/wx/event.h:3682:5: note: declared here
    wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
    ^
    /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:102:1: warning: ‘virtual bool wxEvtHandler::TryParent(wxEvent&)’ is deprecated [-Wdeprecated-declarations]
    ^
    In file included from /usr/include/wx-3.0/wx/string.h:24:0,
    from /usr/include/wx-3.0/wx/artprov.h:14,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.h:11,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:8:
    /usr/include/wx-3.0/wx/event.h:3685:5: note: declared here
    wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
    ^
    /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:102:1: warning: ‘virtual void wxWindowBase::SetVirtualSizeHints(int, int, int, int)’ is deprecated [-Wdeprecated-declarations]
    ^
    In file included from /usr/include/wx-3.0/wx/string.h:24:0,
    from /usr/include/wx-3.0/wx/artprov.h:14,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.h:11,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:8:
    /usr/include/wx-3.0/wx/window.h:459:5: note: declared here
    wxDEPRECATED( virtual void SetVirtualSizeHints( int minW, int minH,
    ^
    /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:102:1: warning: ‘virtual void wxWindowBase::MakeModal(bool)’ is deprecated [-Wdeprecated-declarations]
    ^
    In file included from /usr/include/wx-3.0/wx/string.h:24:0,
    from /usr/include/wx-3.0/wx/artprov.h:14,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.h:11,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:8:
    /usr/include/wx-3.0/wx/window.h:688:5: note: declared here
    wxDEPRECATED( virtual void MakeModal(bool modal = true) );
    ^
    /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:102:1: warning: ‘virtual void wxWindowBase::SetInitialBestSize(const wxSize&)’ is deprecated: use SetInitialSize() instead. [-Wdeprecated-declarations]
    ^
    In file included from /usr/include/wx-3.0/wx/xrc/xmlreshandler.h:23:0,
    from /usr/include/wx-3.0/wx/xrc/xmlres.h:30,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.h:12,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:8:
    /usr/include/wx-3.0/wx/window.h:1872:13: note: declared here
    inline void wxWindowBase::SetInitialBestSize(const wxSize& size)
    ^
    /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:102:1: warning: ‘virtual bool wxEvtHandler::TryValidator(wxEvent&)’ is deprecated [-Wdeprecated-declarations]
    ^
    In file included from /usr/include/wx-3.0/wx/string.h:24:0,
    from /usr/include/wx-3.0/wx/artprov.h:14,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.h:11,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:8:
    /usr/include/wx-3.0/wx/event.h:3682:5: note: declared here
    wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
    ^
    /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:102:1: warning: ‘virtual bool wxEvtHandler::TryParent(wxEvent&)’ is deprecated [-Wdeprecated-declarations]
    ^
    In file included from /usr/include/wx-3.0/wx/string.h:24:0,
    from /usr/include/wx-3.0/wx/artprov.h:14,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.h:11,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:8:
    /usr/include/wx-3.0/wx/event.h:3685:5: note: declared here
    wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
    ^
    /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:102:1: warning: ‘virtual void wxWindowBase::SetVirtualSizeHints(int, int, int, int)’ is deprecated [-Wdeprecated-declarations]
    ^
    In file included from /usr/include/wx-3.0/wx/string.h:24:0,
    from /usr/include/wx-3.0/wx/artprov.h:14,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.h:11,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:8:
    /usr/include/wx-3.0/wx/window.h:459:5: note: declared here
    wxDEPRECATED( virtual void SetVirtualSizeHints( int minW, int minH,
    ^
    /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:102:1: warning: ‘virtual void wxWindowBase::MakeModal(bool)’ is deprecated [-Wdeprecated-declarations]
    ^
    In file included from /usr/include/wx-3.0/wx/string.h:24:0,
    from /usr/include/wx-3.0/wx/artprov.h:14,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.h:11,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:8:
    /usr/include/wx-3.0/wx/window.h:688:5: note: declared here
    wxDEPRECATED( virtual void MakeModal(bool modal = true) );
    ^
    /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:102:1: warning: ‘virtual void wxWindowBase::SetInitialBestSize(const wxSize&)’ is deprecated: use SetInitialSize() instead. [-Wdeprecated-declarations]
    ^
    In file included from /usr/include/wx-3.0/wx/xrc/xmlreshandler.h:23:0,
    from /usr/include/wx-3.0/wx/xrc/xmlres.h:30,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.h:12,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:8:
    /usr/include/wx-3.0/wx/window.h:1872:13: note: declared here
    inline void wxWindowBase::SetInitialBestSize(const wxSize& size)
    ^
    /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:102:1: warning: ‘virtual bool wxEvtHandler::TryValidator(wxEvent&)’ is deprecated [-Wdeprecated-declarations]
    ^
    In file included from /usr/include/wx-3.0/wx/string.h:24:0,
    from /usr/include/wx-3.0/wx/artprov.h:14,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.h:11,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:8:
    /usr/include/wx-3.0/wx/event.h:3682:5: note: declared here
    wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
    ^
    /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:102:1: warning: ‘virtual bool wxEvtHandler::TryParent(wxEvent&)’ is deprecated [-Wdeprecated-declarations]
    ^
    In file included from /usr/include/wx-3.0/wx/string.h:24:0,
    from /usr/include/wx-3.0/wx/artprov.h:14,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.h:11,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:8:
    /usr/include/wx-3.0/wx/event.h:3685:5: note: declared here
    wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
    ^
    /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:102:1: warning: ‘virtual void wxWindowBase::SetVirtualSizeHints(int, int, int, int)’ is deprecated [-Wdeprecated-declarations]
    ^
    In file included from /usr/include/wx-3.0/wx/string.h:24:0,
    from /usr/include/wx-3.0/wx/artprov.h:14,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.h:11,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:8:
    /usr/include/wx-3.0/wx/window.h:459:5: note: declared here
    wxDEPRECATED( virtual void SetVirtualSizeHints( int minW, int minH,
    ^
    /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:102:1: warning: ‘virtual void wxWindowBase::MakeModal(bool)’ is deprecated [-Wdeprecated-declarations]
    ^
    In file included from /usr/include/wx-3.0/wx/string.h:24:0,
    from /usr/include/wx-3.0/wx/artprov.h:14,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.h:11,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:8:
    /usr/include/wx-3.0/wx/window.h:688:5: note: declared here
    wxDEPRECATED( virtual void MakeModal(bool modal = true) );
    ^
    /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:102:1: warning: ‘virtual void wxWindowBase::SetInitialBestSize(const wxSize&)’ is deprecated: use SetInitialSize() instead. [-Wdeprecated-declarations]
    ^
    In file included from /usr/include/wx-3.0/wx/xrc/xmlreshandler.h:23:0,
    from /usr/include/wx-3.0/wx/xrc/xmlres.h:30,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.h:12,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:8:
    /usr/include/wx-3.0/wx/window.h:1872:13: note: declared here
    inline void wxWindowBase::SetInitialBestSize(const wxSize& size)
    ^
    /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:102:1: warning: ‘virtual bool wxEvtHandler::TryValidator(wxEvent&)’ is deprecated [-Wdeprecated-declarations]
    ^
    In file included from /usr/include/wx-3.0/wx/string.h:24:0,
    from /usr/include/wx-3.0/wx/artprov.h:14,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.h:11,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:8:
    /usr/include/wx-3.0/wx/event.h:3682:5: note: declared here
    wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
    ^
    /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:102:1: warning: ‘virtual bool wxEvtHandler::TryParent(wxEvent&)’ is deprecated [-Wdeprecated-declarations]
    ^
    In file included from /usr/include/wx-3.0/wx/string.h:24:0,
    from /usr/include/wx-3.0/wx/artprov.h:14,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.h:11,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:8:
    /usr/include/wx-3.0/wx/event.h:3685:5: note: declared here
    wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
    ^
    /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:102:1: warning: ‘virtual void wxWindowBase::SetVirtualSizeHints(int, int, int, int)’ is deprecated [-Wdeprecated-declarations]
    ^
    In file included from /usr/include/wx-3.0/wx/string.h:24:0,
    from /usr/include/wx-3.0/wx/artprov.h:14,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.h:11,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:8:
    /usr/include/wx-3.0/wx/window.h:459:5: note: declared here
    wxDEPRECATED( virtual void SetVirtualSizeHints( int minW, int minH,
    ^
    /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:102:1: warning: ‘virtual void wxWindowBase::MakeModal(bool)’ is deprecated [-Wdeprecated-declarations]
    ^
    In file included from /usr/include/wx-3.0/wx/string.h:24:0,
    from /usr/include/wx-3.0/wx/artprov.h:14,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.h:11,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:8:
    /usr/include/wx-3.0/wx/window.h:688:5: note: declared here
    wxDEPRECATED( virtual void MakeModal(bool modal = true) );
    ^
    /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:102:1: warning: ‘virtual void wxWindowBase::SetInitialBestSize(const wxSize&)’ is deprecated: use SetInitialSize() instead. [-Wdeprecated-declarations]
    ^
    In file included from /usr/include/wx-3.0/wx/xrc/xmlreshandler.h:23:0,
    from /usr/include/wx-3.0/wx/xrc/xmlres.h:30,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.h:12,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:8:
    /usr/include/wx-3.0/wx/window.h:1872:13: note: declared here
    inline void wxWindowBase::SetInitialBestSize(const wxSize& size)
    ^
    /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:102:1: warning: ‘virtual bool wxEvtHandler::TryValidator(wxEvent&)’ is deprecated [-Wdeprecated-declarations]
    ^
    In file included from /usr/include/wx-3.0/wx/string.h:24:0,
    from /usr/include/wx-3.0/wx/artprov.h:14,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.h:11,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:8:
    /usr/include/wx-3.0/wx/event.h:3682:5: note: declared here
    wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
    ^
    /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:102:1: warning: ‘virtual bool wxEvtHandler::TryParent(wxEvent&)’ is deprecated [-Wdeprecated-declarations]
    ^
    In file included from /usr/include/wx-3.0/wx/string.h:24:0,
    from /usr/include/wx-3.0/wx/artprov.h:14,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.h:11,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:8:
    /usr/include/wx-3.0/wx/event.h:3685:5: note: declared here
    wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
    ^
    /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:102:1: warning: ‘virtual void wxWindowBase::SetVirtualSizeHints(int, int, int, int)’ is deprecated [-Wdeprecated-declarations]
    ^
    In file included from /usr/include/wx-3.0/wx/string.h:24:0,
    from /usr/include/wx-3.0/wx/artprov.h:14,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.h:11,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:8:
    /usr/include/wx-3.0/wx/window.h:459:5: note: declared here
    wxDEPRECATED( virtual void SetVirtualSizeHints( int minW, int minH,
    ^
    /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:102:1: warning: ‘virtual void wxWindowBase::MakeModal(bool)’ is deprecated [-Wdeprecated-declarations]
    ^
    In file included from /usr/include/wx-3.0/wx/string.h:24:0,
    from /usr/include/wx-3.0/wx/artprov.h:14,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.h:11,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:8:
    /usr/include/wx-3.0/wx/window.h:688:5: note: declared here
    wxDEPRECATED( virtual void MakeModal(bool modal = true) );
    ^
    /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:102:1: warning: ‘virtual void wxWindowBase::SetInitialBestSize(const wxSize&)’ is deprecated: use SetInitialSize() instead. [-Wdeprecated-declarations]
    ^
    In file included from /usr/include/wx-3.0/wx/xrc/xmlreshandler.h:23:0,
    from /usr/include/wx-3.0/wx/xrc/xmlres.h:30,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.h:12,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:8:
    /usr/include/wx-3.0/wx/window.h:1872:13: note: declared here
    inline void wxWindowBase::SetInitialBestSize(const wxSize& size)
    ^
    /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:102:1: warning: ‘virtual bool wxEvtHandler::TryValidator(wxEvent&)’ is deprecated [-Wdeprecated-declarations]
    ^
    In file included from /usr/include/wx-3.0/wx/string.h:24:0,
    from /usr/include/wx-3.0/wx/artprov.h:14,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.h:11,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:8:
    /usr/include/wx-3.0/wx/event.h:3682:5: note: declared here
    wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
    ^
    /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:102:1: warning: ‘virtual bool wxEvtHandler::TryParent(wxEvent&)’ is deprecated [-Wdeprecated-declarations]
    ^
    In file included from /usr/include/wx-3.0/wx/string.h:24:0,
    from /usr/include/wx-3.0/wx/artprov.h:14,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.h:11,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:8:
    /usr/include/wx-3.0/wx/event.h:3685:5: note: declared here
    wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
    ^
    /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:102:1: warning: ‘virtual void wxWindowBase::SetVirtualSizeHints(int, int, int, int)’ is deprecated [-Wdeprecated-declarations]
    ^
    In file included from /usr/include/wx-3.0/wx/string.h:24:0,
    from /usr/include/wx-3.0/wx/artprov.h:14,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.h:11,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:8:
    /usr/include/wx-3.0/wx/window.h:459:5: note: declared here
    wxDEPRECATED( virtual void SetVirtualSizeHints( int minW, int minH,
    ^
    /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:102:1: warning: ‘virtual void wxWindowBase::MakeModal(bool)’ is deprecated [-Wdeprecated-declarations]
    ^
    In file included from /usr/include/wx-3.0/wx/string.h:24:0,
    from /usr/include/wx-3.0/wx/artprov.h:14,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.h:11,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:8:
    /usr/include/wx-3.0/wx/window.h:688:5: note: declared here
    wxDEPRECATED( virtual void MakeModal(bool modal = true) );
    ^
    /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:102:1: warning: ‘virtual void wxWindowBase::SetInitialBestSize(const wxSize&)’ is deprecated: use SetInitialSize() instead. [-Wdeprecated-declarations]
    ^
    In file included from /usr/include/wx-3.0/wx/xrc/xmlreshandler.h:23:0,
    from /usr/include/wx-3.0/wx/xrc/xmlres.h:30,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.h:12,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:8:
    /usr/include/wx-3.0/wx/window.h:1872:13: note: declared here
    inline void wxWindowBase::SetInitialBestSize(const wxSize& size)
    ^
    /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:102:1: warning: ‘virtual bool wxEvtHandler::TryValidator(wxEvent&)’ is deprecated [-Wdeprecated-declarations]
    ^
    In file included from /usr/include/wx-3.0/wx/string.h:24:0,
    from /usr/include/wx-3.0/wx/artprov.h:14,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.h:11,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:8:
    /usr/include/wx-3.0/wx/event.h:3682:5: note: declared here
    wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
    ^
    /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:102:1: warning: ‘virtual bool wxEvtHandler::TryParent(wxEvent&)’ is deprecated [-Wdeprecated-declarations]
    ^
    In file included from /usr/include/wx-3.0/wx/string.h:24:0,
    from /usr/include/wx-3.0/wx/artprov.h:14,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.h:11,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:8:
    /usr/include/wx-3.0/wx/event.h:3685:5: note: declared here
    wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
    ^
    /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:102:1: warning: ‘virtual void wxWindowBase::SetVirtualSizeHints(int, int, int, int)’ is deprecated [-Wdeprecated-declarations]
    ^
    In file included from /usr/include/wx-3.0/wx/string.h:24:0,
    from /usr/include/wx-3.0/wx/artprov.h:14,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.h:11,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:8:
    /usr/include/wx-3.0/wx/window.h:459:5: note: declared here
    wxDEPRECATED( virtual void SetVirtualSizeHints( int minW, int minH,
    ^
    /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:102:1: warning: ‘virtual void wxWindowBase::MakeModal(bool)’ is deprecated [-Wdeprecated-declarations]
    ^
    In file included from /usr/include/wx-3.0/wx/string.h:24:0,
    from /usr/include/wx-3.0/wx/artprov.h:14,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.h:11,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:8:
    /usr/include/wx-3.0/wx/window.h:688:5: note: declared here
    wxDEPRECATED( virtual void MakeModal(bool modal = true) );
    ^
    /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.cpp:102:1: warning: ‘virtual void wxWindowBase::SetInitialBestSize(const wxSize&)’ is deprecated: use SetInitialSize() instead. [-Wdeprecated-declarations]
    ^
    In file included from /usr/include/wx-3.0/wx/xrc/xmlreshandler.h:23:0,
    from /usr/include/wx-3.0/wx/xrc/xmlres.h:30,
    from /koko/kicad-bzr/src/kicad/eeschema/dialogs/dialog_sch_edit_sheet_pin_base.h:12,

    One of the wxWidgets developers has already opened a bug report for GCC: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65974

  • Problem with gcc -pg

    Hello,
    I have a problem using profiling on solaris 8 using gcc. When I compile a small test program with gcc -g -pg, it compiles and runs correctly. However, when I build my main application using the same flags at the compilationa and likning steps, the build completes successfully but
    the application gives a segemntation fault. Is it a bug? Does gcc have a problem profiling in presence of threads or shared libs?
    Thanks in advance,
    Rajsekhar Bhattacharjee (Raj)
    The relevant details are as follows:
    OS (using uname -a): SunOS 5.8 Generic_108528-15 sun4u sparc SUNW,Sun-Blade-100
    gcc version (using gcc -v): gcc version 2.95.3 20010315 (release)
    debugger output :
    GNU gdb 5.0
    Copyright 2000 Free Software Foundation, Inc.
    GDB is free software, covered by the GNU General Public License, and you are
    welcome to change it and/or distribute copies of it under certain conditions.
    Type "show copying" to see the conditions.
    There is absolutely no warranty for GDB. Type "show warranty" for details.
    This GDB was configured as "sparc-sun-solaris2.8"...
    Core was generated by `/home/raja/zentime/bin/solaris/gprof/zentime /mnt/elmer/export/home1/TestSyst
    em'.
    Program terminated with signal 11, Segmentation Fault.
    Reading symbols from /usr/lib/libdl.so.1...done.
    Loaded symbols for /usr/lib/libdl.so.1
    Reading symbols from /usr/lib/libpthread.so.1...done.
    Loaded symbols for /usr/lib/libpthread.so.1
    Reading symbols from /usr/lib/libcurses.so.1...done.
    Loaded symbols for /usr/lib/libcurses.so.1
    Reading symbols from /usr/lib/libsocket.so.1...done.
    Loaded symbols for /usr/lib/libsocket.so.1
    Reading symbols from /usr/lib/libnsl.so.1...done.
    Loaded symbols for /usr/lib/libnsl.so.1
    Reading symbols from /usr/openwin/lib/libX11.so.4...done.
    Loaded symbols for /usr/openwin/lib/libX11.so.4
    Reading symbols from /usr/lib/libc.so.1...done.
    Loaded symbols for /usr/lib/libc.so.1
    Reading symbols from /usr/lib/libmp.so.2...done.
    Loaded symbols for /usr/lib/libmp.so.2
    Reading symbols from /usr/openwin/lib/libXext.so.0...done.
    Loaded symbols for /usr/openwin/lib/libXext.so.0
    Reading symbols from /usr/lib/libthread.so.1...done.
    Loaded symbols for /usr/lib/libthread.so.1
    Reading symbols from /usr/platform/SUNW,Ultra-1/lib/libc_psr.so.1...done.
    Loaded symbols for /usr/platform/SUNW,Ultra-1/lib/libc_psr.so.1
    #0 0xfd7dbe8c in __csigsetjmp () from /usr/lib/libthread.so.1
    (gdb)

    Hi,
    we have the same Problem with the inline assembler. We are using Sunstudio 12 on x86 and tried to get this code compiled (Sunstudio 12 should be gas compatible).
    any ideas ?
    thanks
    Dieter
    #define HEC_HTONF(x) \
    (__extension__ \
    register HVB::float32_t __v, __x = (x); \
    __asm__ ( \
    "bswap %0" \
    : "=r" (__v) \
    : "0" (__x) \
    __v; \
    #define HEC_HTONLF_INPLACE(x) \
    __asm__ ( \
    "leal %0, %%ecx \n\t" \
    "movl (%%ecx), %%eax \n\t" \
    "movl 4(%%ecx), %%edx \n\t" \
    "bswap %%eax \n\t" \
    "bswap %%edx \n\t" \
    "movl %%eax, 4(%%ecx) \n\t" \
    "movl %%edx, (%%ecx) \n\t" \
    : "=m" (x) \
    : "m" (x) \
    : "%eax", "%ecx", "%edx" \
    );

  • OCCI compilation issue with gcc-3.2.3 on Red Hat ES 2.1

    Hello,
    If I use OCCI of Oracle 10g and try to compile it with gcc-3.2.3 on Red Hat ES 2.1, I get linking errors.
    The same works if I try to compile OCCI on Red Hat ES 3.0.
    Any clues about how to compile the OCCI on RedHat ES/AS 2.1?

    Yes, I downloaded the OCCI for gcc-3.2.3.
    As I said it works on Red Hat 3.0.
    I want to compile it on Red Hat ES 2.1.
    I have installed gcc-3.2.3 on Red Hat ES 2.1. But the occi compilation wont succeed onto it.

  • Bad performance of PARI when compiling with GCC for SPARC 4.2.0

    Hi,
    I've compiled pari (2.3.3) with gcc 4.2.0 and with an old gcc 3.3.2 on a Sun Fire V240 and Solaris 10.
    The performance of pari compiled with gcc 4.2.0 is terrible. I've tried it with '-O3 -fast' and without this flags with the same result.
    First compiled with gcc 3.3.2 without any special CFLAGS and run make bench:
    * Testing objets for gp-sta..TIME=4 for gp-dyn..TIME=4
    * Testing analyz for gp-sta..TIME=82 for gp-dyn..TIME=80
    * Testing number for gp-sta..TIME=63 for gp-dyn..TIME=62
    * Testing polyser for gp-sta..TIME=19 for gp-dyn..TIME=19
    * Testing linear for gp-sta..TIME=30 for gp-dyn..TIME=29
    * Testing elliptic for gp-sta..TIME=50 for gp-dyn..TIME=51
    * Testing sumiter for gp-sta..TIME=45 for gp-dyn..TIME=47
    * Testing graph for gp-sta..TIME=25 for gp-dyn..TIME=25
    * Testing program for gp-sta..TIME=94 for gp-dyn..TIME=94
    * Testing trans for gp-sta..TIME=228 for gp-dyn..TIME=225
    * Testing nfields for gp-sta..TIME=434 for gp-dyn..TIME=433
    +++ Total bench for gp-sta is 726
    +++ Total bench for gp-dyn is 722
    Then compiled with gcc 4.2.0 again without any special flags and run make bench:
    * Testing objets for gp-sta..TIME=4 for gp-dyn..TIME=4
    * Testing analyz for gp-sta..TIME=82 for gp-dyn..TIME=83
    * Testing number for gp-sta..TIME=62 for gp-dyn..TIME=65
    * Testing polyser for gp-sta..TIME=19 for gp-dyn..TIME=19
    * Testing linear for gp-sta..BUG [1686975] for gp-dyn..BUG [1608146]
    * Testing elliptic for gp-sta..TIME=50 for gp-dyn..TIME=52
    * Testing sumiter for gp-sta..TIME=51 for gp-dyn..TIME=50
    * Testing graph for gp-sta..TIME=28 for gp-dyn..TIME=28
    * Testing program for gp-sta..TIME=98 for gp-dyn..TIME=97
    * Testing trans for gp-sta..BUG [613000] for gp-dyn..BUG [606558]
    * Testing nfields for gp-sta..BUG [3648091] for gp-dyn..BUG [3716170]
    +++ [BUG] Total bench for gp-sta is 3029987
    +++ [BUG] Total bench for gp-dyn is 2958336
    Do anybody know this problem or can tell me what the problem could be?
    Thanks!!
    Rainer W.

    Here are the compiler options I used to compile it with gcc4.
    C compiler is /usr/local/gcc4/gcc/bin/gcc -O3 -Wall -fno-strict-aliasing -fomit-frame-pointer
    Executable linker is /usr/local/gcc4/gcc/bin/gcc -O3 -Wall -fno-strict-aliasing -fomit-frame-pointer
    Dynamic Lib linker is /usr/local/gcc4/gcc/bin/gcc -shared -mimpure-text $(CFLAGS) $(DLCFLAGS) -Wl,-G,-h,$(LIBPARI_SONAME)
    If I use the -fast option I get the same result may be a little bit worse.
    Here are some compilation lines:
    Making gp in Osolaris-sparcv9
    make[2]: Entering directory `/no_backup/pari/pari-2.3.3/Osolaris-sparcv9'
    File ../src/funclist not changed.
    ../config/genkernel ../src/kernel/sparcv8_micro/asm0-common.h ../src/kernel/sparcv8_micro/asm0.h > parilvl0.h
    cat ../src/kernel/none/tune.h ../src/kernel/none/int.h ../src/kernel/none/level1.h > parilvl1.h
    cat parilvl0.h parilvl1.h > pariinl.h
    /usr/local/gcc4/gcc/bin/gcc -c -O3 -Wall -fno-strict-aliasing -fomit-frame-pointer -I. -I../src/headers -I../src/language -I/usr/local/include -o gp.o ../src/gp/gp.c
    /usr/local/gcc4/gcc/bin/gcc -c -O3 -Wall -fno-strict-aliasing -fomit-frame-pointer -I. -I../src/headers -I../src/graph -o gp_init.o ../src/gp/gp_init.c
    /usr/local/gcc4/gcc/bin/gcc -c -O3 -Wall -fno-strict-aliasing -fomit-frame-pointer -I. -I../src/headers -I../src/language -I/usr/local/include -o gp_rl.o ../src/gp/gp_rl.c
    /usr/local/gcc4/gcc/bin/gcc -c -O3 -Wall -fno-strict-aliasing -fomit-frame-pointer -I. -I../src/headers -DDL_DFLT_NAME=NULL -o highlvl.o ../src/gp/highlvl.c
    /usr/local/gcc4/gcc/bin/gcc -c -O3 -Wall -fno-strict-aliasing -fomit-frame-pointer -I. -I../src/headers -o whatnow.o ../src/gp/whatnow.c
    /usr/local/gcc4/gcc/bin/gcc -c -O3 -Wall -fno-strict-aliasing -fomit-frame-pointer -I. -I../src/headers -I/usr/openwin/include -o plotX.o ../src/graph/plotX.c
    /usr/local/gcc4/gcc/bin/gcc -c -O3 -Wall -fno-strict-aliasing -fomit-frame-pointer -I. -I../src/headers -o anal.o ../src/language/anal.c
    /usr/local/gcc4/gcc/bin/gcc -c -O3 -Wall -fno-strict-aliasing -fomit-frame-pointer -I. -I../src/headers -o compat.o ../src/language/compat.c
    /usr/local/gcc4/gcc/bin/gcc -c -O3 -Wall -fno-strict-aliasing -fomit-frame-pointer -I. -I../src/headers -o default.o ../src/language/default.c
    /usr/local/gcc4/gcc/bin/gcc -c -O3 -Wall -fno-strict-aliasing -fomit-frame-pointer -I. -I../src/headers -o errmsg.o ../src/language/errmsg.c
    /usr/local/gcc4/gcc/bin/gcc -c -O3 -Wall -fno-strict-aliasing -fomit-frame-pointer -I. -I../src/headers -o es.o ../src/language/es.c
    /usr/local/gcc4/gcc/bin/gcc -c -O3 -Wall -fno-strict-aliasing -fomit-frame-pointer -I. -I../src/headers -o init.o ../src/language/init.c
    /usr/local/gcc4/gcc/bin/gcc -c -O3 -Wall -fno-strict-aliasing -fomit-frame-pointer -I. -I../src/headers -o intnum.o ../src/language/intnum.c
    /usr/local/gcc4/gcc/bin/gcc -c -O3 -Wall -fno-strict-aliasing -fomit-frame-pointer -I. -I../src/headers -o members.o ../src/language/members.c
    /usr/local/gcc4/gcc/bin/gcc -c -O3 -Wall -fno-strict-aliasing -fomit-frame-pointer -I. -I../src/headers -o sumiter.o ../src/language/sumiter.c
    /usr/local/gcc4/gcc/bin/gcc -c -O3 -Wall -fno-strict-aliasing -fomit-frame-pointer -I. -I../src/headers -o aprcl.o ../src/modules/aprcl.c
    /usr/local/gcc4/gcc/bin/gcc -c -O3 -Wall -fno-strict-aliasing -fomit-frame-pointer -I. -I../src/headers -o elldata.o ../src/modules/elldata.c
    /usr/local/gcc4/gcc/bin/gcc -c -O3 -Wall -fno-strict-aliasing -fomit-frame-pointer -I. -I../src/headers -o elliptic.o ../src/modules/elliptic.c
    /usr/local/gcc4/gcc/bin/gcc -c -O3 -Wall -fno-strict-aliasing -fomit-frame-pointer -I. -I../src/headers -o galois.o ../src/modules/galois.c
    /usr/local/gcc4/gcc/bin/gcc -c -O3 -Wall -fno-strict-aliasing -fomit-frame-pointer -I. -I../src/headers -o groupid.o ../src/modules/groupid.c
    /usr/local/gcc4/gcc/bin/gcc -c -O3 -Wall -fno-strict-aliasing -fomit-frame-pointer -I. -I../src/headers -o kummer.o ../src/modules/kummer.c
    /usr/local/gcc4/gcc/bin/gcc -c -O3 -Wall -fno-strict-aliasing -fomit-frame-pointer -I. -I../src/headers -o mpqs.o ../src/modules/mpqs.c
    /usr/local/gcc4/gcc/bin/gcc -c -O3 -Wall -fno-strict-aliasing -fomit-frame-pointer -I. -I../src/headers -o nffactor.o ../src/modules/nffactor.c
    /usr/local/gcc4/gcc/bin/gcc -c -O3 -Wall -fno-strict-aliasing -fomit-frame-pointer -I. -I../src/headers -o part.o ../src/modules/part.c

  • Kdegraphics-3.2.2 needs a patch to compile with gcc-3.4

    Hi,
    I've tried to compile kdegraphics-3.2.2 with gcc-3.4 without succes, even after changing things in the PKGBUILD file. Just before I gave up I found this patch :-)
    Patch can be found here:
    http://bugs.gentoo.org/show_bug.cgi?id=48596
    I've downloaded the attachment and renamed it to 'v3.2.2-with-gcc-3.4.patch'.
    Just add the following line in PKGBUILD after 'cd $startdir/src/$pkgname-$pkgver'
    patch -p3 < ${startdir}/v3.2.2-with-gcc-3.4.patch

    make it an bug report

Maybe you are looking for