OpenSUSE Install :: Cannot Compile Vdrift-2009-06-15 - Warning: The Options Class Is Deprecated; Use The Variables Class Instead

Mar 12, 2010

I have a problem with compiling vdrift-2009-06-15 using scons. As the source that i obtained only supports scons i cannot use make. the error that i get when i try to compile it in GNOME Terminal is: scons: Reading SConscript files ... scons: warning: The Options class is deprecated; use the Variables class instead.
File "/home/mohit/Download/vdrift-2009-06-15/SConstruct", line 9, in <module>

scons: warning: The BoolOption() function is deprecated; use the BoolVariable() function instead.
File "/home/mohit/Download/vdrift-2009-06-15/SConstruct", line 13, in <module>
Checking for C++ header file asio.hpp... (cached) yes
Checking for C++ header file boost/bind.hpp... (cached) yes
Checking for C++ header file GL/gl.h... (cached) yes
Checking for C++ header file GL/glu.h... (cached) yes
Checking for C++ header file SDL/SDL.h... (cached) yes
[Code]........

View 4 Replies


ADVERTISEMENT

General :: Compile C++ Class In System?

May 25, 2010

I am new in c++ progreming .
i have written lot of classes and main class of c++ in one file and compile successfully but now i have written all classes in different and main class in different file like this.code...

now how to compile and run these classes

View 1 Replies View Related

Programming :: Unable To Compile Class For JSP?

Mar 15, 2011

My new guy has created several functioning webpages on his machine with TOMCAT 6 with Sun JDK, yet our machines use TOMCAT 5.5 with Open JDK, which his webpages don't show. Do you have any idea how to make them work? The error showing in a browser:

Code:
HTTP Status 500 -
type Exception report
message

description The server encountered an internal error () that prevented it from fulfilling this request.

exception org.apache.jasper.JasperException: Unable to compile class for JSP:

[Code]...

View 2 Replies View Related

Ubuntu :: Install Onto An Enterprise-class Server With A 64-bit Intel Xeon Processor?

Mar 4, 2010

I am downloading the 64-bit image of Ubuntu 9.10 right now, but I notice the filename has "amd64" in it. Will it only work on 64-bit AMD processors? I want to install it onto an enterprise-class server with a 64-bit Intel Xeon processor.

View 4 Replies View Related

Software :: SMTP SSL In Chrooted Webroot - Warning: "fsockopen() [function.fsockopen]: SSL: Success In /var/www/krai/class.smtp.php"

Mar 29, 2010

Code: Warning: fsockopen() [function.fsockopen]: SSL: Success in /var/www/krai/class.smtp.php on line 105

Warning: fsockopen() [function.fsockopen]: Failed to enable crypto in /var/www/krai/class.smtp.php on line 105

Warning: fsockopen() [function.fsockopen]: unable to connect to ssl://smtp.gmail.com:465 (Unknown error) in /var/www/krai/class.smtp.php on line 105

Those 3 errors popups when i chroot my webroot dir, without chrooting it works fine and email is send.

View 5 Replies View Related

OpenSUSE :: Import In OS Level (system Wide) The CAcert Root Certificate And The Relevant Class 3?

Feb 5, 2010

How can I import in OS level (system wide) the CAcert root certificate and the relevant class 3?

View 3 Replies View Related

Programming :: Passing Class To Itself (CPP)?

May 18, 2010

I'm struggling with the issue of passing a vector of a class to itself, here's what state its in now... (tried many variations, but without direction).

Code:
#include <iostream>
#include <string>

[code]...

View 2 Replies View Related

Ubuntu Networking :: Can't See Router When Using N Class

Mar 30, 2010

I noticed earlier today that I was only getting a 54Mb connection with my wireless which I assume means that it is using g class to connect (I get 130Mb connection when using Windows 7). On my router setup page I changed the mode from mixed (a g & n class) to just n class and from then on I couldn't connect to the internet or even access my router home page.

My router is a Linksys WRT-160n.
Wireless card is Edimax EW-7728ln.
I appear to be using the correct drivers - RT2860.
Also using Wicd network manager

View 6 Replies View Related

Ubuntu :: How To Mount USB Ptp Class Camera

Sep 1, 2010

Sony DCS-W55 not working with Shotwell, i had no problem with Canon S80, but Sony gives out USB ptp class camera is there any way to mount USB ptp class camera on Ubuntu.

View 2 Replies View Related

Programming :: C++: Defining A New Class - Periodic B.c?

Apr 9, 2010

