Search 5,000,000+ questions and answers.

Frequently Asked Questions

Compiling 3.1 - Why won't FlightGear compile?

FlightGear FAQ
Well, that depends. First make sure you are using the appropriate versions of FlightGear, SimGear, plib, zlib. If any of the packages are out of sync with the others, compilation may fail. The FlightGear Downloads page (http://flightgear.org/Downloads/) should tell you what versions you need if you are trying to compile the latest stable release. If you are using a development snapshot, make sure all three packages are up-to-date.
Related Questions

Why won't Apache compile with my system's cc?

Apache Server Frequently Asked Questions
This might be either because it's completely unknown or because the specific environment (include files, OS version, et cetera) isn't explicitly handled. If this happens, you may need to port the server to your OS yourself. Some operating systems include a default C compiler that is either not ANSI C-compliant or suffers from other deficiencies. The usual recommendation in cases like this is to acquire, install, and use gcc.
Related Questions

How do I compile a servlet? Q: Why won't my servlet compile?

Code Style: Java servlets frequently asked questions (FAQ)
All those "cannot find symbol" error messages mean that you do not have the Java servlet JAR file on your compiler's classpath, so it cannot find the servlet class files. The servlet JAR file is normally distributed with your servlet container. For Apache Tomcat it is a file named {CATALINA_HOME}/common/lib/servlet-api.jar. Add this to your compiler classpath as follows.
Related Questions

Why won't GIMP compile on 64-bit or IRIX (SGI) machines?

GIMP - Documentation
If you are using a 64-bit OS, you need to add the -o32' option for the compiler, or use gcc. With the SGI compiler, you may also need to play with optimization. Some modules may have exhibit problems unless compiled with -O1' or even '-O0'. Script-Fu requires the POSIX-compliant regex functions, which SGI only supports with IRIX 6.2 and later versions. The GNU version of regex should work just fine, though, and is available at:
Related Questions

Why won't my servlet compile? Q: Can I use a constructor in my servlet?

Code Style: Java servlets frequently asked questions (FAQ)
A servlet is a normal Java class, so when there are no custom constructors, there is an implicit default constructor with no arguments. Servlet containers typically use the Class.newInstance() method to load servlets, so you must be careful to add an explicit default constructor if you add non-default constructors.
Related Questions

Why won't my WML pages compile?

Kannel: Open Source WAP and SMS Gateway
Another common failure, for some WML pages, is seen when the wapbox log-file read something like "WML compiler: Parsing failed, no parsed document." Here, the libxml parser failed to understand the WML page, for some reason. Either the page is really malformed, or libxml has a problem. use 'xml-config --version' or 'rpm -q libxml', 'rpm -q libxml2', 'rpm -q libxml-devel' or 'rpm -q libxml2-devel' to find out whether libxml is installed on your system at all, and to see which version it is at.
Related Questions

Why won't Kogut compile?

The Kogut FAQ
Make sure that if you don't already have Kogut installed that you're using the bootstrapped version of Kogut. Also make sure that you have a few basic Unix utilities: a C compiler, make, and a Bourne or Bash-style shell. If you're on Windows or Mac OS X, this probably means downloading Cygwin or Fink to get these tools. If all else fails, post your error to the Kogut mailing list.
Related Questions

My code won't compile..why?

Section 4 - Using GCC
The compiler found a symbol that it wasn't expecting.. for example, an extra paren on a complex if check, a semicolon placed after a function body header, a semicolon omitted from the previous line amongst others. The error is not always on the line mentioned by gcc, but may be the previous line. This error arises when you assign a pointer to a non-pointer variable.
Related Questions

Why won't the GIMP compile on Solaris?

GIMP Developer FAQ
There may be a number of reasons. Several peoples' answers are here. The most detailed answers, list first, are the best bets with their noted versions. According to resident Gimp on SOlaris guru Jim Harmon, more recent versions (0.99.25 on) should compile easily, but you may need to make a change in /usr/graphics/gtk-config.in: OLD: --libs) echo -L${exec_prefix}/lib -L/usr/openwin/lib -R/usr/openwin/lib \ -lgtk -lgdk -lglib -lXext -lX11 -lsocket -lnsl -lm ;; NEW: (subs.
Related Questions

Why won't my copy of TINA compile?

TINA [faq]
Not an easy question to answer remotely. The wiki page in the developer's area includes solutions to some common problems.
Related Questions

Why won't OpenDX compile with my system's cc?

OpenDX - FAQ
This might be either because it's completely unknown or because the specific environment (include files, OS version, et cetera) isn't explicitly handled. If this happens, you may need to port the code to your OS yourself. Some operating systems include a default C compiler that is either not ANSI C-compliant or suffers from other deficiencies. The usual recommendation in cases like this is to acquire, install, and use gcc.
Related Questions

Why won't GIMP compile on IRIX (SGI)?

GIMP User FAQ
If you are using a 64-bit OS, you need to add the '-o32' option for the compiler, or use gcc. With the SGI compiler, you may also need to play with optimization. Some modules may have exhibit problems unless compiled with '-O1' or even '-O0'. Script-Fu requires the POSIX-compliant regex functions, which SGI only supports with IRIX 6.2 and later versions. The GNU version of regex should work just fine, though, and is available at: http://wuarchive.wustl.edu/systems/gnu/regex-0.12.tar.
Related Questions

Q2. I am getting a compile error when compiling ClubMedDispenserImpl.java. Why is this happening?

Frequently Asked Questions
A2. There is a mistake in ClubMedDispenserImpl.java that causes a compile error when running the ClubMed Server make.bat file (the executable as it exists on the CD-ROM functions correctly). To correct the compile problem, replace lines 10 and 11: A4. VBJ and VBJC are VisiBroker alternatives to the JDK Java and Javac commands respectively. When using the JDK, you should use the VisiBroker alternatives.
Related Questions

Building I am getting dependencies errors while compiling OpenSign - how should I compile OpenSign?

OpenOCES - Frequently Asked Questions
First of all, consider using the precompiled binary release of OpenSign. The applets in the binary releases are signed too, so you do not have to go purchase an object-signing certificate. However, if you still want to compile OpenSign yourself, you will need to install the following thirdparty dependencies Download the Java version and copy all files in libs/ to opensign-x-y-z-src/lib/.
Related Questions

What is compiling?

Setting up a new Rom
Details on how to compile Rom are given elsewhere. The process of compiling takes plain text files and converts them into codes that your machine can understand. Then it links them into a single executable file that can be run with the startup command.
Related Questions

Mordor Frequently Asked Questions
Compiling is the process of taking the text C code that makes up Mordor and turning it into a binary file that your computer can run. This is done by using a C compiler. It is invoked by typing 'make' in the src/ directory under UNIX.
Related Questions

Surface - Level Editing Shack -
In level design for rtcw you create a .map file. This map file then needs to be compiled into a .bsp file. The compile is where tools figure out what the map should be like in game, it determines the lighting, the environment, everything, it compiles it so it can be played.
Related Questions

Why won't my RMI implementation compile under JDK1.1?

Java Network Programming FAQ
Under JDK1.02, RMI implementations extend java.rmi.server.UnicastRemoteServer. This changed in JDK1.1 - you should now extend java.rmi.server.UnicastRemoteObject.
Related Questions

Why won't the linux-wlan drivers compile on my RedHat system?

Linux WLAN project - FAQ
If you do, you'll need to get the source pcmcia-cs (if you haven't already). Once you have the source, you need to run the configure script for it. Directions on this are in the root directory of the pcmcia package. It will ask a question from where to get the configuration. It can deduce the settings from the running kernel/pcmcia modules. Once you have run the configure the config.h file that the WLAN drivers are looking for will be there and the compilation should work without errors.
Related Questions

