Something simple which won't compile

I downloaded the new beta, why won't the following code compile (copied from 1.5 in a nutshell)?
Thanks
import java.util.ArrayList;
public class Test
     public static void main(String[] args)
          ArrayList<Integer> list =  new ArrayList<Integer>();
javac -version Test.java
javac 1.5.0-beta
C:\Documents and Settings\HPPAV\Desktop\Test.java:7: '(' or '[' expected
          ArrayList<Integer> list =  new ArrayList<Integer>();
                                                        ^
1 error

Compile with -source 1.5

Similar Messages

  • Simple list won't compile with -template=wholeclass

    I have narrowed this down to a simple program:
    #include <rw/cstring.h>
    #include <list>
    void dave()
    std::list<RWCString> daveStr;
    When I compile with:
    CC -template=wholeclass -library=rwtools7_std -g -c Dave.cc
    I get errors:
    /opt/SUNWspro/WS6U2/include/CC/Cstd/./list.cc, line 351:Error:
    Too many arguments in call to "std::list<RWCString, std::allocator<RWCString>>::
    __adjacent_merge(std::list<RWCString, std::allocator<RWCString>>::iterator,
    std::list<RWCString, std::allocator<RWCstring>>::iterator, std::list<RWCString,
    std::allocator<RWCString>>::iterator)
    /opt/SUNWspro/WS6U2/include/CC/Cstd/./list, line 465: Where: While instantiating
    "std::list<RWCString, std::allocator<RWCString>>sort(bool(*)(const RWCString&,
    const RWCString &))
    /opt/SUNWSpro/WS6U2/include/CC/Cstd/./list, line 465: Where: Instantiated from
    non-template code.
    1 Error(s) detected.
    The temporary work-around is to not use- template=wholeclass, but isn't
    this something that should work. Has anyone else encountered this?

    Hello There,
    111685-0
    I compiled your testcase on our machine that has 111685-04 patch
    installed for C++ workshop 6 Update 2. I do not get any error message. It compiles fine.
    % CC6u2 -V -template=wholeclass -library=rwtools7_std -g -c template.wholeclass.cpp
    CC: Sun WorkShop 6 update 2 C++ 5.3 Patch 111685-04 2001/12/13
    ccfe: Sun WorkShop 6 update 2 C++ 5.3 Patch 111685-04 2001/12/13
    Please check your system if it requires to install patch.
    ....jagruti
    Developers Technical Support
    Sun Microsystems, http://www.sun.com/developers/support

  • Flash builder 3 won't compile

    I have a flash builder 3 project  but I done something but it won't compile now. How can I resolve this. Tried clean project and no luck

    what are the compile errors u r getting ?

  • Code won't compile - array

    This is my first in depth attempt to understand the code for enabling arrays. I THINK I have a fairly simple problem, but the code won't compile and NetBeans is telling me I'm missing a symbol &/or class, which I just don't get. Here is the code for the Inventory1 module as well as the main module - what am I not seeing?
    Inventory1 module
    import java.util.Scanner;
    import static java.lang.System.out;
    public class Inventory1
      //declare and initialize variables
      int[] itemNumber = new int [5];
      String[] productName = new String[5];
      int[] stockAmount = new int[5];
      double[] productCost = new double[5];
      double[] totalValue = new double[5];
      int i;
      //int i = 0;
      //initialize scanner
      Scanner sc = new Scanner(System.in);
      Inventory1 info = new Inventory1
    public void inventoryInput()
      while (int i = 0; i < 5; i++)
         out.println("Please enter item number: "); //prompt - item number
         info.itemNumber[i] = sc.nextInt(); // input
         out.println( "Enter product name/description: "); //prompt - product name
         info.productName[i] = sc.nextLine(); // input
         out.println("Quantity in stock: "); // prompt - quantity
         int temp = sc.nextInt(); // capture temp number to verify
         if( temp <=0 )
         { // ensure stock amount is positive number
             out.println( "Inventory numbers must be positive. Please" +
                 "enter a correct value." ); // prompt for correct #
             temp = sc.nextInt(); // exit if statement
         else info.stockAmount[i] = temp; // input
         out.println("What is the product cost for each unit? "); // prompt - cost
         double temp2 = sc.nextDouble();
         if( temp <=0 )
             out.println( "Product cost must be a positive dollar " +
                  "amount. Please enter correct product cost." );
             temp2 = sc.nextDouble();
         else info.productCost[i] = temp2;
      out.println( "We hope this inventory program was helpful. Thank you for " +
          "using our program." );
      } // end method inventoryInput   
    }main module
    public class Main {
      public static void main(String[] args) { //start main method
            Inventory1 currentInventory = new Inventory1(); //call Inventory class
            currentInventory.inventoryInput();
    }

    init:
    deps-jar:
    Compiling 1 source file to C:\Documents and Settings\Tammy\My Documents\School\JavaProgramming\Inventory\build\classes
    C:\Documents and Settings\Tammy\My Documents\School\JavaProgramming\Inventory\src\inventory\Inventory1.java:28: '(' or '[' expected
    public void inventoryInput()
    C:\Documents and Settings\Tammy\My Documents\School\JavaProgramming\Inventory\src\inventory\Inventory1.java:30: '.class' expected
    while (int i = 0; i < 5; i++)
    C:\Documents and Settings\Tammy\My Documents\School\JavaProgramming\Inventory\src\inventory\Inventory1.java:30: illegal start of type
    while (int i = 0; i < 5; i++)
    C:\Documents and Settings\Tammy\My Documents\School\JavaProgramming\Inventory\src\inventory\Inventory1.java:30: not a statement
    while (int i = 0; i < 5; i++)
    C:\Documents and Settings\Tammy\My Documents\School\JavaProgramming\Inventory\src\inventory\Inventory1.java:30: ';' expected
    while (int i = 0; i < 5; i++)
    5 errors
    BUILD FAILED (total time: 0 seconds)

  • Simple singleton won't link

    I have a simple singleton where I declare a private constructor, but don't define it. I thought that was the way to stop someone from using it. yet it won't link?
    i'm using gcc.

    If you have an instance of the class (the singleton), it needs to be constructed. The class therefore must have either no constructor, (in which case the compiler will create one for you), or a defined constructor that is used to construct it. If you need to construct the object with a constructor that you don't define (provide a body for), the program cannot work.

  • Hi. My iMac hard drive is running Mavericks.  I have an old version of Quark Xpress (3.32) which won't run in Mavericks.  Can I partition my hard drive and run an older system on one partition, so I can access my Quark?  Is that possible?

    Hi. My iMac hard drive is running Mavericks.  I have an old version of Quark Xpress (3.32) which won't run in Mavericks.  Can I partition my hard drive and run an older system on one partition, so I can access my Quark?  Is that possible?

    Hi ancelau,
    QuarkXPress 3 is a Classic Mac OS application, so you need a version of OS X that still supports Classic. I believe 10.4 was the last one.
    So if you have an iMac that boots with 10.4, then yes that is possible. I doubt though that newer Macs boot with OS X 10.4.
    So why don't you upgrade QuarkXPress 3 to a newer version? I am not just asking that because I want you to spend money with us.
    Typically using software that was released almost 20 years ago is just feasible when you keep an environment that was current at the time of release or a few years after, so an older Mac with a operating system present at that time. 20 years in IT is a lot.
    So my opinion is that on a new Mac with a brand new operating system you need to use something a bit more current.
    How about QuarkXPress 9 (released 3 years ago) or QuarkXPress 10? You are better off with v9, as QuarkXPress 10 only opens v7 and higher (whereas QuarkXPress 9 opens v3.1 and higher).
    Or - I am even happy to make an exception - upgrade to 9 and we give you 10 for free? Let me know please.
    Thanks
    Matthias

  • Tomcat won't compile jsps if they are in any directory other than root

    I'm running a new instance of Tomcat, and can't get a simple jsp file to compile, if it's in any directory other than the root.
    The jsp is:
    <%@ page import="test.Simple" %>
    <%@ page contentType="text/html" language="java" %>
    <html>
    <body><%=Simple.makeText()%>
    </body>
    </html>
    and the Simple class is:
    package test;
    import java.util.Random;
    public class Simple {
    public static String makeText() {
    return String.valueOf(new Random().nextInt());
    When I place the jsp in the root directory, it works fine.
    When I place the jsp in any subfolder (eg: /debug/1b.jsp), I get the following error:
    HTTP Status 500 -
    type Exception report
    message
    description The server encountered an internal error () that prevented it from fulfilling this request.
    exception
    org.apache.jasper.JasperException: Unable to compile class for JSP
    Generated servlet error:
    Only a type can be imported. test.Simple resolves to a package
    An error occurred at line: 14 in the jsp file: /1b.jsp
    Generated servlet error:
    Simple cannot be resolved
         org.apache.jasper.servlet.JspServletWrapper.handleJspException(JspServletWrapper.java:510)
         org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:375)
         org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:314)
         org.apache.jasper.servlet.JspServlet.service(JspServlet.java:264)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
    root cause
    org.apache.jasper.JasperException: Unable to compile class for JSP
    Generated servlet error:
    Only a type can be imported. test.Simple resolves to a package
    An error occurred at line: 14 in the jsp file: /1b.jsp
    Generated servlet error:
    Simple cannot be resolved
         org.apache.jasper.compiler.DefaultErrorHandler.javacError(DefaultErrorHandler.java:84)
         org.apache.jasper.compiler.ErrorDispatcher.javacError(ErrorDispatcher.java:328)
         org.apache.jasper.compiler.JDTCompiler.generateClass(JDTCompiler.java:414)
         org.apache.jasper.compiler.Compiler.compile(Compiler.java:297)
         org.apache.jasper.compiler.Compiler.compile(Compiler.java:276)
         org.apache.jasper.compiler.Compiler.compile(Compiler.java:264)
         org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:563)
         org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:303)
         org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:314)
         org.apache.jasper.servlet.JspServlet.service(JspServlet.java:264)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
    Here's the server info:
    Server version: Apache Tomcat/5.5.25
    Server built: Sep 24 2007 11:31:18
    Server number: 5.5.25.0
    OS Name: Linux
    OS Version: 2.6.20.20-071008a
    Architecture: amd64
    JVM Version: 1.5.0_10-b03
    JVM Vendor: Sun Microsystems Inc.
    Using fedora core 6.
    I looked into the Tomcat work directory, and it looked as if the jsp was successfully converted to a java file. I'm not sure where to look, as all the settings are defaults.
    Any help is greatly appreciated. Thanks

    :D :D :D...
    My friend it'd be great idea if you can find google tutorial on TOMCAT/web application basics
    anyways coming back to your problem
    whenever,an application is deployed on tomcat a new folder is being created at the following location %CATILINA_HOME%/webapp/ with respect to application name.
    Therefore try to maintain an architecture like the one below if you programmin any web application.
    %CATILINA_HOME%/webapp/<applicationName>/(place all your .jsp files)
    -----------------%CATILINA_HOME%/webapp/<applicationName>/META_INF/(Place your mainfest files & context specific configuration files)
    -----------------%CATILINA_HOME%/webapp/<applicationName>/WEB_INF/ (Genrally used to save secured files which cannot be access directly and always make sure you prepare a web.xml file associated to the application)
    -----------------%CATILINA_HOME%/webapp/<applicationName>/WEB_INF/lib (place where all your .jar file libraries are being placed)
    -----------------%CATILINA_HOME%/webapp/<applicationName>/WEB_INF/classes (place where all your .class,resource files are being placed as the pacakage structure you have choosed in)
    If this doesnot work even if you ensuring everything's right.Reading through tutorials & speding time on finding resources by yourself would be a great idea.
    I hope there are no hard issue on this. :)
    REGARDS,
    RaHuL

  • Madwifi won't compile.. .grrr (solved)

    I tried to compile madwifi from multiple sources (from the source I had to the pkgbuilds I downloaded), and they all yield the same error at the same time, which leads me it has something to do with a kernel  config or something...  It compiles normally for the most part until here
    make[2]: Leaving directory `/usr/src/linux-2.6.10-ARCH'
    make[1]: Leaving directory `/home/chris/ath/src/madwifi/net80211'
    make[1]: Entering directory `/home/chris/ath/src/madwifi/ath'
    make -C /lib/modules/2.6.10-ARCH/build SUBDIRS=/home/chris/ath/src/madwifi/ath modules
    make[2]: Entering directory `/usr/src/linux-2.6.10-ARCH'
    CC [M] /home/chris/ath/src/madwifi/ath/if_ath_pci.o
    /home/chris/ath/src/madwifi/ath/if_ath_pci.c: In function `ath_pci_suspend':
    /home/chris/ath/src/madwifi/ath/if_ath_pci.c:245: error: too many arguments to function `pci_save_state'
    /home/chris/ath/src/madwifi/ath/if_ath_pci.c: In function `ath_pci_resume':
    /home/chris/ath/src/madwifi/ath/if_ath_pci.c:260: error: too many arguments to function `pci_restore_state'
    make[3]: *** [/home/chris/ath/src/madwifi/ath/if_ath_pci.o] Error 1
    make[2]: *** [_module_/home/chris/ath/src/madwifi/ath] Error 2
    make[2]: Leaving directory `/usr/src/linux-2.6.10-ARCH'
    make[1]: *** [all] Error 2
    make[1]: Leaving directory `/home/chris/ath/src/madwifi/ath'
    make: *** [all] Error 1
    ==> ERROR: Build Failed. Aborting...
    what worries me is the "error: too many arguments to function 'pci_save_state' " does anyone know what this means, any help would be wonderful, and thank you in advance.
    I use the stock 2.6.10 arch kernel.  anything else you guys need all you must do is ask, and ye shall recieve.

    I tried it from source and got another error
    Building modules, stage 2.
    MODPOST
    Warning: could not find /home/chris/madwifi/ath_hal/.hal.o.cmd for /home/chris/madwifi/ath_hal/hal.o
    make[2]: Leaving directory `/usr/src/linux-2.6.10-ARCH'
    make[1]: Leaving directory `/home/chris/madwifi/net80211'
    make[1]: Entering directory `/home/chris/madwifi/ath'
    make -C /lib/modules/2.6.10-ARCH/build SUBDIRS=/home/chris/madwifi/ath MODVERDIR=/home/chris/madwifi/ath/../symbols modules
    make[2]: Entering directory `/usr/src/linux-2.6.10-ARCH'
    Building modules, stage 2.
    MODPOST
    Warning: could not find /home/chris/madwifi/ath_hal/.hal.o.cmd for /home/chris/madwifi/ath_hal/hal.o
    make[2]: Leaving directory `/usr/src/linux-2.6.10-ARCH'
    make[1]: Leaving directory `/home/chris/madwifi/ath'
    grr.. is there something I'm missing..  I grabbed the source from CVS, then just tried to run make, and it's still being a pain.  I'll try the cvs again in a few more days (I know it's updated pretty frequently)
    but if you kno whow to fix this, thanks a bunch.
    Concidentally, I heard that phrakture had a pkgbuild... do you happen to have a mirror set up where I could get that?

  • Something's wrong with AMD. compile?

    For some odd reason my computer is unable to compile MyInputPane.readDouble("whatever"); even if it's in my working directory, and it won't compile when I insinate (spelling, sorry) a new object (revoke/call methods) even if I did it correctly. So if I compile it on another machine, then it works just fine.
    I don't want to walk all the way to school to compile my work, im too lazy.

    ok
    TestIdealGas.java:5: cannot find symbol
    symbol : class IdealGas
    location: class TestIdealGas
              IdealGas gas = new IdealGas();
    ^
    TestIdealGas.java:5: cannot find symbol
    symbol : class IdealGas
    location: class TestIdealGas
              IdealGas gas = new IdealGas();
    ^
    2 errors
    This above is from my TestIdealGas class file, which is to insitate a new object and call/invoke a method.
    This is my function class:
    IdealGas.java:25: cannot find symbol
    symbol : variable MyInputPane
    location: class IdealGas
              temperature = MyInputPane.readDouble("Enter the temperature");
    ^
    IdealGas.java:26: cannot find symbol
    symbol : variable MyInputPane
    location: class IdealGas
              volume = MyInputPane.readDouble("Enter the Volume");
    ^
    2 errors
    I am telling you, this is HORSESHIT!

  • DG4ODBC MSSQL query works in sql, but won't compile in PL/SQL.

    I'm using DG4ODBC from 11g to query a SQL Server database. The query I'm using works in a SQL DEveloper SQL worksheet and sqlplus, but won't compile in a PL/SQL procedure.
    The query is
      INSERT
      INTO crm_labels
          accountid,
          label_name,
          cir_labelcode,
          cir_knownasname,
          cir_countryidname,
          parentaccountidname,
          cir_customertypecode1,
          cir_customertypecode2,
          cir_dealstatus
      SELECT "AccountId",
        REPLACE("Name",chr(0)) label_name,
        REPLACE("Cir_labelcode",chr(0)) ,
        REPLACE("Cir_knownasname",chr(0)),
        REPLACE("cir_countryidName",chr(0)),
        REPLACE("ParentAccountIdName",chr(0)),
        "Cir_customertypecode1",
        "Cir_customertypecode2",
        "Cir_dealstatus"
      FROM "dbo"."Account"@crmsvc
      WHERE "Cir_labelcode" IS NOT NULL;The error message is
    Error(1): ORA-04052: error occurred when looking up remote object dbo.Account@CRMSVC ORA-01948: identifier's name length (34) exceeds maximum (30)I'm guessing that it is attempting to describe additional columns in the Account table.
    If I remove the dbo,
      FROM "Account"@crmsvcI get
    Error(1): ORA-04052: error occurred when looking up remote object PUBLIC.Account@CRMSVC ORA-00604: error occurred at recursive SQL level 1 ORA-28500: connection from ORACLE to a non-Oracle system returned this message: [Microsoft][ODBC SQL Server Driver][SQL Serve which is less than helpful. However, if I try to use the same query to create a materialized view, I get.
    SQL Error: ORA-04052: error occurred when looking up remote object PUBLIC.Account@CRMSVC
    ORA-00604: error occurred at recursive SQL level 1
    ORA-28500: connection from ORACLE to a non-Oracle system returned this message:
    [Microsoft][ODBC SQL Server Driver][SQL Server]Invalid column name 'Address1_TimeZoneRuleVersionNu'. {42S22,NativeErr = 207}[Microsoft][ODBC SQL Server Driver][SQL Server]Invalid column name 'Address1_UTCConversionTimeZone'. {42S22,NativeErr = 207}[Microsoft][ODBC SQL Server Driver][SQL Server]Invalid column name 'Address2_TimeZoneRuleVersionNu'. {42S22,NativeErr = 207}[Microsoft][ODBC SQL Server Driver][SQL Server]Invalid column name 'Address2_UTCConversionTimeZone'. {42S22,NativeErr = 207}[Microsoft][ODBC SQL Server Driver][SQL Server]Invalid column name 'Pias_NewLabelInDealNotificatio'. {42S22,NativeErr = 207}
    ORA-02063: preceding 2 lines from CRMSVCwhich seems to confim that in some circumstance, oracle will attempt to parse more than was asked for.
    Any work arounds?
    BANNER
    Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
    PL/SQL Release 11.2.0.3.0 - Production
    CORE 11.2.0.3.0 Production
    TNS for 64-bit Windows: Version 11.2.0.3.0 - Production
    NLSRTL Version 11.2.0.3.0 - Production
    DG4ODBC is also 11.2.0.3

    The gateway claims about this column "Address1_TimeZoneRuleVersionNu" which is not listed in your select list.
    When a gateway connection is established it first checks out all columns of the table you want to select to determine the data types and then it fetches the data for the columns you want to select. But there's also an exception - when you use functions the gateway is not able to translate into the syntax of the foreign database. in this case ALL columns will be fetched into the Oracle database and the result is processed locally (post processing).
    You're using replace function which won't be mapped to the foreign database equivalent using DG4ODBC so it will post process the result and fetch from all columns all the data into the Oracle database. Your table contains a column which exceeds the 30 character limitation of Oracle, hence the select will fail.
    The only work around is to create a view on the foreign database side which reduces the column name length to 30 characters or less.

  • SQL query won't compile based on DB role privileges

    Can someone give me an explanation why the SQL query in a report won't compile if an object is owned by another schema and the parsing schema is given privileges to the table via a role grant?
    Or to phrase it another way, why do we have to make direct grants on tables to the parsing schema for reports based on SQL queries that access tables in other schemas?
    Thanks in advance,
    Paul

    Paul - In Oracle, roles are not enabled during the execution of definer's rights stored procedures which is the environment in which all Application Express application code is parsed/executed. There are scads of posts about this topic in this forum.
    Scott

  • Robohelp for Word won't compile

     Hi,I've been trying to get one of my projects to work in Robohelp for Word. But the minute I create a second topic the compiled doen't work. there are no errors. the compilation just never starts. This also happens when I rename the first topic to something else.
    I have the following configurations:
    Robphelp for Word 7 build 145
    MS Office Work 2007
    windows XP professional with service pack 3
    I have deleted and started the project from scratch several times without any success. Any help would be highly appreciated
    Thanks
    Edna

    Hi,
    Thanks for your reply. The problem is there even with tutorial files and dummy projects.
    It seems that there is a problem with saving the document. If I don’t add anything the projects will compile problery. But the minute I change something it won't compile. When I want to close the word document I get a meesage saying if I would like Robohelp to save the document. If I press on "yes" nothing happens. If I press on "yes to all" nothing happens. Pressing on "no" closes the document.
    I have setup my word 2007 in a way so it will save .doc formats instead of .docx. But either way it makes no different the problem is with both file formats.

  • Desperately need full copy of OS X for MBP13 which won't boot...Repl HDD with SSD, won't clone due to defective source.  Can I downloaded OS x onto a PC, burn a disc and get it onto the MBP?!?

    The 320 HDD started clicking and making noises which can't be good.  Bought a new SSD and attempted cloning, I get the Inout/Output error.  So what everyone is telling me is to get a new copy of OS X and then reinstall the applications.  This has turned into a nightmare and PC's are looking better again.  It will not update OSX from the web, times out.  I have been on Apple Support all weekend and have no more time to give, keep going in circles...is OS X available to be downloaded without purchasing because I alre\dy own it !!!!!!!!!.  Thanks for listening and any help!  Much appreciated!

    Slightly off topic, but for anyone who's read this post and is not maintaining a bootable backup as they read this:
    1. Purchase an external drive that is the same capacity of your internal boot drive.
    2. Run a utility that creates a bootable backup on a weekly basis (or a dialy basis)  like Carbon Copy Cloner or SuperDuper.
    If you keep and use your computer long enough, the day will come that the internal boot drive will start "clicking and making noises which can't be good".
    When this day finally comes, go to the System Preferences, open Starup Disk, choose your bootable backup and restart.
    If your internal drive is named "Macintosh HD", name the bootable backup something simple like "Macintosh HD Backup".
    You can still run Time Machine and you can still use the Mac OS X Recovery options; however, you minimize downtime significantly with a current, bootable backup on hand.
    -Warren

  • [SOLVED] ruby-panelapplet2 won't compile (i686 & x86_64)

    Hi!
    I already wrote forum post in 64 bit section, but today I got to i686 machine and the error is the same, that damned package won't compile
    Can anyone help getting this compiled? Any hints?
    Errors are as follows:
    Package 'glipper' has no Name: field
    checking for GCC... yes
    checking for rb_define_alloc_func() in ruby.h... yes
    checking for rb_block_proc() in ruby.h... yes
    checking for new allocation framework... yes
    checking for attribute assignment... no
    checking for libpanelapplet-2.0 version (>= 2.6.0)... yes
    checking for G_PLATFORM_WIN32... no
    creating rbpanelappletversion.h
    creating Makefile
    creating Makefile
    /tmp/yaourt-tmp-user/aur-ruby-panelapplet2/ruby-panelapplet2/src/ruby-gnome2-all-0.19.1/glib/src/lib/pkg-config.rb:85:in `name': undefined method `[]' for nil:NilClass (NoMethodError)
        from /tmp/yaourt-tmp-user/aur-ruby-panelapplet2/ruby-panelapplet2/src/ruby-gnome2-all-0.19.1/glib/src/lib/mkmf-gnome2.rb:165:in `create_pkg_config_file'
        from /tmp/yaourt-tmp-user/aur-ruby-panelapplet2/ruby-panelapplet2/src/ruby-gnome2-all-0.19.1/panel-applet/extconf.rb:30:in `<main>'
    extconf.rb: Leaving directory 'panel-applet'
    That is driving me crazy, coz I can't get SSHMenu work properly and that is one of the tools I use all the time
    If someone has that package in x86_64, please send that to me (edzis123[@]inbox.lv). Please remove all numbers and brackets from there
    If the package is not available, alternate way is sending the files in the package, I suppose these should be like this (I took sample from i686):
    /usr/lib/ruby/site_ruby/1.9.1/panelapplet2.rb
    /usr/lib/ruby/site_ruby/1.9.1/x86_64-linux/panelapplet2_main.so
    /usr/lib/ruby/site_ruby/1.9.1/x86_64-linux/panelapplet2.so
    Thanx in advance.
    Last edited by Kirurgs (2010-02-21 21:32:26)

    Hi!
    After spending quite a lot of time on this, I found the error why I couldn't compile almost any of ruby packages including ruby-gnomepanel2.
    To my big surprise, pacman -R glipper fixed the issue and I'm now using sshmenu w/o any issues.
    Ruby seems to broke if some additional (possibly incorrect) packages are installed, which it shouldn't!! Uff...
    regards
    Kirurgs
    Last edited by Kirurgs (2010-02-21 21:32:57)

  • Moto4lin won't compile

    It needs qt>3.3 and I have qt3.3.8 installed, which is from extra.
    I was looking at the moto4lin wiki and it says that it compiles with qt 3.3.6 so I suppose it broke with 3.3.8?
    Unless I could add ringtones and what not with something else?
    Heres the compile error
    /opt/qt/bin/uic form1_base.ui -o ui/form1_base.h
    make: *** [ui/form1_base.h] Segmentation fault

    There is a way to use moto4lin on arch64, this is by using a rpm from fedora X86_64 http://www.rpmfind.net/linux/RPM/fedora … 86_64.html and extract it with rpmextract.sh, at least it works fine with me on arch64

Maybe you are looking for