Problem compiling php5 in visual studio

Discussion in 'C' started by nattsurf123, Mar 17, 2010.

  1. nattsurf123

    nattsurf123 New Member

    Joined:
    Jan 27, 2010
    Messages:
    14
    Likes Received:
    0
    Trophy Points:
    0
    I'm trying to compile php-5.3.2 on a vista 64 using visual studio 2008.
    So I downloaded this package where i added an existing .dsp file to my project that was converted
    to VS2008.
    I’m just in the beginning of this phase.
    Something that is a bit strange is that they added the file getopt.c and this file is
    not found in ‘php-5.3.2\sapi\cgi’ where it is pointing to from the project.
    If it is there for a reason then why is it not found in the folder where it is supposed to be?
    The error I get is:
    Error 21 fatal error C1083: Cannot open source file: '..\sapi\cgi\getopt.c': No such file or directory c1 php5
    Grateful for any help on this.
     
  2. shabbir

    shabbir Administrator Staff Member

    Joined:
    Jul 12, 2004
    Messages:
    15,375
    Likes Received:
    388
    Trophy Points:
    83
    There are 2 things that you can try. Infact 3.
    1. Open DSP file in a notepad and remove that file reference and see if it works.
    2. Create a blank file with that name and see what happens
    3. Comment that line and see if it works
    GetOpt is mainly for Unix environment and it is for getting some command line stuffs to make it work.
     
  3. nattsurf123

    nattsurf123 New Member

    Joined:
    Jan 27, 2010
    Messages:
    14
    Likes Received:
    0
    Trophy Points:
    0
    Thanks Shabbir
    I didn't know that it was a unix environment specfic file.
    BTW I found out that php-5.2.13.tar had the missing file. They are a bit sloppy with their project builds.
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice