0
votes
2answers
22 views
My flex/yacc program compiles differently on two different linux machines
One one machine, everything compiles fine. On another machine, it complains about the -ly option when I use gcc to create the output file. If I remove the -ly option, then it mak …
0
votes
7answers
172 views
How do you actually use a C library?
I'm sure this question has been asked many times, but I can't figure this out. Bear with me.
So when you download a library, you get a bunch of .c and .h files, plus a lot of othe …
1
vote
1answer
24 views
Visual Studio Compilation Time Statistic
Anyone know an add-in or something that could give me the number of time spent on compiling during the day? I am interested to gather some data about the time I use Visual Studio t …
1
vote
2answers
49 views
Statically linking Winsock?
I'm using Winsock 1.1 in my project. I include wsock32.lib in "Additional Dependencies".
I'm looking at the DLL project using depends.exe and notice that the DLL depends on wsock3 …
1
vote
1answer
80 views
sqrt from math.h causes compile error
So I've run into an interesting problem I've never seen before.
I created a small program, as follows:
#include <math.h>
#include <stdio.h>
#include <unist …
1
vote
3answers
46 views
Using make to generate bison grammar
In a project that uses make and bison, I'm having difficulty specifying that the compiled grammar grammar.tab.c depends on the grammar input grammar.y, that each object file depend …
-9
votes
2answers
129 views
For what reason does an IDE not check to see if it can create a binary before compiling? [closed]
Is there a specific reason as to why an IDE would go through the trouble of compiling a project only to have it fail when linking?
I won't tell you why this bothers me, because a …
0
votes
1answer
29 views
Oracle 7 ProC++ Libraries Help
I am modifying an old DLL which uses Oracle 7 ProC++ precompiled code (SQLLIB18.LIB) and don't have any documentation for this release. No joy back from Oracle either.
Does anyone …
1
vote
3answers
50 views
Memory leak log message while *compiling* with Xcode for the iPhone
When I compile my iPhone project (in the command line), the log output looks like:
2009-11-05 22:19:57.494 xcodebuild[51128:613] warning: compiler 'com.apple.compilers.llvm.clang. …
1
vote
5answers
83 views
makefile missing separator
Hi guys...
I have a makefile (provided by third party) which gives the following error
Makefile:108: *** missing separator. Stop.
The line in question is the following if sta …
1
vote
3answers
59 views
How can I check the validity of a code file?
I'm trying to check the validity of a particular 'stand-alone' code file from within my C#.Net app. Is there any way that I can check the file and get a visual studio's style error …
2
votes
1answer
74 views
Compiling assembly for windows on linux
This is a homework task, but it's very simple. The task comes with a working assembly file. I just need help to compile it on linux instead of windows. I'm using Ubuntu. I've insta …
0
votes
2answers
89 views
FLA won’t publish in CS3, previously compiled swf is gone!
I have had this problem a few times lately. When I try to update & publish files that previously published fine in Flash CS3, the "Exporting Flash Movie" bar comes up, but no m …
0
votes
7answers
119 views
What do you do while your application compiles? [closed]
Possible Duplicates:
What do you do during compile times?
How to keep concentrated and focused while waiting for your compiler?
Some of the applications we all work on t …
2
votes
3answers
111 views
Strange compile (?) probem. Visual studio c++ 2008
I don't know much about this stuff.
There's an app that I use on an XP netbook for tuning a car. It was working just fine. Then I needed to make a simple modification (output to S …
