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

appveyor: add configuration file (based on vorbis') #8

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

tmatth
Copy link
Member

@tmatth tmatth commented Jan 7, 2018

Testing appveyor webhook.

@vividos
Copy link
Contributor

vividos commented Mar 15, 2018

It seems the AppVeyor builds for this PR fail since the "Visual Studio 2015" image is used, and the image doesn't contain the VS2008 compiler. The build fails at the step where "win32\VS2008\libspeex.sln" is compiled. I guess some new VS2015 project files would be in order to fix this.

@tmatth
Copy link
Member Author

tmatth commented Mar 15, 2018

@vividos yeah VS2015 is needed to build ogg (the dependency of speex here).

I will try building without the dependency on ogg so that at least there's something (this will skip buliding the example programs which depend on ogg).

@tmatth
Copy link
Member Author

tmatth commented Mar 15, 2018

If someone with access to these toolchains can do one of the following (from best/hardest to worst/easiest):

  • create a VS2015 sln file for speex
  • build the ogg dependency with VS2015 from a VS2008 image
  • add a VS2008 .sln in libogg
  • figure out how to do the equivalent of ./configure --disable-binaries for appveyor/win32

that would unblock this.

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

Successfully merging this pull request may close these issues.

2 participants