Skip to content
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

Open
parsley72 opened this issue Jan 16, 2015 · 6 comments
Open

File missing? #1

parsley72 opened this issue Jan 16, 2015 · 6 comments

Comments

@parsley72
Copy link

When I open the project there seems to be a missing file called tripit-api-res-v1.cs. Has anyone tried building this project?

@tariqislam
Copy link

When you build the project, the file will be built appropriately.

@parsley72
Copy link
Author

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?

@tariqislam
Copy link

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

@parsley72
Copy link
Author

Running 'make' on the command line isn't recognised. Do you mean using the
Developer Command Prompt for VS2013 with something like 'nmake'?

On 17 January 2015 at 12:17, Tariq Islam [email protected] wrote:

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


Reply to this email directly or view it on GitHub
#1 (comment)
.

Tom Isaacson
mailto:[email protected]
Home: +64 (0) 9 826 1157
Mobile: +64 (0) 21 362021
Skype: parsley72

@parsley72
Copy link
Author

Also, I noticed make.sh is accessing Subversion. Does this date back to before the code was stored in git?

@bollenberger
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants