Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Managed C++/CLI
  4. compiling makefile

compiling makefile

Scheduled Pinned Locked Moved Managed C++/CLI
csharpvisual-studiocomlinuxtutorial
4 Posts 3 Posters 4 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    MikcaCP
    wrote on last edited by
    #1

    https://code.google.com/p/word2vec/[^] anyone can show me how to run this code? i have both visual studio and ubuntu but still have no idea how to compile it.

    L E 3 Replies Last reply
    0
    • M MikcaCP

      https://code.google.com/p/word2vec/[^] anyone can show me how to run this code? i have both visual studio and ubuntu but still have no idea how to compile it.

      L Offline
      L Offline
      Lost User
      wrote on last edited by
      #2

      Well it's not Managed C++/CLI that is for sure. The makefile mentions gcc and you can find instructions on how to use gcc and a makefile here[^]

      1 Reply Last reply
      0
      • M MikcaCP

        https://code.google.com/p/word2vec/[^] anyone can show me how to run this code? i have both visual studio and ubuntu but still have no idea how to compile it.

        L Offline
        L Offline
        Lost User
        wrote on last edited by
        #3

        It looks very much like UNIX: all those shell scripts are a dead giveaway. So load it into your UNIX/Linux system, type 'make' and away you go.

        1 Reply Last reply
        0
        • M MikcaCP

          https://code.google.com/p/word2vec/[^] anyone can show me how to run this code? i have both visual studio and ubuntu but still have no idea how to compile it.

          E Offline
          E Offline
          Erik Westermann
          wrote on last edited by
          #4

          (just realized this question is really old! oh well - might help someone) I recently ran into a similar issue. This worked for me:

          • In Visual Studio create a C++ Win32 console application

          • Add the .C files to the solution (add...existing item)

          • Compile - default output is .exe
            (The makefile seems to just compile the code - I think the .sh scripts might cleanup after the compiler. But, yeah, the makefile is designed to run in a linux/unix)

            Erik Westermann

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups