Hello! I made a cross-compiler with the sources of gcc-3.4.2 and tried to compile this: Behavior a(); Behavior b() Behavior behaviors[] = {a,b}; ... Make fails with the error message: conversion from Behavior()() to non-scalar type Behavior (...) (20 years ago, 30-Dec-04, to lugnet.robotics.rcx.legos)
|