Click here to Skip to main content
15,899,475 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionRe: need help in speech recognitiion Pin
gr8coaster32929-Oct-05 7:01
gr8coaster32929-Oct-05 7:01 
AnswerRe: need help in speech recognitiion Pin
Ravi Bhavnani29-Oct-05 7:07
professionalRavi Bhavnani29-Oct-05 7:07 
Questionparallel port Pin
jama68728-Oct-05 12:57
jama68728-Oct-05 12:57 
AnswerRe: parallel port Pin
Indivara28-Oct-05 17:19
professionalIndivara28-Oct-05 17:19 
QuestionA couple of Reference Function questions Pin
j4express28-Oct-05 12:45
j4express28-Oct-05 12:45 
AnswerRe: A couple of Reference Function questions Pin
Prakash Nadar28-Oct-05 17:34
Prakash Nadar28-Oct-05 17:34 
AnswerRe: A couple of Reference Function questions Pin
ddupre28-Oct-05 22:54
ddupre28-Oct-05 22:54 
QuestionCompiling Errors Pin
RedDragon2k28-Oct-05 9:05
RedDragon2k28-Oct-05 9:05 
Hello,

i have downloaded the GGNFS from here: http://www.math.ttu.edu/~cmonico/software/ggnfs/

But when I try to compile I get the following errors:
------ Build started: Project: matbuild, Configuration: Debug Win32 ------

Compiling...
matstuff.c
m:\GNFS\src\matstuff.c(112) : warning C4244: '=' : conversion from 'double' to 's32', possible loss of data
matbuild.c
m:\GNFS\src\matbuild.c(662) : warning C4244: '=' : conversion from '__w64 int' to 's32', possible loss of data
m:\GNFS\src\matbuild.c(708) : warning C4267: '+=' : conversion from 'size_t' to 's32', possible loss of data
m:\GNFS\src\matbuild.c(898) : warning C4267: '=' : conversion from 'size_t' to 's32', possible loss of data
m:\GNFS\src\matbuild.c(908) : warning C4267: '+=' : conversion from 'size_t' to 's32', possible loss of data
m:\GNFS\src\matbuild.c(1012) : warning C4267: '=' : conversion from 'size_t' to 's32', possible loss of data
m:\GNFS\src\matbuild.c(1020) : warning C4267: '+=' : conversion from 'size_t' to 's32', possible loss of data
m:\GNFS\src\matbuild.c(1183) : warning C4244: '=' : conversion from 'double' to 'long', possible loss of data
combparts.c
blanczos64.c
m:\GNFS\src\blanczos64.c(318) : error C2065: 'asm' : undeclared identifier
m:\GNFS\src\blanczos64.c(318) : error C2143: syntax error : missing ';' before 'volatile'
m:\GNFS\src\blanczos64.c(471) : error C2143: syntax error : missing ';' before 'volatile'
m:\GNFS\src\blanczos64.c(570) : warning C4244: '=' : conversion from 'u64' to 'int', possible loss of data
m:\GNFS\src\blanczos64.c(832) : error C2143: syntax error : missing ';' before 'volatile'
m:\GNFS\src\blanczos64.c(884) : error C2143: syntax error : missing ';' before 'volatile'
m:\GNFS\src\blanczos64.c(932) : error C2026: string too big, trailing characters truncated
m:\GNFS\src\blanczos64.c(980) : error C2026: string too big, trailing characters truncated
m:\GNFS\src\blanczos64.c(1029) : error C2026: string too big, trailing characters truncated
m:\GNFS\src\blanczos64.c(1077) : error C2026: string too big, trailing characters truncated
m:\GNFS\src\blanczos64.c(1125) : error C2026: string too big, trailing characters truncated
m:\GNFS\src\blanczos64.c(1175) : error C2026: string too big, trailing characters truncated
m:\GNFS\src\blanczos64.c(1226) : error C2026: string too big, trailing characters truncated
m:\GNFS\src\blanczos64.c(1278) : error C2026: string too big, trailing characters truncated
m:\GNFS\src\blanczos64.c(1331) : error C2026: string too big, trailing characters truncated
m:\GNFS\src\blanczos64.c(1384) : error C2026: string too big, trailing characters truncated
m:\GNFS\src\blanczos64.c(1435) : error C2026: string too big, trailing characters truncated
m:\GNFS\src\blanczos64.c(1488) : error C2026: string too big, trailing characters truncated
m:\GNFS\src\blanczos64.c(1541) : error C2026: string too big, trailing characters truncated
m:\GNFS\src\blanczos64.c(1622) : error C2143: syntax error : missing ';' before 'volatile'
m:\GNFS\src\blanczos64.c(1729) : error C2143: syntax error : missing ';' before 'volatile'
m:\GNFS\src\blanczos64.c(1762) : error C2143: syntax error : missing ';' before 'volatile'
m:\GNFS\src\blanczos64.c(1796) : error C2143: syntax error : missing ';' before 'volatile'
m:\GNFS\src\blanczos64.c(1833) : error C2143: syntax error : missing ';' before 'volatile'
m:\GNFS\src\blanczos64.c(1865) : error C2143: syntax error : missing ';' before 'volatile'
m:\GNFS\src\blanczos64.c(2010) : warning C4244: 'function' : conversion from 'u64' to 'size_t', possible loss of data
m:\GNFS\src\blanczos64.c(2014) : warning C4244: 'function' : conversion from 'u64' to 'size_t', possible loss of data
m:\GNFS\src\blanczos64.c(2020) : warning C4244: 'function' : conversion from 'u64' to 'size_t', possible loss of data
m:\GNFS\src\blanczos64.c(2021) : warning C4244: 'function' : conversion from 'u64' to 'size_t', possible loss of data
m:\GNFS\src\blanczos64.c(2121) : warning C4244: 'function' : conversion from 'u64' to 'size_t', possible loss of data
m:\GNFS\src\blanczos64.c(2125) : warning C4244: 'function' : conversion from 'u64' to 'size_t', possible loss of data
m:\GNFS\src\blanczos64.c(2131) : warning C4244: 'function' : conversion from 'u64' to 'size_t', possible loss of data
m:\GNFS\src\blanczos64.c(2132) : warning C4244: 'function' : conversion from 'u64' to 'size_t', possible loss of data
Generating Code...

