hit counter

Timeline

My development logbook

‘Svn Info’ in Hg

In hg you have to use two commands to extract info similar to svn.

“`

$ hg tip changeset: 70656:3301a01071f9 tag: tip user: Martin v. Löwis

The Python Build on Solaris Express Is a Partial Success

The python build on solaris express is a partial success. Here is part of the output message:

1
2
3
4
5
6
7
8
9
10

Python build finished, but the necessary bits to build these modules were not found:
_gdbm              ossaudiodev                        
To find the necessary bits, look in setup.py in detect_modules() for the module's name.


Failed to build these modules:
_curses            _curses_panel                      


Tried to Build _python_ in _Solaris Express 11_.

Tried to build python in Solaris Express 11.

Used pkg to install the gcc/g++.

and hg.

Ran configure to generate the Makefile.

After hitting make, got this error message:

1
2

math.h no such file or directory 

Solved by running: pkg install header-math