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

Build with Visual Studio Debug/x64 : missing config.cfg file in build folder. #665

Closed
Etx17 opened this issue Jan 22, 2025 · 4 comments
Closed
Labels
question Further information is requested

Comments

@Etx17
Copy link

Etx17 commented Jan 22, 2025

Hi,
I'm currently setting up the project locally, using V3 path
Had to downgrade AnTCP client because version 1.1.1 didn't exist or downloadable (?)
could build my project in DEBUG X64,
But then doc says to find config.cfg file in the build in NavigationServer, but i don't have such a file in my whole repo.
Where am i supposed to find it ?
I've been kinda struggling to set up this v3
Any help would be greatly appreciated
Thanks

@Etx17 Etx17 added the question Further information is requested label Jan 22, 2025
@Xian55
Copy link
Owner

Xian55 commented Jan 22, 2025

Gooday,

Had to downgrade AnTCP client because version 1.1.1 didn't exist or downloadable (?)

Yes it is somewhat tricky to find it, but you can grab the 1.1.1 version from here, download the nuget package and install it manually on your machine.

But then doc says to find config.cfg file in the build in NavigationServer, but i don't have such a file in my whole repo.
Where am i supposed to find it ?

The config.cfg is used if it's already exists next to the executable, however if its not then, it's going to create a barebone settings with default values.

You should be able to locate the config.cfg here

YOUR_PATH\AmeisenNavigation\AmeisenNavigation.Server\build\x64\Debug\config.cfg

@Etx17
Copy link
Author

Etx17 commented Jan 23, 2025

Hey,
thanks for your help. I'm getting some overhead trying to intall it tho.
You'r link links to 2 zips files, and a .nupkg file. I downloaded them all but moved the .nupkg file to be able to successfuly update from VIsual Studio the library from 1.0.0 to 1.1.1 successfuly so thanks for that.
But when i press rebuild on navigation server, i get:
The library or object file 'C:\AmeisenNavigation-feature-multi-version-guess-z-coord\AmeisenNavigation-feature-multi-version-guess-z-coord\dep\AnTCP.Server\lib\Win32\Release\AnTCP.Server.lib' was built with a different compiler version than the objects like 'build\Win32\int\Release\Main.obj'. Please rebuild all objects and libraries with the same compiler.

So AnTCP server has been built in 32 but I don't have option sin visual to build anything in 32, only 64 or 86... Am i cooked ?

@Xian55
Copy link
Owner

Xian55 commented Jan 23, 2025

You may either try grab these(Xian55/AmeisenNavigation@0ccd5c1) and replace them.

Or

You can download https://github.com/Jnnshschl/AnTCP create a build(release and/or debug) and replace them on your side.

@Xian55
Copy link
Owner

Xian55 commented Feb 3, 2025

No feedback after long period of time.

@Xian55 Xian55 closed this as completed Feb 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants