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

Prebuild Binaries #9

Closed
NJannasch opened this issue Jan 7, 2016 · 10 comments
Closed

Prebuild Binaries #9

NJannasch opened this issue Jan 7, 2016 · 10 comments

Comments

@NJannasch
Copy link
Contributor

It would be nice to make a Prebuild lib available.
Maybe you can add .lib/.dll (artifacts) for windows on AppVeyor on the same way as the .pdf/.log here:
https://drone.io/github.com/tbeu/matio/files

@tbeu
Copy link
Owner

tbeu commented Jan 7, 2016

Yes, that could be possible in general and I use it already for my other public projects. But currently both drone.io and AppVeyor are buggy regarding their C++ environment. For that reason drone.io builds the 64-bit Linux lib (gc 4.8) and AppVeyor the 32-bit Win (Vs2010) lib only. I spent (too) many hours to get the 64-bit VS2010 (or higher) build running at AppVeyor but failed always. Check the build history and the web for hints on that if you like. I assume it is AppVeyor that needs to be blamed here. And drone.io support does not care on such support questions since they did not even answer though they have a large contact button on their site.

@tbeu
Copy link
Owner

tbeu commented Jan 7, 2016

If you can live with the 32-bit Win lib/dll I could find a way, hopefully.

@NJannasch
Copy link
Contributor Author

It would be a another step forward.
I think you can link build artifacts here: project -> settings -> Artifacts -> Add artifact (with relative link)

Absolute links:
C:\projects\matio\visual_studio\Release\libmatio.lib
C:\projects\matio\visual_studio\Release\libmatio.dll

@tbeu
Copy link
Owner

tbeu commented Jan 7, 2016

Relative paths do work only: https://ci.appveyor.com/project/tbeu/matio/build/artifacts

@tbeu
Copy link
Owner

tbeu commented Jan 8, 2016

Is this useful for you?

@NJannasch
Copy link
Contributor Author

I have changed to my own 64-bit build (debug/release), but i think for other users it's a nice and simple way to get matio working.

@tbeu
Copy link
Owner

tbeu commented Jan 8, 2016

OK, close it then.

@csbuja
Copy link

csbuja commented Nov 17, 2018

Any interest in progress being made here? Is there a .dll that can be used for x64 on Windows?

@tbeu
Copy link
Owner

tbeu commented Nov 18, 2018

If you can live with v1.5.12, download matio-1.5.12-win64-vs2015.7z.

@csbuja
Copy link

csbuja commented Nov 19, 2018

Thanks for the reply. I'll unzip this and check it out tomorrow. If it doesn't work, I plan on building the Visual Studio solution you checked in.

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