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

[libogg] Build error on x86-windows #44316

Open
boludoz opened this issue Mar 11, 2025 · 2 comments
Open

[libogg] Build error on x86-windows #44316

boludoz opened this issue Mar 11, 2025 · 2 comments
Assignees
Labels
category:question This issue is a question

Comments

@boludoz
Copy link

boludoz commented Mar 11, 2025

Package: libogg:x86-windows@1.3.5#1

Host Environment

  • Host: x64-windows
  • Compiler: MSVC 19.43.34808.0
  • vcpkg-tool version: 2025-02-11-bec4296bf5289dc9ce83b4f5095943e44162f9c2
    vcpkg-scripts version: e40d24c 2025-03-10 (19 hours ago)

To Reproduce

vcpkg install

Failure logs

CMake Error at C:/Users/franc/Documents/GitHub/overlay-ports/libogg/portfile.cmake:4:
  Parse error.  Expected a newline, got identifier with text
  "vcpkg_check_linkage".
Call Stack (most recent call first):
  scripts/ports.cmake:203 (include)



Additional context

vcpkg.json
{
  "name": "gta-reversed",
  "version": "0.0",
  "$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
  "dependencies": [
    "nlohmann-json",
    "spdlog",
    "tracy",
    "libvorbis",
    {
      "name": "imgui",
      "features": [
        "docking-experimental",
        "win32-binding",
        "dx9-binding"
      ]
    }
  ]
}

@autoantwort
Copy link
Contributor

autoantwort commented Mar 11, 2025

C:/Users/franc/Documents/GitHub/overlay-ports/libogg/portfile.cmake:4:

That is your own overlay port that is broken, not something in vcpkg

@JonLiu1993 JonLiu1993 added the category:question This issue is a question label Mar 12, 2025
@JonLiu1993
Copy link
Member

@boludoz, please provide C:/Users/franc/Documents/GitHub/overlay-ports/libogg/portfile.cmake

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category:question This issue is a question
Projects
None yet
Development

No branches or pull requests

3 participants