I am getting errors when I use the make command

I am trying to install this software and the ./configure went smoothly but the "make" command is giving me several warnings and a few errors which I am not sure how to fix
this is the output of make
Makefile:847: warning: overriding commands for target `clean-bcheck'
Makefile:825: warning: ignoring old commands for target `clean-bcheck'
Makefile:852: warning: overriding commands for target `bcheck-am'
Makefile:830: warning: ignoring old commands for target `bcheck-am'
Makefile:869: warning: overriding commands for target `clean-bcheck'
Makefile:847: warning: ignoring old commands for target `clean-bcheck'
Makefile:874: warning: overriding commands for target `bcheck-am'
Makefile:852: warning: ignoring old commands for target `bcheck-am'
Makefile:906: warning: overriding commands for target `clean-bcheck'
Makefile:869: warning: ignoring old commands for target `clean-bcheck'
Makefile:911: warning: overriding commands for target `bcheck-am'
Makefile:874: warning: ignoring old commands for target `bcheck-am'
make all-recursive
make[1]: Entering directory `/home/link/Docs/Builds/Astro/skylendar-1.7.1'
Makefile:847: warning: overriding commands for target `clean-bcheck'
Makefile:825: warning: ignoring old commands for target `clean-bcheck'
Makefile:852: warning: overriding commands for target `bcheck-am'
Makefile:830: warning: ignoring old commands for target `bcheck-am'
Makefile:869: warning: overriding commands for target `clean-bcheck'
Makefile:847: warning: ignoring old commands for target `clean-bcheck'
Makefile:874: warning: overriding commands for target `bcheck-am'
Makefile:852: warning: ignoring old commands for target `bcheck-am'
Makefile:906: warning: overriding commands for target `clean-bcheck'
Makefile:869: warning: ignoring old commands for target `clean-bcheck'
Makefile:911: warning: overriding commands for target `bcheck-am'
Makefile:874: warning: ignoring old commands for target `bcheck-am'
Making all in src
make[2]: Entering directory `/home/link/Docs/Builds/Astro/skylendar-1.7.1/src'
Making all in pics
make[3]: Entering directory `/home/link/Docs/Builds/Astro/skylendar-1.7.1/src/pics'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/link/Docs/Builds/Astro/skylendar-1.7.1/src/pics'
make[3]: Entering directory `/home/link/Docs/Builds/Astro/skylendar-1.7.1/src'
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/src/pics -I/opt/kde/include -I/opt/qt/include -I. -DQT_THREAD_SUPPORT -D_REENTRANT -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -O2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -MT editaddmul.o -MD -MP -MF ".deps/editaddmul.Tpo" -c -o editaddmul.o editaddmul.cpp; \
then mv -f ".deps/editaddmul.Tpo" ".deps/editaddmul.Po"; else rm -f ".deps/editaddmul.Tpo"; exit 1; fi
In file included from /opt/qt/include/qvariant.h:42,
from _editaddmul.h:13,
from editaddmul.h:3,
from editaddmul.cpp:1:
/opt/qt/include/qstring.h: In member function 'char QChar::latin1() const':
/opt/qt/include/qstring.h:194: warning: conversion to 'char' from 'int' may alter its value
/opt/qt/include/qstring.h: In member function 'void QChar::setCell(uchar)':
/opt/qt/include/qstring.h:219: warning: conversion to 'ushort' from 'int' may alter its value
/opt/qt/include/qstring.h: In member function 'void QChar::setRow(uchar)':
/opt/qt/include/qstring.h:220: warning: conversion to 'ushort' from 'int' may alter its value
/opt/qt/include/qstring.h: In constructor 'QChar::QChar(uchar, uchar)':
/opt/qt/include/qstring.h:264: warning: conversion to 'ushort' from 'int' may alter its value
/opt/qt/include/qstring.h: In constructor 'QStringData::QStringData(QChar*, uint, uint)':
/opt/qt/include/qstring.h:362: warning: conversion to 'unsigned int:30' from 'uint' may alter its value
/opt/qt/include/qstring.h:362: warning: conversion to 'unsigned int:30' from 'uint' may alter its value
In file included from /opt/qt/include/qobject.h:45,
from /opt/qt/include/qwidget.h:43,
from /opt/qt/include/qdialog.h:42,
from _editaddmul.h:14,
from editaddmul.h:3,
from editaddmul.cpp:1:
/opt/qt/include/qevent.h: In member function 'void QDropEvent::setAction(QDropEvent::Action)':
/opt/qt/include/qevent.h:520: warning: conversion to 'unsigned char' from 'uint' may alter its value
In file included from /opt/qt/include/qwidget.h:49,
from /opt/qt/include/qdialog.h:42,
from _editaddmul.h:14,
from editaddmul.h:3,
from editaddmul.cpp:1:
/opt/qt/include/qsizepolicy.h: In member function 'void QSizePolicy::transpose()':
/opt/qt/include/qsizepolicy.h:122: warning: conversion to 'uchar' from 'uint' may alter its value
/opt/qt/include/qsizepolicy.h:122: warning: conversion to 'uchar' from 'uint' may alter its value
editaddmul.cpp: In member function 'virtual void EditAddMul::OkSlot()':
editaddmul.cpp:52: error: 'atof' was not declared in this scope
editaddmul.cpp:54: error: 'atof' was not declared in this scope
make[3]: *** [editaddmul.o] Error 1
make[3]: Leaving directory `/home/link/Docs/Builds/Astro/skylendar-1.7.1/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/link/Docs/Builds/Astro/skylendar-1.7.1/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/link/Docs/Builds/Astro/skylendar-1.7.1'
make: *** [all] Error 2

I happened to see your question on linuxquestions, and they're probably right about gcc 4.3 being the problem. You should mail the author (off the app in question) and tell him to update the "include statements" to comply with gcc 4.3

Similar Messages

  • Getting errors when iam using  BAPI_PO_CREATE1 for Purchase Order creation

    Hi sap Gurus,
      I am getting Errors when iam using  BAPI_PO_CREATE1 for Purchase Order creation that Material (144) does not exist but it is alreardy maintained in MM01.
    I dont get how it is coming.and what are the mandatory fields in bapi BAPI_PO_CREATE1 in item level .that is too material only.
    pls let me know .
    thanks in advance.

    Hi,
    Check the sample code..
    report  zpo_test             .
    *DATA DECLARATION
    constants : c_x value 'X'.
    *Structures to hold PO header data
    data : header like bapimepoheader ,
    headerx like bapimepoheaderx .
    *Structures to hold PO account data
    data : account like bapimepoaccount occurs 0 with header line ,
    accountx like bapimepoaccountx occurs 0 with header line .
    *Internal Tables to hold PO ITEM DATA
    data : item like bapimepoitem occurs 0 with header line,
    itemx like bapimepoitemx occurs 0 with header line,
    *Internal table to hold messages from BAPI call
    return like bapiret2 occurs 0 with header line,
    *Internal table to hold messages from BAPI call
    pocontractlimits like bapiesucc occurs 0 with header line.
    data : w_header(40) value 'PO Header',
    purchaseorder like bapimepoheader-po_number,
    delivery_date like bapimeposchedule-delivery_date.
    data : ws_langu like sy-langu.
    *text-001 = 'PO Header' - define as text element
    selection-screen begin of block b1 with frame title text-001.
    parameters : company like header-comp_code default '122' ,
    doctyp like header-doc_type default 'NB' ,
    cdate like header-creat_date default sy-datum ,
    vendor like header-vendor default '2000000012' ,
    pur_org like header-purch_org default 'PU01' ,
    pur_grp like header-pur_group default '005' .
    *sociedad like HEADER-COMP_CODE default '122' ,
    *vendedor like HEADER-SALES_PERS default 'sale person'.
    selection-screen end of block b1.
    selection-screen begin of block b2 with frame title text-002.
    parameters : item_num like item-po_item default '00010',
    material like item-material default '12000000' ,
    tipo_imp like item-acctasscat default 'K' ,
    *pos_doc like ITEM-ITEM_CAT default 'F' ,
    shorttxt like item-short_text default 'PRUEBA BAPI' ,
    grup_art like item-matl_group default '817230000' ,
    plant like item-plant default '3001' ,
    mpe like item-trackingno default '9999' ,
    *contrato like ITEM-AGREEMENT default '4904000003' ,
    *quantity like ITEM-QUANTITY default 1 .
    po_unit like item-po_unit default 'EA'.
    selection-screen end of block b2.
    Par?mnetros de imputaci?n
    selection-screen begin of block b3 with frame title text-004.
    parameters : centro like account-costcenter default '1220813150',
    cuenta like account-gl_account default '6631400' ,
    num_pos like account-po_item default '10' ,
    serial like account-serial_no default '01' ,
    ind_imp like account-tax_code default 'I2' .
    selection-screen end of block b3.
    start-of-selection.
    *DATA POPULATION
      ws_langu = sy-langu. "Language variable
    *POPULATE HEADER DATA FOR PO
    *HEADER-COMP_CODE = sociedad .
      header-doc_type = doctyp .
      header-vendor = vendor .
      header-creat_date = cdate .
      header-created_by = 'TD17191' .
      header-purch_org = pur_org .
      header-pur_group = pur_grp .
      header-comp_code = company .
      header-langu = ws_langu .
    *HEADER-SALES_PERS = vendedor .
    *HEADER-CURRENCY = 'DOP' .
    *HEADER-ITEM_INTVL = 10 .
    *HEADER-PMNTTRMS = 'N30' .
    *HEADER-EXCH_RATE = 1 .
    *POPULATE HEADER FLAG.
      headerx-comp_code = c_x.
      headerx-doc_type = c_x.
      headerx-vendor = c_x.
      headerx-creat_date = c_x.
      headerx-created_by = c_x.
      headerx-purch_org = c_x.
      headerx-pur_group = c_x.
      headerx-langu = c_x.
    *HEADERX-sales_pers = c_x.
    *HEADERX-CURRENCY = c_x.
    *HEADER-ITEM_INTVL = c_x.
    *HEADER-PMNTTRMS = c_x.
    *HEADER-EXCH_RATE = c_x.
    *HEADER-EXCH_RATE = c_x.
    *POPULATE ITEM DATA.
      item-po_item = item_num.
      item-quantity = '1'.
    *ITEM-MATERIAL = material .
      item-short_text = 'prueba bapi_po_create1'.
    *ITEM-TAX_CODE = ''.
      item-acctasscat = 'K' .
    *ITEM-ITEM_CAT = 'D' .
      item-matl_group = '817230000' .
      item-plant = '3001' .
      item-trackingno = '99999'.
      item-preq_name = 'test'.
    *ITEM-AGREEMENT = '' .
    *ITEM-AGMT_ITEM = ''.
      item-quantity = '1' .
      item-po_unit = 'EA'.
    *ITEM-ORDERPR_UN = 'EA'.
      item-conv_num1 = '1'.
      item-conv_den1 = '1'.
      item-net_price = '1000000' .
      item-price_unit = '1'.
      item-gr_pr_time = '0'.
      item-prnt_price = 'X'.
      item-unlimited_dlv = 'X'.
      item-gr_ind = 'X' .
      item-ir_ind = 'X' .
      item-gr_basediv = 'X'.
    *ITEM-PCKG_NO = '' .
      append item. clear item.
    *POPULATE ITEM FLAG TABLE
      itemx-po_item = item_num.
      itemx-po_itemx = c_x.
    *ITEMX-MATERIAL = C_X.
      itemx-short_text = c_x.
      itemx-quantity = c_x.
    *ITEMX-TAX_CODE = C_X.
      itemx-acctasscat = c_x.
    *ITEMX-ITEM_CAT = c_x.
      itemx-matl_group = c_x.
      itemx-plant = c_x.
      itemx-trackingno = c_x.
      itemx-preq_name = c_x.
    *ITEMX-AGREEMENT = C_X.
    *ITEMX-AGMT_ITEM = c_x.
      itemx-stge_loc = c_x.
      itemx-quantity = c_x.
      itemx-po_unit = c_x.
    *ITEMX-ORDERPR_UN = C_X.
      itemx-conv_num1 = c_x.
      itemx-conv_den1 = c_x.
      itemx-net_price = c_x.
      itemx-price_unit = c_x.
      itemx-gr_pr_time = c_x.
      itemx-prnt_price = c_x.
      itemx-unlimited_dlv = c_x.
      itemx-gr_ind = c_x .
      itemx-ir_ind = c_x .
      itemx-gr_basediv = c_x .
      append itemx. clear itemx.
    *POPULATE ACCOUNT DATA.
      account-po_item = item_num.
      account-serial_no = serial .
      account-creat_date = sy-datum .
      account-costcenter = centro .
      account-gl_account = cuenta .
      account-gr_rcpt = 'tester'.
      append account. clear account.
    *POPULATE ACCOUNT FLAG TABLE.
      accountx-po_item = item_num .
      accountx-po_itemx = c_x .
      accountx-serial_no = serial .
      accountx-serial_nox = c_x .
      accountx-creat_date = c_x .
      accountx-costcenter = c_x .
      accountx-gl_account = c_x .
      account-gr_rcpt = c_x.
      append accountx. clear accountx.
    *BAPI CALL
      call function 'DIALOG_SET_NO_DIALOG'.
      call function 'BAPI_PO_CREATE1'
        exporting
          poheader         = header
          poheaderx        = headerx
        importing
          exppurchaseorder = purchaseorder
        tables
          return           = return
          poitem           = item
          poitemx          = itemx
          poaccount        = account
          poaccountx       = accountx.
    *Confirm the document creation by calling database COMMIT
      call function 'BAPI_TRANSACTION_COMMIT'
      exporting
      wait = 'X'
    IMPORTING
    RETURN =
    end-of-selection.
    *Output the messages returned from BAPI call
      loop at return.
        write / return-message.
      endloop.
    Regards
    Sudheer

  • I keep getting errors when updating from the Creative Cloud (49)

    I keep getting errors when updating from the Creative Cloud (49).
    " Update Failed" and when I click on Learn More. The error messages says there is a download error with (49)  I am signed on as administrator, so that shouldn't be a problem. I have Windows 7.

    Error 49 https://forums.adobe.com/thread/1491394
    -and https://forums.adobe.com/thread/1353632
    or
    A chat session where an agent may remotely look inside your computer may help
    Creative Cloud chat support (all Creative Cloud customer service issues)
    http://helpx.adobe.com/x-productkb/global/service-ccm.html

  • Why the iPhone gets heated when someone uses the internet?

    Why the iPhone gets heated when someone uses the internet?

    because that's what happens when use electronic devices...they warm up.

  • Getting errors when iam using bapi ' BAPI_PO_CREATE1'

    Hi Sap Gurus,
    I need small info over bapi BAPI_PO_CREATE1.
    While creating Purchase orders using BAPI_PO_CREATE1 it is not allowing me to enter partner function details .I am getting below errors.
    i.e
    1)  it is not allowing to update partner function details.and iam not getting what excact bapi structure for partner function details.here i found 'BAPIEKKOP' in tables option.but these fields are not matching with ME21N screen partner function fields . I want to update PARTNER FUNTCION, PARTNER NAME, DEFALT PARTNER.in bapi structure BAPIEKKOP there is no DEFAULT PARTNER instead of this there is DELETION INDICATOR.
    Pls let me know the exact bapi structure and fields in BAPI.
    2). I am getting the below error when iam posting the Pur.Order
    i.e Item 10 Acct Assgt 1
    Account 460600 does not exist in chart of accounts CANO.
    what does it means? Evenif that Account is existed in chart of account CANO and Even i posted that PO, it showing like above.and iam getting all field in PO like CO area,COST center and G/L account for Account Assingment group 'K' .
    I could not understand why it is giving such type of errors.
    Pls let me know the anwsers for above errors .
    thanks in advance.

    Hi Sap Gurus,
    I need small info over bapi BAPI_PO_CREATE1.
    While creating Purchase orders using BAPI_PO_CREATE1 it is not allowing me to enter partner function details .I am getting below errors.
    i.e
    1)  it is not allowing to update partner function details.and iam not getting what excact bapi structure for partner function details.here i found 'BAPIEKKOP' in tables option.but these fields are not matching with ME21N screen partner function fields . I want to update PARTNER FUNTCION, PARTNER NAME, DEFALT PARTNER.in bapi structure BAPIEKKOP there is no DEFAULT PARTNER instead of this there is DELETION INDICATOR.
    Pls let me know the exact bapi structure and fields in BAPI.
    2). I am getting the below error when iam posting the Pur.Order
    i.e Item 10 Acct Assgt 1
    Account 460600 does not exist in chart of accounts CANO.
    what does it means? Evenif that Account is existed in chart of account CANO and Even i posted that PO, it showing like above.and iam getting all field in PO like CO area,COST center and G/L account for Account Assingment group 'K' .
    I could not understand why it is giving such type of errors.
    Pls let me know the anwsers for above errors .
    thanks in advance.

  • Why am I getting Artifacts when I use the Adjustment Brush to Lighten or Darken?

    I get artifacts when I lighten (dark specks) or darken (white specks) when I use the adjustment brush to adjust exposure on my photos.   Any ideas why this is happening?  It would seem to be a big enough bug to get noticed and promptly fixed, unless I am doing something wrong.

    Richard,
    Try turning off Auto Mask in the brush panel:
    Hal

  • Terminal does something strange when I use the 'say' command

    Hello,
    I use terminal frequently and have just nocticed something odd. When ever I use the 'say' command it said this:
               -                 -iMac:~                  $ say hello
    objc[1281]: Object 0x7ffcc2b1ee60 of class NSRunningApplication autoreleased with no pool in place - just leaking - break on objc_autoreleaseNoPool() to debug
    It doesn't really bother me, but I just want to make sure it is nothing serious
    - Thanks

    Could you describe this in more detail: did Firefox prevoiusly split the image over two pages and now it no longer does that?
    Or is the problem that there are two images, and if they do not both fit on the first page, Firefox is not printing the second page?
    Some page layouts may not print well when split across pages; there are some longstanding Firefox bugs. If this just started recently, those might not be relevant...
    Could you give an example URL of a page that has this problem, and indicate where the cutover is between scale percentages that work and those that no longer work?

  • I get an error when I use the instrument driver KE230x.

    Good day.  I am using the ke230x instrument driver connected to a Keithley 2306-PJ.  I am using the USB to GPIB to communicate with the instrument
    I load the Getting Started VI and when I hit run I get the following error message
    ====================================================================
    Error - 1074003951 occured at ke230x Initialize With Options.vi
    Possible reason(s):
    Driver Status:  (Hex 0xBFFC0011) Primary Error: (Hex 0xBFFC0011) Identification query failed.
    Elaboration: Failed to Recognize Model
    =====================================================================
    When I place the "id query" switch into the false position, everything appears to be working.  I have left the "reset device" in the true position and I see the instrument resetting.
    I do not understand what is happening?
    Thank you for your time and help.

    Good day.  Dennis - thank you for your response.  My next question is if I leave the ID Query off (false) position, I still cannot get the program to work. 
    My guess is that I am doing something wrong (I am relatively new to LabView).  I use the Getting Started vi and everything looks to be working okay.  I then start the Application Example (I run the Getting Started vi before I run the Application Example to make sure that the Application Example has the correct instrument handle).  When I run the Application Example I get the following error message
    Error -1074130544 occurred at ke230x Configure Current Limit.vi
    Possible reason(s):
    Driver Status:  (Hex 0xBFFA1190) The session handle is not valid.
    Any help or advice would be greatly appreciated.
    Michael

  • I get an labview.ex​e applicatio​n error when i use the driver of 4395A spectrum analyzer

    i have the message:unhandled exception in labview.exe(HP4395A_32.dll):0xc00000005:access violation.
    could you help me?

    This error can be caused by many things. The first step in getting an instrument driver to function is the "Getting Started.VI"
    Be sure the GPIB controller can establish communication to the device. Also, capturing with NI-Spy will help isolate any VISA errors.
    Randy Solomonson
    Application Engineer
    National Instruments

  • Error when trying use the Maintenance Optimizer Transaction

    I have finally gotten through a major headache setting up a SM box, but now when I try to use the maintenance Optimizer, i get the following messages and it won't go any further.
    Information Procedure 8000000051 Saved
    Warning Status was reset by system
    Warning There is already a transaction for the systems of this product version
       It stays on the screen to select the logical component and just keeps saving the procedure.  I have tried deactivating the old procedures but nothing is working.
    Any Ideals.

    There was a configuration error, fixed it

  • Getting error when we loading the data to 0TCT_C01

    When we are loading the delta loads to 0TCT_C01 cube , Load got failed saying that "Job terminated in source system --> Request set to red".
    Below is the details abou the dump:
    Runtime Errors         COMPUTE_INT_TIMES_OVERFLOW
    Exception              CX_SY_ARITHMETIC_OVERFLOW
    Date and Time          10/05/2009 09:56:36
    Short text
         Whole number overflow on multiplication.
    What happened?
         Error in the ABAP Application Program
         The current ABAP program "CL_RSTCT_BIRS_EXTRACTION======CP" had to be
          terminated because it has
         come across a statement that unfortunately cannot be executed.
    What can you do?
         Note down which actions and inputs caused the error.
         To process the problem further, contact you SAP system
         administrator.
         Using Transaction ST22 for ABAP Dump Analysis, you can look
         at and manage termination messages, and you can also
         keep them for a long time.
    Please do help me to solve this error.
    Thanks in advance.
    Regards,
    Anil

    Hi Anil,
    Please check the below SAP Note:
    Note 1323805 - 0TCT_DS01 run time error -COMPUTE_INT_TIMES_OVERFLOW
    Hope this helps.
    Veerendra.

  • Why do I get errors when I use pre-trigger scans with a relatively small number of samples?

    I have a PXI6115 (hi mem option) that I am using to collect data at 5 MHz. If I collect about 10,000 samples with 100 pretrigger scans, the acquisition works fine. However, if I collect 1000 samples with 100 pretrigger scans, I get an AI Read error. Likewise, I can collect 10 pretrigger scans with a sample size of 1000 but I get an error if I try to colelct 10 pretrigger scans with only 100 total samples.
    Why is that the case?
    Thanks in advance.

    This sounds familiar.
    I do not remeber the final answer, but this is what I can recomend. Use the Info-LabVIEW search engine
    http://www.searchview.net/
    To search fro everything posted by "Roger Hart" (sometime in the last 3 years).
    I believe he posted a number of e-mails discussing what he found.
    If this approach get you an answer, please summarize the results here.
    Doing what I can to help,
    Ben
    Ben Rayner
    I am currently active on.. MainStream Preppers
    Rayner's Ridge is under construction

  • My MacBook gets tweaky when I use the iMac as a display... suggestions?

    When hooking up my MacBook Pro to my iMac (to use the iMac as a display, via Thunderbolt) it causes my MacBook to be tweaky, slow, taking too long to think, and then keeps Photoshop all the way to the right when I disconnect the iMac... any suggestions? I love using the big screen as a monitor, but need the luxury of the lap top for work (we travel a lot, and I cannot exactly tote around a giant 27' iMac...). I use Photoshop CS5 and I'm usually running it at the same time as Mail and Google Plus, but that's usually it. I have my Time Machine hooked up to back me up in case anything happens, of course, but I want the speed of the laptop even if it's hooked up to the iMac!
    Thank you!

    Can the iMac work as a display the same as the Apple display?
    Only if it's a 27-inch model. Other Macs require a VNC setup or ScreenRecycler, which will be much slower.
    (55103)

  • I am using application builter and it give me an error when I use the HTML vi´s

    Error 1003 Ocurred at c:\rafa\internal.llb\tables.vi
    possible reason
    this VI is not executable
    Whe I erase the part of HTML file my builder works fine.
    help me I have to delive the programa tomorrow and I live in colombia.

    The problem is that something in the "tables.vi" function is broken. Fix that problem and the build should work.
    When you open tables.vi in the development system, does it show a broken arrow? If not, does the VI call any DLLs? Sometimes the app builder misses DLLs that it needs to include.
    If you still are getting the error, post the tables.vi in 6.0 format and I'll look at it.
    Mike...
    Certified Professional Instructor
    Certified LabVIEW Architect
    LabVIEW Champion
    "... after all, He's not a tame lion..."
    Be thinking ahead and mark your dance card for NI Week 2015 now: TS 6139 - Object Oriented First Steps

  • Getting error when clicking on the profile.aspx page

    Hi,
       When clicking the profile page getting this "Exception of type 'System.ArgumentException' was thrown. Parameter name: encodedValue".
    Any idea what can be the issue

    Hi,
    I found a article. Maybe you can refer to the following URL.
    http://opensourcesharepoint.blogspot.com/2013/05/systemargumentexception-when-you-create.html

Maybe you are looking for

  • FW800 external HD and FW400 interface --- problems?

    has anyone had problems using a firewire based interface (like the presonus firebox, what im using) and an external HD using firewire 800 (g-tech's g-drive Q is what I'm using)? This just happened. Turning on the HD causes tiny clicks/pops from the i

  • PSE 8.  Where is the browser?

    OK if this is a stupid question I apologize in advance.  I did a search but don't see anything specific to my question. This afternoon I downloaded PSE 8 for a 30 day trial (thank goodness I didn't buy it).   I want a browser that lets me look throug

  • Problem when creating multiple traffic lights column in SALV...

    Hello Experts, I am using ALV display using the SALV(factory) method. My problem is, only the last excception column shows. I making 3 exception columns. Below is my code: gt_output[] = im_output[].     TRY.         cl_salv_table=>factory(          

  • Replacement costs more than a new one?

    My daughter has had a 3G for about a year. Some months ago she dropped it and the screen smashed-looks like a broken windshield. Does it make sense to anyone that a replacement will cost her (me) $199 when they're selling new ones for $99? I don't ge

  • I just purchased a subscription to call the UK and...

    Hi.  I just purchased a subscription to call the UK for $6.99 USD / Mo.  Once my account displayed that the subscription had been delivered I made a call to this number inside the UK, 845XXXXX, which belongs to a large charitable organization.  I am