Diego Simak
2012-07-27 18:41:31 UTC
Hi Jonathan,
Sorry for the noise but I'm still trying to build NSM from git but the it
fails with the following error:
***@ruidosa:~/Downloads/non2$ git clone git://
git.tuxfamily.org/gitroot/non/daw.git
Initialized empty Git repository in /home/diego/Downloads/non2/daw/.git/
remote: Counting objects: 9433, done.
remote: Compressing objects: 100% (3314/3314), done.
remote: Total 9433 (delta 7338), reused 7800 (delta 6017)
Receiving objects: 100% (9433/9433), 7.60 MiB | 1006 KiB/s, done.
Resolving deltas: 100% (7338/7338), done.
***@ruidosa:~/Downloads/non2$
***@ruidosa:~/Downloads/non2$ cd daw/
***@ruidosa:~/Downloads/non2/daw$
***@ruidosa:~/Downloads/non2/daw$ git checkout --track -b next origin/next
Branch next set up to track remote branch next from origin.
Switched to a new branch 'next'
***@ruidosa:~/Downloads/non2/daw$
***@ruidosa:~/Downloads/non2/daw$ git submodule init
Submodule 'lib/ntk' (git://git.tuxfamily.org/gitroot/non/fltk.git)
registered for path 'lib/ntk'
***@ruidosa:~/Downloads/non2/daw$ git submodule update
Initialized empty Git repository in
/home/diego/Downloads/non2/daw/lib/ntk/.git/
remote: Counting objects: 1876, done.
remote: Compressing objects: 100% (1102/1102), done.
remote: Total 1876 (delta 848), reused 1746 (delta 751)
Receiving objects: 100% (1876/1876), 4.30 MiB | 942 KiB/s, done.
Resolving deltas: 100% (848/848), done.
Submodule path 'lib/ntk': checked out
'118604d6382956e793ec6bed06f654426bb6affd'
***@ruidosa:~/Downloads/non2/daw$
***@ruidosa:~/Downloads/non2/daw$
***@ruidosa:~/Downloads/non2/daw$ make -C lib
[SNIP]
make[1]: Entering directory `/home/diego/Downloads/non2/daw/lib/ntk'
=== making src ===
make[2]: Entering directory `/home/diego/Downloads/non2/daw/lib/ntk/src'
Compiling Fl_Cairo_Graphics_Driver.cxx...
In file included from Fl_Cairo_Graphics_Driver.cxx:98:
../FL/x.H:68: error: expected initializer before * token
../FL/x.H:93: error: variable or field fl_clip_region declared void
../FL/x.H:93: error: Fl_Region was not declared in this scope
../FL/x.H:94: error: Fl_Region does not name a type
../FL/x.H:131: error: Fl_Region does not name a type
../FL/x.H:173: error: Fl_Region does not name a type
In file included from ../FL/fl_draw.H:39,
from Fl_Cairo_Graphics_Driver.cxx:101:
../FL/Fl_Device.H:137: error: Fl_Region does not name a type
../FL/Fl_Device.H:220: error: Fl_Region does not name a type
../FL/Fl_Device.H:221: error: Fl_Region has not been declared
../FL/Fl_Device.H:347: error: Fl_Region does not name a type
../FL/Fl_Device.H:349: error: Fl_Region has not been declared
In file included from Fl_Cairo_Graphics_Driver.cxx:101:
../FL/fl_draw.H:145: error: variable or field fl_clip_region declared void
../FL/fl_draw.H:145: error: Fl_Region was not declared in this scope
../FL/fl_draw.H:149: error: Fl_Region does not name a type
Fl_Cairo_Graphics_Driver.cxx: In member function virtual void
Fl_Cairo_Graphics_Driver::pop_matrix():
Fl_Cairo_Graphics_Driver.cxx:172: warning: unused variable cr
Fl_Cairo_Graphics_Driver.cxx: In member function virtual void
Fl_Cairo_Graphics_Driver::translate(double, double):
Fl_Cairo_Graphics_Driver.cxx:184: warning: unused variable cr
Fl_Cairo_Graphics_Driver.cxx: In member function virtual void
Fl_Cairo_Graphics_Driver::scale(double, double):
Fl_Cairo_Graphics_Driver.cxx:192: warning: unused variable cr
Fl_Cairo_Graphics_Driver.cxx: In member function virtual void
Fl_Cairo_Graphics_Driver::rotate(double):
Fl_Cairo_Graphics_Driver.cxx:200: warning: unused variable cr
Fl_Cairo_Graphics_Driver.cxx: In member function virtual void
Fl_Cairo_Graphics_Driver::mult_matrix(double, double, double, double,
double, double):
Fl_Cairo_Graphics_Driver.cxx:208: warning: unused variable cr
Fl_Cairo_Graphics_Driver.cxx: In function void fl_set_antialias(int):
Fl_Cairo_Graphics_Driver.cxx:308: warning: unused variable cr
Fl_Cairo_Graphics_Driver.cxx: At global scope:
Fl_Cairo_Graphics_Driver.cxx:107: warning: aa defined but not used
make[2]: *** [Fl_Cairo_Graphics_Driver.o] Error 1
make[2]: Leaving directory `/home/diego/Downloads/non2/daw/lib/ntk/src'
make[1]: *** [all] Error 1
make[1]: Leaving directory `/home/diego/Downloads/non2/daw/lib/ntk'
make: *** [ntk/src/Cairo_Theme.cxx] Error 2
make: Leaving directory `/home/diego/Downloads/non2/daw/lib'
Don't really know if this error depends on the FLTK version installed
(1.1.0) or it is something else?
I'm using Ubuntu 10.04 LTS.
Thank you
Diego
Sorry for the noise but I'm still trying to build NSM from git but the it
fails with the following error:
***@ruidosa:~/Downloads/non2$ git clone git://
git.tuxfamily.org/gitroot/non/daw.git
Initialized empty Git repository in /home/diego/Downloads/non2/daw/.git/
remote: Counting objects: 9433, done.
remote: Compressing objects: 100% (3314/3314), done.
remote: Total 9433 (delta 7338), reused 7800 (delta 6017)
Receiving objects: 100% (9433/9433), 7.60 MiB | 1006 KiB/s, done.
Resolving deltas: 100% (7338/7338), done.
***@ruidosa:~/Downloads/non2$
***@ruidosa:~/Downloads/non2$ cd daw/
***@ruidosa:~/Downloads/non2/daw$
***@ruidosa:~/Downloads/non2/daw$ git checkout --track -b next origin/next
Branch next set up to track remote branch next from origin.
Switched to a new branch 'next'
***@ruidosa:~/Downloads/non2/daw$
***@ruidosa:~/Downloads/non2/daw$ git submodule init
Submodule 'lib/ntk' (git://git.tuxfamily.org/gitroot/non/fltk.git)
registered for path 'lib/ntk'
***@ruidosa:~/Downloads/non2/daw$ git submodule update
Initialized empty Git repository in
/home/diego/Downloads/non2/daw/lib/ntk/.git/
remote: Counting objects: 1876, done.
remote: Compressing objects: 100% (1102/1102), done.
remote: Total 1876 (delta 848), reused 1746 (delta 751)
Receiving objects: 100% (1876/1876), 4.30 MiB | 942 KiB/s, done.
Resolving deltas: 100% (848/848), done.
Submodule path 'lib/ntk': checked out
'118604d6382956e793ec6bed06f654426bb6affd'
***@ruidosa:~/Downloads/non2/daw$
***@ruidosa:~/Downloads/non2/daw$
***@ruidosa:~/Downloads/non2/daw$ make -C lib
[SNIP]
make[1]: Entering directory `/home/diego/Downloads/non2/daw/lib/ntk'
=== making src ===
make[2]: Entering directory `/home/diego/Downloads/non2/daw/lib/ntk/src'
Compiling Fl_Cairo_Graphics_Driver.cxx...
In file included from Fl_Cairo_Graphics_Driver.cxx:98:
../FL/x.H:68: error: expected initializer before * token
../FL/x.H:93: error: variable or field fl_clip_region declared void
../FL/x.H:93: error: Fl_Region was not declared in this scope
../FL/x.H:94: error: Fl_Region does not name a type
../FL/x.H:131: error: Fl_Region does not name a type
../FL/x.H:173: error: Fl_Region does not name a type
In file included from ../FL/fl_draw.H:39,
from Fl_Cairo_Graphics_Driver.cxx:101:
../FL/Fl_Device.H:137: error: Fl_Region does not name a type
../FL/Fl_Device.H:220: error: Fl_Region does not name a type
../FL/Fl_Device.H:221: error: Fl_Region has not been declared
../FL/Fl_Device.H:347: error: Fl_Region does not name a type
../FL/Fl_Device.H:349: error: Fl_Region has not been declared
In file included from Fl_Cairo_Graphics_Driver.cxx:101:
../FL/fl_draw.H:145: error: variable or field fl_clip_region declared void
../FL/fl_draw.H:145: error: Fl_Region was not declared in this scope
../FL/fl_draw.H:149: error: Fl_Region does not name a type
Fl_Cairo_Graphics_Driver.cxx: In member function virtual void
Fl_Cairo_Graphics_Driver::pop_matrix():
Fl_Cairo_Graphics_Driver.cxx:172: warning: unused variable cr
Fl_Cairo_Graphics_Driver.cxx: In member function virtual void
Fl_Cairo_Graphics_Driver::translate(double, double):
Fl_Cairo_Graphics_Driver.cxx:184: warning: unused variable cr
Fl_Cairo_Graphics_Driver.cxx: In member function virtual void
Fl_Cairo_Graphics_Driver::scale(double, double):
Fl_Cairo_Graphics_Driver.cxx:192: warning: unused variable cr
Fl_Cairo_Graphics_Driver.cxx: In member function virtual void
Fl_Cairo_Graphics_Driver::rotate(double):
Fl_Cairo_Graphics_Driver.cxx:200: warning: unused variable cr
Fl_Cairo_Graphics_Driver.cxx: In member function virtual void
Fl_Cairo_Graphics_Driver::mult_matrix(double, double, double, double,
double, double):
Fl_Cairo_Graphics_Driver.cxx:208: warning: unused variable cr
Fl_Cairo_Graphics_Driver.cxx: In function void fl_set_antialias(int):
Fl_Cairo_Graphics_Driver.cxx:308: warning: unused variable cr
Fl_Cairo_Graphics_Driver.cxx: At global scope:
Fl_Cairo_Graphics_Driver.cxx:107: warning: aa defined but not used
make[2]: *** [Fl_Cairo_Graphics_Driver.o] Error 1
make[2]: Leaving directory `/home/diego/Downloads/non2/daw/lib/ntk/src'
make[1]: *** [all] Error 1
make[1]: Leaving directory `/home/diego/Downloads/non2/daw/lib/ntk'
make: *** [ntk/src/Cairo_Theme.cxx] Error 2
make: Leaving directory `/home/diego/Downloads/non2/daw/lib'
Don't really know if this error depends on the FLTK version installed
(1.1.0) or it is something else?
I'm using Ubuntu 10.04 LTS.
Thank you
Diego