Re: Visual Studio Code on FreeBSD / port request

2018-06-04 Thread Carmel NY
On Mon, 4 Jun 2018 20:05:21 +0200, Miroslav Lachman stated:

>Carmel NY wrote on 2018/06/04 17:41:
>> On Mon, 4 Jun 2018 15:51:31 +0200, Miroslav Lachman stated:
>>   
>>> Does somebody successfully run Visual Studio Code on FreeBSD?
>>> https://github.com/Microsoft/vscode
>>> I know my friends are running it on Ubuntu but I didn't found any
>>> references how to run it on FreeBSD desktop.
>>>
>>> Miroslav Lachman  
>> 
>> 
>> You might try these URLs and see if it helps:
>> 
>> https://forums.freebsd.org/threads/visual-studio-code.62542/
>> https://www.cyberciti.biz/faq/debian-ubuntu-fedora-linux-installing-visual-studio-code/
>> https://visualgdb.com/tutorials/freebsd/  
>
>Thank you for the links.
>According to forum it seems there are some problems with dependencies - 
>they are not built for FreeBSD.
>I tried to unpack the archive (Alternate install method from 
>cyberciti.biz) but Linux version cannot be run on FreeBSD
>
>./VSCode-linux-x64/code
>./VSCode-linux-x64/code: error while loading shared libraries: 
>libdbus-1.so.3: cannot open shared object file: No such file or directory
>
>Miroslav Lachman

You might try posting on one of these MS Forums:

Kindly post your question to the MSDN Visual Studio Forums.
https://social.msdn.microsoft.com/Forums/vstudio/en-US/home?category=visualstudio

TechNet Forums: 
https://social.technet.microsoft.com/Forums/en-US/home

MSDN Forums:
https://social.msdn.microsoft.com/Forums/en-US/home

-- 
Carmel
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: Visual Studio Code on FreeBSD / port request

2018-06-04 Thread Yuri

On 06/04/18 06:51, Miroslav Lachman wrote:

Does somebody successfully run Visual Studio Code on FreeBSD?
https://github.com/Microsoft/vscode
I know my friends are running it on Ubuntu but I didn't found any 
references how to run it on FreeBSD desktop.



This function, for example, would fail for freebsd: 
https://github.com/Microsoft/vscode/blob/master/src/paths.js#L11 It is 
likely to be one among many others.


No, npm-based projects can't be ported to FreeBSD. They download a lot 
of things under the hood, that can't be fingerprinted.


Last time I tried, node projects are hit or miss: they depend on a lot 
of other projects that can be automatically updated any time. It might 
work one day, and not work the next day. It's also very insecure to run 
an unvetted code direct off of github. Somebody might add a rimraf('*') 
call as a matter of a mistake or a joke, and all your files will be 
eliminated, and you will never know who did it. npm/node is certainly a 
very volatile and insecure technology.



Yuri


___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: Visual Studio Code on FreeBSD / port request

2018-06-04 Thread Miroslav Lachman

Carmel NY wrote on 2018/06/04 17:41:

On Mon, 4 Jun 2018 15:51:31 +0200, Miroslav Lachman stated:


Does somebody successfully run Visual Studio Code on FreeBSD?
https://github.com/Microsoft/vscode
I know my friends are running it on Ubuntu but I didn't found any
references how to run it on FreeBSD desktop.

Miroslav Lachman



You might try these URLs and see if it helps:

https://forums.freebsd.org/threads/visual-studio-code.62542/
https://www.cyberciti.biz/faq/debian-ubuntu-fedora-linux-installing-visual-studio-code/
https://visualgdb.com/tutorials/freebsd/


Thank you for the links.
According to forum it seems there are some problems with dependencies - 
they are not built for FreeBSD.
I tried to unpack the archive (Alternate install method from 
cyberciti.biz) but Linux version cannot be run on FreeBSD


./VSCode-linux-x64/code
./VSCode-linux-x64/code: error while loading shared libraries: 
libdbus-1.so.3: cannot open shared object file: No such file or directory


Miroslav Lachman
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: Visual Studio Code on FreeBSD / port request

2018-06-04 Thread Carmel NY
On Mon, 4 Jun 2018 15:51:31 +0200, Miroslav Lachman stated:

>Does somebody successfully run Visual Studio Code on FreeBSD?
>https://github.com/Microsoft/vscode
>I know my friends are running it on Ubuntu but I didn't found any 
>references how to run it on FreeBSD desktop.
>
>Miroslav Lachman


You might try these URLs and see if it helps:

https://forums.freebsd.org/threads/visual-studio-code.62542/
https://www.cyberciti.biz/faq/debian-ubuntu-fedora-linux-installing-visual-studio-code/
https://visualgdb.com/tutorials/freebsd/

-- 
Carmel
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Visual Studio Code on FreeBSD / port request

2018-06-04 Thread Miroslav Lachman

Does somebody successfully run Visual Studio Code on FreeBSD?
https://github.com/Microsoft/vscode
I know my friends are running it on Ubuntu but I didn't found any 
references how to run it on FreeBSD desktop.


Miroslav Lachman
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"