LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 12-10-2006, 02:37 PM   #1
Da_Panther
LQ Newbie
 
Registered: Oct 2004
Posts: 21

Rep: Reputation: 15
Nucleo not compiling in Ubuntu 6.06


Hey. I am trying to install Metisse. For some odd reason, Nucleo will not compile... here it is:

(after trying to compile a couple of times:

Code:
root@SworfishBook:/home/swordfish/Desktop/nucleo-0.1# make
Making all in nucleo
Making all in core
Making all in select
Making all in utils
Making all in network
Making all in http
Making all in udp
Making all in tcp
Making all in rdv
Making all in image
Making all in encoding
Making all in processing
Making all in basic
Making all in convolution
Making all in difference
Making all in chromakeying
Making all in gamma
Making all in noise
Making all in source
Making all in sink
 g++ -DHAVE_CONFIG_H -I. -I. -I../../../nucleo -I../../.. -I../../.. -I/usr/local/include/freetype2 -I/usr/local/include -g -O2 -MT ImageSink.lo -MD -MP -MF .deps/ImageSink.Tpo -c ImageSink.cxx  -fPIC -DPIC -o .libs/ImageSink.o
In file included from ../../../nucleo/image/sink/glwindowImageSink.H:19,
                 from ImageSink.cxx:23:
../../../nucleo/gl/window/glWindow.H:21:19: error: GL/gl.h: No such file or directory
In file included from ../../../nucleo/image/sink/glwindowImageSink.H:20,
                 from ImageSink.cxx:23:
../../../nucleo/gl/texture/glTexture.H:20:20: error: GL/glu.h: No such file or directory
../../../nucleo/gl/texture/glTextureTile.H:47: error: 'GLuint' does not name a type
../../../nucleo/gl/texture/glTextureTile.H:49: error: 'GLint' does not name a type
../../../nucleo/gl/texture/glTextureTile.H:50: error: 'GLenum' does not name a type
../../../nucleo/gl/texture/glTextureTile.H:76: error: 'GLuint' does not name a type
../../../nucleo/gl/texture/glTextureTile.H:77: error: 'GLenum' does not name a type
../../../nucleo/gl/texture/glTexture.H:39: error: ISO C++ forbids declaration of 'GLUtesselator' with no type
../../../nucleo/gl/texture/glTexture.H:39: error: expected ';' before '*' token
../../../nucleo/gl/texture/glTexture.H:45: error: 'GLint' does not name a type
../../../nucleo/gl/texture/glTexture.H:52: error: 'GLint' does not name a type
../../../nucleo/gl/texture/glTexture.H:81: error: 'GLdouble' does not name a type
../../../nucleo/gl/texture/glTexture.H:82: error: expected `)' before 'x'
make[4]: *** [ImageSink.lo] Error 1
make[3]: *** [all-recursive] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all] Error 2
make: *** [all-recursive] Error 1
Any ideas? any help would be appreciated.
Thanks alot.




EDIT:
to whoever comes along this problme, make sure all libGL libs are installed. Problem solved.

Last edited by Da_Panther; 12-10-2006 at 03:00 PM.
 
Old 12-27-2006, 05:03 PM   #2
Xeratul
Senior Member
 
Registered: Jun 2006
Location: UNIX
Distribution: FreeBSD
Posts: 2,659

Rep: Reputation: 255Reputation: 255Reputation: 255
Quote:
Originally Posted by Da_Panther
Hey. I am trying to install Metisse. For some odd reason, Nucleo will not compile... here it is:

(after trying to compile a couple of times:

Code:
root@SworfishBook:/home/swordfish/Desktop/nucleo-0.1# make
Making all in nucleo
Making all in core
Making all in select
Making all in utils
Making all in network
Making all in http
Making all in udp
Making all in tcp
Making all in rdv
Making all in image
Making all in encoding
Making all in processing
Making all in basic
Making all in convolution
Making all in difference
Making all in chromakeying
Making all in gamma
Making all in noise
Making all in source
Making all in sink
 g++ -DHAVE_CONFIG_H -I. -I. -I../../../nucleo -I../../.. -I../../.. -I/usr/local/include/freetype2 -I/usr/local/include -g -O2 -MT ImageSink.lo -MD -MP -MF .deps/ImageSink.Tpo -c ImageSink.cxx  -fPIC -DPIC -o .libs/ImageSink.o
In file included from ../../../nucleo/image/sink/glwindowImageSink.H:19,
                 from ImageSink.cxx:23:
../../../nucleo/gl/window/glWindow.H:21:19: error: GL/gl.h: No such file or directory
In file included from ../../../nucleo/image/sink/glwindowImageSink.H:20,
                 from ImageSink.cxx:23:
../../../nucleo/gl/texture/glTexture.H:20:20: error: GL/glu.h: No such file or directory
../../../nucleo/gl/texture/glTextureTile.H:47: error: 'GLuint' does not name a type
../../../nucleo/gl/texture/glTextureTile.H:49: error: 'GLint' does not name a type
../../../nucleo/gl/texture/glTextureTile.H:50: error: 'GLenum' does not name a type
../../../nucleo/gl/texture/glTextureTile.H:76: error: 'GLuint' does not name a type
../../../nucleo/gl/texture/glTextureTile.H:77: error: 'GLenum' does not name a type
../../../nucleo/gl/texture/glTexture.H:39: error: ISO C++ forbids declaration of 'GLUtesselator' with no type
../../../nucleo/gl/texture/glTexture.H:39: error: expected ';' before '*' token
../../../nucleo/gl/texture/glTexture.H:45: error: 'GLint' does not name a type
../../../nucleo/gl/texture/glTexture.H:52: error: 'GLint' does not name a type
../../../nucleo/gl/texture/glTexture.H:81: error: 'GLdouble' does not name a type
../../../nucleo/gl/texture/glTexture.H:82: error: expected `)' before 'x'
make[4]: *** [ImageSink.lo] Error 1
make[3]: *** [all-recursive] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all] Error 2
make: *** [all-recursive] Error 1
Any ideas? any help would be appreciated.
Thanks alot.




