Problem with Make (C language) command on Aquamacs

Hello i'm french.. so sorry for my English
i'm trying to do some basics programs on C langage on Aquamacs.
but the "make" command does not works with me.
my module is like this
#include <stdlib.h>
#include <stdio.h>
#include "arithmetique.h"
int max(int a, int b)
  if (a>b)
    return a;
  return b;
int puissanceDe2(int n)
  int p2 = 1; 
  for (int i=0; i<n; i++)
    p2*=2;
  return p2;
int resteTq(int    a,int b)
  while(a>=b)
      a-=b;
  return a;
int resteFor(int a, int    b)
  for(;a>=b;a-=b)
  return a;
int resteRj(int    a,int b)
  if(a<b)
    return a;
  do
    a-=b;
  while(a>b);
  return a;
int pgcdRec(int a,int b)
  if(a==b)
    return a;
  if(a<b)
    return pgcdRec(b-a,a);
  return pgcdRec(a-b,b);
int pgcdIter(int a,int b)
  while(a!=b)
      if(a<b)
    b-=a;
      a-=b;
  return a;
my makefile like this:
# Makefile
arithmetique: arithmetique.o testArithmetique.o
    gcc arithmetique.o testArithmetique.o −o arithmetique
arithmetique.o: arithmetique.c arithmetique.h
    gcc −std=c99 −g −Wall −Werror -c arithmetique.c
testArithmetique.o: testArithmetique.c arithmetique.h
    gcc −std=c99 −g −Wall −Werror -c testArithmetique.c
and my compilation error like this:
make
gcc −c −std=c99 −g −Wall −Werror arithmetique.c
i686-apple-darwin11-llvm-gcc-4.2: −c: No such file or directory
i686-apple-darwin11-llvm-gcc-4.2: −std=c99: No such file or directory
i686-apple-darwin11-llvm-gcc-4.2: −g: No such file or directory
i686-apple-darwin11-llvm-gcc-4.2: −Wall: No such file or directory
i686-apple-darwin11-llvm-gcc-4.2: −Werror: No such file or directory
arithmetique.c: In function 'puissanceDe2':
arithmetique.c:17: error: 'for' loop initial declaration used outside C99 mode
make: *** [arithmetique.o] Error 1
Compilation exited abnormally with code 2 at Wed Nov 28 21:26:29
i'm at university and thoses files works on Ubuntu but not on my Mac.. someone can tell me why?
xCode is installed already. Direct commands with gcc works.

Oh thanks !
i have complete your makefile with my good files and it works !
# Makefile
CFLAGS=-std=c99 -g -Wall -Werror
CC=gcc
arithmetique: arithmetique.o testArithmetique.o
    $(CC) -o arithmetique arithmetique.o testArithmetique.o
arithmetique.o: arithmetique.c arithmetique.h
    $(CC) $(CFLAGS) -c arithmetique.c
testAr.o: testArithmetique.c arithmetique.h
    $(CC) $(CFLAGS) -c testArithmetique.c
thanks for your answer.

