compile rose-0.9.5a-14791 on Fedora 15

rose is a nice tool, suggested when reading the book <The CERT C Secure Coding Standard>

just install the tool on my Fedora 15 node,

1. Fetch the latest source code from official website: 0.9.5a-multiplatform-14791
2. Prepare the packages needed,(I use official Java Bins configured, which can be detected by configure script)

3. modify the configure script incase a boost version detect failure.

**About the path , I use following line to determine, it may also works on RH related platform.

4. configure with setting, for currently fedora.15 using gcc-4.6.0.

If you do only need some(not all) languages supported, using

5. make and continue.
Before make do modify the Makefile,  or the script shall not fetch the related EDG binaries for version4.6.

让办公室台式机静音

这个问题确实困扰了我好久,pc上插着耳线,想要把机箱声音关掉,只开着耳机也不容易,每次都要开机后手动去设定。

摸索了一下午终于搞定了~

在/etc/profile中加入以下几行

configure: error: C++ preprocessor “/lib/cpp” fails sanity check on mednafen pre-compile

check the env configuration failed,

the fix is to install gcc-g++ package,  but currently the dependency of F15 is not yet built-up,

I’m currently using gcc-4.6.0-7.fc15.i686 but it depends on gcc-4.6.0-6.fc15… oh…

version `GLIBCXX_3.4.11′ not found on LibreOffice component

I turned to Libreoffice for the yum issues on openoffice, install from official binary.

a small issue when startup application:

thanks google, it should be a potential problem on the cxx lib version, the attached lib on Libreoffice is old,

FIX:
just replace(ln) to the os current lib.

OpenOffice.org Dependency on Fedora 15 Yum is bad

After new OS image refreshed, I decided to add on the office package, as chosen on F11 I picked up the OOo from its mainpage.

but after the installation I found the yum dependencies were destroyed. seems OOo already been obsoleted by Libreoffice. but dependency builds failed.

 

failed when using yum update/other installations

I was using the OOo at F11 environment and don’t wanna a change, it’s also why I still trying to fetch the OOo package.

My guessing it should not be a good idea to add dependency on libre/OOo office packages to replace each other. but seems no better choices.

Either I dont want to fetch Libre* packages from rpm source since it builds dependencies on its own JRE and some unneeded rpms…

W/R
an alternative workaround may be to pick up Libre* build from it’s officalsite to replace my current setups. will have a try.