Skip to content
Snippets Groups Projects
Commit 4fbb30c2 authored by ELATTAOUI's avatar ELATTAOUI
Browse files

Linux compilation

parent 277bdc95
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@
</parent>
<groupId>fr.soleil.device</groupId>
<artifactId>AcquireWaveformLecroy-${aol}-${mode}</artifactId>
<version>1.1.10</version>
<version>1.1.11</version>
<packaging>nar</packaging>
<name>AcquireWaveformLecroy</name>
<description>AcquireWaveformLecroy device</description>
......@@ -65,4 +65,4 @@
<timezone>1</timezone>
</developer>
</developers>
</project>
\ No newline at end of file
</project>
......@@ -26,6 +26,7 @@
#include <netinet/tcp.h>
#include <arpa/inet.h>
#include <netdb.h>
#include <stdio.h>
#include <sys/select.h>
#include <sys/types.h>
......@@ -171,7 +172,7 @@ char tmpStr[256];
//- connect to server (scope)
if (result < 0)
{
sprintf(tmpStr, "Unable to make connection to IP:%s", ip_address);
sprintf(tmpStr, "Unable to make connection to IP:%s", ip_address);
throw lecroy::SocketException("COMMUNICATION_BROKEN ",
tmpStr,
"SocketLecroy::TCP_Connect( ).");
......
......@@ -15,6 +15,7 @@
#include "Waveform.h"
#include "SocketLecroy.h"
#include <iostream>
#include <string.h>
//using namespace std;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment