[openbeos] Introducing an Jam question to HAIKU Build system

  • From: Jörg Bernau <Joerg.Bernau@xxxxxx>
  • To: openbeos@xxxxxxxxxxxxx
  • Date: Sat, 23 Dec 2006 20:19:54 +0100

Hi Folks,

I am new on this list, as on some other I introduce myself with a few lines.

My Name is Joerg Bernau, dwelling in south-germany near to Stuttgart. I Am 38 Years old. My faforite OS is Linux and I was an IT-pro for that OS. Now I am an electrican in autmation (robotics). I still love my Toshiba Sattelite 4010 CDT. That is the reason why I focussed BeOS/HAIKU.

With an other guy I plan to port WebKit to HAIKU. 'Caus I am an C++ programmer which is very familar to make and qmake jam is new to me. As far as I saw this biuldsystem ist very powerful. As all other new stuff there are problems:

Ok, my Jamfile wihthin gperf-3.0.2/:

------------
SubDir 3RDPARTY_TOP src "gperf-3.0.2" ;

UseLibraryHeaders lib

SetSubDirSupportedPlatformsBeOSCompatible ;
UsePrivateHeaders shared ;

Main gperf :
       $(TOP)/src/version.cc
       $(TOP)/src/positions.cc
       $(TOP)/src/options.cc
       $(TOP)/src/keyword.cc
       $(TOP)/src/keyword-list.cc
       $(TOP)/src/input.cc
       $(TOP)/src/bool-array.cc
       $(TOP)/src/hash-table.cc
       $(TOP)/src/search.cc
       $(TOP)/src/output.cc
       $(TOP)/src/main.cc ;

LinkLibraries gperf : libgp ;
LINKLIBS on gperf = -lm ;

Library libgp :
       $(TOP)/lib/getopt.c
       $(TOP)/lib/getopt1.c
       $(TOP)/lib/getline.cc
       $(TOP)/lib/hash.cc ;

------------

calling "jam -a" terminates with the following result:

don't know how to make <build>settype
don't know how to make <build>mimeset
don't know how to make <build>setversion

Whom of you han help me?

THX

Joerg

Other related posts: