Thread: i need help with cmake, BISON and FLEX, i am willing to pay

  1. #1
    Registered User
    Join Date
    Jan 2012
    Posts
    2

    i need help with cmake, BISON and FLEX, i am willing to pay

    i need someone that will know how to compile the following project on windows 7 64 bit:
    https://sites.google.com/site/dxcomp...1/file-cabinet

    DXC10v2.1-Windows-x86-Oracle_0.zip

    1) - Building On Windows -

    Dependencies:

    - CMake >2.6
    - Visual C++ 2005
    - Microsoft Platform SDK
    - gnu bison >=2.4 and flex 2.5.35
    - Doxygen (to generate API documentation if desired)

    To Build:

    - Set DXC_HOME environment variable to desired installation directory
    - Switch to top-level source directory and type 'cmake .'
    (add flag -DRUN_DOXYGEN=true to generate API documentation)
    - Open generated visual studio solution file (eg. DXC.sln)
    - Build 'INSTALL' project ("Release" configuration is needed by
    Oracle binary, additional "Debug" build is optional)
    - Add %DXC_HOME%\Bin to %PATH%

    Common problems:
    - If cmake or VC++ complain about missing libraries or headers, make
    sure VC++ is configured to look in [MS Platform SDK dir]/Lib and
    /Include respectively (Tools->Options->Projects and Solutions->
    VC++ Directories)
    - If bison and flex are not found by cmake, make sure the directory that
    contains them is in your %PATH% environment variable.

    i am willing to pay using paypal for a how to guide for compiling on windows 7 64 bit.

  2. #2
    Registered User
    Join Date
    Jan 2012
    Posts
    2

    compiling with visual studio 2010 is also good for me

    compiling with visual studio 2010 is also good for me, i need to be able to compile the 'ExampleProbeDA.cpp' in the 'ExampleDA' (Examples folder)

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. cmake - using header files in higher directories
    By coletek in forum C Programming
    Replies: 2
    Last Post: 11-02-2010, 07:18 PM
  2. [Flex/Bison] Some questions
    By Leftos in forum C Programming
    Replies: 2
    Last Post: 08-21-2010, 04:16 PM
  3. [Flex/Bison] Handling newlines
    By Leftos in forum C Programming
    Replies: 4
    Last Post: 08-21-2010, 07:24 AM
  4. Compiling errors and using Cmake Set Policy
    By eligor in forum Linux Programming
    Replies: 2
    Last Post: 01-25-2010, 01:43 PM
  5. Bison, flex and flow control
    By Crashgr in forum Linux Programming
    Replies: 0
    Last Post: 07-20-2005, 04:00 PM