EDIT:
to whoever comes along this problme, make sure all libGL libs are installed. Problem solved.

http://patrick295767.sitesled.com/de...0.1-2_i386.deb
 
Old 12-27-2006, 07:09 PM   #3
Xeratul
Senior Member
 
Registered: Jun 2006
Location: UNIX
Distribution: FreeBSD
Posts: 2,659

Rep: Reputation: 255Reputation: 255Reputation: 255
when compiling :
error again :
Code:
rm -fr .libs/libcore.lax
creating libcore.la
(cd .libs && rm -f libcore.la && ln -s ../libcore.la libcore.la)
Making all in utils
mkdir .libs
 g++ -DHAVE_CONFIG_H -I. -I. -I../../nucleo -I../.. -I../.. -DNUCLEO_PLUGINS_DIR=\"/       sr/lib/nucleo\" -DNUCLEO_RESOURCES_DIR=\"/usr/share/nucleo\" -I/usr/include/freetype        -g -O2 -MT AppUtils.lo -MD -MP -MF .deps/AppUtils.Tpo -c AppUtils.cxx  -fPIC -DPIC        o .libs/AppUtils.o
 g++ -DHAVE_CONFIG_H -I. -I. -I../../nucleo -I../.. -I../.. -DNUCLEO_PLUGINS_DIR=\"/       sr/lib/nucleo\" -DNUCLEO_RESOURCES_DIR=\"/usr/share/nucleo\" -I/usr/include/freetype        -g -O2 -MT FileUtils.lo -MD -MP -MF .deps/FileUtils.Tpo -c FileUtils.cxx  -fPIC -DP       C -o .libs/FileUtils.o
 g++ -DHAVE_CONFIG_H -I. -I. -I../../nucleo -I../.. -I../.. -DNUCLEO_PLUGINS_DIR=\"/       sr/lib/nucleo\" -DNUCLEO_RESOURCES_DIR=\"/usr/share/nucleo\" -I/usr/include/freetype        -g -O2 -MT SignalUtils.lo -MD -MP -MF .deps/SignalUtils.Tpo -c SignalUtils.cxx  -fP       C -DPIC -o .libs/SignalUtils.o
 g++ -DHAVE_CONFIG_H -I. -I. -I../../nucleo -I../.. -I../.. -DNUCLEO_PLUGINS_DIR=\"/       sr/lib/nucleo\" -DNUCLEO_RESOURCES_DIR=\"/usr/share/nucleo\" -I/usr/include/freetype        -g -O2 -MT StringUtils.lo -MD -MP -MF .deps/StringUtils.Tpo -c StringUtils.cxx  -fP       C -DPIC -o .libs/StringUtils.o
StringUtils.cxx:21: error: explicit instantiation of 'class std::basic_string<char,        ucleo::ci_char_traits, std::allocator<char> >' in namespace 'nucleo' (which does not       enclose namespace 'std')
StringUtils.cxx:21: error: explicit instantiation of 'struct std::basic_string<char,       nucleo::ci_char_traits, std::allocator<char> >::_Alloc_hider' in namespace 'nucleo'        which does not enclose namespace 'std')
StringUtils.cxx:21: error: explicit instantiation of 'struct std::basic_string<char,       nucleo::ci_char_traits, std::allocator<char> >::_Rep' in namespace 'nucleo' (which d       es not enclose namespace 'std')
StringUtils.cxx:21: error: explicit instantiation of 'struct std::basic_string<char,       nucleo::ci_char_traits, std::allocator<char> >::_Rep_base' in namespace 'nucleo' (wh       ch does not enclose namespace 'std')
make[3]: *** [StringUtils.lo] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all] Error 2
make: *** [all-recursive] Error 1
help
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Compiling Kernel For Ubuntu? raid517 Ubuntu 2 12-08-2006 08:26 PM
Problem compiling a programing using SDL under Ubuntu 5.40. RHLinuxGUY Programming 5 03-24-2006 08:55 PM
Error during compiling 2.6.9 kernel on ubuntu 5.10 ozzy_linux Ubuntu 1 02-17-2006 01:11 PM
Kino .76 and Ubuntu problems compiling shelbydz Linux - Software 0 11-16-2005 10:37 AM
qt problems compiling kde themes on ubuntu hoary hedgehog c-- Linux - Software 2 05-31-2005 09:14 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 06:00 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration