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, 07-09-2026, 10:04 AM
|
0 responses
19 views
0 reactions
|
Last Post
by SEQadmin2
07-09-2026, 10:04 AM
|
||
|
Started by SEQadmin2, 07-08-2026, 10:08 AM
|
0 responses
11 views
0 reactions
|
Last Post
by SEQadmin2
07-08-2026, 10:08 AM
|
||
|
Started by SEQadmin2, 07-07-2026, 11:05 AM
|
0 responses
26 views
0 reactions
|
Last Post
by SEQadmin2
07-07-2026, 11:05 AM
|
||
|
Started by SEQadmin2, 07-02-2026, 11:08 AM
|
0 responses
31 views
0 reactions
|
Last Post
by SEQadmin2
07-02-2026, 11:08 AM
|
Comment