Allright, I've downloaded games now some won't compile/run , is there something I'm missing?

Linux Gamers' FAQ
There are several popular libraries which are often required by most free Linux games, Simple DirectMedia Layer (http://www.libsdl.org/), PLIB (http://plib.sourceforge.net/), ClanLIB (http://www.clanlib.org/), OpenAL (http://opensource.creative.com/), and Allegro (http://alleg.sourceforge.net). You might not have your XFree86 development headers.
Related Questions

Q: Newt won't compile when I try. What's the problem?

MondoRescue HOWTO
You are probably missing popt.h, which newt needs to compile, it can be found in the 'popt' package. Check your distribution and see if they have popt, if not check Related Linux Packages to see where you can get it. You should have used CD-RW. ;) In the HOWTO, it gives instructions on how to create a test CD (one, not six).
Related Questions

edit] bioperl-ext won't compile the staden IO lib part - what do I do?

FAQ - BioPerl
Are you sure io_lib is installed where you think it is, and that the install path is seen by Perl (did you answer the questions during perl Makefile.PL ?)
Related Questions

edit] My UDF won't interpret or compile - what is wrong?

Fluent FAQ -- CFD-Wiki, the free CFD reference
If Fluent complains about not being able to find a compiler, then check to make sure that the compiler is properly installed. On Windows machines, it is possible to install the Visual C++ compiler without fully setting up the command line compiler (which Fluent needs to be able to find). During the installation process, you need to select the "register environment variables" option.
Related Questions

Distribution 2.1 - Where can I get FlightGear?

FlightGear FAQ
The official download page is http://flightgear.org/Downloads/. Source code is our primary form of distribution, but precompiled binaries are available for Windows and SGI IRIX. The latest development code is available for everyone through our CVS repository. See http://flightgear.org/cvsResources/ for details. While the base package only comes with scenery for the San Francisco Bay area, you can currently fly just about anywhere in the world.
Related Questions

Why is the compiler slow at compiling?

HI-TECH Software Frequently Asked Questions
The compiler is slow at compiling my program, why? A: When you install the compiler it will operate in demo mode for 21 days. When the compiler is in demo mode some compiler options are disabled and there is a delay compiling files. To active the compiler you must register it. You can register on-line from the HI-TECH web site. Go to: http://www.htsoft.com/support/register.php If you have any problems registering or require more information about registration, please contact sales@htsoft.
Related Questions

Compiling a FAQ when everyone disagrees?

ANARCHISM.net / forum - Our own anarchist faq?
we have established that people on this board don't agree about ANYTHING, I don't see how we could agree on any answer, let alone compile a FAQ. quot;But Who Will Build the Roads?": Market Anarchy Explained http://www2.xlibris.com/bookstore/bookdisplay.asp?bookid=38234
Related Questions

Got A Question? Ask Our Community!


More Questions >>

© Copyright 2007-2008 QueryCAT
About • Webmasters • Contact