I am trying to make a periodic boundary condition type function, using an existing class given to me in lecture notes, but am having some trouble! Effectively, I am trying to make an array such that, for a point in any row of a 2D matrix ("Matrix(i,j)"), the command "next_i[i]" will return "(i+1)%L", where L is the number of data points in the row. This will enable me to select a point to the right of any point in the matrix: "Matrix(next[i],j)"

[Code]....

View 1 Replies View Related

Networking :: How To Connect To Class A Network

Aug 17, 2009

In the company where I work they have just installed some new machines in a class A network:
10.1.10.x

I am running debian with a static IP, this is my configuration in /etc/network/interfaces
iface eth0 inet static
address 193.106.32.232
netmask 255.255.255.0
network 193.106.32.0
broadcast 193.106.32.255
gateway 193.106.32.254
dns-nameservers 213.139.0.51 213.139.0.52

The people who I work with all run windows and did not have to make any changes to ping the new network. What do I have to change to be able to see the new network, connect via samba etc.
"Great works are performed, not by strength, but by perseverance."
"Marriage is a three rings circus: engagement rings , wedding rings and sufferings."

View 1 Replies View Related

Networking :: How To Setup Class B Network

Dec 19, 2008

I work for an organization on which is growing up with pcs, I set up a linux but with a class c net (192.168.1.0/24) and dhcp for 250 clients, so my question is, how to change from class c to class b since now the org have now 300 pcs that need to be connected each other with printers and everything.

View 2 Replies View Related

General :: Class Getting Humility Lesson

Mar 2, 2011

I'm in Linux class getting a humility lesson as I type this.

View 2 Replies View Related

General :: Sys/class/net/ethx/type - What Is It?

May 3, 2011

To get info of all etherhet adapters I am using C as well as info from various files in /sys/class/net/ethx directory.

There is a file name 'type' and has a number in it. Is it physical medium type of ethernet adapter? If yes, then how do I get string representation of that number? If no, then How do I determine physical medium type of ethernet adapter. For example 802.3, 802.5 etc.

View 1 Replies View Related

Programming :: Use A Class Inside A Struct?

Apr 8, 2011

Is is possible to use a class inside a struct? I keep getting segmentation fault with this code:

Code:

