Seasons greetings,
I'm trying to build flext for os x but when I run build.sh in the
terminal i get this message:
Last login: Tue Dec 27 00:05:04 on ttyp1
Welcome to Darwin!
alexandre-mathesons-power-mac-g5:~ alex$ bash /flext/build.sh pd gcc
/flext/buildsys/gnumake.mak:16: package.txt: No such file or directory
/flext/buildsys/gnumake.mak:20: *** "NAME variable must be defined
(name of target)". Stop.
I fiddled around in gnumake.mak and then I got this in the terminal:
Last login: Tue Dec 27 00:31:32 on ttyp1
Welcome to Darwin!
alexandre-mathesons-power-mac-g5:~ alex$ bash /flext/build.sh pd gcc
build
Your combination of platform, system and compiler is not supported yet. Required files: build/config-mac.def and build/gnumake-mac-gcc.inc
make: *** [build/gnumake-mac-gcc.inc] Error 1
I'm installing flext so I can get fluid~ going on pd. I'm using: flext 0.5.0 pd 0.39-2 os 10.4.3 w/xtools
any help would be really appriciated
regards, Alexandre Matheson
The history of every major galactic civilization tends to pass
through three distinct and recognizable phases, those of Survival,
Inquiry and Sophistication, otherwise known as the How, Why and Where
Phases.
For instance, the first phase can be characterized by the question
'How can we eat?', the second by the question 'Why do we eat?' and
the third by the question 'Where shall we have lunch?'
-Douglas Adams
On Dec 27, 2005, at 1:29 AM, Alexandre Matheson wrote:
Seasons greetings,
I'm trying to build flext for os x but when I run build.sh in the
terminal i get this message:Last login: Tue Dec 27 00:05:04 on ttyp1 Welcome to Darwin! alexandre-mathesons-power-mac-g5:~ alex$ bash /flext/build.sh pd gcc /flext/buildsys/gnumake.mak:16: package.txt: No such file or directory
...this is telling you what's wrong: there should be a package.txt
in the flext/ directory, and if not, then you need to update your cvs
checkout...you may also want to cd into the flext directory...
james
Hi James,
I already had package.txt but the path in gnumake.mak was incorrect
so I changed it to reflect where it is on my computer but now I get
this from the console:
Your combination of platform, system and compiler is not supported yet. Required files: build/config-mac.def and build/gnumake-mac-gcc.inc
make: *** [build/gnumake-mac-gcc.inc] Error 1
I have these two files but it's not finding them for some reason. I
don't know what I have to configure cause I'm completely new to
compiling.
On 27-Dec-05, at 3:34 PM, james tittle wrote:
On Dec 27, 2005, at 1:29 AM, Alexandre Matheson wrote:
Seasons greetings,
I'm trying to build flext for os x but when I run build.sh in the
terminal i get this message:Last login: Tue Dec 27 00:05:04 on ttyp1 Welcome to Darwin! alexandre-mathesons-power-mac-g5:~ alex$ bash /flext/build.sh pd gcc /flext/buildsys/gnumake.mak:16: package.txt: No such file or
directory...this is telling you what's wrong: there should be a package.txt
in the flext/ directory, and if not, then you need to update your
cvs checkout...you may also want to cd into the flext directory...james
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/ listinfo/pd-list
regards, Alexandre Matheson
The history of every major galactic civilization tends to pass
through three distinct and recognizable phases, those of Survival,
Inquiry and Sophistication, otherwise known as the How, Why and Where
Phases.
For instance, the first phase can be characterized by the question
'How can we eat?', the second by the question 'Why do we eat?' and
the third by the question 'Where shall we have lunch?'
-Douglas Adams
cd into the flext directory did the trick to build. sorry I'm new to
this :-)
alex
On 28-Dec-05, at 3:03 AM, Alexandre Matheson wrote:
Hi James,
I already had package.txt but the path in gnumake.mak was incorrect
so I changed it to reflect where it is on my computer but now I get
this from the console:alexandre-mathesons-power-mac-g5:~ alex$ bash /flext/build.sh pd gcc
Your combination of platform, system and compiler is not supported
yet. Required files: build/config-mac.def and build/gnumake-mac-gcc.inc
make: *** [build/gnumake-mac-gcc.inc] Error 1
I have these two files but it's not finding them for some reason. I
don't know what I have to configure cause I'm completely new to
compiling.On 27-Dec-05, at 3:34 PM, james tittle wrote:
On Dec 27, 2005, at 1:29 AM, Alexandre Matheson wrote:
Seasons greetings,
I'm trying to build flext for os x but when I run build.sh in the
terminal i get this message:Last login: Tue Dec 27 00:05:04 on ttyp1 Welcome to Darwin! alexandre-mathesons-power-mac-g5:~ alex$ bash /flext/build.sh pd gcc /flext/buildsys/gnumake.mak:16: package.txt: No such file or
directory...this is telling you what's wrong: there should be a
package.txt in the flext/ directory, and if not, then you need to
update your cvs checkout...you may also want to cd into the flext
directory...james
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/ listinfo/pd-list
regards, Alexandre Matheson
The history of every major galactic civilization tends to pass
through three distinct and recognizable phases, those of Survival,
Inquiry and Sophistication, otherwise known as the How, Why and
Where Phases. For instance, the first phase can be characterized by the question
'How can we eat?', the second by the question 'Why do we eat?' and
the third by the question 'Where shall we have lunch?' -Douglas Adams
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/ listinfo/pd-list
regards, Alexandre Matheson
The history of every major galactic civilization tends to pass
through three distinct and recognizable phases, those of Survival,
Inquiry and Sophistication, otherwise known as the How, Why and Where
Phases.
For instance, the first phase can be characterized by the question
'How can we eat?', the second by the question 'Why do we eat?' and
the third by the question 'Where shall we have lunch?'
-Douglas Adams
Sorry to still be bugging you guys with this but I pretty sure I'm
doing something wrong. I cd into the flext directory and typed bash
build.sh pd gcc and it created the config-mac-pd-gcc.txt file in
buildsys:
alexandre-mathesons-power-mac-g5:~ alex$ cd ~/desktop/flext
alexandre-mathesons-power-mac-g5:~/desktop/flext alex$ bash build.sh
pd gcc
A default system configuration file has been created. Please edit ./buildsys/config-mac-pd-gcc.txt to match your platform, then start again.
make: *** [buildsys/config-mac-pd-gcc.txt] Error 1
I modified this file to reflect my system and then typed sudo bash
build.sh pd gcc install and it created the config file:
alexandre-mathesons-power-mac-g5:~/desktop/flext alex$ sudo bash
build.sh pd gcc install
We trust you have received the usual lecture from the local System Administrator. It usually boils down to these three things:
#1) Respect the privacy of others.
#2) Think before you type.
#3) With great power comes great responsibility.
A default package configuration file has been created. Please edit config.txt, then start again.
make: *** [config.txt] Error 1
Now I'm stuck I don't think I need sndobj and stk support I just want
to compile fluid~ cause I got a whole whack of sounfonts but now when
I try to install I get this message:
alexandre-mathesons-power-mac-g5:~/desktop/flext alex$ sudo bash
build.sh pd gcc install
make -f ./buildsys/gnumake-sub.mak PLATFORM=mac RTSYS=pd COMPILER=gcc
BUILDPATH=./buildsys/ PKGINFO=package.txt BUILDCLASS=flext
USRCONFIG=config.txt USRMAKE=build/gnumake-mac-gcc.inc
TARGETMODE=release TARGETTYPE=single _install_
buildsys/mac/gnumake-gcc-flext.inc:27: warning: overriding commands
for target pd-darwin/release-single' buildsys/mac/gnumake-gcc-flext.inc:24: warning: ignoring old commands for target
pd-darwin/release-single'
install pd-darwin/release-single/libflext-pd_s.0.5.0.a /usr/local/lib
install: pd-darwin/release-single/libflext-pd_s.0.5.0.a: No such file
or directory
make[1]: *** [_install_] Error 71
make: *** [install-release-single] Error 2
alexandre-mathesons-power-mac-g5:~/desktop/flext alex$
So what am I doing wrong? I have gotten 4 errors in total, error 1
twice and error 2 and error 71.
On 28-Dec-05, at 3:59 AM, Alexandre Matheson wrote:
cd into the flext directory did the trick to build. sorry I'm new
to this :-)alex
On 28-Dec-05, at 3:03 AM, Alexandre Matheson wrote:
Hi James,
I already had package.txt but the path in gnumake.mak was
incorrect so I changed it to reflect where it is on my computer
but now I get this from the console:alexandre-mathesons-power-mac-g5:~ alex$ bash /flext/build.sh pd gcc
Your combination of platform, system and compiler is not supported
yet. Required files: build/config-mac.def and build/gnumake-mac-gcc.inc
make: *** [build/gnumake-mac-gcc.inc] Error 1
I have these two files but it's not finding them for some reason.
I don't know what I have to configure cause I'm completely new to
compiling.On 27-Dec-05, at 3:34 PM, james tittle wrote:
On Dec 27, 2005, at 1:29 AM, Alexandre Matheson wrote:
Seasons greetings,
I'm trying to build flext for os x but when I run build.sh in
the terminal i get this message:Last login: Tue Dec 27 00:05:04 on ttyp1 Welcome to Darwin! alexandre-mathesons-power-mac-g5:~ alex$ bash /flext/build.sh pd
gcc /flext/buildsys/gnumake.mak:16: package.txt: No such file or
directory...this is telling you what's wrong: there should be a
package.txt in the flext/ directory, and if not, then you need to
update your cvs checkout...you may also want to cd into the flext
directory...james
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/ listinfo/pd-list
regards, Alexandre Matheson
The history of every major galactic civilization tends to pass
through three distinct and recognizable phases, those of Survival,
Inquiry and Sophistication, otherwise known as the How, Why and
Where Phases. For instance, the first phase can be characterized by the question
'How can we eat?', the second by the question 'Why do we eat?' and
the third by the question 'Where shall we have lunch?' -Douglas Adams
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/ listinfo/pd-list
regards, Alexandre Matheson
The history of every major galactic civilization tends to pass
through three distinct and recognizable phases, those of Survival,
Inquiry and Sophistication, otherwise known as the How, Why and
Where Phases. For instance, the first phase can be characterized by the question
'How can we eat?', the second by the question 'Why do we eat?' and
the third by the question 'Where shall we have lunch?' -Douglas Adams
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/ listinfo/pd-list
regards, Alexandre Matheson
The history of every major galactic civilization tends to pass
through three distinct and recognizable phases, those of Survival,
Inquiry and Sophistication, otherwise known as the How, Why and Where
Phases.
For instance, the first phase can be characterized by the question
'How can we eat?', the second by the question 'Why do we eat?' and
the third by the question 'Where shall we have lunch?'
-Douglas Adams
Hi Alexandre,
alexandre-mathesons-power-mac-g5:~ alex$ cd ~/desktop/flext alexandre-mathesons-power-mac-g5:~/desktop/flext alex$ bash build.sh
pd gcc
-- A default system configuration file has been created. Please edit ./buildsys/config-mac-pd-gcc.txt to match your platform, then start again.
-- make: *** [buildsys/config-mac-pd-gcc.txt] Error 1
I modified this file to reflect my system and then typed sudo bash
build.sh pd gcc install and it created the config file:alexandre-mathesons-power-mac-g5:~/desktop/flext alex$ sudo bash
build.sh pd gcc install
Now I'm stuck I don't think I need sndobj and stk support I just want
to compile fluid~ cause I got a whole whack of sounfonts but now when
I try to install I get this message:
alexandre-mathesons-power-mac-g5:~/desktop/flext alex$ sudo bash
build.sh pd gcc install make -f ./buildsys/gnumake-sub.mak PLATFORM=mac RTSYS=pd COMPILER=gcc
BUILDPATH=./buildsys/ PKGINFO=package.txt BUILDCLASS=flext
USRCONFIG=config.txt USRMAKE=build/gnumake-mac-gcc.inc
TARGETMODE=release TARGETTYPE=single _install_ buildsys/mac/gnumake-gcc-flext.inc:27: warning: overriding commands
for targetpd-darwin/release-single' buildsys/mac/gnumake-gcc-flext.inc:24: warning: ignoring old commands for target
pd-darwin/release-single' install pd-darwin/release-single/libflext-pd_s.0.5.0.a /usr/local/lib install: pd-darwin/release-single/libflext-pd_s.0.5.0.a: No such file
or directory make[1]: *** [_install_] Error 71 make: *** [install-release-single] Error 2 alexandre-mathesons-power-mac-g5:~/desktop/flext alex$So what am I doing wrong? I have gotten 4 errors in total, error 1
twice and error 2 and error 71.
the point is that after editing config-mac-pd-gcc.txt you'll have to
run "build.sh pd gcc" again, NOT "build.sh pd gcc install".
I'll have to include this into the docs, it seems to be a very common
source of problems - "build install" doesn NOT automatically build the
flext package, it just wants to install it, which is not possible if it
hasn't been built before.
best greetings, Thomas
Thanks Thomas,
I think that worked, I owe you a beer :-)
On 1-Jan-06, at 4:57 PM, Thomas Grill wrote:
Hi Alexandre,
alexandre-mathesons-power-mac-g5:~ alex$ cd ~/desktop/flext alexandre-mathesons-power-mac-g5:~/desktop/flext alex$ bash
build.sh pd gcc
A default system configuration file has been created. Please edit ./buildsys/config-mac-pd-gcc.txt to match your platform, then start again.
make: *** [buildsys/config-mac-pd-gcc.txt] Error 1
I modified this file to reflect my system and then typed sudo bash
build.sh pd gcc install and it created the config file:alexandre-mathesons-power-mac-g5:~/desktop/flext alex$ sudo bash
build.sh pd gcc installNow I'm stuck I don't think I need sndobj and stk support I just
want to compile fluid~ cause I got a whole whack of sounfonts but
now when I try to install I get this message:alexandre-mathesons-power-mac-g5:~/desktop/flext alex$ sudo bash
build.sh pd gcc install make -f ./buildsys/gnumake-sub.mak PLATFORM=mac RTSYS=pd
COMPILER=gcc BUILDPATH=./buildsys/ PKGINFO=package.txt
BUILDCLASS=flext USRCONFIG=config.txt USRMAKE=build/gnumake-mac- gcc.inc TARGETMODE=release TARGETTYPE=single _install_ buildsys/mac/gnumake-gcc-flext.inc:27: warning: overriding
commands for targetpd-darwin/release-single' buildsys/mac/gnumake-gcc-flext.inc:24: warning: ignoring old commands for target
pd-darwin/release-single' install pd-darwin/release-single/libflext-pd_s.0.5.0.a /usr/local/lib install: pd-darwin/release-single/libflext-pd_s.0.5.0.a: No such
file or directory make[1]: *** [_install_] Error 71 make: *** [install-release-single] Error 2 alexandre-mathesons-power-mac-g5:~/desktop/flext alex$So what am I doing wrong? I have gotten 4 errors in total, error 1
twice and error 2 and error 71.the point is that after editing config-mac-pd-gcc.txt you'll have
to run "build.sh pd gcc" again, NOT "build.sh pd gcc install". I'll have to include this into the docs, it seems to be a very
common source of problems - "build install" doesn NOT automatically
build the flext package, it just wants to install it, which is not
possible if it hasn't been built before.best greetings, Thomas
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/ listinfo/pd-list
regards, Alexandre Matheson
The history of every major galactic civilization tends to pass
through three distinct and recognizable phases, those of Survival,
Inquiry and Sophistication, otherwise known as the How, Why and Where
Phases.
For instance, the first phase can be characterized by the question
'How can we eat?', the second by the question 'Why do we eat?' and
the third by the question 'Where shall we have lunch?'
-Douglas Adams