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

mac: Error building Ved in external drive #184

Open
padunk opened this issue Apr 25, 2024 · 2 comments
Open

mac: Error building Ved in external drive #184

padunk opened this issue Apr 25, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@padunk
Copy link

padunk commented Apr 25, 2024

V doctor:

V full version: V 0.4.5 8dafca1.28cabf4
OS: macos, macOS, 14.4.1, 23E224
Processor: 8 cpus, 64bit, little endian, Apple M1

getwd: /Volumes/kaizen/ved
vexe: /Volumes/kaizen/v/v
vexe mtime: 2024-04-25 00:48:44

vroot: OK, value: /Volumes/kaizen/v
VMODULES: OK, value: /Users/minibramo/.vmodules
VTMP: OK, value: /tmp/v_501

Git version: git version 2.39.3 (Apple Git-146)
Git vroot status: weekly.2024.17-17-g28cabf47
.git/config present: true

CC version: Apple clang version 15.0.0 (clang-1500.3.9.4)
thirdparty/tcc status: thirdparty-macos-arm64 5c1d002f

What did you do?
v -g -o vdbg cmd/v && vdbg file.v

What did you expect to see?

ved build successfully

What did you see instead?

builder error: file.v doesn't exist

Notes
This is my first time using V and I want to try Ved. So I clone the repo both V and Ved in my external drive and run it from there.

Screenshot 2024-04-25 at 07 54 35

Note

You can use the 👍 reaction to increase the issue's priority for developers.

Please note that only the 👍 reaction to the issue itself counts as a vote.
Other reactions and those to comments will not be taken into account.

@JalonSolov JalonSolov changed the title Error building Ved in external drive mac: Error building Ved in external drive Apr 25, 2024
@JalonSolov JalonSolov added the bug Something isn't working label Apr 25, 2024
@JalonSolov
Copy link
Contributor

The v bug file.v is if you have your own source file, named file.v, the v bug will create an issue for you and upload that file as part of the issue. Since you don't have your own file, it failed with the message about failing to open that file.

The problem you're seeing may be mac specific, so I changed the title. Ved compiles fine for me, on Linux.

@spytheman
Copy link
Member

That InstallApplicationEventHandler is called in uiold/uiold.m in the Ved repo, which is not used on Linux.

@spytheman spytheman transferred this issue from vlang/v May 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants