-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
File missing? #1
Comments
When you build the project, the file will be built appropriately. |
That doesn't happen. I'm using Visual Studio 2013 - does the build only work on earlier versions of Visual Studio? If so, which ones? |
Hi, When you download the project, please change the AssemblyInfo.cs.template's last line to be: [assembly: AssemblyVersion("1.0.0.1")] After that, run 'make' from the command line. Please let me know what the output is. Thanks. Tariq |
Running 'make' on the command line isn't recognised. Do you mean using the On 17 January 2015 at 12:17, Tariq Islam [email protected] wrote:
Tom Isaacson |
Also, I noticed make.sh is accessing Subversion. Does this date back to before the code was stored in git? |
Hi there! I think the code in the repo was primarily developed with Mono on Linux, so GNU (or maybe BSD) make is expected for building packages. I'm not sure if nmake would do the job. If you are trying to develop it on Windows, you can download make, Mono, and maybe Cygwin. That's probably overkill; an alternative would be to just read the Makefile and manually perform the same steps once. If you are just trying to use the library, you may be better off just downloading the zip from http://tripit.github.io/api/. That will contain a pre-built DLL and the VS project with make already run, which should work in Visual Studio. |
When I open the project there seems to be a missing file called tripit-api-res-v1.cs. Has anyone tried building this project?
The text was updated successfully, but these errors were encountered: