Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > C++ > help to compile on openSuse 11.2

Reply
Thread Tools

help to compile on openSuse 11.2

 
 
mickCyber
Guest
Posts: n/a
 
      03-14-2010
Hi
could someone help me compile the vidflat application from:
http://sourceforge.net/projects/l3d/
Might be easy for a professional but for me...I'm on openSuse 11.2
Huge thanks
Michael

 
Reply With Quote
 
 
 
 
jamm
Guest
Posts: n/a
 
      03-14-2010
mickCyber wrote:

> Hi
> could someone help me compile the vidflat application from:
> http://sourceforge.net/projects/l3d/
> Might be easy for a professional but for me...I'm on openSuse 11.2
> Huge thanks
> Michael


You should really contact the author or something involved with the project.
Your request is kinda off topic here.
 
Reply With Quote
 
 
 
 
mickCyber
Guest
Posts: n/a
 
      03-14-2010
I've sent an email at sourceforge...waiting for response
 
Reply With Quote
 
mikethebike
Guest
Posts: n/a
 
      03-15-2010
below the output with the current GCC:


michael@linux-os4n:~/CPP/l3d/source/app/vidflat> g++ main.cc -o outest
In file included from ../lib/tool_2d/screen.h:25,
from main.cc:27:
.../lib/tool_2d/si_rgb.h:32: error: extra qualification
‘l3d_screen_info_rgb::’ on member ‘l3d_screen_info_rgb’
In file included from main.cc:34:
.../lib/dynamics/plugins/plugenv.h:37: error: extra qualification
‘l3d_plugin_environment::’ on member ‘l3d_plugin_environment’
main.cc: In constructor ‘my_world::my_world()’:
main.cc:82: warning: deprecated conversion from string constant to
‘char*’
main.cc:85: warning: deprecated conversion from string constant to
‘char*’
main.cc:88: warning: deprecated conversion from string constant to
‘char*’
main.cc:91: warning: deprecated conversion from string constant to
‘char*’
michael@linux-os4n:~/CPP/l3d/source/app/vidflat> ^C
 
Reply With Quote
 
 
 
Reply

Thread Tools

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 On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Compiling Psim3/C++ file in openSUSE perezfranco@gmail.com C++ 0 03-27-2007 01:20 AM
Python eggs and openSuse 10.2 errors Turd Flop Down M'leg Python 2 03-15-2007 07:25 AM
cant compile on linux system.cant compile on cant compile onlinux system. Nagaraj C++ 1 03-01-2007 11:18 AM
Headless OpenSuSe 10.0 Eval Edition Luc The Perverse Java 1 01-30-2006 04:28 AM
wxPython installation woes on OpenSUSE linuxfreak Python 0 01-07-2006 06:17 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57