Build log was saved at "file://m:\Gnfs\ggnfs.vc\matbuild\Debug\BuildLog.htm"
matbuild - 24 error(s), 17 warning(s)


I have no clue what's wrong. Could anyone help me ?

With best regards,
Benedikt
AnswerRe: Compiling Errors Pin
David Crow28-Oct-05 9:40
David Crow28-Oct-05 9:40 
AnswerRe: Compiling Errors Pin
Chris Losinger28-Oct-05 9:56
professionalChris Losinger28-Oct-05 9:56 
QuestionHow to sleep my displays (monitors)? Pin
bitpusher28-Oct-05 8:40
bitpusher28-Oct-05 8:40 
AnswerRe: How to sleep my displays (monitors)? Pin
Blake Miller28-Oct-05 11:54
Blake Miller28-Oct-05 11:54 
Questionruntime error Pin
hamavreg28-Oct-05 8:19
hamavreg28-Oct-05 8:19 
AnswerRe: runtime error Pin
Maximilien28-Oct-05 8:47
Maximilien28-Oct-05 8:47 
QuestionC++ Financial Library Pin
73Zeppelin28-Oct-05 7:24
73Zeppelin28-Oct-05 7:24 
QuestionRe: C++ Financial Library Pin
David Crow28-Oct-05 7:38
David Crow28-Oct-05 7:38 
AnswerRe: C++ Financial Library Pin
73Zeppelin28-Oct-05 7:43
73Zeppelin28-Oct-05 7:43 
GeneralRe: C++ Financial Library Pin
Bob Flynn28-Oct-05 7:52
Bob Flynn28-Oct-05 7:52 
QuestionPDB Files Pin
Chintoo72328-Oct-05 7:05
Chintoo72328-Oct-05 7:05 
AnswerRe: PDB Files Pin
Blake Miller28-Oct-05 11:56
Blake Miller28-Oct-05 11:56 
Questionprogress bar Pin
Manu_8128-Oct-05 6:15
Manu_8128-Oct-05 6:15 
AnswerRe: progress bar Pin
David Crow28-Oct-05 6:47
David Crow28-Oct-05 6:47 
Questioncaret, mouse and keyboard Pin
Richard_4828-Oct-05 6:07
Richard_4828-Oct-05 6:07 
AnswerRe: caret, mouse and keyboard Pin
Chris Losinger28-Oct-05 7:14
professionalChris Losinger28-Oct-05 7:14 
QuestionA simple problem with WinDbg Pin
integerous28-Oct-05 5:32
integerous28-Oct-05 5:32 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.