Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • Vorbis Vorbis
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 24
    • Issues 24
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 2
    • Merge requests 2
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Xiph.Org
  • VorbisVorbis
  • Issues
  • #32
Closed
Open
Created Jun 11, 2001 by tom@tom

'win32/*.bat' do not handle SRCROOT long path names with spaces correctly

as an example, from a DOS box, type:
  set SRCROOT=c:\Xiph CVS\
  call build_vorbis_static.bat
produces the error:
  cvs==. was unexpected at this time.
and does *not* set %SRCROOT% to any value
resolution:
  replace the line:
    if .%SRCROOT%==. set SRCROOT=c:\src
  with the line:
    if ".%SRCROOT%"=="." set SRCROOT=c:\src
Assignee
Assign to
Time tracking