-
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
Build for WindowsXP is posible? #3
Comments
Hi, I've made a i686-build, i.e. win32 (not win64) binary. I'm not sure , that it works on Let me know the outcome! |
Hi: I got the following error: GetTickCount64 function: Minimum supported client Windows Vista BR |
What I have found that my compiler (mingw) is most likely compiled with default target to windows vista. It is something like that: So, if you can build mingw on yourself (on linux machine) it should probably work, because I was able to compile it. Here are a few patches:
More building instructions u can find in PS. You can find whether it need windows-vista via the command |
will try to build the mingw compiler by myself, not sure that it will be successful :) |
I could not find to patch: |
|
I think I was able to build for windowx xp, but unfortunately |
I'll try to use a different db-engine (switcheable) for winxp, but probably in a next version. The engines under consideration are: |
I think I've managed to do a proper build, please try @devisbal . If it works, I'll do more official release |
Hi: It did start. But you have configured it to connect to Global Discovery. I would like to start reviewing source and analyze to provide changes, but I will need that you help me with the cross compiler that you are using. I have not been able to create it. Also, when I did try conan on a linux sysmtem with the i686-mingw , when trying conan to process zlib, I did got errors about using m-m64, and not working. BR |
This is correct However, you can take the device id and ip address from |
Sure, here are the steps
PS. I've created |
Hi: |
it does not matter, any modern should be ok. I use void-linux :) |
Hi: I did try on ubuntu and also void-linux. |
Which command did you issued and in which dir? It seems you are trying just to do |
|
I've made a WBR |
Hi: I finally believe I was able to generate it. [E/2868] ssdp, udp socket cancellation : The attempted operation is not supported for the type of object referenced |
Hi: I did use the one on your site and that do not generate the error. [syncspirit-daemon_v0.3.1_i686-win32.zip] BR |
Hi: I just rebuild with the new instruction sequence from master, and it did work. Thanks |
|
Hi: BR |
Hi, I think there was a bug that dir scanning wasn't triggered. I fixed that in v0.3.2, please try. Also I specified path at |
Hi, I did try all combinations: M;\Test M:\Test M:/Test M://Test and always all ended bad in SyncSpirit/M [2024-05-11 22:11:17.969] [I/268] starting syncspirit v0.3.2, libraries: protobuf v3.21.9, lz4: v1.9.4, OpenSSL OpenSSL Where the other paths like --config-dir did works. |
Oh, it was windows-specific bug in my code, as it parsed |
Hi, Yas, it's working now. Files did go to M:\Test Also: [D/2332] controller/CL76FF7, next_file = Live.mp4 [I/1896] fs::file_actor, file M:/Test\Live.mp4 (29997118 bytes) is now locally available
|
this is expected behavior: when you delete a file on one device, and modify it on another, and then try to sync them, the 1st device does not knows what to do. It is a conflict, and it have to be resolved manually. The same conflict situation is on syncthing. There are a few strategies to handle them: either push-only (i.e. ignore remote deletes/changes) changes or pull-only changes (i.e. ignore local deletes/changes), or make a conflict file for manual conflict resolution (default) Neither of them is currently implemented in syncspirit, this is for future development. |
Hi:
It will be possible to build for 32bits Windows XP this program syncspirit?
We do have been using SyncThing on Windows XP, but those just are the latest posible we could compile/build that was: V1.6.1
BR
The text was updated successfully, but these errors were encountered: