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 177286 - Strange unicode symbols in Output tab
Summary: Strange unicode symbols in Output tab
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Remote (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P3 normal with 1 vote (vote)
Assignee: Alexander Simon
URL:
Keywords:
: 146878 170883 185634 (view as bug list)
Depends on:
Blocks:
 
Reported: 2009-11-20 05:34 UTC by soldatov
Modified: 2010-05-07 06:54 UTC (History)
4 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Screenshot (17.85 KB, image/png)
2009-11-20 05:35 UTC, soldatov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description soldatov 2009-11-20 05:34:09 UTC
From Windows XP (without cygwin, mingw and msys) to Linux (cska)

Scenario:
- Add cska remote host (smart secure copy)
- Create Fractal sample
- Select GNU compiler on 'cska'
- Build project
==>
gmake[2]: Entering directory `/export/home/tester/.netbeans/remote/ifdefqe-03-win-Windows-x86/C/Documents and Settings/tester/My Documents/NetBeansProjects/Fractal_7'
mkdir -p build/Debug/GNU-Linux-x86
rm -f build/Debug/GNU-Linux-x86/fractal.o.d
g++    -c -g -MMD -MP -MF build/Debug/GNU-Linux-x86/fractal.o.d -o build/Debug/GNU-Linux-x86/fractal.o fractal.cc
fractal.cc: In function �void Mandelbrot()’:
fractal.cc:136: warning: converting to �int’ from �long double’
fractal.cc:137: warning: converting to �int’ from �long double’
mkdir -p dist/Debug/GNU-Linux-x86
Comment 1 soldatov 2009-11-20 05:35:35 UTC
Created attachment 91419 [details]
Screenshot
Comment 2 camkego 2010-01-14 15:12:38 UTC
I also see this on Win 7 with GCC.



/usr/bin/make -f nbproject/Makefile-Debug.mk SUBPROJECTS= .build-conf
make[1]: Entering directory `/cygdrive/c/Users/c/Documents/NetBeansProjects/bookplay'
/usr/bin/make  -f nbproject/Makefile-Debug.mk dist/Debug/Cygwin_4.x-Windows/bookplay.exe
make[2]: Entering directory `/cygdrive/c/Users/c/Documents/NetBeansProjects/bookplay'
mkdir -p build/Debug/Cygwin_4.x-Windows
rm -f build/Debug/Cygwin_4.x-Windows/main.o.d
g++.exe -Wno-multichar   -c -g -I../mylib -MMD -MP -MF build/Debug/Cygwin_4.x-Windows/main.o.d -o build/Debug/Cygwin_4.x-Windows/main.o main.cpp
main.cpp: In function ‘int main(int, char**)’:
main.cpp:210: error: ‘t’ was not declared in this scope
make[2]: *** [build/Debug/Cygwin_4.x-Windows/main.o] Error 1
make[2]: Leaving directory `/cygdrive/c/Users/c/Documents/NetBeansProjects/bookplay'
make[1]: *** [.build-conf] Error 2
Comment 3 Alexander Simon 2010-04-16 11:41:43 UTC
fixed, change set:
http://hg.netbeans.org/cnd-main/rev/10335ab7fb26
- added new tool collection property "Encoding"
Comment 4 Quality Engineering 2010-04-17 08:18:31 UTC
Integrated into 'main-golden', will be available in build *201004170515* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/10335ab7fb26
User: Alexander Simon <alexvsimon@netbeans.org>
Log: fixed BZ#177286 Strange unicode symbols in Output tab
Comment 5 Vladimir Voskresensky 2010-04-19 10:25:13 UTC
*** Bug 170883 has been marked as a duplicate of this bug. ***
Comment 6 Alexander Simon 2010-04-28 19:32:07 UTC
*** Bug 146878 has been marked as a duplicate of this bug. ***
Comment 7 Alexander Simon 2010-05-07 06:54:39 UTC
*** Bug 185634 has been marked as a duplicate of this bug. ***