Skip to content
Extraits de code Groupes Projets
Valider 2d8ee4a6 rédigé par Etienne BRATEAU's avatar Etienne BRATEAU
Parcourir les fichiers

Definitively fix 64bit application

parent d33e74cf
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
Pipeline #1433 en échec
...@@ -21,7 +21,10 @@ ...@@ -21,7 +21,10 @@
# along with this program; see the file COPYING. If not, write to # along with this program; see the file COPYING. If not, write to
# the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. # the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
ARCH_OPT = -m32 ## Define this option to specify architecture
## Can be -m32 for 32 bit application or
## -m64 for 64 bit application.
ARCH_OPT =
CD = cd CD = cd
...@@ -41,7 +44,7 @@ LIBX11 = -lX11 ...@@ -41,7 +44,7 @@ LIBX11 = -lX11
OTHERLIBS= -lm OTHERLIBS= -lm
CHIPMUNKCC = gcc -O2 CHIPMUNKCC = gcc
CC = $(CHIPMUNKCC) CC = $(CHIPMUNKCC)
......
...@@ -7,8 +7,8 @@ ...@@ -7,8 +7,8 @@
typedef struct log_nrec { typedef struct log_nrec {
struct log_nrec *next; struct log_nrec *next;
na_long info; na_long info;
struct log_tool *simtype; log_tool *simtype;
struct log_nrec *confnext; log_nrec *confnext;
short ref; short ref;
log_gattrrec *attr; log_gattrrec *attr;
na_long temp; na_long temp;
......
...@@ -4,6 +4,7 @@ ...@@ -4,6 +4,7 @@
#include "logglobals.h" #include "logglobals.h"
#include "utils.h" #include "utils.h"
#include "node.h" #include "node.h"
#include "log.h"
/*================== ADDNODE ===================*/ /*================== ADDNODE ===================*/
/*= =*/ /*= =*/
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter