I get a bunch of compile errors in graph.h using M$ Visual C++, what's wrong?
FAQThere were some incompatibilty issues. Get the latest version of graph.h and assign4_a.h and be sure that your declaration matches the revised one.
Related QuestionsI'm using gcc and I get some compilation errors, what is wrong?
Apache Server Frequently Asked QuestionsI'm using RedHat Linux 5.0, or some other glibc-based Linux system, and I get errors with the crypt function when I attempt to build Apache 1.2.
Related QuestionsWhy are there linking errors when I compile 7-Zip or LZMA SDK with Visual C++ 6.0?
Frequently Asked Questions (FAQ)To compile sources you will need Visual C++ 6.0 or a later version. Some files also require a new Platform SDK from microsoft.com: http://www.microsoft.com/msdownload/platformsdk/sdkupdate/psdk-full.htm or http://www.microsoft.com/msdownload/platformsdk/sdkupdate/ If you are using MSVC, specify the SDK directories at the top of the "Include files" and "Library files" directory lists. These can be found under "Tools / Options / Directories". The latest Platform SDK is not compatible with MSVC6.
Related QuestionsWhy do I get compile errors on setpgrp?
Expect FAQ (Frequently Asked Questions)Edit the code and remove the arguments to setpgrp. Or upgrade to Expect 5.31 (or later) which adapts automatically.
Related QuestionsWhy do I get compile errors when trying to re-compile?
AxCrypt - FAQ - Frequently Asked QuestionsFor versions prior to 1.5.2: Ensure that you are using Visual Studio 6 and have the latest service pack (at least sp5 - if you get error C2440 you need this), also ensure that you have the latest Microsoft Platform SDK (the one that comes with Visual Studio is dated and does not work with AxCrypt - you may receive errors about undefined symbols and also errors in templates used for safe Handle-handling in AxCrypt). For versions 1.5.
Related QuestionsQuestion 7: How do I compile Visual C++ applications for Bentley InRoads?
SELECTservices | 6218 - Bentley InRoads SDK FAQIn order to have access to the InRoads SDK function signatures, set the Additional include directories under Project > Settings > C/C++ tab > Preprocessor Category to point to: the current location of the InRoads SDK for example; c:\Bentley\Selectcad\sdk. In order to link, go to the Project Settings dialog and the Link tab and set Object/library modules to: the current location of SCadSDK.lib. For example, C:\Bentley\SelectCAD\sdk\SCadSDK.lib.
Related QuestionsHow can I compile FreeSwitch with Microsoft Visual C++ 2005 Express Edition?
FreeSwitch FAQ - FreeSWITCH WikiInstall the Microsoft Platform SDK and Visual C++ 2005 and than you have to make steps written on http://msdn.microsoft.com/vstudio/express/visualc/usingpsdk/ . Import Freeswitch.sln and let's build. After importing you can ignore messages 'Solution folders are not supported in this version of Visual Studio."???The default build is the Debug build at the moment.
Related QuestionsHow do I compile/build/debug MESS with Visual C?
faq [MESS DevWiki]You can invoke the build with MSVC_BUILD=1 and the build will use Visual C instead of MinGW. Note that MinGW is still required as GNU make is used rather than nmake. Using the Microsoft compilers allows one to use the Visual C debugger to debug MESS, but one does not get the full benefits of the IDE.
Related QuestionsWhat's up with all these compile errors?
AfterStep 1.8 FAQ: Getting and Installing AfterStep 1.8Most likely, you don't have all the libraries AfterStep is looking for, such as libXpm, libpng, or jpeg libraries. Make sure you have the X devel package (should have come with your operating system, if not, check http://www.xfree86.org), and any image libraries you want.
Related QuestionsCan I compile OpenH323/PWLib using VS.NET 2003, VS.net 2005 and Visual C++ 2005 Express Edition?
Vox Gratia FAQVersion 1.14 of OpenH323 and version 1.7 of PWLib and all later revisions contain full support for VS.NET 2003. See the build instructions (section 4.5 above) for full information in compiling in that environment. Project files for VS.net 2005 and Visual C++ 2005 Express Edition were added on 26 June 2006 and are available in all later versions of the code.
Related QuestionsI can compile the TestXTuple.java file but whenever I run it I get many errors. What's wrong?
FAQ - TSpaces - Computer Science Research at AlmadenThe TestXTuple sample requires that the tspaces.jar and xerces.jar files be in the classpath at runtime.
Related QuestionsIs C++ a superset of C? Can I use a C++ compiler to compile C code?
Infrequently Asked Questions in comp.lang.cC++ is a superset of something, we're not sure what. You can use a C++ compiler to compile C code, but the results may surprise you.
Related QuestionsI get a bunch of warnings when I compile. Are they bad?
ECE 324/325 Lab Frequently Asked QuestionsAlways look at the warnings (yellow triangles with exclamation points) when compiling. They are your best aid for determining errors in your design. The following warnings are harmless: Found pins functioning as undefined clocks and/or memory enables Other warning messages should be more of a concern to you. If you see a warning stating that pins were not assigned or that unused pins exist in the design, etc... then you probably have a pinout problem.
Related QuestionsI don't want to/can't get the makefile working with Microsoft Visual C++. How do I compile ODE?
FAQ - ODE WikiBasically, you create a project, tweak some of the options for the config.h header, add all the cpp files in ode/src/ (except for a few that cause problems) into the project, include the drawstuff files, add all necessary include directories, add opengl32.lib and glu32.lib to the link line, and compile. Detailed instructions can be found in the Building ODE with MSVC6 section. Add the resource files "ode/drawstuff/src/resources.rc" and "ode/drawstuff/src/resource.h" to your project.
Related QuestionsHow do I compile and run my C++ procedures for Lab 1?
CS 241 Frequently Asked Questions (FAQs)For the "B" part (including the version in which you also return the pair of points along with the distance), you are expected to put your divide-and-conquer algorithm in a file called "closest-pair.cc" You will also need to modify lab1b.cc as indicated. A makefile is included with the provided code. Copy that into the directory with the rest of the code. Then just type "make". After successfull compilation and linking there will be a file called "lab1b.out". Just type "lab1b.out" to run it.
Related QuestionsI installed LessTif but I can't compile apps with it. What's wrong ?
LessTif Frequently Asked QuestionsYou may have an application that's not error-free; or (more likely) one which needs configuration for your site, computer platform, etc. If it's not a bug within the application it probably has to do with your compiler options. If it's indeed that, there are several possibilities. In the examples we'll give now, we'll be using some installation directories that may differ from your installation.
Related QuestionsWhy Visual C++?
Base One - Frequently Asked Questions about BFCVisual C++ is Microsoft's premiere Windows programming environment. While there are several interesting, up-and-coming contenders in the client/server marketplace, C++ has proven itself to be the best tool available today for building large-scale, mission-critical applications. Although "Fourth Generation" programming environments offer features for rapid development, the end-results are often disappointing or impractical for large-scale implementations.
Related QuestionsHow do I compile ThoughtTreasure using Symantec Think C on a Mac?
ThoughtTreasure FAQI was unsuccessful at getting ThoughtTreasure to run on a Macintosh Centris 650 using Mac OS version F1-7.1 and Symantec C++ Version 6.0.1. I ran into problems with bombing inside the library function fopen. I tried a few experiments but was unable to isolate the problem. If you want to attempt to compile and run ThoughtTreasure on the Mac, you might be able to make use of the procedure I used when trying unsuccessfully to do this: Download the ThoughtTreasure distribution to your Mac.
Related QuestionsHow do I call C++ functions from Gedae function boxes using the Microsoft Visual C++ compiler?
Welcome to Gedae's World Home!Let's assume that you already have a C++ library add_cpp.lib that was created inside the Microsoft Visual C++ workspace. This add_cpp.lib library contains a function float add_cpp(float a,float b) that you wish to use inside a Gedae function box. Follow these steps to access the function in your box: Write a new C++ file that provides a wrapper function for add_cpp() that exports the function to C using the extern "C" construct. In this example, create a file add_c.
Related QuestionsWhy does compile fail with: Don't know how to make pty_.c?
Expect FAQ (Frequently Asked Questions)From: libes (Don Libes) To: wren@io.nosc.mil Subject: Compile fails with: Don't know how to make pty_.c > I'm trying to compile Expect on hpux 9.01, > downloaded from ftp.cme.nist.gov expect.tar > after running config > the make fails with "Don't know how to make pty_.c. (compile fails) > I see three versions pty_sgttyb.c, pty_termios.c and pty_unicos.c in > the load, but the configure picked none of them. > I tried forcing to pty_termios.
Related QuestionsIs there a way to get Maven to report the number of compile errors found?
FAQs-1 - Maven User - CodehausCurrently, this type of summary information is not built into the compiler plugin, but it would be possible to add. If this feature is important to you, add your vote to MNG-1854. Currently, this is not possible. The main reason is that it's a non-trivial to determine whether an entire project's build is stale (the project here being one of the modules). It will be dependent on the phase being called, and the packaging of the particular module.
Related QuestionsWhy do I get lots of errors when trying to compile ?
FAQ - Rt2x00WikiProbably because you haven't got your kernel sources configured correctly. Ensure that you have the sources in the expected locations (/usr/src/linux-2.x.x) and that you have a symlink from /lib/modules/2.x.x/build to that source folder)
Related QuestionsWhat Do I Do About Errors Trying to Compile the Kernel?
Software DevelopmentRemember that when you apply a patch to the kernel, you must use the -p0 or -p1 option: otherwise, the patch may be misapplied. See the patch manual page for details. ld: unrecognized option -qmagic means that you should get a newer linker, from ftp://tsx-11.mit.edu/pub/linux/packages/GCC/, in the file binutils-2.8.1.0.1.bin.tar.gz.
Related QuestionsI added <vmr9.h> to my project and now I'm getting lots of compile errors. What's wrong?
TMH's FAQsYou probably also have <qedit.h> in your include file list. This is a known issue and the workaround is to split your code that uses VMR9 and the code that uses DES and related functions like IMediaDet into two separate source files. This means that you can't put either header file in a precompiled header such as stdafx.h. alternative solution was posted on the newsgroups by chadderack. He uses the #define below so that the conflicts are avoided:
Related QuestionsOpenDX - FAQThe gcc compiler parses your system header files and produces a modified subset which it uses for compiling. This behaviour ties gcc tightly to the version of your operating system. So, for example, if you were running IRIX 5.3 when you built gcc and then upgrade to IRIX 6.2 later, you will have to rebuild gcc. Similarly for Solaris 2.4, 2.5, or 2.5.1 when you upgrade to 2.6. Sometimes you can type "gcc -v" and it will tell you the version of the operating system it was built against.Related Questions
Apache Server Frequently Asked QuestionsGCC parses your system header files and produces a modified subset which it uses for compiling. This behaviour ties GCC tightly to the version of your operating system. So, for example, if you were running IRIX 5.3 when you built GCC and then upgrade to IRIX 6.2 later, you will have to rebuild GCC. Similarly for Solaris 2.4, 2.5, or 2.5.1 when you upgrade to 2.6. Sometimes you can type "gcc -v" and it will tell you the version of the operating system it was built against.Related Questions
