Can't compile v4ldvb drivers with kernel 2.6.37

Compiling v4l from vanilla source gives this error message:
Kernel build directory is /lib/modules/2.6.37-ARCH/build
make -C /lib/modules/2.6.37-ARCH/build SUBDIRS=/home/mrmedia/source/v4l-dvb/v4l  modules
make[2]: Entering directory `/usr/src/linux-2.6.37-ARCH'
/bin/sh: /sbin/lsmod: Filen eller katalogen finns inte
  CC [M]  /home/mrmedia/source/v4l-dvb/v4l/flexcop-i2c.o
/home/mrmedia/source/v4l-dvb/v4l/flexcop-i2c.c: In function 'flexcop_i2c_init':
/home/mrmedia/source/v4l-dvb/v4l/flexcop-i2c.c:253:39: error: 'I2C_CLASS_TV_DIGITAL' undeclared (first use in this function)
/home/mrmedia/source/v4l-dvb/v4l/flexcop-i2c.c:253:39: note: each undeclared identifier is reported only once for each function it appears in
make[3]: *** [/home/mrmedia/source/v4l-dvb/v4l/flexcop-i2c.o] Fel 1
make[2]: *** [_module_/home/mrmedia/source/v4l-dvb/v4l] Error 2
make[2]: Leaving directory `/usr/src/linux-2.6.37-ARCH'
make[1]: *** [default] Fel 2
make[1]: Leaving directory `/home/mrmedia/source/v4l-dvb/v4l'
make: *** [all] Fel 2
(Fel = Error)
I've really tried compilin all source and also minimizing the v4l modules to a bare minium for my cx88 chip on PCI, without Lirc support as well. Still same errors.
yaourt v4l-dvb-git compiles but gives these dmesg errors;
dmesg | grep cx88
cx88xx: Unknown symbol v4l2_i2c_new_subdev_cfg (err 0)
cx88xx: Unknown symbol v4l2_i2c_new_subdev_cfg (err 0)
cx88xx: Unknown symbol v4l2_i2c_new_subdev_cfg (err 0)
cx88xx: Unknown symbol v4l2_i2c_new_subdev_cfg (err 0)
cx88xx: Unknown symbol v4l2_i2c_new_subdev_cfg (err 0)
cx88xx: Unknown symbol v4l2_i2c_new_subdev_cfg (err 0)
So no working Hauppauge hvr-1300 DVB-T card. I have earlier successfully compiled these drivers under Ubuntu and kernel 2.6.33. As far as I know I have all dependencies and compilation tools installed - base-devel, kernel headers and so forth. I've done other yaourt compilations ok.
Googling gives that probably the kernel 2.6.37 and v4l-dvb source don't go together well, but I don't know how to go any further. What more can I do?
Last edited by swanson (2011-02-15 12:18:50)

Further tests:
Kernel 2.6.37-5-arch gives the error as well as kernel 2.6.37-6-arch;
cx88xx: Unknown symbol v4l2_i2c_new_subdev_cfg (err 0)
cx88xx: Unknown symbol v4l2_i2c_new_subdev_cfg (err 0)
cx88xx: Unknown symbol v4l2_i2c_new_subdev_cfg (err 0)
cx88xx: Unknown symbol v4l2_i2c_new_subdev_cfg (err 0)
cx88xx: Unknown symbol v4l2_i2c_new_subdev_cfg (err 0)
cx88xx: Unknown symbol v4l2_i2c_new_subdev_cfg (err 0)
Compiling my own v4l from git does compile and load as dmesg confirms;
dmesg | grep cx88
cx88/0: cx2388x v4l2 driver version 0.0.8 loaded
cx8800 0000:01:07.0: PCI INT A -> Link[LNKB] -> GSI 18 (level, low) -> IRQ 18
cx88[0]: subsystem: 0070:9601, board: Hauppauge WinTV-HVR1300 DVB-T/Hybrid MPEG Encoder [card=56,autodetected], frontend(s): 1
cx88[0]: TV tuner type 63, Radio tuner type -1
cx88/2: cx2388x MPEG-TS Driver Manager version 0.0.8 loaded
cx88[0]: i2c init: enabling analog demod on HVR1300/3000/4000 tuner
cx88[0]: hauppauge eeprom: model=96019
cx88[0]/0: found at 0000:01:07.0, rev: 5, irq: 18, latency: 64, mmio: 0xdd000000
wm8775 1-001b: chip found @ 0x36 (cx88[0])
cx88[0]/0: registered device video0 [v4l2]
cx88[0]/0: registered device vbi0
cx88[0]/0: registered device radio0
cx88[0]/2: cx2388x 8802 Driver Manager
cx88-mpeg driver manager 0000:01:07.2: PCI INT A -> Link[LNKB] -> GSI 18 (level, low) -> IRQ 18
cx88[0]/2: found at 0000:01:07.2, rev: 5, irq: 18, latency: 64, mmio: 0xdb000000
cx88_audio 0000:01:07.1: PCI INT A -> Link[LNKB] -> GSI 18 (level, low) -> IRQ 18
cx88[0]/1: CX88x/0: ALSA support for cx2388x boards
cx88/2: cx2388x dvb driver version 0.0.8 loaded
cx88/2: registering cx8802 driver, type: dvb access: shared
cx88[0]/2: subsystem: 0070:9601, board: Hauppauge WinTV-HVR1300 DVB-T/Hybrid MPEG Encoder [card=56]
cx88[0]/2: cx2388x based DVB/ATSC card
cx8802_alloc_frontends() allocating 1 frontend(s)
DVB: registering new adapter (cx88[0])
cx88/2: registering cx8802 driver, type: blackbird access: shared
cx88[0]/2: subsystem: 0070:9601, board: Hauppauge WinTV-HVR1300 DVB-T/Hybrid MPEG Encoder [card=56]
cx88[0]/2: cx23416 based mpeg encoder (blackbird reference design)
cx88[0]/2-bb: Firmware and/or mailbox pointer not initialized or corrupted
cx88[0]/2-bb: Firmware upload successful.
cx88[0]/2-bb: Firmware version is 0x02060039
cx88[0]/2: registered device video1 [mpeg]
BUT, the Hauppauge hvr -1300 doesn't work with scan, me-tv or kaffeine. All things seem to be present in /dev/;
ls /dev/dvb/adapter0
totalt 0
drwxr-xr-x  2 root root     120 20 feb 07.59 .
drwxr-xr-x  3 root root      60 20 feb 07.59 ..
crw-rw----+ 1 root video 212, 1 20 feb 07.59 demux0
crw-rw----+ 1 root video 212, 2 20 feb 07.59 dvr0
crw-rw----+ 1 root video 212, 0 20 feb 07.59 frontend0
crw-rw----+ 1 root video 212, 3 20 feb 07.59 net0
And I'm in the group video. So I guess the driver just don't work for my card. I'll have to start another thread about that.
Last edited by swanson (2011-02-20 08:55:07)

Similar Messages

  • Third-party drivers with kernel updates

    I am using a third-party driver for my wireless card because the driver that comes with the kernel doesn't work too well. The problem is that whenever I update the kernel, the driver does not get included... it sits in the old kernel directory. Is there a way to have mkinitcpio grab drivers from an external folder location? Currently after every update, I have to make a symbolic link to the drivers and then run depmod -a, which is getting old.
    I appreciate any help. Thanks!

    what third party driver? i dont think there is a provision to have the driver automatically built.
    you are supposed to build the driver against the new kernel headers every time. not just symlink the .ko file in the new kernel modules directory. if its a binary blob. you might run into problems later on.
    how did you get this  .ko module in the first place?

  • Can't compile PHP5.2 with Oracle ORA support, please help!

    Hi peoples,
    first post on here - hope someone can assist.
    I am compiling PHP 5.2 on RedHat Enterprise 4 AS intel 64bit with oracle ORA and LDAP support compiled in. I am using Apache 2.0.52-28 installed from RedHat RPMs.
    I am using the following configure line:
    ./configure with-apxs2=/usr/sbin/apxs with-config-file-path=/etc/httpd/conf with-oracle=/export/oracle/pegasus/product/9.2.0 with-ldap=/usr enable-sigchild enable-libgcc
    The only oracle related messages I have found during the configuration are:
    checking for Oracle (OCI8) support... no
    checking Oracle OCI support for PDO... no
    However I am told these are newer methods of Oracle communication protocols and not related to what I am trying to achieve.
    After building and installing PHP 5.2, reconfiguring apache httpd.conf and restarting httpd I find that the output of phpinfo.php shows no mention of oracle whatsoever apart from the Configure Command section at the beginning confirming that yes, --with-oracle= was specified.
    I have tried setting ORACLE_HOME=/export/oracle/pegasus/product/9.2.0 environment variable before running ./configure but to no avail.
    I have also tried adding various Oracle environment variables to my startup scripts for Apache, also to no avail.
    Any ideas? I am really under the pump to get this sorted as it is for a new production server here and I am limited timewise to get it up and running.
    Cheers
    Andy

    Hi Andy,
    I have php 5.2 installed on a RH 64 bits so our configurations are almost the same (I use Apache 1.3 and Oracle 10g).
    I compiled 5.2 from source succesfully with this instruction:
    ./configure with-config-file-path=/opt/apache with-libdir=lib64 with-oci8=/opt/oracle/orase/oracle/product/10.2.0/db_1 with-apxs=/opt/apache/bin/apxs --enable-sigchildReplace the required values to match your system and try to see if it works for you.
    Let me know how it goes. Any additional problem, I'm glad to help.

  • Can not compile HelloServlet3.java with ServletUtilities

    hi guys,
    i have another compiling error with the ServletUtilities in the HelloServlet3.java.
    the following is the error, please check it out
    C:\SERVLETcode\hello3>javac HelloServlet3.java
    HelloServlet3.java:23: cannot resolve symbol
    symbol : variable ServletUtilities
    location: class moreservlets.HelloServlet3
    out.println(ServletUtilities.headWithTitle(title) +
    ^
    1 error
    i already check the classpath
    classpath = .;c:\servletcode;tomcat4\common\lib\servlet.jar
    i think it is correct because i can compile the HelloServlet1.java and HelloServlet2.java, except the HelloServlet3.java
    so can anyone help me out of it....
    thank you in advance....
    the source code is herepackage moreservlets;
    import java.io.*;
    import javax.servlet.*;
    import javax.servlet.http.*;
    public class HelloServlet3 extends HttpServlet {
    public void doGet(HttpServletRequest request,
    HttpServletResponse response)
    throws ServletException, IOException {
    response.setContentType("text/html");
    PrintWriter out = response.getWriter();
    String title = "Hello (3)this is test3";
    out.println(ServletUtilities.headWithTitle(title) +
    "<BODY BGCOLOR=\"#FDF5E6\">\n" +
    "<H1>" + title + "</H1>\n" +
    "</BODY></HTML>");

    My guess is that you need to have an import statement for the ServletUtilities class. If it's in the classpath, then the webserver loads that jar and knows about the classes inside it, but your servlet still needs to import the ServletUtilities class to use it (unless they are part of the same package and are in the same directory hierarchy).
    I hope this helps,
    Val

  • Help: OJSPC can not compile the JSP with struts tag

    Hi,
    I am trying to precompile the JSP page with EAR package but OJSPC can not parse the Struts tags.
    I always get oracle.jsp.parse.JspParseException:
    Error: org.apache.struts.taglib.html.MessgesTei while reading TLD /WEB-INF/tld/struts-html.tld
    My OC4J version is 10.1.3.2 and I did tried putting the struts-taglib.jar to /opt/oracle/product/app10g/j2ee/home/jsp/lib or /lib/taglib
    but still do not work.
    Can anyone tell me how to configure the OJSPC and let it support customerized taglibs?
    Thanks a lot!

    This is a new problem with jdk1.4 when compiling with tomcat.
    The solution is to ensure that any classes in WEB-INF/classes are in a package structure and the relevant jsp calls the same using the package name.
    best
    kev

  • Can't install oracle-validated with kernel-PAE

    I can't install oracle-validated when using kernel-PAE.... Anyone help?
    Take a look at the following actions:
    [root@db ~]# up2date -i oracle-validated
    Fetching Obsoletes list for channel: el5_i386_latest...
    Fetching rpm headers...
    Name                                    Version        Rel    
    oracle-validated                        1.0.0          18.el5            i386 
    Testing package set / solving RPM inter-dependencies...
    There was a package dependency problem. The message was:
    Unresolvable chain of dependencies:
    glibc-headers  2.5-34                    requires kernel-headers
    glibc-headers-2.5-34                     requires kernel-headers >= 2.2.1
    oracle-validated  1.0.0-18.el5           requires kernel-headers
    The following packages were added to your selection to satisfy dependencies:
    Package                                Required by
    gcc-4.1.2-44.el5.i386                   oracle-validated-1.0.0-18.el5           gcc                                    
    gcc-c++-4.1.2-44.el5.i386               oracle-validated-1.0.0-18.el5           gcc-c++                                
    libstdc++-devel-4.1.2-44.el5.i386       oracle-validated-1.0.0-18.el5           libstdc++-devel                        
    [root@db ~]# rpm -q kernel-PAE
    kernel-PAE-2.6.18-92.el5
    kernel-PAE-2.6.18-128.1.10.0.1.el5
    [root@db ~]# Best Regards,
    Joao

    Problem was that up2date config had marked to not install kernel* packages :)
    ran up2date-config and removed that ...
    Regards
    Joao Oliveira

  • [SOLVED] Can't compile any kernels or modules

    I can't compile the kernel, or any kernel modules. I tried the [core] kernel from ABS and the linux-ck kernel from AUR. I also tried to build vhba and nvidia modules.
    I tried the standard cflags and many others.
    All kernel compiles fail (immediately) with:
    scripts/mod/empty.c:1:0: error: code model kernel does not support PIC mode
    /* empty file to figure out endianness / word size */
    ^
    edward_81 had the same problem, with a default makepkg.conf and linux-mainline, which was never resolved.
    I don't know why this file is being compiled in PIC mode. I have not explicitly enabled PIC anywhere I know of. I checked everywhere I know to look.
    Last edited by quequotion (2015-02-04 15:46:10)

    graysky wrote:Try building one of them in a clean chroot.
    Will try.
    Finally got this working:
    Please add V=1 to the make command on line 89 and rebuild with MAKEFLAGS="-j1" to get verbose output.
    make -f ./scripts/Makefile.build obj=scripts/genksyms
    [...snip...]
    gcc -Wp,-MD,scripts/mod/.empty.o.d -nostdinc -isystem /usr/lib/gcc/x86_64-unknown-linux-gnu/4.9.2/include -I./arch/x86/include -Iarch/x86/include/generated -Iinclude -I./arch/x86/include/uapi -Iarch/x86/include/generated/uapi -I./include/uapi -Iinclude/generated/uapi -include ./include/linux/kconfig.h -D__KERNEL__ -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Wno-format-security -std=gnu89 -m64 -mno-80387 -mno-fp-ret-in-387 -march=native -mno-red-zone -mcmodel=kernel -funit-at-a-time -maccumulate-outgoing-args -DCONFIG_X86_X32_ABI -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -DCONFIG_AS_CFI_SECTIONS=1 -DCONFIG_AS_FXSAVEQ=1 -DCONFIG_AS_CRC32=1 -DCONFIG_AS_AVX=1 -DCONFIG_AS_AVX2=1 -pipe -Wno-sign-compare -fno-asynchronous-unwind-tables -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -mno-avx -fno-delete-null-pointer-checks -O2 --param=allow-store-data-races=0 -Wframe-larger-than=2048 -fstack-protector-strong -Wno-unused-but-set-variable -fno-var-tracking-assignments -pg -mfentry -DCC_USING_FENTRY -fno-inline-functions-called-once -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow -fconserve-stack -Werror=implicit-int -Werror=strict-prototypes -Werror=date-time -DCC_HAVE_ASM_GOTO -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(empty)" -D"KBUILD_MODNAME=KBUILD_STR(empty)" -c -o scripts/mod/.tmp_empty.o scripts/mod/empty.c
    scripts/mod/empty.c:1:0: error: code model kernel does not support PIC mode
    /* empty file to figure out endianness / word size */
    ^
    scripts/Makefile.build:257: recipe for target 'scripts/mod/empty.o' failed
    Last edited by quequotion (2015-02-04 13:40:15)

  • How to install all the drivers for the MacBook with Windows 7 or 8 without the disk from OSX Lion? Where can I find the drivers?

    Guys, a have one big problem..My customer brought me a macbook with windows 7 installed to do a format and reinstallation, but she is no longer the OSX Lion, and do not know how to install the sound drivers, "touchpad", among other drivers, how to solve this? Where can I find the drivers? The MacBook is now with Windows 8 installed.

    Sorry my bad english..
    See is meant. The MacBook has already come for me with Windows 7 installed, checked that it does not have another partition with OSX Lion installed, do not know how the person who did the maintenance before I managed to remove the partition with the Lion, so I can not create a disk or access boot camp because there is no partition Lion and don't own the DVDs of OSX Lion, you understand me?
    There is a boot camp Windows executable? Where do I find, since I poked around and found nothing on ...
    The sound driver is installed, but not working ... and the rest are missing there also, the trackpad also does not work correctly, the right button does not work ... My experience with mac is low, it may be that you do not know how it works correctly the trackpad

  • Why can't I deploy the NI-DAQmx 8.5 drivers with a Teststand installer?

    When I include the NIDAQmx 8.5 drivers with the deployment, it automatically checks off that I have to include Labview 7.1 runtime, which causes them to prompt me for the November 2005 driver CD. I insert this CD and get the errors saying that the Windows SDK function could not find the specified file (error code 12) and that the specified files are not found. The build is then quickly aborted and I'm left with seemingly no options. I need to include the DAQmx drivers with the build but I can't see how to without the LV 7.1 runtime.
    I am running Teststand 4.0 and Labview 8.2.1
    Thanks very much in advance.
    -Matt

    Thank you very much for your response.
    I have tried your suggestions, but I believe the problem is not specifically the DAQmx 8.5 drivers. It seems to have to do with the fact that when I select the drivers to be included in the deployment, Labveiw 7.1.1 runtime engine is checked off and grayed out, because it says it is required by the DAQmx 8.5 drivers. Please see the attached screenshot for detailed information.
    Your suggestion about downloading the runtime engines seemed like a viable solution, but unfortunately there are many versions but not the one I need. The only 7.1.1 version available says it's for Mac OS, and I'm running Windows XP. Again, I have the actual CD it's asking for (Driver CD from November 2005) but it doesn't seem to satisfy the deployment.
    Any further suggestions would be greatly appreciated. This is something I will need now and going forward in the future with Labview/Teststand deployments for my company since we rely heavily on the DAQmx drivers.
    Thank you very much.
    -Matt
    Attachments:
    Deployment Screenshot.PNG ‏73 KB

  • Can I compiler servlet with java compiler?

    Can I compiler servlet with java compiler?
    Here is an example of it:
    import javax.servlet.*;
    import javax.servlet.http.*;
    import java.io.*;
    public class HelloWorldServlet extends HttpServlet
              protected void doGet(HttpServletRequest request,
              HttpServletResponse response) throws ServletException , IOException
                        response.setContentType("text/html");
                        PrintWriter out = response.getWriter();
                        StringBuffer sb = new StringBuffer();
                        sb.append("<html><body><h1>");
                        sb.append("Hello World");
                        sb.append("</h1></body></html>");
                        out.print(sb.toString());
                        out.close();
         }

    Can I compiler servlet with java compiler?
    yes.
    just include the correct jarfiles in your classpath.

  • Vol_init failed (can't communicate with kernel)

    Hi,
    I'm running Sol 2.8 on a sparc SUNW, Sun blade 1000 and having problem
    mounting the CDROM. I tried to start vold but
    I'm seeing that /var/adm/messages is logging "vol_init
    failed" and "Can't communicate with kernel". I've seen
    similar error in the archive but no summary.
    Pls help me on this....
    Amit

    check if the following daemon is running. Using command ps -ef | grep vold
    if it isn't run the following command:
    /etc/init.d/volmgt start
    This will restart volume management and should automatically mount the cdrom whenb inserted into the drive

  • I have a Lexmark X1185, but I do not have the driver CD that came along with it. I have a 15" MacBook Pro (Late 2011) and I cannot seem to find drivers for OSX Lion.. Where can I find the drivers?

    I have a Lexmark X1185, but I do not have the driver CD that came along with it. I have a 15" MacBook Pro (Late 2011) and I cannot seem to find drivers for OSX Lion.. Where can I find the drivers? Thank you for the help!

    Have you looked on Lexmark's support site?
    http://support.lexmark.com/index?page=content&id=OS23&locale=en&userlocale=EN_US

  • [solved] Can't connect to network with 64-bit kernel

    On 64-bit Arch Linux, I can't get any network access.  On 32-bit Arch Linux, I can connect to my router with an ethernet cable or a wireless card using dhcpcd or networkmanager.
    In 64-bit, I have tried
    - Upgrading my kernel from 3.3.8 to 3.4.2 from the testing repos
    - Getting networkmanager-git from AUR
    - Using the r8168 driver for my ethernet card (which is actually exactly the same one as the one from https://wiki.archlinux.org/index.php/Co … k_messages )
    But I haven't been able to get "dhcpcd eth0" to tell me anything but
    dhcpcd[677]: eth0: sending IPv6 Router Solicitation
    dhcpcd[677]: eth0: broadcasting for a lease
    dhcpcd[677]: eth0: sending IPv6 Router Solicitation
    dhcpcd[677]: eth0: sending IPv6 Router Solicitation
    dhcpcd[677]: eth0: sending IPv6 Router Solicitation
    dhcpcd[677]: eth0: no IPv6 Routers available
    while "dmesg | tail" fills with
    eth0: no IPv6 routers present
    eth0: no IPv6 routers present
    eth0: no IPv6 routers present
    My rc.conf has the correct settings for dhcp:
    interface=eth0
    address=
    netmask=
    broadcast=
    gateway=
    I can get whatever 64-bit packages I need to get the internet to work in 64-bit linux by downloading them in 32-bit linux and then upgrading to 64-bit linux.
    My goal is to get networking to work on 64-bit linux through either eth0 or wlan0 (eventually I'll need wlan0 but right now neither works, so if one starts working, the other probably will), or for someone to say "It's impossible dude, go download opensuse and see if you get a different damning error over there".
    Happy trails,
    jc
    Last edited by jc (2012-06-13 23:21:31)

    ewaller wrote:Are you doing this on the same computer with different kernels?
    Yep.
    Are you sharing /etc between the 32 and 64 bit kernels?
    Yes.  Networking doesn't work on the 64-bit install disk either though, which obviously doesn't share its /etc with anything.
    Can you post your 64 bit system's /etc/dhcpcd.conf file?
    hostname
    option domain_name_servers, domain_name, domain_search, host_name
    option classless_static_routes
    option ntp_servers
    option interface_mtu
    require dhcp_server_identifier
    nohook lookup-hostname
    noipv4ll
    On your 64 bit system, what is the output of ip addr
    1: lo: <LOOPBACK,UP,LOWER_UP> mtu 16436 qdisc noqueue state UNKNOWN
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 scope host lo
    inet6 ::1/128 scope host
    valid_lft forever preferred_lft forever
    2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP qlen 1000
    link/ether 14:da:e9:0f:69:85 brd ff:ff:ff:ff:ff:ff
    inet6 fe80::16da:e9ff:fe0f:6985/64 scope link
    valid_lft forever preferred_lft forever
    3: wlan0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc mq state DOWN qlen 1000
    link/ether e0:69:95:d3:7e:e9 brd ff:ff:ff:ff:ff:ff
    What is the version of your 32 bit kernel?
    3.3.8
    Have you tried dhclient instead of dhcpcd ?
    I have.  No cake.

  • Can't compile with QT4 anymore

    Hi,
    Since last upgrade I can't compile my qt4 apps with KDevelop or QDevelop. It says something like :
    make: *** No rules to build target « /opt/qt4/mkspecs/linux-g++/qmake.conf », required by « Makefile ». Stopping.
    The qt-config tool does not exist anymore. There is a qtconfig one but, doesn't seem to be helping.
    I know that the files in the the qt4 package have been moved from /opt/qt4 to /usr/, but still I don't know what to do.
    I'm stuck !

    The fact is I cannot compile ANYTHING in QT4 !
    Let's take an example. I want to compile QPaddy (you can find it on qt-apps.org).
    I set the vars (which doesn't seem to have any effect):
    export QTDIR=/usr/share/qt4
    export QMAKESPEC=/usr/share/qt4/mkspecs/linux-g++
    export QT_LIBRARY_PATH=/usr/include/Qt
    I try to compile QPAddy :
    qmake qpaddy.pro
    make
    Here is what I get :
    cd src/ && make -f Makefile
    make[1]: entrant dans le répertoire « /root/docs/qpaddy0876/src »
    make[1]: *** Pas de règle pour fabriquer la cible « /usr/lib/qt-3.3/mkspecs/default/qmake.conf », nécessaire pour « Makefile ». Arrêt.
    make[1]: quittant le répertoire « /root/docs/qpaddy0876/src »
    make: *** [sub-src-make_default] Erreur 2
    And now the MakeFile :
    # Makefile for building: qpaddy
    # Generated by qmake (2.01a) (Qt 4.3.2) on: mar. nov. 6 17:49:17 2007
    # Project:  qpaddy.pro
    # Template: subdirs
    # Command: /usr/bin/qmake -unix -o Makefile qpaddy.pro
    first: make_default
    MAKEFILE      = Makefile
    QMAKE         = /usr/bin/qmake
    DEL_FILE      = rm -f
    CHK_DIR_EXISTS= test -d
    MKDIR         = mkdir -p
    COPY          = cp -f
    COPY_FILE     = $(COPY)
    COPY_DIR      = $(COPY) -r
    INSTALL_FILE  = install -m 644 -p
    INSTALL_PROGRAM = install -m 755 -p
    INSTALL_DIR   = $(COPY_DIR)
    DEL_FILE      = rm -f
    SYMLINK       = ln -sf
    DEL_DIR       = rmdir
    MOVE          = mv -f
    CHK_DIR_EXISTS= test -d
    MKDIR         = mkdir -p
    SUBTARGETS    =  \
            sub-src
    src//$(MAKEFILE):
        @$(CHK_DIR_EXISTS) src/ || $(MKDIR) src/
        cd src/ && $(QMAKE) src.pro -unix -o $(MAKEFILE)
    sub-src-qmake_all:  FORCE
        @$(CHK_DIR_EXISTS) src/ || $(MKDIR) src/
        cd src/ && $(QMAKE) src.pro -unix -o $(MAKEFILE)
    sub-src: src//$(MAKEFILE) FORCE
        cd src/ && $(MAKE) -f $(MAKEFILE)
    sub-src-make_default: src//$(MAKEFILE) FORCE
        cd src/ && $(MAKE) -f $(MAKEFILE)
    sub-src-make_first: src//$(MAKEFILE) FORCE
        cd src/ && $(MAKE) -f $(MAKEFILE) first
    sub-src-all: src//$(MAKEFILE) FORCE
        cd src/ && $(MAKE) -f $(MAKEFILE) all
    sub-src-clean: src//$(MAKEFILE) FORCE
        cd src/ && $(MAKE) -f $(MAKEFILE) clean
    sub-src-distclean: src//$(MAKEFILE) FORCE
        cd src/ && $(MAKE) -f $(MAKEFILE) distclean
    sub-src-install_subtargets: src//$(MAKEFILE) FORCE
        cd src/ && $(MAKE) -f $(MAKEFILE) install
    sub-src-uninstall_subtargets: src//$(MAKEFILE) FORCE
        cd src/ && $(MAKE) -f $(MAKEFILE) uninstall
    Makefile: qpaddy.pro  /usr/share/qt4/mkspecs/linux-g++/qmake.conf /usr/share/qt4/mkspecs/common/g++.conf \
            /usr/share/qt4/mkspecs/common/unix.conf \
            /usr/share/qt4/mkspecs/common/linux.conf \
            /usr/share/qt4/mkspecs/qconfig.pri \
            /usr/share/qt4/mkspecs/features/qt_functions.prf \
            /usr/share/qt4/mkspecs/features/qt_config.prf \
            /usr/share/qt4/mkspecs/features/exclusive_builds.prf \
            /usr/share/qt4/mkspecs/features/default_pre.prf \
            /usr/share/qt4/mkspecs/features/release.prf \
            /usr/share/qt4/mkspecs/features/default_post.prf \
            /usr/share/qt4/mkspecs/features/qt.prf \
            /usr/share/qt4/mkspecs/features/unix/thread.prf \
            /usr/share/qt4/mkspecs/features/moc.prf \
            /usr/share/qt4/mkspecs/features/warn_on.prf \
            /usr/share/qt4/mkspecs/features/resources.prf \
            /usr/share/qt4/mkspecs/features/uic.prf \
            /usr/share/qt4/mkspecs/features/yacc.prf \
            /usr/share/qt4/mkspecs/features/lex.prf
        $(QMAKE) -unix -o Makefile qpaddy.pro
    /usr/share/qt4/mkspecs/common/g++.conf:
    /usr/share/qt4/mkspecs/common/unix.conf:
    /usr/share/qt4/mkspecs/common/linux.conf:
    /usr/share/qt4/mkspecs/qconfig.pri:
    /usr/share/qt4/mkspecs/features/qt_functions.prf:
    /usr/share/qt4/mkspecs/features/qt_config.prf:
    /usr/share/qt4/mkspecs/features/exclusive_builds.prf:
    /usr/share/qt4/mkspecs/features/default_pre.prf:
    /usr/share/qt4/mkspecs/features/release.prf:
    /usr/share/qt4/mkspecs/features/default_post.prf:
    /usr/share/qt4/mkspecs/features/qt.prf:
    /usr/share/qt4/mkspecs/features/unix/thread.prf:
    /usr/share/qt4/mkspecs/features/moc.prf:
    /usr/share/qt4/mkspecs/features/warn_on.prf:
    /usr/share/qt4/mkspecs/features/resources.prf:
    /usr/share/qt4/mkspecs/features/uic.prf:
    /usr/share/qt4/mkspecs/features/yacc.prf:
    /usr/share/qt4/mkspecs/features/lex.prf:
    qmake: qmake_all FORCE
        @$(QMAKE) -unix -o Makefile qpaddy.pro
    qmake_all: sub-src-qmake_all FORCE
    make_default: sub-src-make_default FORCE
    make_first: sub-src-make_first FORCE
    all: sub-src-all FORCE
    clean: sub-src-clean FORCE
    distclean: sub-src-distclean FORCE
        -$(DEL_FILE) Makefile
    install_subtargets: sub-src-install_subtargets FORCE
    uninstall_subtargets: sub-src-uninstall_subtargets FORCE
    mocclean: compiler_moc_header_clean compiler_moc_source_clean
    mocables: compiler_moc_header_make_all compiler_moc_source_make_all
    install: install_subtargets  FORCE
    uninstall:  uninstall_subtargets FORCE
    FORCE:
    Any idea ?

  • [SOLVED] Speed increase with kernel compilation?

    I'm planning on compiling my own kernel, to optimise as much as possible.
    As a first step, I am planning on compiling the stock arch kernel from ABS, with the compiler flags for my CPU (core 2 duo), i686.
    Am I likely to notice any kind of performance boost at all doing this, compared to what I assume is a standard compile to basic i686 instruction set in the arch repos?
    Last edited by chrispoole (2009-04-08 17:13:07)

    chrispoole wrote:...Am I likely to notice any kind of performance boost at all doing this, compared to what I assume is a standard compile to basic i686 instruction set in the arch repos?
    No...but there's no harm in ricing, so go for it.

Maybe you are looking for

  • Gif file in a xsl:include

    Hi, Can a .gif file be included in a xsl:include? I cannot use <img src="/images/delete.gif"/> since the "src" part is 1)going to be dynamic and 2)cannot be returned as a TAG in the XML as well. Thanks in advance...

  • Blue screen when boot from cd and cannot open diskutil

    HEllo i have problem my macbook pro 2011 i7 when i boot up after apple logo display white screen , when i boot from cd display blue screen , i'm format my ssd but same problem when i'm try open diskutil with CMD +R open Recovery network Any body can

  • GTS and FI intergration

    Hi, Currently we are implementing SAP GTS 7.2, we need to do SPL check on payment run. When the payment proposal is generated in ECC - get an error as u201CTechnical error when checking in GTSu201D the message class is u201CFIPAY_GTSu201D but in GTS

  • Cisco acs 1120 upgrade to 4.2.1.15 help

    Hi All,             I have cisco 1120 appliance downgrade from acs 5.0 to acs 4.2.0.124 , I need to upgrade to acs 4.2.1.15 . Does cisco 1120 acs appliance supports 4.2.1.15 , How can i upgrade to 4.2.1.15 from 4.2.0.124 .             It requires any

  • Can Rejected Messages to put back in the AQ?

    Hi, I am using version 10.1.3.3. I am trying to figure out a way to put rejected messages back in on the AQ. I have looked at the AQMessagesRejectionHandler sample. The sample contains the following code in the bpel.xml file: <?xml version="1.0" enco