struct my_struct {
unsigned count;
std::string msg;

[code]....

View 3 Replies View Related

Programming :: How To Set Up Global Class In JAVA?

May 10, 2011

I've had to do some code in java, a language I'm very much unfamiliarly with so please excuse my incorrect use of terms. The basic outline of my problem is I create a class object as a local within a swing button function it works fine. If I create it as a global ( with I think I need to do ) within main, then prototype it with the other swing objects at the bottom of the file when it is called it causes a host of problems. I think the easiest way is to show it.

View 2 Replies View Related

Programming :: How To Modify ArrayList From Outside Of Class?

Mar 10, 2010

Okay so I'm working on a program here as I'm learning java,I have an array that is initialized with 5 objects that are hard coded. I have made a GUI that takes the input needed and creates an object with those values.I need to add that object to the ArrayList that I have previously made.Okay, so I have three classes, guiclass.java, main.java and gladiator.java Objects are made and defined in "gladiator".Main contains my public static void main section, launches my gui, creates my five hard coded objects, creates my ArrayList and adds my five hard coded objects to the ArrayList.Now, I need to add the object that I generated in the guiSection [action Listener]to the ArrayList that I created in my main class's public static void main string... section. Problem is my arraylist "cannot be resolved" from guiclass.

View 13 Replies View Related

Programming :: Md5 In Java Without Using MessageDigest Class

Sep 18, 2010

I am looking to write a function to return an MD5 hash in Java but I don't want to us the MessageDigest class as I am using the J2ME framework which doesn't include it.

View 3 Replies View Related

Programming :: Php And Variable Class Names?

Sep 30, 2010

How can I handle the situation below so that the "Fatal Error" message is not shown. It would be ideal if I could supply a default class to be used. I'd prefer to not use: ini_set() to supress the errors but actually be able to "handle" the error.

Code:
<?php
class MyClass

[code]....

View 2 Replies View Related

Programming :: Possible To Communicate Values Between Class?

Feb 24, 2009

I have a application in C++, and now I have two class. MyDialog is the class that main function launch. In MyDialog class there are four elements and when I click over theese elements, there is a MousePressEvent that launch other class, Touchpad class. So, in some moments, I have loaded two class. My question is, how can pass a value from Touchpad class to MyDialog class, when I close (destroy) Touchpad class. In a few words, is it possible to communicate values between class?

View 5 Replies View Related

Programming :: Implement A Set Class (like In Stl) Using A Vector?

Sep 3, 2010

i need to implement a Set class(like in stl) using a vector.Here is my code that doesnt work corectly:

Code:
#include <iostream>
#include <vector>
template<class T>
class Set
{

[Code]....

View 2 Replies View Related

Fedora :: WARNING: Deprecated Config File - On Boot

Jan 5, 2010

I see these boot.log warning and understand that the directory where these config files are kept has (or is) changing. Okay, but is the correct procedure to just move them over from the /etc/modprobe.conf dir to the /etc/modprobe.d file? I am wondering if some changes to those config files or those that they are related to must be also made? A portion of the boot.log is below.

[Code]....

View 14 Replies View Related

Fedora :: WARNING: Deprecated Config File - While Booting

Mar 1, 2010

i got this warning message while booting

WARNING: Deprecated config file /etc/modprobe.conf, all config files belong into /etc/modprobe.d/.
WARNING: Deprecated config file /etc/modprobe.conf, all config files belong into /etc/modprobe.d/.

View 4 Replies View Related

Fedora :: Use To Organize All Of The Files For Class (teaching)?

Aug 26, 2010

I have a folder in my /home/user/documents/ directory, which I use to organize all of the files for class (teaching), early this week I moved all the contents of that directory to a subdirectory, and began writing lectures for the new semester. I just sat down at my computer and all of the changes I made to the directory have reverted to the way they were a week ago. Files are gone, the lectures I had written so far are gone, my syllabus is gone... I had a symlink to the directory on the desktop, its still there, but it's broken. The directory is a symlink to an NTFS partition, the /Documents directory is shared between the two OS's. Did this cause the problem?

Luckily I had today's lecture backed up on my website... so, i'm not sunk for today.. but.. this really scared me.

View 5 Replies View Related

Fedora :: Error Calling Another Java Class

Feb 4, 2011

I have a simple code like below. when I run this command javac callSMSClient.java I get this erros. Any solution to this please?

View 13 Replies View Related

Ubuntu :: Cannot Execute Java Class File In 9.10

Mar 20, 2010

I installed jdk1.6.0_18 version. Please see below for the version.

[Code].....

View 1 Replies View Related

Ubuntu :: Installing A New LaTeX Class And Importing It To LyX?

Jun 12, 2010

I am totally new to LaTeX. I need to prepare a journal paper regarding my project work. I have some experience in preparing articles using LyX. The Elsevier group of journals has a format which is available as a zip file from [URL].. how to install this in a LaTeX environment like Kile?Is it possible to import this to an environment like LyX?

View 2 Replies View Related

Ubuntu :: Create Latex Class With Texmf And Lyx?

Mar 25, 2011

I'm trying to create a new .cls file for a journal called Bayesian Analysis. They supply a list of files called "latex macros" which I would like to use with Lyx to create the correct format. I've tried lots of things but no luck yet. This is the list of files I can get, Lyx 2.0, texmf, ubuntu 10.10

ba.bst
ba.cls
baextra.readme

[code]....

View 2 Replies View Related

Applications :: Wrong ELF Class / 64BITS App Error?

Mar 6, 2010

Trying to run Secondlife-i686-1.23.5.136262 app on Ubuntu 9.10 64 BitS I get

./secondlife/

64-bit Linux detected: Disabling GStreamer (streaming video and music) by default; edit ./secondlife/ to re-enable.

Running from /home/pbureau/Downloads/SecondLife-i686-1.23.5.136262

/usr/lib/gio/modules/libgiogconf.so: wrong ELF class: ELFCLASS64 Failed to load module: /usr/lib/gio/modules/libgiogconf.so
/usr/lib/gio/modules/libgioremote-volume-monitor.so: wrong ELF class: ELFCLASS64 Failed to load module: /usr/lib/gio/modules/libgioremote-volume-monitor.so
/usr/lib/gio/modules/libgvfsdbus.so: wrong ELF class: ELFCLASS64 Failed to load module: /usr/lib/gio/modules/libgvfsdbus.so
code....

View 9 Replies View Related

General :: Smtp Class In Chrooted Directory

Jul 29, 2010

I am unable to send emails throught smtp class with auth server. Whenever i send the email even throught mybb smtp class in forum i see blank page and apache logs shows: Code: [Thu Jul 29 16:41:49 2010] [notice] child pid 23716 exit signal Segmentation fault (11) any idea what i have to add for proper work of this?

View 1 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved