This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 221721 - the variable compiler and interpreter on this system
Summary: the variable compiler and interpreter on this system
Status: RESOLVED INVALID
Alias: None
Product: cnd
Classification: Unclassified
Component: Toolchain (show other bugs)
Version: 7.2.1
Hardware: Sun Solaris
: P2 normal (vote)
Assignee: Alexander Simon
URL: http://net.arhipkin.com
Keywords: TEST
Depends on:
Blocks:
 
Reported: 2012-11-08 12:47 UTC by iljaarkhipkin
Modified: 2012-11-09 10:22 UTC (History)
0 users

See Also:
Issue Type: TASK
Exception Reporter:


Attachments
IDE log (700.23 KB, text/plain)
2012-11-08 12:48 UTC, iljaarkhipkin
Details

Note You need to log in before you can comment on or make changes to this bug.
Description iljaarkhipkin 2012-11-08 12:47:55 UTC
Product Version = NetBeans IDE 7.2.1 (Build 201210100934)
Operating System = SunOS version 5.11 running on x86
Java; VM; Vendor = 1.7.0_03
Runtime = Java HotSpot(TM) Client VM 22.1-b02

to specify the variable compiler and interpreter on this system I have installed the compiler, but I do know the way to the compiler?
Comment 1 iljaarkhipkin 2012-11-08 12:48:02 UTC
Created attachment 127392 [details]
IDE log
Comment 2 Leonid Lenyashin 2012-11-09 08:15:17 UTC
Лог абсолютно ни о чем не говорящий. Опишите, пожалуйста, что Вы пытаетесть делать и в чем именно у вас проблема.
Comment 3 Alexander Simon 2012-11-09 08:35:16 UTC
(In reply to comment #0)
> to specify the variable compiler and interpreter on this system I have
> installed the compiler, but I do know the way to the compiler?
Please, describe problem on Russian. I cannot understand what you wrote.
Comment 4 iljaarkhipkin 2012-11-09 09:34:42 UTC
(In reply to comment #3)
> (In reply to comment #0)
> > to specify the variable compiler and interpreter on this system I have
> > installed the compiler, but I do know the way to the compiler?
> Please, describe problem on Russian. I cannot understand what you wrote.

Я показал логом что среда не может найти путь к компилятору и интерпретатору в системе OpenIndiana 151a я ни знаю где он находиться и интерпретатор; установлено все компиляторы и интерпретаторы только нужно указать путь к ним
Comment 5 Leonid Lenyashin 2012-11-09 09:54:52 UTC
По-русски не сильно понятнее. Какой Вам нужен компилятор? Какой интерпретатор? Какого языка?
Откуда Вы знаете что они установлены? 
Если Вам нужен GNU С или С++, попробуйте:
$ which gcc 
то что он ответит и есть путь к компилятору
затем сходите в Tools->Options->C/C++ и добавьте toolchain с таким путем

И если Вы не знаете где все это установлено, то Вы уверены, что Вым все это нужно?
Comment 6 iljaarkhipkin 2012-11-09 10:04:40 UTC
(In reply to comment #5)
> По-русски не сильно понятнее. Какой Вам нужен компилятор? Какой интерпретатор?
> Какого языка?
> Откуда Вы знаете что они установлены? 
> Если Вам нужен GNU С или С++, попробуйте:
> $ which gcc 
> то что он ответит и есть путь к компилятору
> затем сходите в Tools->Options->C/C++ и добавьте toolchain с таким путем
> 
> И если Вы не знаете где все это установлено, то Вы уверены, что Вым все это
> нужно?

Спасибо помогло я новичок в системе некоторые команды ни знаю, мне среда нужна для реализации проекта коммьюнити группы написание для нее сайта, познания у меня в языках болле достаточно.
Баг заключался именно в пути компилятора вот сам путь при проделанной команды
sun@miass:~$ which gcc
which: no gcc in (/usr/gnu/bin:/usr/bin:/usr/sbin:/sbin)
Comment 7 soldatov 2012-11-09 10:18:16 UTC
> no gcc
Ищите тогда по всей машине:
find / -name 'gcc' 2> /dev/null