Would You like to Share!

netbeans 6.1

by Charlie on Oct.16, 2008, under Others (其他), Hits 566

这几天为了配置ACM地区赛的IDE,研究起了netbeans来。很无奈,在安装时,总是有些莫名其妙的错误。

一开始,装上netbeans时,要求编译器,于是,我选用了codeblocks的MingW的gcc,g++编译器。想用它的make,但是显示不支持MingW的make。于是,我试了一下别的make.exe(似乎不能在有空格的路径下,能否放在中文路径名下倒未曾考证),这时make倒是能用,不过总提示些问题。提示如下:

AllocationBase 0×0, BaseAddress 0×765B0000, RegionSize 0×3E0000, State 0×10000
D:\msys\1.0\bin\make.exe: *** Couldn’t reserve space for cygwin’s heap, Win32 error 487

这时,便上网查了一下,主要思想是需要将一个文件ReBase为0×765B0000(上文中的数)。

于是,上网下个Rebase.exe,然后再在cmd窗口运行,rebase.exe -b 0×765B0000 …(dll文件所在路径)。例如,我用的是msys,这时,便输入 rebase.exe -b 0×765B0000 d:\msys\1.0\bin\msys-1.0.dll

现在,一切便搞定了。

Share and Enjoy:
  • Digg
  • Sphinn
  • del.icio.us
  • Facebook
  • Mixx
  • Google Bookmarks
  • TwitThis
  • BlogMemes Jp
  • De.lirio.us
  • blinkbits
  • Slashdot
  • Symbaloo
  • TailRank
  • Webnews.de
  • Reddit
  • Yahoo! Buzz
  • YahooMyWeb

Random Posts


Leave a Reply

Looking for something?

Use the form below to search the site:

Still not finding what you're looking for? Drop a comment on a post or contact us so we can take care of it!