-
Notifications
You must be signed in to change notification settings - Fork 5.3k
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
Kaldi c++ project linker openfst path: ..\openfst\build_output\x64/src/lib/Debug #4948
Labels
Comments
Hi, the other-direction slashes are usually not a problem in windows paths.
What the "lots of errors" say?
Y.
…On Wed, Oct 2, 2024 at 18:37 MG1376 ***@***.***> wrote:
I set:
<OPENFST>..\Desktop\openfst</OPENFST>
<OPENFSTLIB>..\Desktop\openfst\build_output\x64</OPENFSTLIB>
in *variable.props* file and then ran '.. generate_solution.pl ..' in
windows command line.
But the project that is created has strange linker path:
..\openfst\build_output\x64/src/lib/Debug and thus *libfst.lib* gets a
lot of errors.
There is a trailing path with forward slashes. How to correct this?
—
Reply to this email directly, view it on GitHub
<#4948>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACUKYX2262FK2UFCNM4D2G3ZZQOOFAVCNFSM6AAAAABPIBT45OVHI2DSMVQWIX3LMV43ASLTON2WKOZSGU3DEMJUHE4TKMY>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Hi, one of the errors is:
|
I think the library file is called libfst.lib but it's trying to link
against fst.lib (incorrect name)
Y.
…On Wed, Oct 2, 2024 at 19:46 MG1376 ***@***.***> wrote:
Hi, on of the errors is:
LNK1104 cannot open file 'fst.lib' timer-tes
..\Desktop\kaldi\kaldiwin_default_OPENBLAS\kaldiwin\timer-test\LINK 1
—
Reply to this email directly, view it on GitHub
<#4948 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACUKYX6KWYLNCUVTAPVLYGTZZQWPZAVCNFSM6AAAAABPIBT45OVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGOBZGI2TMMZUGU>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
is there any way to correct this? |
I don't know right off the bat -- it will be mentioned either in the script
or in the solution templates.
y.,
…On Thu, Oct 3, 2024 at 7:19 AM MG1376 ***@***.***> wrote:
is there any way to correct this?
—
Reply to this email directly, view it on GitHub
<#4948 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACUKYX5M6BC3RY5CLV3JAE3ZZTHVVAVCNFSM6AAAAABPIBT45OVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGOJQGU2DCNRZGE>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I set:
in variable.props file and then ran '.. generate_solution.pl ..' in windows command line.
But the project that is created has strange linker path:
..\openfst\build_output\x64/src/lib/Debug
and thus libfst.lib gets a lot of errors.There is a trailing path with forward slashes. How to correct this?
The text was updated successfully, but these errors were encountered: