Coder Social home page Coder Social logo

Comments (9)

Dawid-Witkowski avatar Dawid-Witkowski commented on June 8, 2024 1

The directory C:\Program Files (x86)\bin does not exist in my case and I am running install as an administrator (cmd -> open as administrator, then cd into the correct dir), will edit this post and include the full console output once it crashes againπŸ˜„

from xtd.

Dawid-Witkowski avatar Dawid-Witkowski commented on June 8, 2024 1

Couldn't include the entire stacktrace in the post itself (body too long), so I decided to post it as a pastebin

side note: parts of it are in Polish, as I am a Pole, but if you have any trouble with translating just put a comment on this issue, I usually respond within a couple hours at max πŸ˜„ (btw, thank you for even picking up this issue, as I have no clue what I'm doing πŸ˜… )

from xtd.

gammasoft71 avatar gammasoft71 commented on June 8, 2024 1

can you send me the information on the operating system and Visual studio too thanks ;-)

from xtd.

Dawid-Witkowski avatar Dawid-Witkowski commented on June 8, 2024 1

the OS version seems to be in the pastebin: Microsoft Windows [Version 10.0.19045.3930] (Win 10)
Visual Studio:

Microsoft Visual Studio Community 2022 (64-bit) - Current
Version 17.8.5

from xtd.

Dawid-Witkowski avatar Dawid-Witkowski commented on June 8, 2024

Also, just to clarify, I did follow the steps in https://gammasoft71.github.io/xtd/docs/downloads#windows-10-or-later, but to no avail

from xtd.

gammasoft71 avatar gammasoft71 commented on June 8, 2024

Hi,

First of all, thank you for your interest in xtd πŸ˜‰ .

Can you manually check if the directory C:\Program Files (x86)\bin exists and contains the xtd executable files.

  • If so, check your user's path environment variable and see if it contains the path C:\Program Files (x86)\xtd\bin if not, add it.
  • If not, are you sure you're running your "Command Prompt" as an administrator? If you are not an administrator, xtd cannot be installed in the directory C:\Program Files (x86)\. If you were an administrator but xtd didn't install, could you send me the full console output? If you've lost it, you can reinstall xtd after deleting the build directory in the xtd directory.

from xtd.

gammasoft71 avatar gammasoft71 commented on June 8, 2024

There is a build error on control_list.h with std::sort , the header algorithm is missing... Sorry my bad.
I will create a new release v0.1.2 as soon as possible.

Four solutions are available:

Patch your sources

Updates your_xtd_path/src/xtd.forms/include/xtd/forms/list_control.h file with #include <algorithm> on line 6.

Use v0.1.0-beta branch

The correction is present see commit : 311b2c2

git clone --branch v0.1.0-beta  https://github.com/gammasoft71/xtd.git
install

Use latest xtd version

git clone  https://github.com/gammasoft71/xtd.git
install

Wait the v0.1.2-beta release

Wait until I release version v0.1.2-beta.

from xtd.

Dawid-Witkowski avatar Dawid-Witkowski commented on June 8, 2024

will try to run install after pulling from the branch, will keep you posted (hopefully the next comment will close this issue)

from xtd.

Dawid-Witkowski avatar Dawid-Witkowski commented on June 8, 2024

image
image

Well, it seems that it has worked, thank you ❀️

from xtd.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.