Place this near the top of param.cpp:
Code:
#include<stdlib.h>
You are currently viewing the SEQanswers forums as a guest, which limits your access. Click here to register now, and join the discussion
g++ -DMAXGAP=3 -DMAXHITS=10000 -DTHREAD -O3 -DDB_CHR -DREAD_60 -c param.cpp -o param.chr.o g++ -DMAXGAP=3 -DMAXHITS=10000 -DTHREAD -O3 -DDB_CHR -DREAD_60 -c reads.cpp -o reads.chr.o reads.cpp: In member function ‘void ReadClass::CheckFile(std::ifstream&)’: reads.cpp:32: error: ‘exit’ was not declared in this scope reads.cpp:37: error: ‘exit’ was not declared in this scope reads.cpp:41: error: ‘exit’ was not declared in this scope make: *** [reads.chr.o] Error 1
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by SEQadmin2, Yesterday, 10:13 AM
|
0 responses
14 views
0 reactions
|
Last Post
by SEQadmin2
Yesterday, 10:13 AM
|
||
|
Started by SEQadmin2, 07-31-2026, 02:55 AM
|
0 responses
27 views
0 reactions
|
Last Post
by SEQadmin2
07-31-2026, 02:55 AM
|
||
|
Started by SEQadmin2, 07-24-2026, 12:17 PM
|
0 responses
20 views
0 reactions
|
Last Post
by SEQadmin2
07-24-2026, 12:17 PM
|
||
|
Started by SEQadmin2, 07-23-2026, 11:41 AM
|
0 responses
19 views
0 reactions
|
Last Post
by SEQadmin2
07-23-2026, 11:41 AM
|
Comment