-
Notifications
You must be signed in to change notification settings - Fork 2
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
Update build.rs #10
base: main
Are you sure you want to change the base?
Update build.rs #10
Conversation
Hi. Compiled successfully(!) with a few warnings:
warning: the following packages contain code that will be rejected by a future version of Rust: nalgebra v0.26.2
Should I merge? Thanks again! |
I've fixed the first warning. |
cargo run cli --release returns When calling the executable (.\target\release\cli.exe) does nothing instead of creating the log file and popping up 4 windows. I tried adding a simple println!("starting rpysight"); and rebuilding but got the same behavior. |
This issue is that I don't have a windows machine to test this on. Do you know if this expected to work on Mac? |
Hardware is supported on Win and Linux but code should at least gracefully fail if the TimeTagger (aka the hardware) is not find.
If you’d like (and huge thanks again!) I can also set you up with remote access to the workstation hooked to the hardware (AnyDesk, details over private chat).
-------------------------------------------------------------------------------------
Prof. Pablo Blinder, PhD
https://pblab.tau.ac.il/
Neurobiology, Biochemistry and Biophysics School,
George S. Wise Faculty of Life Sciences,
and Sagol School for Neuroscience, Tel Aviv University
-------------------------------------------------------------------------------------
On Jul 9, 2024, at 09:19, Tomer Lev ***@***.***> wrote:
This issue is that I don't have a windows machine to test this on. Do you know if this expected to work on Mac?
Anyway, i'll try to get to it tonight
—
Reply to this email directly, view it on GitHub<#10 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AALGGKKTKJ554QQ7PXF3673ZLN6FJAVCNFSM6AAAAABKPEZRHOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEMJWGY3TOMJZHA>.
You are receiving this because you commented.Message ID: ***@***.***>
|
What happens when you run |
Same behavior. Log file is no longer being created.
-------------------------------------------------------------------------------------
Prof. Pablo Blinder, PhD
https://pblab.tau.ac.il/
Neurobiology, Biochemistry and Biophysics School,
George S. Wise Faculty of Life Sciences,
and Sagol School for Neuroscience, Tel Aviv University
-------------------------------------------------------------------------------------
On Jul 9, 2024, at 23:27, Tomer Lev ***@***.***> wrote:
What happens when you run target\debug\cli.exe through the terminal?
Also, there should be a log file in target/rpysight.log, could you see if there anything there?
—
Reply to this email directly, view it on GitHub<#10 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AALGGKJXZYXCY3ZGUXNQNSTZLRBR7AVCNFSM6AAAAABKPEZRHOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEMJYGY3TANJYGA>.
You are receiving this because you commented.Message ID: ***@***.***>
|
Please don't merge until this is tested