Similar Messages

  • Problem with output string to command

    hey i have no idea why this aint working
    its a simple output string to command.
    what it is supposed to do is make a new directory given by the input string
    e.g. mkdir /home/luke/dep
    thanks for the help
    //methods input save files
         saveFile = JOptionPane.showInputDialog("Save Files To : ");
         //method command for saving files
         //Stream to write file
         FileOutputStream fout;          
         try { Process myProcess = Runtime.getRuntime().exec("mkdir" + saveFile );
          InputStreamReader myIStreamReader = new InputStreamReader(myProcess.getInputStream());
          fout = new FileOutputStream ("file.txt");
          while ((ch = myIStreamReader.read()) != -1) { new PrintStream(fout).print((char)ch); } }
              catch (IOException anIOException) { System.out.println(anIOException); }

    What you fail to understand is that "aint working" and "Problem with output string to command" tells us absolutely squat about what your problem is. This is the same as saying to the doctor "I'm sick" and expecting him to cure you. As mentioned by Enceph you need to provide details. Do you get error messages? If so post the entire error and indicate the line of code it occurs on. Do you get incorrect output? Then post what output you get, what output you expect. The more effort you put into your question the more effort others will put in their replies. So until you can manage to execute a little common sense then the only responses you will get will be flames. Now is your tiny little brain able to comprehend that?

  • I have a problem with ALV Grid User Command?

    Hi Experts,
    I have a problem with ALV GRID User Command.
    I am calling TCODE IW33 (Order Display) from the ALV output at first time by selecting an order. But, User command is calling IW33 Initial screen with blank value of order. Even I checked in debugging the value what I selected is passing properly, but once that screen (IW33 Initial) displays, value doesn't appear. Then, Manually, I  created another session and gone to TCODE IW33 and displayed an order. After that I came out from that order. Then again run my ALV program and selected another order, now order is displaying, but not what I selected current order instead of displaying previous order what I just displayed manually. If I selected any other order, system will display the same order what I dislayed manually.
    Here is my code.
    FORM user_command_alv  USING u_ucomm TYPE sy-ucomm
                           us_self_field TYPE slis_selfield.
    CASE u_ucomm.
    WHEN '&IC1'.
    READ TABLE it_final INDEX us_self_field-tabindex INTO wa_final.
            WHEN 'ORDER'.
              IF NOT wa_final-order IS INITIAL.
                SET PARAMETER ID 'COK' FIELD wa_final-order.
                CALL TRANSACTION 'IW33' AND SKIP FIRST SCREEN.
              ENDIF.
    endform.
    PARAMETER ID 'COK'  also the standard one.
    Could you please help me out, Where I did wrong?
    If I select any order, that order only should display.
    Thanks in advance.
    Regards,
    Sarayu.
    Code Formatted by: Alvaro Tejada Galindo on Jan 8, 2009 2:33 PM

    hi,
    Please check it once the Paramater ID is 'ANR' for IW33 order number.
    Hope this may help.
    Regards,
    Sravanthi

  • Having problems with using shift alt command when using the square tool

    having problems with using shift alt command when using the square tool

    Marco,
    If no good reason, such as the one suggested by Silkrooster, is present, you may try the list, hoping for one of the easy ones at the top.
    The following is a general list of things you may try when the issue is not in a specific file, and when it is not caused by issues with opening a file from external media. You may have tried/done some of them already; 1) and 2) are the easy ones for temporary strangenesses, and 3) and 4) are specifically aimed at possibly corrupt preferences); 5) is a list in itself, and 6) is the last resort.
    If possible/applicable, you should save current artwork first, of course.
    1) Close down Illy and open again;
    2) Restart the computer (you may do that up to at least 5 times);
    3) Close down Illy and press Ctrl+Alt+Shift/Cmd+Option+Shift during startup (easy but irreversible);
    4) Move the folder (follow the link with that name) with Illy closed (more tedious but also more thorough and reversible), for CS3 - CC you may find the folder here:
    https://helpx.adobe.com/illustrator/kb/preference-file-location-illustrator.html
    5) Look through and try out the relevant among the Other options (follow the link with that name, Item 7) is a list of usual suspects among other applications that may disturb and confuse Illy, Item 15) applies to CC, CS6, and maybe CS5);
    Even more seriously, you may:
    6) Uninstall (ticking the box to delete the preferences), run the Cleaner Tool (if you have CS3/CS4/CS5/CS6/CC), and reinstall.
    http://www.adobe.com/support/contact/cscleanertool.html

  • Problem with Non European Language

    Hi there,
    I'm working on a presentation in english that has to be translated in arabic language.
    The problem is when I'm doing the translation with the arabic language the lay out it all fine. BUT when I'm sending (via the net) the files to two of my collegues, the lay out is then all wonky. That doesn't hapened with the english only with the arabic. I tryed even with a bundle version and it's exactly the same.
    I don't know what to do as my lay out is fine but not them.
    I fel like h-keynote can't cope with the arabic language..but I need this layout to be the same than mine when I'm sending to the people who are going to do the presentation.
    Any idea to help me??

    I'm sending the files zipped yes. I thinks it's better like that. Isn't it?
    Yes.
    They are not necessarly using the same version. I will ask them to get the last one so we will have all the same.
    Perhaps that will help. You should also make sure they have the same Arabic fonts on their machines that you used for your file.

  • Problem with exexuting an OS command

    Hello!
    Our SAP System runs on Solaris. I want to move files from a directory in a subdirectory, similiar to this:
    from:
    /dir/file1.csv
    /dir/file2.csv
    /dir/file3.csv
    to:
    /dir/subdir
    I made an OS command with the SM69 and executed it with SM49. The command was:
    mv /dir/file* /dir/subdir
    Unfortanately it doesn't work. There's the message:
    mv: no access to /dir/file*
    return code 2
    If i execute
    mv /dir/file1.csv /dir/subdir
    it works, but that's not what i want.
    Has anybody an idea?
    Best wishes
    Georg

    Hello,
    I dont know exactly your problem why you want to do file*. But if your problem is finding the exact filename at runtime...and then move to some archive folder
    Try this
    Use GET_JOB_RUNTIME_INFO function module to get the exact file name and then you can do the move with the exact file name using external os command. Either you can use event raise or write an ABAP program.
    GSM.

  • Problem with displaying special language symbol in charts

    Hello,
    I have problem wih displaying special symbols in czech language in charts. When I write some value into Categoryaxis or Value axis in chart designer I see the right value. Then I save the web template and present it on the web. But on the web presentation I don´t see the right value. I see the title without special czech symbols.
    I find on forum some solution for language dependent texts (using special program eg. ZHTMT_TEXT) I think that It´s not solution for me. I think that I have problem with font or code side...
    Can you give some advices?
    Thanks
    Kind regard.
    Petr

    I try to change the font but the output is not correct...
    Czech language has some special symbols a e.g. &#269;,&#345;, á.
    Thanks
    Petr

  • Problem with SAP Script (Control Commands)

    Dear friends,
          I am facing one problem withg control commands. When i use <b>PROTECT.....ENDPROTECT</b> with <b>VAR type</b> window then it is not working instead i use with <b>MAIN type</b> window it is working fine. Another problem with <b>BOX command</b> when i use with <b>MAIN type</b> window then it is not working but when i use with VAR type window then it is working fine. SO i am little bit confused that is there any relation between control commands and window type?
    THanks & Regards,
    Bhavin

    Hi,
    There is no restriction to use any control commands on any windows.
    The SAP doesnt give any error, but the point of using Protect Endprotect in windows other than main window doesnt apply.
    Only main window carries from one page to another. So in order to print certain lines in a single page we use this control command.
    Regarding BOX command it works fine on any window.
    Thanks and Regards.
    Lavanya.

  • Problem with Make to Order sales order

    Hi,
    We are facing a problem with sales order which has Make to order item catagory, Rescheduling is not happening for the sales order of this type. However, we have taken up this issue with SAP and SAP has replied that MTO sales order are Excluded from rescheduling program.  SAP has suggested us to use CO28 to reschedule the Production order so that the changes can effect the corrorsponding sales order.
    We have observed that when sales order is created with MTO item category, production order is automatically created but when we see the Requirement list in MD04 for the material there is an Exception message as '20' (Cancel process).  After the production order is confirmed and goods reciept has done the quantity confirmed against the sales order is becoming ZERO and hence we could not able to create delivery for the sales order.
    We kindly request you to help us in this regard. This is creating a big problem for our business.
    Thanks counting on your support.
    Warm Regards,
    Sridhar Burugula

    Dear ,
    Did you check any sales order reference in your production order assingment tab? Did you check the cost roll up in sales order level based on the BOM and Routung created for dt FG?
    I believe the link between Sales Order and Production order lies in requirement Type and Requirement Class  in define planning strategy .
    Check in you make to order planning stratgey -SPRO-Define Planning Strategy -Make To Order .Here you should keep the correct Requirement type for customer(OVZH)  and requirement class (OVZG).
    Check and revert
    Regards
    JH

  • E71 - Problems with dictonary and languages instal...

    Hi to everybody!
    I have a problem with my dictonary but I can't find a solution.
    My firmware version is 110.07.127 09-10-2008 rm-346 nokia e71-1 (17).
    My default pre-installed language is English.
    I have installed 2 languages in the memory card: Italian and Turkish.
    At this point, I have tried to install (in the memory card) another language (Croatian) but at the end of the language installation the dictionary forced me to remove one language.
    I have also tried to uninstall languages by Application Manager with no success...when I have tried to reinstall languages, I have got the same message.
    I can't find a solution to this problem.
    Can you help me?
    Thanks a lot in advance.
    Bye bye.

    I'm very disappointed
    I can't believe that E71 only allows the installation of max 3 languages!

  • FYI: MS-7125 BIOS has problem with Hard Drives withNative Command Queuing (NCQ)

    For those the have messed my two treads on which both ended up being cause by K8N Neo4 BIOS problem with HD's with NCQ.
       Will wonders never cease? MSI Support finally conceded the BIOS has a problem with Hard Drives with NCQ and they have forwarded the problem to their programming department.
    However, do not look for any results for above two weeks.
    Roger

    The problem that this thread has been trying to follow is the incapability of the nVidia RAID Controller with Serial ATA Type 2.5 drives.  I know the threads has been hard to follow and part of that is because when I started the thread I had what appeared to be three totally un related problems, but all three were traced down the common problem of the incapability of RAID Controller with Serial ATA Type 2.5 drives.
    The title of this thread is MS-7125 BIOS has problem with Hard Drives with Native Command Queuing(NCQ).  The statement was true at the time it was written and has nothing to do with memory problems.
    Sense the thread was started MSI has fixed the BIOS part of the problem, but we have sense learned the nVidia RAID Controller Command software and its driver has problems too.  I have been working MSI Support, they have been using me to test pre-beta BIOS and Drivers soon.   Of the testing I have done the pre-beta BIOS worked and the Pre-beta 32-bit driver works.  I am assuming that the latest BIOS V1.B had as part of it included fixes was the needed fixes for working with the nVidia RAID Controller as I have test the pre-beta RAID Driver with BIOS Version V1.B as the Raid array function fine windows XP Pro 32-bit Edition.  As I have had no communications with MSI support of over a week now I am hoping for a release of 32-bit and 64-bit RAID Drivers.   But, nobody should get the hopes up, because through other backdoor sources nVidia is having a hell of a time.  One reason for this I heard is that the nVidia RAID Controller is fully software, no hardware other than the electrical drive interfaces.  Their problem started when they tried using the old 32-bit code Controller with new 64-bit hardware drivers and now they are having to totally rewrite the controller core in 64-bit code.  But, knowing my source, it may all be fiction.
    The RAID Array you say is up and running, are the drives full specification SATA 2.5 in other words do the both have 3Gb/s speed and NCQ.  If you send me the full part numbers I will check the specifications a get back to you.  Because if you have nVidia RAID 0 Array you working you will be the first to have done it and there about 230 people around the world that would like to know how you did it, even MSI, who's pre-beta nVidia RAID Drivers that will work with BIOS V1.B for 32-bit Windows only and nothing for Windows XP 64, would like to know.
    Roger

  • Problem with `make`

    For some reason make has never worked. I've tried installing UnrealIRCd, eggdrop, and now tor, but every single time when I get to make it says "command not found". The Makefile's are there, too.
    Also, in case this helps, gcc is: gcc (GCC) 4.2.2

    Install the group base-devel for make and other devel type tools.

  • Problems with displaying Asian languages dynamically in a text box

    I have a text box that I am adding to the stage dynamically. The text box is a movieclip in the library. However, when it is added to the stage the message is not displayed. I have no problems with English or Spanish but for Chinese, Korean, and Japenese the message is not displayed. Here is the code in Chinese (when a certain condition is met:
    function whiteFlashCompleteF():void{
       ssMessageF("截图已添加至您的图片库");
    function ssMessageF(s:String):void{
        ssMessage.alpha = 0;
        addChild(ssMessage);
        ssMessage.x=stage.stageWidth/2;
        ssMessage.y=stage.stageHeight/2;
        ssMessage.tf.text = s;
        TweenLite.to(ssMessage,1,{alpha:1});
        TweenLite.to(ssMessage,1,{alpha:0, onComplete:ssMessageCompleteF, delay:3, overwrite:false});
    Do anyone have any ideas on how I can get the text to display?

    any text that is rendered in a dynamic textbox during runtime,
    has to consist of characters of a font you have properly embeded,
    (which might not be the case for this chinese message)

  • Problems with make/gcc on Solaris

    I'm working on building a binary on several different platforms, but the only one giving me trouble is Solaris 10 (64-bit -- though apparently this is building a 32-bit binary). The binary relies on the following project:
    https://projects.coin-or.org/Cbc
    I can checkout their code from SVN and build it without a problem. However, we then have a small cpp file that links to those libraries. I cannot get this cpp file to build. In fact, Solaris chokes on the makefile itself complaining that one of the lines ends with the '$' (which it does). The strange thing is, this makefile works correctly on Linux. It also works just fine on Windows in the MinGW environment (I do have to add a few flags on Windows but they are completely unrelated and the line ending with '$' still still present and works).
    Since the makefile failed, I tried to run the 2 commands that it does manually. The first one succeeds but the second command fails to locate the dynamic libraries -- even though the directory they reside in is specified in the -L argument. What gives??
    I put /usr/ccs/bin and /usr/sfw/bin in my PATH variable so that I can use make and gcc. I had to add /usr/sfw/lib to the LIBDIR variable, otherwise I was getting even more errors. Here is the makefile and the error that I get when I try to run make:
    -bash-3.2$ cat makefile
    CPP = gcc
    COINPATH = /export/home/locuser/cbc_source/coin-cbc
    CPATH += -I$(COINPATH)/include/coin
    LIBDIR = -L$(COINPATH)/lib:/usr/sfw/lib
    COINLIBS = -lCbcSolver -lCbc -lCgl -lOsiClp -lClp -lOsi -lCoinUtils -lm
    CFLAGS += -DUSE_SNAPSHOT=1 -DNEW_SIMULATOR=1 -g $(CPATH)
    DATASTORE=$(PSASRC)/datastore.a
    .c.o:
    $(CC) $(CFLAGS) -c -o $@ $<
    .cpp.o:
    $(CPP) $(CFLAGS) -c -o $@ $<
    OBJSx = cbc.o
    cbc: $(OBJSx) $
    $(CPP) $(CFLAGS) -o cbc $+ $(LIBDIR) $(COINLIBS)
    -bash-3.2$ make
    mksh: Fatal error in reader: '$' at end of line
    Current working directory /export/home/locuser/cbc_source/solver
    Then this is what happened when I tried to run the 2 commands manually:
    -bash-3.2$ gcc -DUSE_SNAPSHOT=1 -DNEW_SIMULATOR=1 -g -I/export/home/locuser/cbc_source/coin-cbc/include/coin -c -o cbc.o cbc.cpp
    -bash-3.2$ gcc -DUSE_SNAPSHOT=1 -DNEW_SIMULATOR=1 -g -I/export/home/locuser/cbc_source/coin-cbc/include/coin -o cbc cbc.o -L/export/home/locuser/cbc_source/coin-cbc/lib:/usr/sfw/lib -lCbcSolver -lCbc -lCgl -lOsiClp -lClp -lOsi -lCoinUtils -lm
    ld: fatal: library -lCbcSolver: not found
    ld: fatal: library -lCbc: not found
    ld: fatal: library -lCgl: not found
    ld: fatal: library -lOsiClp: not found
    ld: fatal: library -lClp: not found
    ld: fatal: library -lOsi: not found
    ld: fatal: library -lCoinUtils: not found
    ld: fatal: file processing errors. No output written to cbc
    collect2: ld returned 1 exit status
    However, if I cd into the directory /export/home/locuser/cbc_source/coin-cbc/lib then the libraries do indeed exist there:
    -bash-3.2$ cd /export/home/locuser/cbc_source/coin-cbc/lib
    -bash-3.2$ ls lib*.so.0
    libCbc.so.0 libClp.so.0 libOsiCbc.so.0
    libCbcSolver.so.0 libCoinUtils.so.0 libOsiClp.so.0
    libCgl.so.0 libOsi.so.0 libOsiCommonTests.so.0
    Any ideas on what I am doing wrong here? It seems like there is something non-standard about make on Solaris?

    Woo hoo! I was able to finally get past this. Thank you both for you assistance. I tried the LD_DEBUG=files option and it didn't seem to help me much. I got some additional output but it appeared unrelated. So then I separated out my -L argument into 2 separate arguments. This changed the error messages and led to some errors about operator new and delete not being found as well as some gz and BZ2 functions not being found:
    Undefined first referenced
    symbol in file
    operator new[](unsigned int) cbc.o (symbol belongs to implicit dependency /usr/sfw/lib/libstdc++.so.6)
    operator new(unsigned int) cbc.o (symbol belongs to implicit dependency /usr/sfw/lib/libstdc++.so.6)
    std::basic_string<char, std::char_traits<char>, std::allocator<char> >::operator[](unsigned int) constcbc.o (symbol belongs to implicit dependency /usr/sfw/lib/libstdc++.so.6)
    std::basic_ostream<char, std::char_traits<char> >::operator<<(std::basic_ostream<char, std::char_traits<char> >& (*)(std::basic_ostream<char, std::char_traits<char> >&))cbc.o (symbol belongs to implicit dependency /usr/sfw/lib/libstdc++.so.6)
    vtable for __cxxabiv1::__si_class_type_infocbc.o (symbol belongs to implicit dependency /usr/sfw/lib/libstdc++.so.6)
    std::basic_ostream<char, std::char_traits<char> >::operator<<(int)cbc.o (symbol belongs to implicit dependency /usr/sfw/lib/libstdc++.so.6)
    BZ2_bzRead /export/home/locuser/cbc_source/coin-cbc/lib/libCoinUtils.so
    operator delete[](void*) cbc.o (symbol belongs to implicit dependency /usr/sfw/lib/libstdc++.so.6)
    operator delete(void*) cbc.o (symbol belongs to implicit dependency /usr/sfw/lib/libstdc++.so.6)
    gzopen /export/home/locuser/cbc_source/coin-cbc/lib/libCoinUtils.so
    gzread /export/home/locuser/cbc_source/coin-cbc/lib/libCoinUtils.so
    BZ2_bzReadOpen /export/home/locuser/cbc_source/coin-cbc/lib/libCoinUtils.so
    BZ2_bzWriteOpen /export/home/locuser/cbc_source/coin-cbc/lib/libCoinUtils.so
    This led me to two conclusions:
    1. I needed to change the makefile to use g++ instead of gcc (due to the messages about the operators existing in libstd*c++*.so.6).
    2. I needed to include the libz and libbz2 libraries (by adding -lz and -lbz2) to COINLIBS.
    I made those 2 changes to the makefile and it built successfully with gmake! So now I'm off to go document this information on our wiki. Thanks for the suggestions -- they pointed me in the right direction and ultimately helped me resolve this issue. :)

  • [SOLVED] problem with spaces and ls command in bash script

    I am going mad with a bash script I am trying to finish. The ls command is driving me mad with spaces in path names. This is the portion of my script that is giving me trouble:
    HOMEDIR="/home/panos/Web Site"
    for file in $(find "$HOMEDIR" -type f)
    do
    if [ "$(dateDiff -d $(ls -lh "$file" | awk '{ print $6 }') "$(date +%F)")" -gt 30 ];
    then echo -e "File $file is $(dateDiff -d $(ls -lh "$file" | awk '{ print $6 }') "$(date +%F)") old\r" >> /home/panos/scripts/temp;
    fi
    done
    The dateDiff() function is defined earlier and the script works fine when I change the HOMEDIR variable to a path where there are no spaces in directory and file names. I have isolated the problem to the ls command, so a simpler code sample that also doesn't work correctly with path names with spaces is this:
    #!/bin/bash
    HOMEDIR="/home/panos/test dir"
    for file in $(find "$HOMEDIR" -type f)
    do
    ls -lh "$file"
    done
    TIA
    Last edited by panosk (2009-11-08 21:55:31)

    oops, brain fart. *flushes with embarrassment*
    -- Edit --
    BTW, for this kind of thing, I usually do something like:
    find "$HOMEDIR" -type f | while read file ; do something with "$file" ; done
    Or put those in an array:
    IFS=$'\n' ; files=($(find "$HOMEDIR" -type f)) ; unset IFS
    for file in "${files[@]}" ; do something with "$file" ; done
    The later method is useful when elements of "${files[@]}" will be used multiple times across the script.
    Last edited by lolilolicon (2009-11-09 08:13:07)

Maybe you are looking for

  • Difference between Logic Express 8 and Logic Pro 9

    I am wondering if there is a big difference in these 2 versions.  I mostly do vocals, where I bring in a karaoke track, and then sing multiple tracks to it, so I'm wondering if it pays to step up to Logic Pro 9. 

  • Date before 30 days

    Hi, I have CURRENT DAY variable and i want to create one more variable which gives the Date before 30 days. Is there any STD variable which gives the date before 30 days .Please tell me. I have created one variable with Customer exit processing type

  • Bridge for words/articles

    Hi, I am really impressed with Bridge- it has become my itunes for photos, as well as making life quicker in cs4. I work at university and am engaged in qualitative research.  So far, there is no killer software out there for qualitative research.  T

  • Asset Under Construction Expenses

    Dear Friends, My Client is in the process of construction of building.He is incurring expenses like labour charges, cement and other building material. For Construction of building, creation of assets under consutrction is necessary How to account fo

  • Apple configurator with ios 7.1

    Hi, I realized for a client deployment 170 ipads Air in ios 7.04 and 7.06 no problem with appleconfigurator. Since the arrival of the ios 7.1 the following difficulties arrived (even putting it all updates): -impossible to avoid a startup screen -imp